issue #1031 album manager, move breadcrumbs outside page title

This commit is contained in:
plegall
2019-06-11 16:38:49 +02:00
parent f21da2c947
commit 9e629a2369
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -280,6 +280,7 @@ if (isset($_GET['parent_id']))
$sort_orders_checked = array_keys($sort_orders);
$template->assign(array(
'ADMIN_PAGE_TITLE' => l10n('Album list management'),
'CATEGORIES_NAV'=>$navigation,
'F_ACTION'=>$form_action,
'PWG_TOKEN' => get_pwg_token(),
+1 -1
View File
@@ -58,7 +58,7 @@ jQuery(document).ready(function(){
});
{/literal}{/footer_script}
<h2><span style="letter-spacing:0">{$CATEGORIES_NAV}</span> &#8250; {'Album list management'|@translate}</h2>
<div class="selectedAlbum cat-list-album-path"><span class="icon-sitemap">{$CATEGORIES_NAV}</span></div>
<p class="showCreateAlbum" id="notManualOrder">
<a href="#" id="addAlbumOpen" class="icon-plus">{'create a new album'|@translate}</a>
{if count($categories)}<span class="userSeparator">&middot;</span><a href="#" id="autoOrderOpen" class="icon-sort-alt-down">{'apply automatic sort order'|@translate}</a>{/if}
+5
View File
@@ -1663,3 +1663,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
}
#addFiles i::before {margin-left: 13px; font-size: 15px;}
.plupload_filelist_footer {display: none;}
/* album manager */
.selectedAlbum.cat-list-album-path {
margin: 40px 0 30px 0;
}