[xoops-cvslog 2986] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 5月 11日 (木) 18:08:30 JST


Index: xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.3
--- xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html:1.1.2.2	Tue Apr 25 12:56:00 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/banner_edit.html	Thu May 11 18:08:30 2006
@@ -29,13 +29,7 @@
       <th><{$smarty.const._AD_LEGACYRENDER_LANG_CID}></th>
       <td class="<{cycle values="odd,even"}>">
         <select name="cid">
-          <{foreach item=child from=$bannerclientArr}>
-          	<{if $child->getVar('cid') == $actionForm->get('cid')}>
-          		<option value="<{$child->getVar('cid')}>" checked><{$child->getVar('name')}></option>
-          	<{else}>
-          		<option value="<{$child->getVar('cid')}>"><{$child->getVar('name')}></option>
-          	<{/if}>
-          <{/foreach}>
+          <{xoops_optionsArray from=$bannerclientArr label=name value=cid default=$actionForm->get('cid')}>
         </select>
       </td>
     </tr>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る