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

Back to archive index

Minahito minah****@users*****
2006年 3月 30日 (木) 12:53:58 JST


Index: xoops2jp/html/modules/base/admin/templates/comment_list.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.8
--- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.7	Wed Mar 29 23:39:35 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_list.html	Thu Mar 30 12:53:58 2006
@@ -18,6 +18,18 @@
       <{/if}>
     <{/foreach}>
   </select>
+
+  <select name="com_status">
+    <option value="0"><{$smarty.const._AD_BASE_LANG_ALL_STATUS}></option>
+    <{foreach item=status from=$statusArr}>
+      <{if $pageNavi->mExtra.com_status == $status->get('id')}>
+        <option value="<{$status->getVar('id')}>" selected><{$status->getVar('name')}></option>
+      <{else}>
+        <option value="<{$status->getVar('id')}>"><{$status->getVar('name')}></option>
+      <{/if}>
+    <{/foreach}>
+  </select>
+
   <input type="submit" />
 </form>
 


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