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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 2月 2日 (木) 20:57:17 JST


Index: xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:removed
--- xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:1.1.2.3	Thu Feb  2 17:40:48 2006
+++ xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html	Thu Feb  2 20:57:17 2006
@@ -1,69 +0,0 @@
-<div class="adminnavi">
-  <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a>
-  &raquo;&raquo; <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a>
-  &raquo;&raquo; <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}>
-</div>
-
-<h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3>
-
-<form method="post">
-<input type="hidden" name="dummy_ticket" value="now_test" />
-<table classs="outer">
-  <tr>
-    <th><{$smarty.const._MD_A_BASE_LANG_MID}></th>
-    <th><{$smarty.const._MD_A_BASE_LANG_NAME}></th>
-    <th><{$smarty.const._MD_A_BASE_LANG_WEIGHT}></th>
-    <th><{$smarty.const._MD_A_BASE_LANG_ISACTIVE}></th>
-  </tr>
-
-<{foreach item=mid from=$mids}>
-  <tr class="<{cycle values='odd,even'}>" style="text-align:center;">
-    <td><{$mid}></td>
-    <td>
-      <{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>
-      <{/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>
-      <{/if}>
-    </td>
-    <td>
-      <{if $actionform->get('isactive',$mid) == $moduleObjects[$mid]->getProperty('isactive')}>
-        <{$smarty.const._MD_A_BASE_LANG_NO_CHANGE}>
-      <{else}>
-        (<{if $moduleObjects[$mid]->getProperty('isactive') == 1 }>
-          <{$smarty.const._MD_A_BASE_LANG_ISACTIVE}>
-        <{else}>
-          <{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}>
-        <{/if}>) 
-        &raquo;
-        <b style="color:#ff0000;">
-        <{if $actionform->get('isactive',$mid) == 1}>
-          <{$smarty.const._MD_A_BASE_LANG_ISACTIVE}>
-        <{else}>
-          <{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}>
-        <{/if}></b>
-      <{/if}>
-    </td>
-  </tr>
-  <input type="hidden" name="name[<{$mid}>]" value="<{$actionform->get('name',$mid)|escape}>" />
-  <input type="hidden" name="weight[<{$mid}>]" value="<{$actionform->get('weight',$mid)|escape}>" />
-  <{if $actionform->get('isactive',$mid)}>
-    <input type="hidden" name="isactive[<{$mid}>]" value="1" />
-  <{else}>
-    <input type="hidden" name="isactive[<{$mid}>]" value="0" />
-  <{/if}>
-<{/foreach}>
-  <tr>
-    <td class="foot" colspan="4">
-      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" />
-    </td>
-  </tr>
-</table>
-</form>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る