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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 9月 25日 (月) 02:57:30 JST


Index: xoops2jp/html/modules/user/admin/templates/mailjob_list.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.11 xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.12
--- xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.11	Sun Aug 20 17:33:33 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_list.html	Mon Sep 25 02:57:30 2006
@@ -56,6 +56,7 @@
         <{/if}>
       </td>
       <td class="user_list_control">
+        <a href="./index.php?action=MailjobSend&amp;mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/send.gif"|theme}>" alt="<{$smarty.const._SEND}>" title="<{$smarty.const._SEND}>" /></a>
         <a href="./index.php?action=MailjobEdit&amp;mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a>
         <a href="./index.php?action=MailjobDelete&amp;mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>
       </td>
Index: xoops2jp/html/modules/user/admin/templates/mailjob_send.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.6 xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.7
--- xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.6	Mon Aug 14 21:46:44 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_send.html	Mon Sep 25 02:57:30 2006
@@ -39,12 +39,14 @@
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_IS_PM}></td>
-      <td class="<{cycle values="odd,even"}>"><{$object->getShow('is_pm')}></td>
+      <td class="<{cycle values="odd,even"}>"><{if $object->getShow('is_pm') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_IS_MAIL}></td>
-      <td class="<{cycle values="odd,even"}>"><{$object->getShow('is_mail')}></td>
+      <td class="<{cycle values="odd,even"}>"><{if $object->getShow('is_mail') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></td>
     </tr>
+
+
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_CREATE_UNIXTIME}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->get('create_unixtime')|xoops_formattimestamp:l}></td>
Index: xoops2jp/html/modules/user/admin/templates/mailjob_edit.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_edit.html:1.1.2.11 xoops2jp/html/modules/user/admin/templates/mailjob_edit.html:1.1.2.12
--- xoops2jp/html/modules/user/admin/templates/mailjob_edit.html:1.1.2.11	Sat Aug 19 17:37:36 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_edit.html	Mon Sep 25 02:57:30 2006
@@ -66,13 +66,15 @@
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_IS_PM}></td>
       <td class="<{cycle values="odd,even"}>">
-        <{xoops_input type=checkbox name=is_pm value=1 default=$actionForm->get('is_pm')}>
+        <{xoops_input type=radio name=is_pm value=1 default=$actionForm->get('is_pm')}><{$smarty.const._YES}>
+        <{xoops_input type=radio name=is_pm value=0 default=$actionForm->get('is_pm')}><{$smarty.const._NO}>
       </td>
     </tr>
     <tr>
       <td class="head"><{$smarty.const._AD_USER_LANG_IS_MAIL}></td>
       <td class="<{cycle values="odd,even"}>">
-        <{xoops_input type=checkbox name=is_mail value=1 default=$actionForm->get('is_mail')}>
+        <{xoops_input type=radio name=is_mail value=1 default=$actionForm->get('is_mail')}><{$smarty.const._YES}>
+        <{xoops_input type=radio name=is_mail value=0 default=$actionForm->get('is_mail')}><{$smarty.const._NO}>
       </td>
     </tr>
     <tr>


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