[xoops-cvslog 3537] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 7月 11日 (火) 12:43:27 JST


Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_delete.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_delete.html:1.1.2.5 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_delete.html:1.1.2.6
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_delete.html:1.1.2.5	Tue Jul 11 12:00:15 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_delete.html	Tue Jul 11 12:43:27 2006
@@ -8,51 +8,54 @@
 
 <div class="confirm"><{$smarty.const._AD_LEGACYRENDER_MESSAGE_CONFIRM_DELETE}></div>
 
-<table class="outer" cellspacing="1">
+<form action="./index.php?action=TplfileDelete" method="POST">
+  <{xoops_token form=$actionForm}>
+  <table class="outer">
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_ID}></th>
+      <th colspan="2"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLFILE_DELETE}></th>
+    </tr>
+    <tr>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_ID}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_id')}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_REFID}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_REFID}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_refid')}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_MODULE}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_MODULE}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_module')}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_TPLSET}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_TPLSET}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_tplset')}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_FILE}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_FILE}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_file')}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_DESC}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_DESC}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_desc')}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_LASTMODIFIED}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_LASTMODIFIED}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->get('tpl_lastmodified')|xoops_formattimestamp:l}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_LASTIMPORTED}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_LASTIMPORTED}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->get('tpl_lastimported')|xoops_formattimestamp:l}></td>
     </tr>
     <tr>
-      <th style="width:30%;"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_TYPE}></th>
+      <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_TYPE}></td>
       <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_type')}></td>
     </tr>
     <tr>
-      <td class="foot" colspan="2" style="text-align:center;"><br />
-        <form action="./index.php?action=TplfileDelete" method="POST">
-          <{xoops_token form=$actionForm}>
-          <{xoops_input type=hidden name=tpl_id value=$actionForm->get('tpl_id')}>
-          <input class="formButton" type="submit" value="<{$smarty.const._DELETE}>" />
-          <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" />
-        </form>
+      <td class="foot" colspan="2">
+        <{xoops_input type=hidden name=tpl_id value=$actionForm->get('tpl_id')}>
+        <input class="formButton" type="submit" value="<{$smarty.const._DELETE}>" />
+        <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" />
       </td>
     </tr>
-</table>
+  </table>
+</form>
Index: xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.7 xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.8
--- xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.7	Mon Jul 10 16:26:43 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html	Tue Jul 11 12:43:27 2006
@@ -82,8 +82,8 @@
         <{$smarty.const._AD_LEGACYRENDER_LANG_HTMLBANNER}>
       </td>
     </tr>
-    <tr class="foot">
-      <td colspan="2">
+    <tr>
+      <td class="foot" colspan="2">
         <input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" />
         <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" />
       </td>


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