Tom Hayakawa
tom_g3x****@users*****
2006年 1月 30日 (月) 12:58:00 JST
Index: xoops2jp/html/modules/base/admin/templates/help.html diff -u xoops2jp/html/modules/base/admin/templates/help.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/help.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/help.html:1.1.2.3 Wed Dec 28 22:59:15 2005 +++ xoops2jp/html/modules/base/admin/templates/help.html Mon Jan 30 12:58:00 2006 @@ -1,9 +1,10 @@ -<h3>» <{$smarty.const._HELP}> - - <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.adminindex}>"><{$module->getVar('name')}> ( <{$module->modinfo.name}> )</a> +<div class="adminnavi"> + <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.adminindex}>"><{$module->modinfo.name}></a> + »» <{$smarty.const._HELP}> +</div> + +<h3><{$smarty.const._HELP}> + <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.adminindex}>"> ( <{$module->modinfo.name}> )</a> </h3> -<div style="text-align:right;"> - » <a href="<{$smarty.const.XOOPS_URL}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.adminindex}>"><{$module->getVar('name')}></a> -</div> -<hr /> -<div><{$contents}></div> +<div class="help"><{$contents}></div>