Lines 172-178
Link Here
|
172 |
<li><label for="website">Website: </label> |
172 |
<li><label for="website">Website: </label> |
173 |
<input type="text" size="40" id="website" name="website" value="[% url | html %]" class="url" /></li> |
173 |
<input type="text" size="40" id="website" name="website" value="[% url | html %]" class="url" /></li> |
174 |
<li><label for="accountnumber">Account number: </label> |
174 |
<li><label for="accountnumber">Account number: </label> |
175 |
<input type="text" size="40" id="accountnumber" name="accountnumber" value="[% accountnumber | html %]" /></li></ol> |
175 |
<input type="text" size="40" id="accountnumber" name="accountnumber" value="[% accountnumber | html %]" /></li> |
|
|
176 |
<li> |
177 |
<label for="vendor_type">Vendor type: </label> |
178 |
[% PROCESS 'av-build-dropbox.inc' name="vendor_type", category="VENDOR_TYPE", default=vendor_type, empty=1, size = 20 %] |
179 |
</li> |
180 |
</ol> |
176 |
</fieldset> |
181 |
</fieldset> |
177 |
<fieldset class="rows"> |
182 |
<fieldset class="rows"> |
178 |
<legend>Contacts</legend> |
183 |
<legend>Contacts</legend> |
Lines 316-321
Link Here
|
316 |
<div class="row"> |
321 |
<div class="row"> |
317 |
<div id="supplier-company-details" class="col-sm-6"> |
322 |
<div id="supplier-company-details" class="col-sm-6"> |
318 |
<h2>Vendor details</h2> |
323 |
<h2>Vendor details</h2> |
|
|
324 |
<p><span class="label">Type: </span>[% vendor_type | html %]</p> |
319 |
<p><span class="label">Company name: </span>[% name | html %]</p> |
325 |
<p><span class="label">Company name: </span>[% name | html %]</p> |
320 |
<p><span class="label">Postal address: </span>[% postal | html %]</p> |
326 |
<p><span class="label">Postal address: </span>[% postal | html %]</p> |
321 |
<p><span class="label">Physical address: </span>[% address1 | html %][% address2 | html %][% address3 | html %][% address4 | html %]</p> |
327 |
<p><span class="label">Physical address: </span>[% address1 | html %][% address2 | html %][% address3 | html %][% address4 | html %]</p> |