Changeset 1881 for trunk/template/yoga/admin
- Timestamp:
- Mar 8, 2007, 11:14:14 PM (18 years ago)
- Location:
- trunk/template/yoga/admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/configuration.tpl
r1877 r1881 4 4 <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> 5 5 </ul> 6 <h2>{lang:title_configuration}</h2> 6 <h2>{lang:title_configuration} {TABSHEET_TITLE}</h2> 7 {TABSHEET} 7 8 </div> 8 9 … … 11 12 <!-- BEGIN general --> 12 13 <fieldset id="generalConf"> 13 <legend>{lang:conf_general_title}</legend>14 15 14 <ul> 16 15 <li> … … 92 91 <!-- BEGIN comments --> 93 92 <fieldset id="commentsConf"> 94 <legend>{lang:conf_comments_title}</legend>95 96 93 <ul> 97 94 <li> … … 136 133 <!-- BEGIN default --> 137 134 <fieldset id="commentsConf"> 138 <legend>{lang:conf_default_title}</legend>139 140 135 <ul> 141 136 <li> -
trunk/template/yoga/admin/default-layout.css
r1874 r1881 161 161 text-decoration : none; 162 162 background: transparent; 163 border-bottom: 1px solid #fff; 163 164 } 164 165 … … 168 169 margin: 0 6px; 169 170 color: white; 170 font-size: 1 20%;171 font-size: 110%; 171 172 font-weight: bold; 172 173 padding: 4px 8px; 173 174 border: 1px solid #fff; 175 border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ 176 -moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ 177 padding: 5px 2em 2px 2em; 174 178 } 175 179 -
trunk/template/yoga/admin/history.tpl
r1844 r1881 11 11 </li> 12 12 </ul> 13 <h2>{lang:History}</h2> 13 <h2>{lang:History} {TABSHEET_TITLE}</h2> 14 {TABSHEET} 14 15 </div> 15 16 -
trunk/template/yoga/admin/stats.tpl
r1729 r1881 1 1 <!-- $Id$ --> 2 <h2>{lang:title_history}</h2> 2 <div class="titrePage"> 3 <ul class="categoryActions"> 4 <li> 5 <a 6 href="{U_HELP}" 7 onclick="popuphelp(this.href); return false;" 8 title="{lang:Help}" 9 > 10 <img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"> 11 </a> 12 </li> 13 </ul> 14 <h2>{lang:History} {TABSHEET_TITLE}</h2> 15 {TABSHEET} 16 </div> 3 17 4 18 <h3>{L_STAT_TITLE}</h3>
Note: See TracChangeset
for help on using the changeset viewer.