- Timestamp:
- Jun 22, 2008, 10:45:28 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 95 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r2299 r2390 196 196 { 197 197 // Admin template 198 $template = new Template(PHPWG_ROOT_PATH.'template/'.$user['admin_template'], $user['admin_theme'] ); 198 //$template = new Template(PHPWG_ROOT_PATH.'template/'.$user['admin_template'], $user['admin_theme'] ); 199 $template = new Template(PHPWG_ROOT_PATH.'admin/template/'.$user['admin_template'], $user['admin_theme'] ); 199 200 } 200 201 else -
trunk/plugins/admin_advices/admin_advices.tpl
r2266 r2390 1 1 {if isset($ADVICE_ABOUT)} 2 2 <div class="content"> 3 <h 2>{'An_advice_about'|@translate} {$ADVICE_ABOUT}</h2>4 <h 3>{$ADVICE_TEXT}</h3>3 <h3>{'An_advice_about'|@translate} {$ADVICE_ABOUT}</h3> 4 <h4>{$ADVICE_TEXT}</h4> 5 5 <table summary="Admin advices summary"> 6 6 <tr><td style="text-align: left; width: 50%;"> -
trunk/plugins/admin_advices/default-layout.css
r1912 r2390 1 .content {1 /*.content { 2 2 list-style-type:none; 3 3 margin: 0 1em 0 14.5em; 4 4 padding: 0 0 15px 0; 5 } 5 } */ 6 6 .content h2 { 7 7 font-weight: bold; -
trunk/template-common/default-layout.css
r2352 r2390 15 15 BODY#thePopuphelpPage { 16 16 min-width: 0; 17 }18 19 /* Set the width of the menubar for the admin section */20 BODY#theAdminPage #menubar {21 width: 12.5em;22 }23 BODY#theAdminPage .content {24 margin-left: 14.5em; /* = #menubar width + 2em */25 17 } 26 18
Note: See TracChangeset
for help on using the changeset viewer.