Tom Hayakawa
tom_g3x****@users*****
2006年 11月 7日 (火) 22:00:58 JST
Index: xoops2jp/html/modules/legacy/admin/templates/comment_view.html diff -u xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.4 xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.5 --- xoops2jp/html/modules/legacy/admin/templates/comment_view.html:1.1.2.4 Mon Oct 16 00:29:46 2006 +++ xoops2jp/html/modules/legacy/admin/templates/comment_view.html Tue Nov 7 22:00:57 2006 @@ -6,6 +6,11 @@ <h3 class="admintitle"><{$smarty.const._AD_LEGACY_LANG_COMMENT_VIEW}></h3> +<ul class="toptab"> + <li><a href="./index.php?action=CommentEdit&com_id=<{$object->getShow('com_id')}>"><{$smarty.const._AD_LEGACY_LANG_COMMENT_EDIT}></a></li> + <li><a href="./index.php?action=CommentDelete&com_id=<{$object->getShow('com_id')}>"><{$smarty.const._AD_LEGACY_LANG_COMMENT_DELETE}></a></li> +</ul> + <table class="outer"> <tr> <th colspan="2"><{$smarty.const._AD_LEGACY_LANG_COMMENT_VIEW}></th>