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

Back to archive index

NobuNobu nobun****@users*****
2006年 5月 22日 (月) 15:46:11 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.5 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.6
--- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.5	Sun May 21 10:21:48 2006
+++ xoops2jp/html/modules/base/admin/templates/preference_edit.html	Mon May 22 15:46:11 2006
@@ -102,13 +102,13 @@
             
           <{elseif $config->get('conf_formtype') == 'tplset'}>
             <select name='<{$config->getVar('conf_name')}>' id='<{$config->getVar('conf_name')}>'>
-              <{xoops_optionsArray value=tplset_name label=tplset_name from=$tplsetArr default=$actionForm->get($config->get('conf_name')}>
+              <{xoops_optionsArray value=tplset_name label=tplset_name from=$tplsetArr default=$actionForm->get($config->get('conf_name'))}>
             </select>
             
             
           <{elseif $config->get('conf_formtype') == 'timezone'}>
             <select name='<{$config->getVar('conf_name')}>' id='<{$config->getVar('conf_name')}>'>
-              <{xoops_optionsArray value=offset label=zone_name from=$timezoneArr default=$actionForm->get($config->get('conf_name')}>
+              <{xoops_optionsArray value=offset label=zone_name from=$timezoneArr default=$actionForm->get($config->get('conf_name'))}>
             </select>
 
 
@@ -123,7 +123,7 @@
           <{elseif $config->get('conf_formtype') == 'startpage'}>
             <select name='<{$config->getVar('conf_name')}>' id='<{$config->getVar('conf_name')}>'>
               <option value="--"><{$smary.const._MD_AM_NONE}></option>
-              <{xoops_optionsArray value=mid label=name from=$moduleArr default=$actionForm->get($config->get('conf_name')}>
+              <{xoops_optionsArray value=mid label=name from=$moduleArr default=$actionForm->get($config->get('conf_name'))}>
             </select>
             
             


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