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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 6月 26日 (月) 22:30:46 JST


Index: xoops2jp/html/modules/base/admin/templates/preference_edit.html
diff -u xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.9 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.10
--- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.9	Wed Jun 14 01:12:53 2006
+++ xoops2jp/html/modules/base/admin/templates/preference_edit.html	Mon Jun 26 22:30:46 2006
@@ -68,7 +68,7 @@
 
 
           <{elseif $config->get('conf_formtype') == 'select_multi'}>
-            <select name='<{$config->getVar('conf_name')}>[]' id='<{$config->getVar('conf_name')}>' size='5' multipul>
+            <select name='<{$config->getVar('conf_name')}>[]' id='<{$config->getVar('conf_name')}>' size='5' multiple>
               <{assign var=flag value=0}>
               <{foreach item=selected from=$actionForm->get($config->get('conf_name'))}>
                 <{if $option->getOptionKey() == $selected}><{assign var=flag value=1}><{/if}>
@@ -91,7 +91,7 @@
 
             
           <{elseif $config->get('conf_formtype') == 'theme_multi'}>
-            <select name='<{$config->getVar('conf_name')}>[]' id='<{$config->getVar('conf_name')}>' size='5' multipul>
+            <select name='<{$config->getVar('conf_name')}>[]' id='<{$config->getVar('conf_name')}>' size='5' multiple>
               <{foreach item=theme from=$themeArr}>
                 <{assign var=flag value=0}>
                 <{foreach item=selected from=$actionForm->get($config->get('conf_name'))}>


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