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

Back to archive index

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


Index: xoops2jp/html/modules/user/admin/templates/mailjob_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.5 xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.6
--- xoops2jp/html/modules/user/admin/templates/mailjob_delete.html:1.1.2.5	Thu Jul 13 19:53:25 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_delete.html	Thu Aug 10 19:52:02 2006
@@ -8,7 +8,7 @@
 
 <div class="confirm"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE}></div>
 
-<form action="./index.php?action=MailjobDelete" method="POST">
+<form method="post" action="./index.php?action=MailjobDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=mailjob_id value=$actionForm->get('mailjob_id')}>
   <table class="outer">
Index: xoops2jp/html/modules/user/admin/templates/avatar_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.8
--- xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.7	Thu Jul 13 19:53:25 2006
+++ xoops2jp/html/modules/user/admin/templates/avatar_delete.html	Thu Aug 10 19:52:02 2006
@@ -10,7 +10,7 @@
 
 <div class="confirm"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE}></div>
 
-<form action="./index.php?action=AvatarDelete" method="POST">
+<form method="post" action="./index.php?action=AvatarDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=avatar_id value=$actionForm->get('avatar_id')}>
   <table class="outer">
Index: xoops2jp/html/modules/user/admin/templates/ranks_delete.html
diff -u xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.8 xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.9
--- xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.8	Thu Jul 13 19:53:25 2006
+++ xoops2jp/html/modules/user/admin/templates/ranks_delete.html	Thu Aug 10 19:52:02 2006
@@ -8,7 +8,7 @@
 
 <div class="confirm"><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE_RANK}></div>
 
-<form action="./index.php?action=RanksDelete" method="POST">
+<form method="post" action="./index.php?action=RanksDelete">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=rank_id value=$actionForm->get('rank_id')}>
   <table class="outer">
Index: xoops2jp/html/modules/user/admin/templates/group_member.html
diff -u xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.12 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.13
--- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.12	Wed Aug  9 18:38:04 2006
+++ xoops2jp/html/modules/user/admin/templates/group_member.html	Thu Aug 10 19:52:02 2006
@@ -51,7 +51,7 @@
 <{assign var=tokenName value=$actionForm->getTokenName()}>
 <{assign var=tokenValue value=$actionForm->getToken()}>
 
-<form method="POST">
+<form method="post" action="">
 <{xoops_token name=$tokenName value=$tokenValue}>
 <input type="hidden" name="perpage" value="<{$pageNavi->getPerpage()}>" />
 <input type="hidden" name="start" value="<{$pageNavi->getStart()}>" />
@@ -102,7 +102,7 @@
 <hr />
 <h4><{$smarty.const._AD_USER_LANG_GROUP_ASSIN_MEMBERS}></h4>
 
-<form method="POST">
+<form  method="post" action="">
 <{xoops_token name=$tokenName value=$tokenValue}>
 <input type="hidden" name="perpage" value="<{$pageNavi->getPerpage()}>" />
 <input type="hidden" name="start" value="<{$pageNavi->getStart()}>" />
Index: xoops2jp/html/modules/user/admin/templates/group_perm.html
diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.14 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.15
--- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.14	Sat Aug  5 15:23:51 2006
+++ xoops2jp/html/modules/user/admin/templates/group_perm.html	Thu Aug 10 19:52:02 2006
@@ -50,7 +50,7 @@
 </div>
 <{/if}>
 
-<form action="index.php?action=GroupPerm" method="POST">
+<form method="post" action="index.php?action=GroupPerm">
 <{xoops_token form=$actionForm}>
 <{if $systemPermissions }>
 <table class="outer">
Index: xoops2jp/html/modules/user/admin/templates/mailjob_send.html
diff -u xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.3 xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.4
--- xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.3	Thu Jul 13 19:53:25 2006
+++ xoops2jp/html/modules/user/admin/templates/mailjob_send.html	Thu Aug 10 19:52:02 2006
@@ -10,7 +10,7 @@
   <{$smarty.const._AD_USER_TIPS_MAILJOB_SEND}>
 </div>
 
-<form action="./index.php?action=MailjobSend" method="POST">
+<form method="post" action="./index.php?action=MailjobSend">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=mailjob_id value=$actionForm->get('mailjob_id')}>
   <table class="outer">


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