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

git-svn-id: http://piwigo.org/svn/trunk@5293 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2010-03-23 21:19:55 +00:00
commit c4fd9f9141
13 changed files with 263 additions and 32 deletions

View file

@ -678,4 +678,10 @@ $lang['Add New Theme'] = "Ajouter un thème";
$lang['Forbid this theme to users'] = "Interdire ce thème aux utilisateurs";
$lang['Set as default theme for unregistered and new users'] = "Thème par défaut pour les invités et les nouveaux utilisateurs";
$lang['unknown'] = 'inconnu';
$lang['Guest Settings'] = 'Paramètres invité';
$lang['Main Page'] = 'Page Principale';
$lang['Photo Page'] = 'Page de la Photo';
$lang['Navigation Bar'] = 'Barre de navigation';
$lang['Navigation Thumbnails'] = 'Miniatures de navigation';
?>