Minahito
minah****@users*****
2006年 5月 10日 (水) 19:24:38 JST
Index: xoops2jp/html/modules/base/admin/templates/imagecategory_list.html diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.2 --- xoops2jp/html/modules/base/admin/templates/imagecategory_list.html:1.1.2.1 Tue May 9 19:21:00 2006 +++ xoops2jp/html/modules/base/admin/templates/imagecategory_list.html Wed May 10 19:24:38 2006 @@ -37,6 +37,7 @@ <th><{$smarty.const._AD_BASE_LANG_IMGCAT_STORETYPE}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_STORETYPE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.IMAGECATEGORY_SORT_KEY_IMGCAT_STORETYPE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> + <th><{$smarty.const._AD_BASE_LANG_IMAGE_COUNT}></th> <th><{$smarty.const._AD_BASE_LANG_CONTROL}></th> </tr> <{foreach item=obj from=$objects}> @@ -50,9 +51,11 @@ <td><{$obj->getVar('imgcat_weight')}></td> <td><{$obj->getVar('imgcat_type')}></td> <td><{$obj->getVar('imgcat_storetype')}></td> + <td><{$obj->getImageCount()|escape}></td> <td> - <a href="./index.php?action=ImagecategoryEdit&imgcat_id=<{$obj->get('imgcat_id')|escape}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> - <a href="./index.php?action=ImagecategoryDelete&imgcat_id=<{$obj->get('imgcat_id')|escape}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> + <a href="./index.php?action=ImageList&imgcat_id=<{$obj->getVar('imgcat_id')}>"><{$smarty.const._AD_BASE_LANG_LIST}></a> + <a href="./index.php?action=ImagecategoryEdit&imgcat_id=<{$obj->getVar('imgcat_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> + <a href="./index.php?action=ImagecategoryDelete&imgcat_id=<{$obj->getVar('imgcat_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> </td> </tr> <{/foreach}>