Changeset 18179
- Timestamp:
- 2009/07/08 23:53:31 (14 years ago)
- Location:
- branches/comu-ver2
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/system/subnavi.tpl
r17605 r18179 28 28 <li<!--{if $tpl_subno == 'masterdata'}--> class="on"<!--{/if}--> id="navi-system-masterdata"><a href="<!--{$smarty.const.URL_DIR}-->admin/system/masterdata.php"><span>マスタデータ管理</span></a></li> 29 29 <li<!--{if $tpl_subno == 'system'}--> class="on"<!--{/if}--> id="navi-system-system"><a href="<!--{$smarty.const.URL_DIR}-->admin/system/system.php"><span>システム情報</span></a></li> 30 <li<!--{if $tpl_mainno == 'system' && $tpl_subno == 'log'}--> class="on"<!--{/if}--> id="navi-system-log"><a href="<!--{$smarty.const.URL_DIR}-->admin/system/log.php"><span>ログ表示</span></a></li> 30 31 </ul> -
branches/comu-ver2/html/user_data/packages/default/css/admin_contents.css
r18116 r18179 507 507 vertical-align: top; 508 508 } 509 510 /* ログ表示用 */ 511 .log td { 512 padding-top: 0; 513 padding-bottom: 0; 514 vertical-align: top; 515 } 516 .log .date { 517 white-space: nowrap; 518 }
Note: See TracChangeset
for help on using the changeset viewer.