|
Lines 208-214
Link Here
|
| 208 |
</div> |
208 |
</div> |
| 209 |
|
209 |
|
| 210 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
210 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
| 211 |
<fieldset class="rows"> |
211 |
<fieldset id="company_details" class="rows"> |
| 212 |
<legend>Company details</legend> |
212 |
<legend>Company details</legend> |
| 213 |
<ol><li><label for="company" class="required">Name:</label> |
213 |
<ol><li><label for="company" class="required">Name:</label> |
| 214 |
<input type="text" size="40" id="company" name="company" value="[% name | html %]" required="required" class="required focus" /><span class="required">Required</span></li> |
214 |
<input type="text" size="40" id="company" name="company" value="[% name | html %]" required="required" class="required focus" /><span class="required">Required</span></li> |
|
Lines 234-240
Link Here
|
| 234 |
</li> |
234 |
</li> |
| 235 |
</ol> |
235 |
</ol> |
| 236 |
</fieldset> |
236 |
</fieldset> |
| 237 |
<fieldset class="rows"> |
237 |
<fieldset id="contacts" class="rows"> |
| 238 |
<legend>Contacts</legend> |
238 |
<legend>Contacts</legend> |
| 239 |
<fieldset id="contact-template" class="supplier-contact"> |
239 |
<fieldset id="contact-template" class="supplier-contact"> |
| 240 |
<legend>Contact details</legend> |
240 |
<legend>Contact details</legend> |
|
Lines 249-260
Link Here
|
| 249 |
<button id="add-contact" class="btn btn-default"><i class="fa fa-plus"></i> Add another contact</button> |
249 |
<button id="add-contact" class="btn btn-default"><i class="fa fa-plus"></i> Add another contact</button> |
| 250 |
</fieldset> |
250 |
</fieldset> |
| 251 |
|
251 |
|
| 252 |
<fieldset class="rows"> |
252 |
<fieldset id="interfaces" class="rows"> |
| 253 |
<legend>Interfaces</legend> |
253 |
<legend>Interfaces</legend> |
| 254 |
<div id="interfaces"></div> |
254 |
<div id="interfaces"></div> |
| 255 |
</fieldset> |
255 |
</fieldset> |
| 256 |
|
256 |
|
| 257 |
<fieldset class="rows"> |
257 |
<fieldset id="ordering_information" class="rows"> |
| 258 |
<legend>Ordering information</legend> |
258 |
<legend>Ordering information</legend> |
| 259 |
<ol><li><label for="activestatus">Vendor is:</label> |
259 |
<ol><li><label for="activestatus">Vendor is:</label> |
| 260 |
[% IF ( active ) %] |
260 |
[% IF ( active ) %] |
| 261 |
- |
|
|