mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
- in admin/configuration, add new step with "sections" (general, comments,
default, upload, metadata, sessions) - admin/configuration.php and its template have been higly simplificated by making things more generic : for example, for each configuration parameter, its name must correspond to the name we find in the config table and belongs to a section, in the lang array we find : - $lang['conf_<section>_<param>'] - $lang['conf_<section>_<param>_info'] - $lang['conf_<section>_<param>_error'] optionnaly - more described message when connection to database server is impossible - redefinitions of get_languages and get_templates functions - deletion of configuration parameters : webmaster, session_keyword - rename of configuration parameters : - default_lang => default_language - default_style => default_template git-svn-id: http://piwigo.org/svn/trunk@512 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -19,8 +19,6 @@ h2 {
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
.small{ font-size:80%;}
|
||||
|
||||
/* ANCHORS */
|
||||
|
||||
a { text-decoration:none; color:#FFFFFF;}
|
||||
@@ -146,16 +144,6 @@ ul.menu {
|
||||
border-collapse:collapse;
|
||||
}
|
||||
|
||||
.row1,.row2 {
|
||||
text-align:left;
|
||||
padding:5px 0px 5px 0px;
|
||||
height:20px;
|
||||
}
|
||||
|
||||
.row1 {
|
||||
background-color:#505050;
|
||||
}
|
||||
|
||||
.throw {
|
||||
color:#FFFFCC;
|
||||
background-color:#3F3F3F;
|
||||
@@ -257,7 +245,7 @@ background-color:#444444;
|
||||
margin:0px 0px 12px 0px;
|
||||
text-align: center;
|
||||
padding:0px;
|
||||
color : #FFF48E;
|
||||
color : #FFF48E;
|
||||
}
|
||||
|
||||
.adminMain
|
||||
@@ -338,4 +326,43 @@ span.update_error_element, span.update_category_error {
|
||||
|
||||
.update_summary_del {
|
||||
color:#ffe1e1;
|
||||
}
|
||||
|
||||
.confMenu {
|
||||
background-color:#444444;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.confMenu a {
|
||||
padding:2px;
|
||||
border:1px solid gray;
|
||||
background-color:#505050;
|
||||
color:#fff48e;
|
||||
color:lightgray;
|
||||
}
|
||||
|
||||
.confMenu a:hover {
|
||||
color:orange;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.confMenu a.opened {
|
||||
background-color:gray;
|
||||
color:white;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
span.confLineName {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
span.confLineInfo {
|
||||
font-size:80%;
|
||||
}
|
||||
|
||||
td.confLineField {
|
||||
text-align:left;
|
||||
padding:5px 0px 5px 0px;
|
||||
height:20px;
|
||||
background-color:#505050;
|
||||
}
|
||||
Reference in New Issue
Block a user