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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt (-3 / +2 lines)
Lines 20-26 Link Here
20
        <input type="text" id="cn_browser_input" name="q" value="[% q | html %]" />
20
        <input type="text" id="cn_browser_input" name="q" value="[% q | html %]" />
21
        <input id="cn_browser_submit" type="submit" value="Search" />
21
        <input id="cn_browser_submit" type="submit" value="Search" />
22
        <input name="plugin_name" type="hidden" value="cn_browser.pl"/>
22
        <input name="plugin_name" type="hidden" value="cn_browser.pl"/>
23
        <input name="popup" type="hidden" value="[% popup %]"/>
23
        <input name="popup" type="hidden" value="[% popup | html %]"/>
24
        </br>
24
        </br>
25
        <label for="cn_source">Callnumber classification scheme</label>
25
        <label for="cn_source">Callnumber classification scheme</label>
26
        <select name="cn_source" form="cn_browser">
26
        <select name="cn_source" form="cn_browser">
Lines 52-58 Link Here
52
            [% IF ( cn_loo.author ) %]
52
            [% IF ( cn_loo.author ) %]
53
                <span>by</span> [% cn_loo.author | html %]
53
                <span>by</span> [% cn_loo.author | html %]
54
            [% END %]
54
            [% END %]
55
            [% IF ( cn_loo.barcode ) %] ([% cn_loo.barcode %])[% END %]
55
            [% IF ( cn_loo.barcode ) %] ([% cn_loo.barcode | html %])[% END %]
56
        </a>
56
        </a>
57
    </td>
57
    </td>
58
    <td style="background:[% cn_loo.background | html %];">[% cn_loo.branchname | html %]</td>
58
    <td style="background:[% cn_loo.background | html %];">[% cn_loo.branchname | html %]</td>
59
- 

Return to bug 18499