NobuNobu
nobun****@users*****
2006年 12月 14日 (木) 22:02:50 JST
Index: xoops2jp/html/modules/legacy/admin/templates/block_edit.html diff -u xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.5 xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.6 --- xoops2jp/html/modules/legacy/admin/templates/block_edit.html:1.1.2.5 Sun Dec 3 00:50:20 2006 +++ xoops2jp/html/modules/legacy/admin/templates/block_edit.html Thu Dec 14 22:02:49 2006 @@ -24,6 +24,12 @@ <th colspan="2"><{$smarty.const._AD_LEGACY_LANG_BLOCK_EDIT}></th> </tr> <tr> + <td class="head"><{$smarty.const._AD_LEGACY_LANG_NAME}></td> + <td class="<{cycle values="odd,even"}>"> + <{$object->get('name')|xoops_escape}> + </td> + </tr> + <tr> <td class="head"><{$smarty.const._AD_LEGACY_LANG_TITLE}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=text name=title value=$actionForm->get('title') size=50 maxlength=255}>