Tom Hayakawa
tom_g3x****@users*****
2006年 4月 15日 (土) 14:25:04 JST
Index: xoops2jp/html/modules/base/admin/templates/customblock_edit.html diff -u xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/customblock_edit.html:1.1.2.2 Sun Apr 9 23:48:01 2006 +++ xoops2jp/html/modules/base/admin/templates/customblock_edit.html Sat Apr 15 14:25:04 2006 @@ -2,7 +2,11 @@ <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a> »» <a href="./index.php?action=BlockList"><{$smarty.const._MI_BASE_MENU_BLOCKLIST}></a> <{if $actionForm->getVar('content')}> - »» <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}> + <{if $object->getVar('visible') == 1 }> + »» <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}> + <{else}> + »» <{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}> + <{/if}> <{else}> »» <{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}> <{/if}> @@ -10,7 +14,11 @@ <h3> <{if $actionForm->getVar('content')}> - <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}> + <{if $object->getVar('visible') == 1 }> + »» <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}> + <{else}> + »» <{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}> + <{/if}> <{else}> <{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}> <{/if}> @@ -31,7 +39,11 @@ <tr> <th colspan="2"> <{if $actionForm->getVar('content')}> - <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}> + <{if $object->getVar('visible') == 1 }> + »» <{$smarty.const._AD_BASE_LANG_CUSTOMBLOCK_EDIT}> + <{else}> + »» <{$smarty.const._AD_BASE_LANG_BLOCK_INSTALL}> + <{/if}> <{else}> <{$smarty.const._AD_BASE_LANG_ADD_CUSTOM_BLOCK}> <{/if}>