OSB enhancements to date

This commit is contained in:
Deon George
2010-11-30 09:41:08 +11:00
parent 8715a2059b
commit ec6a542bc3
478 changed files with 23423 additions and 9309 deletions

View File

@@ -44,7 +44,7 @@
</tr>
<tr valign="top">
<td width="50%">
<input type="radio" name="product_attr_collect_type" value="0" {if $record.collect_type == "0" || recordproduct_attr.collect_type == "" }checked{/if} />
<input type="radio" name="product_attr_collect_type" value="0" {if $record.collect_type == "0" || $record.collect_type == "" }checked{/if} />
{translate module=product_attr}type_checkbox{/translate}<br/>
<input type="radio" name="product_attr_collect_type" value="1" {if $record.collect_type == "1"}checked{/if} />
{translate module=product_attr}type_text{/translate}<br/>