Minahito
minah****@users*****
2006年 5月 15日 (月) 15:58:31 JST
Index: xoops2jp/html/modules/base/admin/templates/preference_list.html diff -u xoops2jp/html/modules/base/admin/templates/preference_list.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/preference_list.html:1.1.2.4 --- xoops2jp/html/modules/base/admin/templates/preference_list.html:1.1.2.3 Sat May 13 00:59:16 2006 +++ xoops2jp/html/modules/base/admin/templates/preference_list.html Mon May 15 15:58:31 2006 @@ -15,7 +15,7 @@ <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> <td><{$obj->getVar('confcat_id')}></td> - <td style="text-align:left;"><{$obj->getVar('confcat_name')}></td> + <td style="text-align:left;"><{$obj->getName()}></td> <td> <a href="./index.php?action=PreferenceEdit&confcat_id=<{$obj->getVar('confcat_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}> title="<{$smarty.const._EDIT}>" /></a> </td>