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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 2月 2日 (木) 18:18:04 JST


Index: xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.5	Mon Jan 30 23:53:49 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html	Thu Feb  2 18:18:04 2006
@@ -11,6 +11,7 @@
 </ul>
 
 <form method="POST">
+<{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/module_list.html
diff -u xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.3
--- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.2	Mon Jan 30 23:53:49 2006
+++ xoops2jp/html/modules/base/admin/templates/module_list.html	Thu Feb  2 18:18:04 2006
@@ -8,6 +8,7 @@
 <div class="toptab">[ <a href="index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a> ]</div>
 
 <form method="post">
+<{xoops_token form=$actionForm}>
 <table classs="outer">
   <tr>
     <th><{$smarty.const._MD_A_BASE_LANG_MID}><br />
Index: xoops2jp/html/modules/base/admin/templates/module_installer_licence.html
diff -u xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.3	Mon Jan 30 23:53:50 2006
+++ xoops2jp/html/modules/base/admin/templates/module_installer_licence.html	Thu Feb  2 18:18:04 2006
@@ -8,6 +8,7 @@
 <h3><{$licence|escape}></h3>
 
 <form method="POST">
+<{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/module_install_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.5	Mon Jan 30 23:53:50 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install_confirm.html	Thu Feb  2 18:18:04 2006
@@ -12,6 +12,7 @@
 </ul>
 
 <form method="POST">
+<{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html
diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html:1.1.2.5	Thu Feb  2 17:40:48 2006
+++ xoops2jp/html/modules/base/admin/templates/legacy_admin_actionsearch_form.html	Thu Feb  2 18:18:04 2006
@@ -7,6 +7,7 @@
 
 <div><{$smarty.const._MB_A_BASE_LANG_ACTIONSEARCH_INFO}></div>
 <form action="index.php?action=ActSearch" method="post">
+  <{xoops_token form=$actionForm}>
   <input type="text" name="keywords" <{if $actionForm}>value="<{$actionform->get('keywords')|escape}>"<{/if}> />
   <input type="submit" value="<{$smarty.const._SEARCH}>" class="formButton" />
 </form>
Index: xoops2jp/html/modules/base/admin/templates/module_update_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.5	Mon Jan 30 23:53:50 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update_confirm.html	Thu Feb  2 18:18:04 2006
@@ -11,6 +11,7 @@
 </ul>
 
 <form method="POST">
+<{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
 <table class="outer">
   <tr>
Index: xoops2jp/html/modules/base/admin/templates/module_installer.html
diff -u xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.3 xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.4
--- xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.3	Mon Jan 30 23:53:50 2006
+++ xoops2jp/html/modules/base/admin/templates/module_installer.html	Thu Feb  2 18:18:04 2006
@@ -12,6 +12,7 @@
 </ul>
 
 <form method="POST">
+<{xoops_token form=$actionForm}>
 <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
 <table class="outer">
   <tr>


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