mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Fixes #273 (Add ui option to display or not the date of an album)
This commit is contained in:
@@ -90,6 +90,7 @@ $display_checkboxes = array(
|
||||
'index_new_icon',
|
||||
'index_edit_icon',
|
||||
'index_caddie_icon',
|
||||
'display_fromto',
|
||||
'picture_metadata_icon',
|
||||
'picture_slideshow_icon',
|
||||
'picture_favorite_icon',
|
||||
|
||||
@@ -106,6 +106,14 @@
|
||||
</label>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label class="font-checkbox">
|
||||
<span class="icon-check"></span>
|
||||
<input type="checkbox" name="display_fromto" {if ($display.display_fromto)}checked="checked"{/if}>
|
||||
{'Display category date'|translate}
|
||||
</label>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label>
|
||||
{'Number of albums per page'|translate}
|
||||
|
||||
Reference in New Issue
Block a user