[xoops-cvslog 5736] CVS update: xoops2jp/html/modules/legacy/templates

Back to archive index

Minahito minah****@users*****
2006年 11月 9日 (木) 18:36:11 JST


Index: xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html
diff -u xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html:1.1.2.3
--- xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html:1.1.2.2	Mon Oct 23 15:14:22 2006
+++ xoops2jp/html/modules/legacy/templates/legacy_xoopsform_radio.html	Thu Nov  9 18:36:10 2006
@@ -1,3 +1,3 @@
 <{foreach from=$element->getOptions() key=value item=name}>
-  <label><input type='radio' name='<{$element->getName()}>' value='<{$value}>' <{if $element->getValue() !== null && $element->getValue() == $value}> checked='checked'<{/if}> <{$element->getExtra()}> /><{$name}></label>
+  <label><input type='radio' id='<{$element->getName()}>_<{$value}>' name='<{$element->getName()}>' value='<{$value}>' <{if $element->getValue() !== null && $element->getValue() == $value}> checked='checked'<{/if}> <{$element->getExtra()}> /><{$name}></label>
 <{/foreach}>


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