View | Details | Raw Unified | Return to bug 19086
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-6 / +5 lines)
Lines 57-63 Link Here
57
[% END %]
57
[% END %]
58
58
59
[% BLOCK show_contact %]
59
[% BLOCK show_contact %]
60
    <h3>[% contact.name %]</h3>
60
    <h3>[% contact.name |html %]</h3>
61
    <p><span class="label">Position: </span>[% contact.position |html %]</p>
61
    <p><span class="label">Position: </span>[% contact.position |html %]</p>
62
    <p><span class="label">Phone: </span>[% contact.phone |html %]</p>
62
    <p><span class="label">Phone: </span>[% contact.phone |html %]</p>
63
    <p><span class="label">Alternative phone: </span>[% contact.altphone |html %]</p>
63
    <p><span class="label">Alternative phone: </span>[% contact.altphone |html %]</p>
Lines 169-175 function delete_contact(ev) { Link Here
169
[% INCLUDE 'header.inc' %]
169
[% INCLUDE 'header.inc' %]
170
[% INCLUDE 'acquisitions-search.inc' %]
170
[% INCLUDE 'acquisitions-search.inc' %]
171
171
172
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; [% IF ( enter ) %][% IF ( booksellerid ) %] <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name %]</a> &rsaquo; Update: [% name %][% ELSE %]Add vendor[% END %] [% ELSE %][% name %][% END %]</div>
172
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; [% IF ( enter ) %][% IF ( booksellerid ) %] <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name |html %]</a> &rsaquo; Update: [% name %][% ELSE %]Add vendor[% END %] [% ELSE %][% name |html %][% END %]</div>
173
173
174
<div id="doc3" class="yui-t2">
174
<div id="doc3" class="yui-t2">
175
175
Lines 178-184 function delete_contact(ev) { Link Here
178
    <div class="yui-b">
178
    <div class="yui-b">
179
    [% IF ( enter ) %]
179
    [% IF ( enter ) %]
180
        [% IF ( booksellerid ) %]
180
        [% IF ( booksellerid ) %]
181
        <h1>Update: [% name %]</h1>
181
        <h1>Update: [% name |html %]</h1>
182
    [% ELSE %]
182
    [% ELSE %]
183
        <h1>Add vendor</h1>
183
        <h1>Add vendor</h1>
184
    [% END %]
184
    [% END %]
Lines 318-328 function delete_contact(ev) { Link Here
318
        </div>
318
        </div>
319
    </form>
319
    </form>
320
[% ELSE %]
320
[% ELSE %]
321
    <h1>[% name %]</h1>
321
    <h1>[% name |html %]</h1>
322
        <div class="yui-g">
322
        <div class="yui-g">
323
            <div id="supplier-company-details" class="yui-u first">
323
            <div id="supplier-company-details" class="yui-u first">
324
                <h2>Vendor details</h2>
324
                <h2>Vendor details</h2>
325
                <p><span class="label">Company name: </span>[% name %]</p>
325
                <p><span class="label">Company name: </span>[% name |html %]</p>
326
                <p><span class="label">Postal address: </span>[% postal |html %]</p>
326
                <p><span class="label">Postal address: </span>[% postal |html %]</p>
327
                <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>
328
                <p><span class="label">Phone: </span>[% phone |html %]</p>
328
                <p><span class="label">Phone: </span>[% phone |html %]</p>
329
- 

Return to bug 19086