mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 11:44:31 +00:00
Match selection button to Bootstrap Darkroom toolbar markup
This commit is contained in:
@@ -251,8 +251,9 @@ function bratonien_tools_public_selection_render()
|
|||||||
$template->set_filename('bratonien_selection_assets', BRATONIEN_TOOLS_PATH.'template/public_selection_assets.tpl');
|
$template->set_filename('bratonien_selection_assets', BRATONIEN_TOOLS_PATH.'template/public_selection_assets.tpl');
|
||||||
$template->parse('bratonien_selection_assets', false);
|
$template->parse('bratonien_selection_assets', false);
|
||||||
|
|
||||||
$button = '<a href="#" id="bratonien-selection-toggle" class="pwg-state-default pwg-button" title="Bilder auswählen" aria-label="Bilder auswählen">'
|
$button = '<a href="#" id="bratonien-selection-toggle" class="nav-link" title="Bilder auswählen" aria-label="Bilder auswählen">'
|
||||||
.'<span class="pwg-icon fas fa-object-group fa-fw" aria-hidden="true"></span>'
|
.'<i class="fas fa-check-square fa-fw" aria-hidden="true"></i>'
|
||||||
|
.'<span class="d-lg-none ml-2 text-capitalize">Auswahl</span>'
|
||||||
.'</a>';
|
.'</a>';
|
||||||
|
|
||||||
$template->add_index_button($button, 49);
|
$template->add_index_button($button, 49);
|
||||||
|
|||||||
Reference in New Issue
Block a user