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

Back to archive index

Minahito minah****@users*****
2006年 10月 7日 (土) 23:15:34 JST


Index: xoops2jp/html/modules/user/admin/templates/user_view.html
diff -u xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.7.2.1
--- xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.7	Sat Sep 23 12:11:15 2006
+++ xoops2jp/html/modules/user/admin/templates/user_view.html	Sat Oct  7 23:15:33 2006
@@ -122,7 +122,11 @@
   <tr>
     <td class="head"><{$smarty.const._MD_USER_LANG_ATTACHSIG}></td>
     <td class="<{cycle values='odd,even'}>">
-      <{$object->getShow('attachsig')}>
+      <{if $object->get('attachesig')}>
+        <{$smarty.const._YES}>
+      <{else}>
+        <{$smarty.const._NO}>
+      <{/if}>
     </td>
   </tr>
   <tr>


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