[xoops-cvslog 2605] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 3月 31日 (金) 00:14:01 JST


Index: xoops2jp/html/modules/base/admin/templates/comment_view.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/comment_view.html:1.1.2.2	Thu Mar 30 00:39:53 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_view.html	Fri Mar 31 00:14:01 2006
@@ -67,10 +67,7 @@
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_BASE_LANG_COM_STATUS}></td>
-      <td class="<{cycle values="odd,even"}>">
-        <{xoops_input type=radio name=com_status value=1 default=$object->getVar('com_status') disabled=true}><{$smarty.const._YES}>
-        <{xoops_input type=radio name=com_status value=0 default=$object->getVar('com_status') disabled=true}><{$smarty.const._NO}>
-      </td>
+      <td class="<{cycle values="odd,even"}>"><{$object->mStatus->getVar('name')}></td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_BASE_LANG_COM_EXPARAMS}></td>
Index: xoops2jp/html/modules/base/admin/templates/comment_delete.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.6	Thu Mar 30 00:39:53 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_delete.html	Fri Mar 31 00:14:01 2006
@@ -71,10 +71,7 @@
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_BASE_LANG_COM_STATUS}></td>
-      <td class="<{cycle values="odd,even"}>">
-        <{xoops_input type=radio name=com_status value=1 default=$object->getVar('com_status') disabled=true}><{$smarty.const._YES}>
-        <{xoops_input type=radio name=com_status value=0 default=$object->getVar('com_status') disabled=true}><{$smarty.const._NO}>
-      </td>
+      <td class="<{cycle values="odd,even"}>"><{$object->mStatus->getVar('name')}></td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_BASE_LANG_COM_EXPARAMS}></td>


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