Ignore:
Timestamp:
Aug 14, 2005, 1:09:54 AM (19 years ago)
Author:
plg
Message:
  • new : maintenance screen in administration. There you can update categories informations (number of images, date of the last added element), update images informations (path, average rate), purge obsolete sessions, purge history.
  • new : ability to have random representative for categories. This configuration parameter is set to false by default.
  • new : ability to set an element as representative of a category without belonging to the category. Thus, administrator can choose representative even for empty categories.
  • improvement : semantically superior design for category edition screen by regrouping fields in fieldsets. The improved screen contains action buttons as in category list screen.
  • new : ability to move a virtual category (ie change its parent category).
  • bug fixed : the sync_users function checks all user children tables (access, cache, group association).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/default.css

    r803 r809  
    4848        line-height:    120%;
    4949        font-size:18px;
    50         font-weight: bold;
    51 }
    52 
    53 h2 /* H2 tag style (admin side only) */
    54 {
    55         font-family: Arial, Helvetica, sans-serif;
    56         text-decoration:none;
    57         line-height:    120%;
    58         font-size:12px;
    5950        font-weight: bold;
    6051}
     
    366357}
    367358
     359div#adminMain {
     360  text-align: left;
     361}
     362
     363div#adminMain h2 {
     364  background-color: #3f3f3f;
     365  text-align: center;
     366  font-size: 120%;
     367}
     368
    368369div.adminMenu{ margin:10px 50px 10px 50px; }
    369370
     
    412413  float: right;
    413414  margin-top: 5px;
     415}
     416
     417div#adminMain>ul.categoryActions {
     418  text-align: center;
    414419}
    415420
     
    491496  white-space: nowrap;
    492497}
     498
     499fieldset {
     500  border: 1px solid gray;
     501}
     502
     503fieldset>legend {
     504  margin: 5px;
     505}
Note: See TracChangeset for help on using the changeset viewer.