Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 89807aa

Browse files
author
Charles Marion
committed
0009652: Add a link to the import page in admin
1 parent a13f8e8 commit 89807aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/views/admin/index.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/admin/admin.ind
112112
}
113113
?>
114114

115-
<a class="load-newassetstore" href="#newassetstore-form" rel="#newassetstore-form" title="<?php echo $this->t('Add a new assetstore')?>"><?php echo $this->t('Add a new assetstore')?></a>
115+
<a class="load-newassetstore" href="#newassetstore-form" rel="#newassetstore-form" title="<?php echo $this->t('Add a new assetstore')?>">Add a new assetstore</a>
116+
<br/>
117+
<a href="<?php echo $this->webroot?>/import" >Import local files</a>
116118

117119
<div id="newassetstore-form" style="display:none">
118120
<?php echo $this->assetstoreForm; ?>

0 commit comments

Comments
 (0)