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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 10日 (木) 19:52:01 JST


Index: xoops2jp/html/modules/base/admin/templates/image_delete.html
diff -u xoops2jp/html/modules/base/admin/templates/image_delete.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/image_delete.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/image_delete.html:1.1.2.6	Tue Aug  1 19:43:38 2006
+++ xoops2jp/html/modules/base/admin/templates/image_delete.html	Thu Aug 10 19:52:01 2006
@@ -9,7 +9,7 @@
 
 <div class="confirm"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div>
 
-<form action="./index.php?action=ImageDelete" method="POST">
+<form method="post" action="./index.php?action=ImageDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=image_id value=$actionForm->get('image_id')}>
   <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall.html
diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.2	Thu Jul 27 14:59:14 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall.html	Thu Aug 10 19:52:01 2006
@@ -10,7 +10,7 @@
   <li><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}>
 </ul>
 
-<form method="POST">
+<form  method="post" action="#">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=dirname value=$module->get('dirname')}>
 
Index: xoops2jp/html/modules/base/admin/templates/comment_delete.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.11 xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.12
--- xoops2jp/html/modules/base/admin/templates/comment_delete.html:1.1.2.11	Tue Aug  1 19:43:38 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_delete.html	Thu Aug 10 19:52:01 2006
@@ -8,7 +8,7 @@
 
 <div class="confirm"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div>
 
-<form action="./index.php?action=CommentDelete" method="POST">
+<form method="post" action="./index.php?action=CommentDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=com_id value=$actionForm->get('com_id')}>
   <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html
diff -u xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html:1.1.2.8
--- xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html:1.1.2.7	Tue Aug  1 19:43:37 2006
+++ xoops2jp/html/modules/base/admin/templates/imagecategory_delete.html	Thu Aug 10 19:52:01 2006
@@ -8,7 +8,7 @@
 
 <div class="confirm"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div>
 
-<form action="./index.php?action=ImagecategoryDelete" method="POST">
+<form method="post" action="./index.php?action=ImagecategoryDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=imgcat_id value=$actionForm->get('imgcat_id')}>
   <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/block_uninstall.html
diff -u xoops2jp/html/modules/base/admin/templates/block_uninstall.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/block_uninstall.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/block_uninstall.html:1.1.2.6	Tue Aug  1 19:44:08 2006
+++ xoops2jp/html/modules/base/admin/templates/block_uninstall.html	Thu Aug 10 19:52:01 2006
@@ -16,7 +16,7 @@
   <{/if}>
 </div>
 
-<form action="./index.php?action=BlockUninstall" method="POST">
+<form method="post" action="./index.php?action=BlockUninstall">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=bid value=$actionForm->get('bid')}>
 <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/module_install.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.5	Thu Jul 27 14:59:14 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install.html	Thu Aug 10 19:52:01 2006
@@ -9,7 +9,7 @@
 
 <div class="confirm"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getShow('name','e')}></div>
 
-<form method="POST">
+<form  method="post" action="#">
 <{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getShow('dirname')}>" />
 <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html
diff -u xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.3	Wed Jun 14 01:12:53 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html	Thu Aug 10 19:52:01 2006
@@ -17,7 +17,7 @@
 </div>
 <{/if}>
 
-<form method="POST">
+<form method="post" action="#">
 <{xoops_token form=$actionForm}>
 <{xoops_input type=hidden name=dirname value=$actionForm->get('dirname')}>
 <table class="outer">
Index: xoops2jp/html/modules/base/admin/templates/block_list.html
diff -u xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.15 xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.16
--- xoops2jp/html/modules/base/admin/templates/block_list.html:1.1.2.15	Tue Aug  1 19:43:54 2006
+++ xoops2jp/html/modules/base/admin/templates/block_list.html	Thu Aug 10 19:52:01 2006
@@ -24,7 +24,7 @@
 </div>
 <{/if}>
 
-<form method="POST" action="./index.php?action=BlockList">
+<form method="post" action="./index.php?action=BlockList">
   <{xoops_token form=$actionForm}>
   <table class="outer">
     <tr>
Index: xoops2jp/html/modules/base/admin/templates/customblock_delete.html
diff -u xoops2jp/html/modules/base/admin/templates/customblock_delete.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/customblock_delete.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/customblock_delete.html:1.1.2.5	Tue Aug  1 19:43:38 2006
+++ xoops2jp/html/modules/base/admin/templates/customblock_delete.html	Thu Aug 10 19:52:01 2006
@@ -8,7 +8,7 @@
 
 <div class="confirm"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div>
 
-<form action="./index.php?action=CustomBlockDelete" method="POST">
+<form method="post" action="./index.php?action=CustomBlockDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=bid value=$actionForm->get('bid')}>
   <table class="outer" cellspacing="1">
Index: xoops2jp/html/modules/base/admin/templates/comment_list.html
diff -u xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.13 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.14
--- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.13	Tue Aug  1 19:44:32 2006
+++ xoops2jp/html/modules/base/admin/templates/comment_list.html	Thu Aug 10 19:52:01 2006
@@ -5,7 +5,7 @@
 
 <h3><{$smarty.const._MI_BASE_MENU_COMMENT_MANAGE}></h3>
 
-<form action="./index.php" method="GET">
+<form method="get" action="./index.php">
   <input type="hidden" name="action" value="CommentList" />
   <select name="com_modid">
     <option value="0"><{$smarty.const._MD_A_BASE_LANG_ALL_MODULE}></option>
Index: xoops2jp/html/modules/base/admin/templates/smiles_delete.html
diff -u xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.7
--- xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.6	Tue Aug  1 19:43:38 2006
+++ xoops2jp/html/modules/base/admin/templates/smiles_delete.html	Thu Aug 10 19:52:01 2006
@@ -8,7 +8,7 @@
 
 <div class="confirm"><{$smarty.const._AD_BASE_MESSAGE_CONFIRM_DELETE}></div>
 
-<form action="./index.php?action=SmilesDelete" method="POST">
+<form method="post" action="./index.php?action=SmilesDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=id value=$actionForm->get('id')}>
   <table class="outer">


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