Ignore:
Timestamp:
Mar 23, 2010, 10:19:55 PM (14 years ago)
Author:
patdenice
Message:

Feature 1533: Change "General" by "Options" in Configuration menu.
Change "Default Display" tab by "Guest Settings" tab.
Add display tab in Configuration/Option menu.

Allow to activate/deactivate a lot of display features:

On main page:
# Display only recently posted images
# Sort order
# Display all elements in all sub-categories
# Display a calendar by posted date
# Display a calendar by creation date
# Slideshow

On photo page:
# Show file metadata
# slideshow
# Add this image to your favorites
# Navigation Bar
# Navigation Thumbnails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture_nav_buttons.tpl

    r5115 r5293  
    11  <div class="navButtons">
    2  
     2
     3{if $DISPLAY_NAV_BUTTONS and !isset($slideshow)}
    34{if isset($last)}
    45  <a class="navButton" href="{$last.U_IMG}" title="{'Last'|@translate} : {$last.TITLE}" rel="last"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last.png" class="button" alt="{'Last'|@translate}"></a>
     
    5960  {/if}
    6061{/if}
     62{/if}
    6163
    6264  </div>
Note: See TracChangeset for help on using the changeset viewer.