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/admin/themes/default/default-layout.css

    r5284 r5293  
    127127FIELDSET#historyConf SPAN.property,
    128128FIELDSET#commentsConf SPAN.property,
    129 FIELDSET#uploadConf SPAN.property {
     129FIELDSET#uploadConf SPAN.property,
     130FIELDSET#indexDisplayConf SPAN.property,
     131FIELDSET#pictureDisplayConf SPAN.property {
    130132        float: right;
    131133        text-align: left;
     
    134136FIELDSET#historyConf INPUT,
    135137FIELDSET#commentsConf INPUT,
    136 FIELDSET#uploadConf INPUT {
     138FIELDSET#uploadConf INPUT,
     139FIELDSET#indexDisplayConf INPUT,
     140FIELDSET#pictureDisplayConf INPUT {
    137141        float: none;
    138142}
     
    146150
    147151FIELDSET#mainConfCheck SPAN.property,
    148 FIELDSET#historyConf SPAN.property {
     152FIELDSET#historyConf SPAN.property,
     153FIELDSET#indexDisplayConf SPAN.property,
     154FIELDSET#pictureDisplayConf SPAN.property {
    149155        width: 90%;
    150156}
    151157FIELDSET#mainConfCheck INPUT,
    152158FIELDSET#historyConf INPUT,
    153 FIELDSET#commentsConf INPUT {
     159FIELDSET#commentsConf INPUT,
     160FIELDSET#indexDisplayConf INPUT,
     161FIELDSET#pictureDisplayConf INPUT {
    154162        margin-left: 5%;
    155163}
Note: See TracChangeset for help on using the changeset viewer.