[xoops-cvslog 4456] CVS update: xoops2jp/html/modules/user/admin/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 9月 4日 (月) 17:36:31 JST


Index: xoops2jp/html/modules/user/admin/templates/ranks_list.html
diff -u xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.14 xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.15
--- xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.14	Sat Aug 19 14:55:45 2006
+++ xoops2jp/html/modules/user/admin/templates/ranks_list.html	Mon Sep  4 17:36:31 2006
@@ -35,7 +35,13 @@
       <td class="user_list_title"><{$obj->getShow('rank_title')}></td>
       <td class="user_list_number"><{$obj->getShow('rank_min')}></td>
       <td class="user_list_number"><{$obj->getShow('rank_max')}></td>
-      <td class="user_list_order"><{$obj->getShow('rank_special')}></td>
+      <td class="user_list_order">
+        <{if $obj->getShow('rank_special') == 1}>
+          <{$smarty.const._YES}>
+        <{else}>
+          <{$smarty.const._NO}>
+        <{/if}>
+      </td>
       <td class="user_list_image"><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('rank_image')}>" alt="<{$obj->getShow('rank_title')}>" title="<{$obj->getShow('rank_title')}>" /></td>
       <td class="user_list_control">
         <a href="index.php?action=RanksEdit&amp;rank_id=<{$obj->getShow('rank_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>


xoops-cvslog メーリングリストの案内
Back to archive index