Ignore:
Timestamp:
Nov 13, 2004, 2:43:53 PM (19 years ago)
Author:
plg
Message:
  • admin/cat_options page added : manage options for the whole categories tree (uploadable, commentable). status and visible will be soon added
  • admin.php : $conf_link var to avoid lines longer than 79 characters
  • config.upload_available configuration parameter disappear : it's simpler to manage with cat_options
  • config.show_comments idem : new column categories.commentable, each categories can be commentable or not
  • categories.site_id becomes a nullable column : a virtual category does belong to no site
  • function display_select_categories has a new argument : $CSS_classes array to optionnaly assign a CSS class to each category in the select field
  • added informations in include/config.inc.php for setting default value of :
  • categories.visible
  • categories.status
  • categories.uploadable
  • categories.commentable
  • 2 new indexes images_i3(average_rate) and images_i4(hit) : optimizes best rated and most visited categories
File:
1 edited

Legend:

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

    r579 r602  
    426426  text-align:left;
    427427}
     428
     429.confMenu {
     430  background-color:#444444;
     431  text-align:center;
     432}
     433
     434.confMenu a {
     435  padding:2px;
     436  border:1px solid gray;
     437  background-color:#505050;
     438  color:#fff48e;
     439  color:lightgray;
     440}
     441
     442.confMenu a:hover {
     443  color:orange;
     444  text-decoration:none;
     445}
     446
     447.confMenu a.opened {
     448  background-color:gray;
     449  color:white;
     450  text-decoration:none;
     451}
     452
     453.optionTrue {
     454  color:lightgreen;
     455}
     456
     457.optionFalse {
     458  color:#ffe1e1;
     459}
Note: See TracChangeset for help on using the changeset viewer.