Lines 127-133
Link Here
|
127 |
<fieldset class="rows"> |
127 |
<fieldset class="rows"> |
128 |
<legend>Company details</legend> |
128 |
<legend>Company details</legend> |
129 |
<ol><li><label for="company" class="required">Name:</label> |
129 |
<ol><li><label for="company" class="required">Name:</label> |
130 |
<input type="text" size="40" id="company" name="company" value="[% name | html %]" required="required" class="required" /><span class="required">Required</span></li> |
130 |
<input type="text" size="40" id="company" name="company" value="[% name | html %]" required="required" class="required focus" /><span class="required">Required</span></li> |
131 |
<li><label for="company_postal">Postal address: </label> |
131 |
<li><label for="company_postal">Postal address: </label> |
132 |
<textarea id="company_postal" name="company_postal" cols="40" rows="3">[% postal | html %]</textarea></li> |
132 |
<textarea id="company_postal" name="company_postal" cols="40" rows="3">[% postal | html %]</textarea></li> |
133 |
<li><label for="physical">Physical address: </label> |
133 |
<li><label for="physical">Physical address: </label> |
134 |
- |
|
|