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

Back to archive index

Minahito minah****@users*****
2006年 5月 30日 (火) 12:58:15 JST


Index: xoops2jp/html/modules/base/templates/legacy_image_upload.html
diff -u xoops2jp/html/modules/base/templates/legacy_image_upload.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_image_upload.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_image_upload.html:1.1.2.1	Thu May 25 18:29:02 2006
+++ xoops2jp/html/modules/base/templates/legacy_image_upload.html	Tue May 30 12:58:15 2006
@@ -5,7 +5,7 @@
     <{/foreach}>
   </ul>
 <{/if}>
-<form action="index.php?action=ImageUpload" method="post" enctype="multipart/form-data">
+<form action="index.php?op=upload" method="post" enctype="multipart/form-data">
   <{xoops_token form=$actionForm}>
   <{xoops_input type=hidden name=imgcat_id value=$actionForm->get('imgcat_id')}>
   <{xoops_input type=hidden name=target value=$target}>
Index: xoops2jp/html/modules/base/templates/legacy_image_list.html
diff -u xoops2jp/html/modules/base/templates/legacy_image_list.html:1.1.2.3 xoops2jp/html/modules/base/templates/legacy_image_list.html:1.1.2.4
--- xoops2jp/html/modules/base/templates/legacy_image_list.html:1.1.2.3	Mon May 29 23:55:06 2006
+++ xoops2jp/html/modules/base/templates/legacy_image_list.html	Tue May 30 12:58:15 2006
@@ -18,7 +18,7 @@
 </script>
 
 <form action="./index.php?action=ImageList" method="GET">
-  <select name="imgcat_id" onchange="location='<{$smarty.const.XOOPS_MODULE_URL}>/base/index.php?action=ImageList&amp;target=<{$target}>&amp;imgcat_id='+this.options[this.selectedIndex].value">
+  <select name="imgcat_id" onchange="location='<{$smarty.const.XOOPS_URL}>/imagemanager.php?target=<{$target}>&amp;imgcat_id='+this.options[this.selectedIndex].value">
     <option value="0">---</option>
     <{xoops_optionsArray from=$categoryArr value=imgcat_id label=imgcat_name default=$imgcatId}>
   </select>
@@ -26,7 +26,7 @@
 </form>
 
 <{if $hasUploadPerm}>
-  [ <a href="index.php?action=ImageUpload&amp;imgcat_id=<{$category->getVar('imgcat_id')}>&amp;target=<{$target|escape}>"><{$smarty.const._MD_BASE_LANG_IMAGE_UPLOAD}></a> ]
+  [ <a href="<{$smarty.const.XOOPS_URL}>/imagemanager.php?op=upload&amp;imgcat_id=<{$category->getVar('imgcat_id')}>&amp;target=<{$target|escape}>"><{$smarty.const._MD_BASE_LANG_IMAGE_UPLOAD}></a> ]
 <{/if}>
 
 <table class="outer">


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