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

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:47:17 JST


Index: xoops2jp/html/modules/base/admin/templates/module_list_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/module_list_confirm.html:1.1.2.5	Wed Jun 14 21:45:24 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list_confirm.html	Tue Aug  1 19:47:17 2006
@@ -6,16 +6,6 @@
 
 <h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3>
 
-<{if $actionForm->hasError()}>
-<div class="error">
-  <ul>
-    <{foreach item=message from=$actionForm->getErrorMessages()}>
-      <li><{$message|escape}></li>
-    <{/foreach}>
-  </ul>
-</div>
-<{/if}>
-
 <form method="post">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=confirm value=1}>
@@ -34,14 +24,14 @@
       <{if $actionForm->get('name',$mid) == $moduleObjects[$mid]->getProperty('name')}>
         <{$actionForm->get('name',$mid)|escape}>
       <{else}>
-         (<{$moduleObjects[$mid]->getVar('name',e)}>) &raquo; <b style="color:#ff0000;"><{$actionForm->get('name',$mid)|escape}></b>
+         (<{$moduleObjects[$mid]->getShow('name')}>) &raquo; <b style="color:#ff0000;"><{$actionForm->get('name',$mid)|escape}></b>
       <{/if}>
     </td>
     <td>
       <{if $actionForm->get('weight',$mid) == $moduleObjects[$mid]->getProperty('weight')}>
         <{$actionForm->get('weight',$mid)|escape}>
       <{else}>
-         (<{$moduleObjects[$mid]->getVar('weight')}>) &raquo; <b style="color:#ff0000;"><{$actionForm->get('weight',$mid)|escape}></b>
+         (<{$moduleObjects[$mid]->getShow('weight')}>) &raquo; <b style="color:#ff0000;"><{$actionForm->get('weight',$mid)|escape}></b>
       <{/if}>
     </td>
     <td>
@@ -74,7 +64,7 @@
   <tr>
     <td class="foot" colspan="4">
       <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" />
-      <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" />
+      <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" />
     </td>
   </tr>
 </table>


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index