// not commited sorry

This commit is contained in:
Gregory Roussac
2013-01-28 09:51:33 +01:00
parent 484d0fae7f
commit 64fdd5b8b5
+2 -2
View File
@@ -237,7 +237,7 @@
{elseif $field_name eq "state" || $field_name eq 'State:name'}
{$stateExist = true}
<p class="required id_state select" style="display:none;">
<label for="id_state">{l s='State'}<sup>*</sup></label>
<label for="id_state">{l s='State'} <sup>*</sup></label>
<select name="id_state" id="id_state">
<option value="">-</option>
</select>
@@ -349,7 +349,7 @@
{/foreach}
{if !$stateExist}
<p class="required id_state_invoice select" style="display:none;">
<label for="id_state_invoice">{l s='State'}<sup>*</sup></label>
<label for="id_state_invoice">{l s='State'} <sup>*</sup></label>
<select name="id_state_invoice" id="id_state_invoice">
<option value="">-</option>
</select>