|
|
@@ -115,7 +115,7 @@ ${ fb_components.menubar() }
|
|
|
% endif
|
|
|
</ul>
|
|
|
</div>
|
|
|
-
|
|
|
+ <button class="btn fileToolbarBtn" title="${_('Copy Path')}" data-bind="enable: selectedFiles().length == 1 && isCurrentDirSelected().length == 0, click: copyPath"><i class="fa fa-fw fa-files-o"></i> ${_('Copy Path')}</button>
|
|
|
<button class="btn fileToolbarBtn" title="${_('Restore from trash')}" data-bind="visible: inRestorableTrash(), click: restoreTrashSelected, enable: selectedFiles().length > 0 && isCurrentDirSelected().length == 0"><i class="fa fa-cloud-upload"></i> ${_('Restore')}</button>
|
|
|
<!-- ko ifnot: inTrash -->
|
|
|
% if not is_trash_enabled:
|