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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc (-1 / +1 lines)
Lines 12-18 Link Here
12
	
12
	
13
		<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
13
		<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
14
        <label for="title">Title: </label> <input type="text" id="title" name="title" size="15" value="[% title %]" />
14
        <label for="title">Title: </label> <input type="text" id="title" name="title" size="15" value="[% title %]" />
15
        <label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name|html %]" />
15
        <label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name %]" />
16
        <input type="hidden" id="do_search" name="do_search" value="do" />
16
        <input type="hidden" id="do_search" name="do_search" value="do" />
17
        <span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" onclick="$('#filters,.filteraction').toggle();">[-]</a></span>
17
        <span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" onclick="$('#filters,.filteraction').toggle();">[-]</a></span>
18
        <span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters,.filteraction').toggle();">[+]</a></span>
18
        <span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters,.filteraction').toggle();">[+]</a></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc (-4 / +4 lines)
Lines 142-148 function finderjumpfull(page) Link Here
142
                        <option value="is">is exactly</option>
142
                        <option value="is">is exactly</option>
143
                        [% END %]
143
                        [% END %]
144
                    </select>
144
                    </select>
145
                    <input id="value_mainstr" style="width:400px;" type="text" name="value_mainstr" value="[% value_mainstr |html %]" />
145
                    <input id="value_mainstr" style="width:400px;" type="text" name="value_mainstr" value="[% value_mainstr %]" />
146
                    <div id="yvaluecontainermainmainentry"></div>
146
                    <div id="yvaluecontainermainmainentry"></div>
147
                </li>
147
                </li>
148
148
Lines 168-174 function finderjumpfull(page) Link Here
168
                        <option value="is">is exactly</option>
168
                        <option value="is">is exactly</option>
169
                        [% END %]
169
                        [% END %]
170
                    </select>
170
                    </select>
171
                    <input id="value_main" style="width:400px;" type="text" name="value_main" value="[% value_main |html %]" />
171
                    <input id="value_main" style="width:400px;" type="text" name="value_main" value="[% value_main %]" />
172
                    <div id="yvaluecontainermainentry"></div>
172
                    <div id="yvaluecontainermainentry"></div>
173
                </li>
173
                </li>
174
                <li>
174
                <li>
Lines 193-199 function finderjumpfull(page) Link Here
193
                        <option value="is">is exactly</option>
193
                        <option value="is">is exactly</option>
194
                        [% END %]
194
                        [% END %]
195
                    </select>
195
                    </select>
196
                    <input type="text" name="value_match" value="[% value_match |html %]" />
196
                    <input type="text" name="value_match" value="[% value_match %]" />
197
                </li>
197
                </li>
198
                <li>
198
                <li>
199
                    <label for="marclistanywhere">Search entire record: </label>
199
                    <label for="marclistanywhere">Search entire record: </label>
Lines 217-223 function finderjumpfull(page) Link Here
217
                        <option value="is">is exactly</option>
217
                        <option value="is">is exactly</option>
218
                        [% END %]
218
                        [% END %]
219
                    </select>
219
                    </select>
220
                    <input id="value_any" style="width:400px;" type="text" name="value_any" value="[% value_any |html %]" />
220
                    <input id="value_any" style="width:400px;" type="text" name="value_any" value="[% value_any %]" />
221
                    <div id="yvaluecontainermarclist"></div>
221
                    <div id="yvaluecontainermarclist"></div>
222
                </li>
222
                </li>
223
        <li>
223
        <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc (-11 / +11 lines)
Lines 12-35 Link Here
12
    [% IF marcflavour == 'UNIMARC' %]
12
    [% IF marcflavour == 'UNIMARC' %]
13
        [% SWITCH type %]
13
        [% SWITCH type %]
14
        [% CASE 'broader' %]
14
        [% CASE 'broader' %]
15
            <span class="BT">BT: [% heading | html %]</span>
15
            <span class="BT">BT: [% heading %]</span>
16
        [% CASE 'narrower' %]
16
        [% CASE 'narrower' %]
17
            <span class="NT">NT: [% heading | html %]</span>
17
            <span class="NT">NT: [% heading %]</span>
18
        [% CASE 'seefrom' %]
18
        [% CASE 'seefrom' %]
19
            <span class="UF">UF: [% heading | html %]</span>
19
            <span class="UF">UF: [% heading %]</span>
20
        [% CASE 'seealso' %]
20
        [% CASE 'seealso' %]
21
            <span class="RT">RT: [% heading | html %]</span>
21
            <span class="RT">RT: [% heading %]</span>
22
        [% END %]
22
        [% END %]
23
    [% ELSE %]
23
    [% ELSE %]
24
        <span class="heading">
24
        <span class="heading">
25
        [% IF ( linkType=='seealso' ) %]
25
        [% IF ( linkType=='seealso' ) %]
26
            [% IF ( authid ) %]
26
            [% IF ( authid ) %]
27
            <a href="[% authidurl | url %][% authid | url %]">[% heading | html %]</a>
27
            <a href="[% authidurl | url %][% authid | url %]">[% heading %]</a>
28
            [% ELSE %]
28
            [% ELSE %]
29
            <a href="[% searchurl | url %][% heading | html %]">[% heading | html %]</a>
29
            <a href="[% searchurl | url %][% heading %]">[% heading %]</a>
30
            [% END %]
30
            [% END %]
31
        [% ELSE %]
31
        [% ELSE %]
32
            [% heading | html %]
32
            [% heading %]
33
        [% END %]
33
        [% END %]
34
        </span>
34
        </span>
35
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
35
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
Lines 42-48 Link Here
42
            [% CASE 'broader' %](Broader heading)
42
            [% CASE 'broader' %](Broader heading)
43
            [% CASE 'narrower' %](Narrower heading)
43
            [% CASE 'narrower' %](Narrower heading)
44
            [% CASE 'parent' %](Immediate parent body)
44
            [% CASE 'parent' %](Immediate parent body)
45
            [% CASE %][% IF type %]([% type | html %])
45
            [% CASE %][% IF type %]([% type %])
46
            [% END %]
46
            [% END %]
47
        [% END %]
47
        [% END %]
48
        </span>
48
        </span>
Lines 50-56 Link Here
50
    [% END %]
50
    [% END %]
51
[% END %]
51
[% END %]
52
[% BLOCK authresult %]
52
[% BLOCK authresult %]
53
    [% IF ( summary.label ) %][% summary.label | html %]:[% END %]
53
    [% IF ( summary.label ) %][% summary.label %]:[% END %]
54
    [% IF summary.summary %]
54
    [% IF summary.summary %]
55
      <div class="authority-summary">
55
      <div class="authority-summary">
56
        [% summary.summary %]
56
        [% summary.summary %]
Lines 59-65 Link Here
59
    [% UNLESS ( summary.summaryonly ) %]
59
    [% UNLESS ( summary.summaryonly ) %]
60
        <div class="authorizedheading">
60
        <div class="authorizedheading">
61
          [% FOREACH authorize IN summary.authorized %]
61
          [% FOREACH authorize IN summary.authorized %]
62
            <span class="authorizedheading">[% authorize.heading | html %]</span>
62
            <span class="authorizedheading">[% authorize.heading %]</span>
63
            [% UNLESS loop.last %] | [% END %]
63
            [% UNLESS loop.last %] | [% END %]
64
          [% END %]
64
          [% END %]
65
        </div>
65
        </div>
Lines 67-73 Link Here
67
          [% IF summary.notes %]
67
          [% IF summary.notes %]
68
           <div class="authres_notes">
68
           <div class="authres_notes">
69
           [% FOREACH note IN summary.notes %]
69
           [% FOREACH note IN summary.notes %]
70
             <span>[% note.note | html %]</span>
70
             <span>[% note.note %]</span>
71
           [% END %]
71
           [% END %]
72
           </div>
72
           </div>
73
          [% END %]
73
          [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc (-3 / +3 lines)
Lines 109-115 Link Here
109
            <option value="is">is exactly</option>
109
            <option value="is">is exactly</option>
110
            [% END %]
110
            [% END %]
111
        </select>
111
        </select>
112
        <input id="value_mainentry" type="text" name="value" value="[% value | html%]" class="head-searchbox" />
112
        <input id="value_mainentry" type="text" name="value" value="[% value %]" class="head-searchbox" />
113
        <select name="orderby">
113
        <select name="orderby">
114
            [% IF ( orderby == 'HeadingAsc' ) %]
114
            [% IF ( orderby == 'HeadingAsc' ) %]
115
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
115
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
Lines 163-169 Link Here
163
            <option value="is">is exactly</option>
163
            <option value="is">is exactly</option>
164
            [% END %]
164
            [% END %]
165
        </select>
165
        </select>
166
        <input id="value_matchheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" />
166
        <input id="value_matchheading" type="text" name="value" value="[% value %]" class="head-searchbox" />
167
        <select name="orderby">
167
        <select name="orderby">
168
            [% IF ( orderby == 'HeadingAsc' ) %]
168
            [% IF ( orderby == 'HeadingAsc' ) %]
169
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
169
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
Lines 219-225 Link Here
219
            <option value="is">is exactly</option>
219
            <option value="is">is exactly</option>
220
            [% END %]
220
            [% END %]
221
        </select>
221
        </select>
222
        <input id="value_anywhere" type="text" name="value" value="[% value | html %]" class="head-searchbox" />
222
        <input id="value_anywhere" type="text" name="value" value="[% value %]" class="head-searchbox" />
223
        <select name="orderby">
223
        <select name="orderby">
224
            [% IF ( orderby == 'HeadingAsc' ) %]
224
            [% IF ( orderby == 'HeadingAsc' ) %]
225
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
225
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities.inc (-2 / +2 lines)
Lines 8-16 Link Here
8
        [% FOREACH node IN tree %]
8
        [% FOREACH node IN tree %]
9
            <li id="hier[% node.authid %]" class="[% node.class %] authnode">
9
            <li id="hier[% node.authid %]" class="[% node.class %] authnode">
10
            [% IF ( node.current_value ) %]
10
            [% IF ( node.current_value ) %]
11
                <span class='currentauth'>[% node.value | html %]</span>
11
                <span class='currentauth'>[% node.value %]</span>
12
            [% ELSE %]
12
            [% ELSE %]
13
                <a href="detail.pl?authid=[% node.authid %]" title="Term">[% node.value | html %]</a>
13
                <a href="detail.pl?authid=[% node.authid %]" title="Term">[% node.value %]</a>
14
            [% END %]
14
            [% END %]
15
            [% IF ( node.children && node.children.size > 0 ) %]
15
            [% IF ( node.children && node.children.size > 0 ) %]
16
                [% PROCESS showtree tree = node.children %]
16
                [% PROCESS showtree tree = node.children %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc (-1 / +1 lines)
Lines 2-5 Link Here
2
[%- USE Koha -%]
2
[%- USE Koha -%]
3
[%- biblio = item.biblio -%]
3
[%- biblio = item.biblio -%]
4
[%- biblioitem = item.biblioitem -%]
4
[%- biblioitem = item.biblioitem -%]
5
"[% biblio.title |html %] [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %]by [% END %][% biblio.author |html %]", "[% (biblioitem.publicationyear || biblio.copyrightdate) |html %]", "[% biblioitem.publishercode |html %]", "[% biblioitem.collectiontitle |html %]", "[% item.barcode |html %]", "[% item.itemcallnumber |html %]", "[% Branches.GetName(item.homebranch) |html %]", "[% Branches.GetName(item.holdingbranch) |html %]", "[% item.location |html %]", "[% item.stocknumber |html %]", "[% item.status |html %]", "[% (item.issues || 0) |html %]"[% INCLUDE 'empty_line.inc' %]
5
"[% biblio.title %] [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %]by [% END %][% biblio.author %]", "[% (biblioitem.publicationyear || biblio.copyrightdate) %]", "[% biblioitem.publishercode %]", "[% biblioitem.collectiontitle %]", "[% item.barcode %]", "[% item.itemcallnumber %]", "[% Branches.GetName(item.homebranch) %]", "[% Branches.GetName(item.holdingbranch) %]", "[% item.location %]", "[% item.stocknumber %]", "[% item.status %]", "[% (item.issues || 0) %]"[% INCLUDE 'empty_line.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc (-12 / +12 lines)
Lines 4-24 Link Here
4
[%- biblioitem = item.biblioitem -%]
4
[%- biblioitem = item.biblioitem -%]
5
[
5
[
6
  "[% FILTER escape_quotes = replace('"', '\"') ~%]
6
  "[% FILTER escape_quotes = replace('"', '\"') ~%]
7
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title |html %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author |html %]
7
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author %]
8
  [%~ END %]",
8
  [%~ END %]",
9
  "[% (biblioitem.publicationyear || biblio.copyrightdate) |html %]",
9
  "[% (biblioitem.publicationyear || biblio.copyrightdate) %]",
10
  "[% biblioitem.publishercode |html %]",
10
  "[% biblioitem.publishercode %]",
11
  "[% biblioitem.collectiontitle |html %]",
11
  "[% biblioitem.collectiontitle %]",
12
  "[% FILTER escape_quotes ~%]
12
  "[% FILTER escape_quotes ~%]
13
    <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber %]#item[% item.itemnumber %]" title="Go to item details">[% item.barcode |html %]</a>
13
    <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber %]#item[% item.itemnumber %]" title="Go to item details">[% item.barcode %]</a>
14
  [%~ END %]",
14
  [%~ END %]",
15
  "[% item.itemcallnumber |html %]",
15
  "[% item.itemcallnumber %]",
16
  "[% Branches.GetName(item.homebranch) |html %]",
16
  "[% Branches.GetName(item.homebranch) %]",
17
  "[% Branches.GetName(item.holdingbranch) |html %]",
17
  "[% Branches.GetName(item.holdingbranch) %]",
18
  "[% item.location |html %]",
18
  "[% item.location %]",
19
  "[% item.stocknumber |html %]",
19
  "[% item.stocknumber %]",
20
  "[% item.status |html %]",
20
  "[% item.status %]",
21
  "[% (item.issues || 0) |html %]",
21
  "[% (item.issues || 0) %]",
22
  "[% FILTER escape_quotes ~%]
22
  "[% FILTER escape_quotes ~%]
23
    <a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]">Edit</a>
23
    <a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]">Edit</a>
24
  [%~ END %]"
24
  [%~ END %]"
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (-3 / +3 lines)
Lines 3-9 Link Here
3
<div id="search-facets">
3
<div id="search-facets">
4
<h4>Refine your search</h4>
4
<h4>Refine your search</h4>
5
<ul>
5
<ul>
6
    <li id="availability_facet">Availability<ul><li>[% IF ( available ) %]<strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi_not_availablity %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">Show all items</a>[% ELSE %]<a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]&amp;limit=available">Limit to currently available items</a>[% END %]</li></ul>
6
    <li id="availability_facet">Availability<ul><li>[% IF ( available ) %]<strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi %][% limit_cgi_not_availablity %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">Show all items</a>[% ELSE %]<a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi %][% limit_cgi %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]&amp;limit=available">Limit to currently available items</a>[% END %]</li></ul>
7
	[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %])</li>[% END %]
7
	[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %])</li>[% END %]
8
	</li>
8
	</li>
9
9
Lines 30-39 Link Here
30
      [% IF facet.active %]
30
      [% IF facet.active %]
31
        [% SET local_url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
31
        [% SET local_url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
32
        <span class="facet-label">[% facet.facet_label_value %]</span>
32
        <span class="facet-label">[% facet.facet_label_value %]</span>
33
        [<a href="[% local_url %]" title="Remove facet [% facet.facet_link_value | html %]">x</a>]
33
        [<a href="[% local_url %]" title="Remove facet [% facet.facet_link_value %]">x</a>]
34
      [% ELSE %]
34
      [% ELSE %]
35
        [% SET local_url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
35
        [% SET local_url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
36
        <span class="facet-label"><a href="[% local_url %]" title="[% facet.facet_title_value |html %]">[% facet.facet_label_value %]</a></span>
36
        <span class="facet-label"><a href="[% local_url %]" title="[% facet.facet_title_value %]">[% facet.facet_label_value %]</a></span>
37
        [% IF ( displayFacetCount ) %]
37
        [% IF ( displayFacetCount ) %]
38
          <span class="facet-count"> ([% facet.facet_count %])</span>
38
          <span class="facet-count"> ([% facet.facet_count %])</span>
39
        [% END %]
39
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc (-1 / +1 lines)
Lines 31-37 Link Here
31
                                        [% END %]
31
                                        [% END %]
32
                                        <label for="rec_[% record.biblionumber %]_[% subfield.subkey %]"><span class="subfield">[% subfield.subtag %]</span> / [% subfield.value %]</label>
32
                                        <label for="rec_[% record.biblionumber %]_[% subfield.subkey %]"><span class="subfield">[% subfield.subtag %]</span> / [% subfield.value %]</label>
33
                                        <input type="hidden" name="tag_[% field.tag %]_code_[% subfield.subtag %]_[% field.key %]_[% subfield.subkey %]" value="[% subfield.subtag %]" />
33
                                        <input type="hidden" name="tag_[% field.tag %]_code_[% subfield.subtag %]_[% field.key %]_[% subfield.subkey %]" value="[% subfield.subtag %]" />
34
                                        <input type="hidden" name="tag_[% field.tag %]_subfield_[% subfield.subtag %]_[% subfield.key %]_[% subfield.subkey %]" value="[% subfield.value |html%]" />
34
                                        <input type="hidden" name="tag_[% field.tag %]_subfield_[% subfield.subtag %]_[% subfield.key %]_[% subfield.subkey %]" value="[% subfield.value %]" />
35
                                    </li>
35
                                    </li>
36
                                [% END %]
36
                                [% END %]
37
                            </ul>
37
                            </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc (-3 / +3 lines)
Lines 1-7 Link Here
1
[% IF ( PAGE_NUMBERS ) %]<div class="pages">
1
[% IF ( PAGE_NUMBERS ) %]<div class="pages">
2
    <!-- Row of numbers corresponding to search result pages -->
2
    <!-- Row of numbers corresponding to search result pages -->
3
        [% IF ( previous_page_offset.defined ) %]<a class="nav" href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% previous_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">&lt;&lt; Previous</a>[% END %]
3
        [% IF ( previous_page_offset.defined ) %]<a class="nav" href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi %][% limit_cgi %]&amp;offset=[% previous_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">&lt;&lt; Previous</a>[% END %]
4
    [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %][% IF ( PAGE_NUMBER.highlight ) %]<span class="current">[% PAGE_NUMBER.pg %]</span>[% ELSE %]        <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% PAGE_NUMBER.offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">[% PAGE_NUMBER.pg %]</a>[% END %]
4
    [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %][% IF ( PAGE_NUMBER.highlight ) %]<span class="current">[% PAGE_NUMBER.pg %]</span>[% ELSE %]        <a class="nav" href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi %][% limit_cgi %]&amp;offset=[% PAGE_NUMBER.offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">[% PAGE_NUMBER.pg %]</a>[% END %]
5
    [% END %]
5
    [% END %]
6
        [% IF ( next_page_offset ) %]<a class="nav" href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %]&amp;offset=[% next_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">Next &gt;&gt;</a>[% END %]
6
        [% IF ( next_page_offset ) %]<a class="nav" href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi %][% limit_cgi %]&amp;offset=[% next_page_offset %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by |url %][% END %]">Next &gt;&gt;</a>[% END %]
7
</div>[% END %]
7
</div>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc (-1 / +1 lines)
Lines 6-12 Link Here
6
	    <form action="/cgi-bin/koha/admin/preferences.pl">
6
	    <form action="/cgi-bin/koha/admin/preferences.pl">
7
        <input type="hidden" name="tab" value="[% last_tab %]" />
7
        <input type="hidden" name="tab" value="[% last_tab %]" />
8
        <input type="hidden" name="op" value="search" />
8
        <input type="hidden" name="op" value="search" />
9
        <input class="head-searchbox" type="text" size="40" name="searchfield" value="[% searchfield |html %]" />
9
        <input class="head-searchbox" type="text" size="40" name="searchfield" value="[% searchfield %]" />
10
        <input type="submit" class="submit" value="Search" />
10
        <input type="submit" class="submit" value="Search" />
11
    </form>
11
    </form>
12
	</div>
12
	</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-10 / +10 lines)
Lines 37-57 Link Here
37
37
38
        <table>
38
        <table>
39
            <caption>Server information</caption>
39
            <caption>Server information</caption>
40
            <tr><th scope="row">Koha version: </th><td>[% kohaVersion |html %]</td></tr>
40
            <tr><th scope="row">Koha version: </th><td>[% kohaVersion %]</td></tr>
41
            <tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion |html %]</td></tr>
41
            <tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion %]</td></tr>
42
            <tr><th scope="row">Perl interpreter: </th><td>[% perlPath |html %]</td></tr>
42
            <tr><th scope="row">Perl interpreter: </th><td>[% perlPath %]</td></tr>
43
            <tr><th scope="row">Perl version: </th><td>[% perlVersion |html %]</td></tr>
43
            <tr><th scope="row">Perl version: </th><td>[% perlVersion %]</td></tr>
44
            <tr><th scope="row">Perl @INC: </th><td>
44
            <tr><th scope="row">Perl @INC: </th><td>
45
                [% FOREACH perlIncPat IN perlIncPath %]
45
                [% FOREACH perlIncPat IN perlIncPath %]
46
                    [% perlIncPat.perlinc |html %] <br />
46
                    [% perlIncPat.perlinc %] <br />
47
                [% END %]
47
                [% END %]
48
            </td></tr>
48
            </td></tr>
49
            <tr><th scope="row">MySQL version: </th><td>[% mysqlVersion |html %]</td></tr>
49
            <tr><th scope="row">MySQL version: </th><td>[% mysqlVersion %]</td></tr>
50
            <tr><th scope="row">Apache version: </th><td>[% apacheVersion |html %]</td></tr>
50
            <tr><th scope="row">Apache version: </th><td>[% apacheVersion %]</td></tr>
51
          [% IF (is_psgi) %]
51
          [% IF (is_psgi) %]
52
            <tr><th scope="row">PSGI: </th><td>[% psgi_server |html %]</td></tr>
52
            <tr><th scope="row">PSGI: </th><td>[% psgi_server %]</td></tr>
53
          [% END %]
53
          [% END %]
54
            <tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr>
54
            <tr><th scope="row">Zebra version: </th><td>[% zebraVersion %]</td></tr>
55
            [% IF (errZebraConnection == 10000) %]
55
            [% IF (errZebraConnection == 10000) %]
56
            <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
56
            <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
57
            [% ELSIF (errZebraConnection) %]
57
            [% ELSIF (errZebraConnection) %]
Lines 826-832 Link Here
826
            <tr class="[% loop.parity %]">
826
            <tr class="[% loop.parity %]">
827
                [% FOREACH ro IN tabl.row2 %]
827
                [% FOREACH ro IN tabl.row2 %]
828
                     <td>[% ro.date %]</td>
828
                     <td>[% ro.date %]</td>
829
                     <td>[% ro.desc|html %]</td>
829
                     <td>[% ro.desc %]</td>
830
                [% END %]
830
                [% END %]
831
            </tr>
831
            </tr>
832
        [% END %]
832
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
        <form action="/cgi-bin/koha/acqui/addorder.pl" method="post">
15
        <form action="/cgi-bin/koha/acqui/addorder.pl" method="post">
16
          [% FOREACH var IN vars_loop %]
16
          [% FOREACH var IN vars_loop %]
17
            [% FOREACH val IN var.values %]
17
            [% FOREACH val IN var.values %]
18
              <input type="hidden" name="[% var.name %]" value="[% val |html %]" />
18
              <input type="hidden" name="[% var.name %]" value="[% val %]" />
19
            [% END %]
19
            [% END %]
20
          [% END %]
20
          [% END %]
21
          <input type="hidden" name="confirm_budget_exceeding" value="1" />
21
          <input type="hidden" name="confirm_budget_exceeding" value="1" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-9 / +9 lines)
Lines 3-9 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
4
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
6
<title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname %] ([% basketno %]) for [% name %]</title>
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
Lines 145-151 Link Here
145
[% INCLUDE 'acquisitions-search.inc' %]
145
[% INCLUDE 'acquisitions-search.inc' %]
146
146
147
147
148
<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; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name|html %]</a> &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</div>
148
<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; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name %]</a> &rsaquo; [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname %] ([% basketno %]) for [% name %]</div>
149
149
150
<div id="doc3" class="yui-t2">
150
<div id="doc3" class="yui-t2">
151
151
Lines 228-234 Link Here
228
                    <p><strong>The following records could not be deleted:</strong></p>
228
                    <p><strong>The following records could not be deleted:</strong></p>
229
                    <ul>
229
                    <ul>
230
                    [% FOREACH cannotdelbiblio IN cannotdelbiblios %]
230
                    [% FOREACH cannotdelbiblio IN cannotdelbiblios %]
231
                        <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cannotdelbiblio.biblionumber %]">[% cannotdelbiblio.title |html %]</a> by [% cannotdelbiblio.author %]:
231
                        <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cannotdelbiblio.biblionumber %]">[% cannotdelbiblio.title %]</a> by [% cannotdelbiblio.author %]:
232
                            <ul>
232
                            <ul>
233
                            [% IF (cannotdelbiblio.itemcount) %]<li>[% cannotdelbiblio.itemcount %] item(s) attached.</li>[% END %]
233
                            [% IF (cannotdelbiblio.itemcount) %]<li>[% cannotdelbiblio.itemcount %] item(s) attached.</li>[% END %]
234
                            [% IF (cannotdelbiblio.subscriptions) %]<li>[% cannotdelbiblio.subscriptions %] subscription(s) attached.</li>[% END %]
234
                            [% IF (cannotdelbiblio.subscriptions) %]<li>[% cannotdelbiblio.subscriptions %] subscription(s) attached.</li>[% END %]
Lines 244-250 Link Here
244
            <META HTTP-EQUIV=Refresh CONTENT="0; url=booksellers.pl">
244
            <META HTTP-EQUIV=Refresh CONTENT="0; url=booksellers.pl">
245
            [% END %]
245
            [% END %]
246
        [% ELSE %]
246
        [% ELSE %]
247
        <h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for <a href="supplier.pl?booksellerid=[% booksellerid %]">[% name|html %]</a></h1>
247
        <h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname %] ([% basketno %]) for <a href="supplier.pl?booksellerid=[% booksellerid %]">[% name %]</a></h1>
248
        [% IF ( basketno ) %]
248
        [% IF ( basketno ) %]
249
            <div id="acqui_basket_summary" class="yui-g">
249
            <div id="acqui_basket_summary" class="yui-g">
250
                <div class="rows">
250
                <div class="rows">
Lines 454-460 Link Here
454
                            <p>
454
                            <p>
455
                                [% IF ( books_loo.order_received ) %] (rcvd)[% END %]
455
                                [% IF ( books_loo.order_received ) %] (rcvd)[% END %]
456
                                [% IF books_loo.title %]
456
                                [% IF books_loo.title %]
457
                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber %]">[% books_loo.title |html %]</a>[% IF books_loo.author %] by [% books_loo.author %][% END %]
457
                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber %]">[% books_loo.title %]</a>[% IF books_loo.author %] by [% books_loo.author %][% END %]
458
                                [% ELSE %]
458
                                [% ELSE %]
459
                                    <em>Deleted bibliographic record, can't find title</em><br />
459
                                    <em>Deleted bibliographic record, can't find title</em><br />
460
                                [% END %]
460
                                [% END %]
Lines 471-482 Link Here
471
                                [% END %]
471
                                [% END %]
472
                            </p>
472
                            </p>
473
                                [% IF ( books_loo.order_internalnote ) %]
473
                                [% IF ( books_loo.order_internalnote ) %]
474
                                    <p class="ordernote"><strong>Internal note: </strong>[% books_loo.order_internalnote|html %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=internal">Change internal note</a>]</p>
474
                                    <p class="ordernote"><strong>Internal note: </strong>[% books_loo.order_internalnote %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=internal">Change internal note</a>]</p>
475
                                [% ELSE %]
475
                                [% ELSE %]
476
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=internal">Add internal note</a>]
476
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=internal">Add internal note</a>]
477
                                [% END %]
477
                                [% END %]
478
                                [% IF ( books_loo.order_vendornote ) %]
478
                                [% IF ( books_loo.order_vendornote ) %]
479
                                    <p class="ordernote"><strong>Vendor note: </strong>[% books_loo.order_vendornote|html %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=vendor">Change vendor note</a>]</p>
479
                                    <p class="ordernote"><strong>Vendor note: </strong>[% books_loo.order_vendornote %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=vendor">Change vendor note</a>]</p>
480
                                [% ELSE %]
480
                                [% ELSE %]
481
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=vendor">Add vendor note</a>]
481
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=vendor">Add vendor note</a>]
482
                                [% END %]
482
                                [% END %]
Lines 578-584 Link Here
578
                      <p>
578
                      <p>
579
                        [% IF ( order.order_received ) %] (rcvd)[% END %]
579
                        [% IF ( order.order_received ) %] (rcvd)[% END %]
580
                        [% IF (order.title) %]
580
                        [% IF (order.title) %]
581
                          [% order.title |html %][% IF order.author %] by [% order.author %][% END %]
581
                          [% order.title %][% IF order.author %] by [% order.author %][% END %]
582
                        [% ELSE %]
582
                        [% ELSE %]
583
                          <em>Deleted bibliographic record, can't find title</em>
583
                          <em>Deleted bibliographic record, can't find title</em>
584
                        [% END %]
584
                        [% END %]
Lines 646-652 Link Here
646
        <div id="closebasket_needsconfirmation" class="dialog alert">
646
        <div id="closebasket_needsconfirmation" class="dialog alert">
647
647
648
        <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
648
        <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
649
            <h1>Are you sure you want to close basket [% basketname|html %]?</h1>
649
            <h1>Are you sure you want to close basket [% basketname %]?</h1>
650
            [% IF ( CAN_user_acquisition_group_manage ) %]
650
            [% IF ( CAN_user_acquisition_group_manage ) %]
651
            <p>
651
            <p>
652
            <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
652
            <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-7 / +7 lines)
Lines 1-6 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
3
<title>Koha &rsaquo; Basket grouping for [% booksellername %]</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'datatables.inc' %]
6
[% INCLUDE 'datatables.inc' %]
Lines 129-137 function submitForm(form) { Link Here
129
129
130
<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;
130
<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;
131
[% IF ( grouping ) %]
131
[% IF ( grouping ) %]
132
    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]">Basket grouping</a> &rsaquo; Add basket group for [% booksellername |html %]</div>
132
    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]">Basket grouping</a> &rsaquo; Add basket group for [% booksellername %]</div>
133
[% ELSE %]
133
[% ELSE %]
134
    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> &rsaquo; Basket grouping</div>
134
    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a> &rsaquo; Basket grouping</div>
135
[% END %]
135
[% END %]
136
136
137
<div id="doc3" class="yui-t2">
137
<div id="doc3" class="yui-t2">
Lines 149-159 function submitForm(form) { Link Here
149
                        <div class="btn-group"><a href="[% script_name %]?op=delete&amp;basketgroupid=[% basketgroupid %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="delbutton"><i class="fa fa-remove"></i> Delete basket group</a></div>
149
                        <div class="btn-group"><a href="[% script_name %]?op=delete&amp;basketgroupid=[% basketgroupid %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="delbutton"><i class="fa fa-remove"></i> Delete basket group</a></div>
150
                    [% END %]
150
                    [% END %]
151
                    [% IF (name && closedbg) %]
151
                    [% IF (name && closedbg) %]
152
                        <h1>Basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
152
                        <h1>Basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a></h1>
153
                    [% ELSIF (name) %]
153
                    [% ELSIF (name) %]
154
                        <h1>Edit basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
154
                        <h1>Edit basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a></h1>
155
                    [% ELSE %]
155
                    [% ELSE %]
156
                        <h1>Add basket group for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
156
                        <h1>Add basket group for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a></h1>
157
                    [% END %]
157
                    [% END %]
158
                    <div id="basketgroupcolumns" class="yui-g">
158
                    <div id="basketgroupcolumns" class="yui-g">
159
                        [% UNLESS (closedbg) %]
159
                        [% UNLESS (closedbg) %]
Lines 303-309 function submitForm(form) { Link Here
303
                    <div id="toolbar" class="btn-toolbar">
303
                    <div id="toolbar" class="btn-toolbar">
304
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="newbasketgroup"><i class="fa fa-plus"></i> New basket group</a></div>
304
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="newbasketgroup"><i class="fa fa-plus"></i> New basket group</a></div>
305
                    </div>
305
                    </div>
306
                    <h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1>
306
                    <h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a></h1>
307
                    <div id="basket_groups" class="toptabs">
307
                    <div id="basket_groups" class="toptabs">
308
                        <ul class="ui-tabs-nav">
308
                        <ul class="ui-tabs-nav">
309
                            [% UNLESS ( listclosed) %]<li class="ui-tabs-active"><a href="#opened">Open</a></li>
309
                            [% UNLESS ( listclosed) %]<li class="ui-tabs-active"><a href="#opened">Open</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-1 / +1 lines)
Lines 202-208 var MSG_REMOVE_PATRON = _("Remove"); Link Here
202
                        [% END %]
202
                        [% END %]
203
                    </td>
203
                    </td>
204
                    <td>
204
                    <td>
205
                        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title |html %]</a>
205
                        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title %]</a>
206
                        <br />[% order.author %] <br /> [% order.isbn %]
206
                        <br />[% order.author %] <br /> [% order.isbn %]
207
                    </td>
207
                    </td>
208
                    <td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.id %]">[% order.name %]</a></td>
208
                    <td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.id %]">[% order.name %]</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-4 / +4 lines)
Lines 36-42 Link Here
36
<div id="bd">
36
<div id="bd">
37
  <div id="yui-main">
37
  <div id="yui-main">
38
    <div class="yui-b">
38
    <div class="yui-b">
39
      <h2>Files for invoice: [% invoicenumber | html %]</h2>
39
      <h2>Files for invoice: [% invoicenumber %]</h2>
40
      <p><b>Vendor: </b><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% suppliername %]</a></p>
40
      <p><b>Vendor: </b><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% suppliername %]</a></p>
41
      <br />
41
      <br />
42
      [% IF errors %]
42
      [% IF errors %]
Lines 62-70 Link Here
62
              <tbody>
62
              <tbody>
63
                [% FOREACH f IN files %]
63
                [% FOREACH f IN files %]
64
                  <tr>
64
                  <tr>
65
                      <td><a href="?invoiceid=[% invoiceid %]&amp;op=download&amp;view=1&amp;file_id=[% f.file_id %]">[% f.file_name | html %]</a></td>
65
                      <td><a href="?invoiceid=[% invoiceid %]&amp;op=download&amp;view=1&amp;file_id=[% f.file_id %]">[% f.file_name %]</a></td>
66
                      <td>[% f.file_type | html %]</td>
66
                      <td>[% f.file_type %]</td>
67
                      <td>[% f.file_description | html %]</td>
67
                      <td>[% f.file_description %]</td>
68
                      <td class="title-string">
68
                      <td class="title-string">
69
                        <span title="[% f.date_uploaded %]">[% f.date_uploaded | $KohaDates %]</span>
69
                        <span title="[% f.date_uploaded %]">[% f.date_uploaded | $KohaDates %]</span>
70
                      </td>
70
                      </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-3 / +3 lines)
Lines 230-238 Link Here
230
                <tbody>
230
                <tbody>
231
                [% FOREACH f IN files %]
231
                [% FOREACH f IN files %]
232
                    <tr>
232
                    <tr>
233
                         <td><a href="/cgi-bin/koha/acqui/invoice-files.pl?invoiceid=[% invoiceid %]&amp;op=download&amp;view=1&amp;file_id=[% f.file_id %]">[% f.file_name | html %]</a></td>
233
                         <td><a href="/cgi-bin/koha/acqui/invoice-files.pl?invoiceid=[% invoiceid %]&amp;op=download&amp;view=1&amp;file_id=[% f.file_id %]">[% f.file_name %]</a></td>
234
                         <td>[% f.file_type | html %]</td>
234
                         <td>[% f.file_type %]</td>
235
                         <td>[% f.file_description | html %]</td>
235
                         <td>[% f.file_description %]</td>
236
                         <td class="title-string">
236
                         <td class="title-string">
237
                           <span title="[% f.date_uploaded %]">[% f.date_uploaded | $KohaDates %]</span>
237
                           <span title="[% f.date_uploaded %]">[% f.date_uploaded | $KohaDates %]</span>
238
                         </td>
238
                         </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-4 / +4 lines)
Lines 98-104 $(document).ready(function() { Link Here
98
[% IF ( lateorders ) %]
98
[% IF ( lateorders ) %]
99
<form action="lateorders.pl" name="claim" method="post">
99
<form action="lateorders.pl" name="claim" method="post">
100
  <input type="hidden" name="op" value="send_alert" />
100
  <input type="hidden" name="op" value="send_alert" />
101
  <input type="hidden" name="delay" value="[% delay | html%]" />
101
  <input type="hidden" name="delay" value="[% delay%]" />
102
  <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
102
  <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
103
	[% IF ( letters ) %]
103
	[% IF ( letters ) %]
104
	<p><label for="letter_code">Claim using notice: </label><select name="letter_code" id="letter_code">
104
	<p><label for="letter_code">Claim using notice: </label><select name="letter_code" id="letter_code">
Lines 151-157 $(document).ready(function() { Link Here
151
                ([% lateorder.supplierid %])
151
                ([% lateorder.supplierid %])
152
            </td>
152
            </td>
153
            <td>
153
            <td>
154
                <b>[% lateorder.title |html %]</b>
154
                <b>[% lateorder.title %]</b>
155
                   [% IF ( lateorder.author ) %]<br/><i>Author:</i> [% lateorder.author %][% END %]
155
                   [% IF ( lateorder.author ) %]<br/><i>Author:</i> [% lateorder.author %][% END %]
156
                   [% IF ( lateorder.publisher ) %]
156
                   [% IF ( lateorder.publisher ) %]
157
                        <br/><i>Published by:</i> [% lateorder.publisher %]
157
                        <br/><i>Published by:</i> [% lateorder.publisher %]
Lines 222-231 $(document).ready(function() { Link Here
222
<fieldset class="brief">
222
<fieldset class="brief">
223
<h4>Filter results:</h4>
223
<h4>Filter results:</h4>
224
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
224
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
225
[% IF ( ERROR_LOO.delay_digits ) %]<p class="error">The number of days ([% ERROR_LOO.bad_delay | html %]) must be a number between 0 and 999.</p>[% END %]
225
[% IF ( ERROR_LOO.delay_digits ) %]<p class="error">The number of days ([% ERROR_LOO.bad_delay %]) must be a number between 0 and 999.</p>[% END %]
226
[% END %]
226
[% END %]
227
<ol>
227
<ol>
228
    <li><label for="delay">Order date:</label><input size="3" maxlength="3" id="delay" type="text" name="delay" value="[% delay | html%]" /> days ago</li>
228
    <li><label for="delay">Order date:</label><input size="3" maxlength="3" id="delay" type="text" name="delay" value="[% delay%]" /> days ago</li>
229
    <li><label for="from">Estimated delivery date from: </label>
229
    <li><label for="from">Estimated delivery date from: </label>
230
        <input type="text" size="10" id="from" name="estimateddeliverydatefrom" value="[% estimateddeliverydatefrom %]" class="datepickerfrom" />
230
        <input type="text" size="10" id="from" name="estimateddeliverydatefrom" value="[% estimateddeliverydatefrom %]" class="datepickerfrom" />
231
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
231
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
<body id="acq_modordernotes" class="acq">
12
<body id="acq_modordernotes" class="acq">
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername|html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketname|html %] ([% basketno %])</a> &rsaquo; Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note</div>
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketname %] ([% basketno %])</a> &rsaquo; Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note</div>
16
16
17
<div id="doc" class="yui-t7">
17
<div id="doc" class="yui-t7">
18
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-1 / +1 lines)
Lines 74-80 Link Here
74
      [% FOREACH biblio IN resultsloop %]
74
      [% FOREACH biblio IN resultsloop %]
75
        <tr>
75
        <tr>
76
            <td>
76
            <td>
77
                <p><span class="title">[% biblio.title |html %]</span>
77
                <p><span class="title">[% biblio.title %]</span>
78
                [% IF ( biblio.author ) %]  by <span class="author">[% biblio.author %]</span>,[% END %]</p>
78
                [% IF ( biblio.author ) %]  by <span class="author">[% biblio.author %]</span>,[% END %]</p>
79
                <p>[% IF ( biblio.isbn ) %] [% biblio.isbn %][% END %]
79
                <p>[% IF ( biblio.isbn ) %] [% biblio.isbn %][% END %]
80
                [% IF ( biblio.pages ) %] - [% biblio.pages %][% END %]
80
                [% IF ( biblio.pages ) %] - [% biblio.pages %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 309-318 $(document).ready(function() Link Here
309
        <ol><li>
309
        <ol><li>
310
            [% IF ( biblionumber ) %]
310
            [% IF ( biblionumber ) %]
311
            <span class="label">Title</span>
311
            <span class="label">Title</span>
312
                <input type="hidden" name="title" value="[% title |html %]" /> <span class="title">[% title |html %]</span>
312
                <input type="hidden" name="title" value="[% title %]" /> <span class="title">[% title %]</span>
313
            [% ELSE %]
313
            [% ELSE %]
314
            <label for="entertitle" class="required">Title: </label>
314
            <label for="entertitle" class="required">Title: </label>
315
                <input type="text" id="entertitle" size="50" name="title" value="[% title |html %]" class="focus" />
315
                <input type="text" id="entertitle" size="50" name="title" value="[% title %]" class="focus" />
316
                <span class="required">Required</span>
316
                <span class="required">Required</span>
317
            [% END %]
317
            [% END %]
318
        </li>
318
        </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +1 lines)
Lines 70-76 Link Here
70
                        [% FOREACH sub IN subs_loop %]
70
                        [% FOREACH sub IN subs_loop %]
71
                            <tr data-reneweddate="[% sub.reneweddate %]" >
71
                            <tr data-reneweddate="[% sub.reneweddate %]" >
72
                                <td>[% sub.issn %]</td>
72
                                <td>[% sub.issn %]</td>
73
                                <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% sub.subscriptionid %]" class="button" title="subscription detail">[% IF (sub.title) %][% sub.title |html %][% ELSE %]
73
                                <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% sub.subscriptionid %]" class="button" title="subscription detail">[% IF (sub.title) %][% sub.title %][% ELSE %]
74
                                ---
74
                                ---
75
                            [% END %][% IF (sub.unititle) %], [% sub.unititle %][% END %]</a>
75
                            [% END %][% IF (sub.unititle) %], [% sub.unititle %][% END %]</a>
76
                                </td>
76
                                </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
            <tr>
53
            <tr>
54
                <td>[% suggestions_loo.managedby %]</td>
54
                <td>[% suggestions_loo.managedby %]</td>
55
                <td>
55
                <td>
56
                    <p>[% suggestions_loo.title |html %] - [% suggestions_loo.author %]</p>
56
                    <p>[% suggestions_loo.title %] - [% suggestions_loo.author %]</p>
57
                    <p>
57
                    <p>
58
                        [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate %] [% END %]
58
                        [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate %] [% END %]
59
                        [% IF ( suggestions_loo.volumedesc ) %]volume: <i>[% suggestions_loo.volumedesc %]</i> [% END %]
59
                        [% IF ( suggestions_loo.volumedesc ) %]volume: <i>[% suggestions_loo.volumedesc %]</i> [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 141-147 Link Here
141
141
142
    <fieldset class="rows">
142
    <fieldset class="rows">
143
    <legend>Catalog details</legend>
143
    <legend>Catalog details</legend>
144
    <ol><li><span class="label">Title: </span><span class="title">[% title |html %]</span></li>
144
    <ol><li><span class="label">Title: </span><span class="title">[% title %]</span></li>
145
    <li> <span class="label">Author: </span>
145
    <li> <span class="label">Author: </span>
146
        [% author %]</li>
146
        [% author %]</li>
147
    <li><span class="label">Copyright: </span>
147
    <li><span class="label">Copyright: </span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-4 / +4 lines)
Lines 254-260 Link Here
254
                </td>
254
                </td>
255
                <td class="orderfilterclass"><a href="neworderempty.pl?ordernumber=[% loop_order.ordernumber %]&amp;booksellerid=[% loop_order.booksellerid %]">[% loop_order.ordernumber %]</a></td>
255
                <td class="orderfilterclass"><a href="neworderempty.pl?ordernumber=[% loop_order.ordernumber %]&amp;booksellerid=[% loop_order.booksellerid %]">[% loop_order.ordernumber %]</a></td>
256
                <td class="summaryfilterclass">
256
                <td class="summaryfilterclass">
257
                  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title |html %]</a>
257
                  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title %]</a>
258
                [% IF ( loop_order.author ) %] by [% loop_order.author %][% END %]
258
                [% IF ( loop_order.author ) %] by [% loop_order.author %][% END %]
259
                [% IF ( loop_order.isbn ) %] &ndash; [% loop_order.isbn %][% END %]
259
                [% IF ( loop_order.isbn ) %] &ndash; [% loop_order.isbn %][% END %]
260
                [% IF ( loop_order.publishercode ) %]<br />Publisher:[% loop_order.publishercode %][% END %]
260
                [% IF ( loop_order.publishercode ) %]<br />Publisher:[% loop_order.publishercode %][% END %]
Lines 265-276 Link Here
265
                [% END %]
265
                [% END %]
266
                <br />
266
                <br />
267
                [% IF ( loop_order.order_internalnote ) %]
267
                [% IF ( loop_order.order_internalnote ) %]
268
                    <p class="ordernote"><strong>Internal note: </strong>[% loop_order.order_internalnote|html %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=internal">Change internal note</a>]</p>
268
                    <p class="ordernote"><strong>Internal note: </strong>[% loop_order.order_internalnote %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=internal">Change internal note</a>]</p>
269
                [% ELSE %]
269
                [% ELSE %]
270
                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=internal">Add internal note</a>]
270
                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=internal">Add internal note</a>]
271
                [% END %]
271
                [% END %]
272
                [% IF ( loop_order.order_vendornote ) %]
272
                [% IF ( loop_order.order_vendornote ) %]
273
                    <p class="ordernote"><strong>Vendor note: </strong>[% loop_order.order_vendornote|html %]</p>
273
                    <p class="ordernote"><strong>Vendor note: </strong>[% loop_order.order_vendornote %]</p>
274
                [% ELSE %]
274
                [% ELSE %]
275
                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=vendor">Add vendor note</a>]
275
                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=vendor">Add vendor note</a>]
276
                [% END %]
276
                [% END %]
Lines 401-407 Link Here
401
                    0
401
                    0
402
                  [% END %]
402
                  [% END %]
403
                </td>
403
                </td>
404
                <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title |html %]</a>
404
                <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title %]</a>
405
                [% IF ( order.author ) %] / [% order.author %][% END %]
405
                [% IF ( order.author ) %] / [% order.author %][% END %]
406
                [% IF ( order.isbn ) %] - [% order.isbn %][% END %]
406
                [% IF ( order.isbn ) %] - [% order.isbn %][% END %]
407
                [% IF ( order.publishercode ) %]<br />Publisher :[% order.publishercode %][% END %]
407
                [% IF ( order.publishercode ) %]<br />Publisher :[% order.publishercode %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt (-3 / +3 lines)
Lines 11-22 Link Here
11
                "dt_name":
11
                "dt_name":
12
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]</a></span>",
12
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]</a></span>",
13
                "dt_branch":
13
                "dt_branch":
14
                    "[% data.branchname |html %]",
14
                    "[% data.branchname %]",
15
                "dt_category":
15
                "dt_category":
16
                    "[% data.category_description |html %] ([% data.category_type |html %])",
16
                    "[% data.category_description %] ([% data.category_type %])",
17
                "dt_action":
17
                "dt_action":
18
                    [%- IF selection_type == 'select' -%]
18
                    [%- IF selection_type == 'select' -%]
19
                        "<a href=\"#\" style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) | html %] );'>Select</a>"
19
                        "<a href=\"#\" style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) %] );'>Select</a>"
20
                    [%- ELSE -%]
20
                    [%- ELSE -%]
21
                        "<a href=\"#\" style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\");'>Select</a>"
21
                        "<a href=\"#\" style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\");'>Select</a>"
22
                    [%- END -%]
22
                    [%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-1 / +1 lines)
Lines 95-101 Link Here
95
                      <tr>
95
                      <tr>
96
                        <td><a href="neworderempty.pl?ordernumber=[% ordersloo.ordernumber %]">[% ordersloo.ordernumber %]</a></td>
96
                        <td><a href="neworderempty.pl?ordernumber=[% ordersloo.ordernumber %]">[% ordersloo.ordernumber %]</a></td>
97
                        <td>
97
                        <td>
98
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% ordersloo.biblionumber %]">[% ordersloo.title |html %]</a>
98
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% ordersloo.biblionumber %]">[% ordersloo.title %]</a>
99
                            [% IF ( ordersloo.author ) %] by [% ordersloo.author %][% END %]
99
                            [% IF ( ordersloo.author ) %] by [% ordersloo.author %][% END %]
100
                            [% IF ( ordersloo.isbn ) %] &ndash; [% ordersloo.isbn %][% END %]
100
                            [% IF ( ordersloo.isbn ) %] &ndash; [% ordersloo.isbn %][% END %]
101
                            [% IF ( ordersloo.publishercode ) %]<br />Publisher :[% ordersloo.publishercode %][% END %]
101
                            [% IF ( ordersloo.publishercode ) %]<br />Publisher :[% ordersloo.publishercode %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-3 / +3 lines)
Lines 108-114 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
108
    <div class="yui-u first">
108
    <div class="yui-u first">
109
	    <fieldset class="rows">
109
	    <fieldset class="rows">
110
         <ol>
110
         <ol>
111
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title |html %]" class="focus" /></li>
111
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title %]" class="focus" /></li>
112
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
112
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
113
             <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
113
             <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
114
             <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
114
             <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
Lines 187-193 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
187
187
188
        <tr>
188
        <tr>
189
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Preview card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode %]&amp;breedingid=[% breeding_loo.breedingid %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td>
189
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Preview card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode %]&amp;breedingid=[% breeding_loo.breedingid %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td>
190
            <td>[% breeding_loo.title |html %]</td>
190
            <td>[% breeding_loo.title %]</td>
191
            <td>[% breeding_loo.author %]</td>
191
            <td>[% breeding_loo.author %]</td>
192
            <td>[% breeding_loo.isbn %]</td>
192
            <td>[% breeding_loo.isbn %]</td>
193
            <td>[% breeding_loo.lccn %]</td>
193
            <td>[% breeding_loo.lccn %]</td>
Lines 216-222 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
216
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
216
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
217
        <input type="hidden" name="op" id="op" value="do_search" />
217
        <input type="hidden" name="op" id="op" value="do_search" />
218
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
218
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
219
        <input type="hidden" id="searchtitle"  name="title" value="[% title |html %]" />
219
        <input type="hidden" id="searchtitle"  name="title" value="[% title %]" />
220
        <input type="hidden" id="isbn" name="isbn" value="[% isbn %]" />
220
        <input type="hidden" id="isbn" name="isbn" value="[% isbn %]" />
221
        <input type="hidden" id="lccall" name="lccall" value="[% lccall %]" />
221
        <input type="hidden" id="lccall" name="lccall" value="[% lccall %]" />
222
        <input type="hidden" id="author" name="author" value="[% author %]" />
222
        <input type="hidden" id="author" name="author" value="[% author %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
        </a>
8
        </a>
9
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetmenu_[% block_budget_id %]">
9
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetmenu_[% block_budget_id %]">
10
              <li>
10
              <li>
11
                  <a href="[% script_name %]?op=add_form&amp;budget_period_id=[% block_budget_id |html %]"><i class="fa fa-pencil"></i> Edit</a>
11
                  <a href="[% script_name %]?op=add_form&amp;budget_period_id=[% block_budget_id %]"><i class="fa fa-pencil"></i> Edit</a>
12
              </li>
12
              </li>
13
              <li>
13
              <li>
14
                  <a href="[% script_name %]?op=delete_confirm&amp;budget_period_id=[% block_budget_id %]"><i class="fa fa-remove"></i> Delete</a>
14
                  <a href="[% script_name %]?op=delete_confirm&amp;budget_period_id=[% block_budget_id %]"><i class="fa fa-remove"></i> Delete</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-12 / +12 lines)
Lines 27-37 function displayMoreConstraint(numlayer){ Link Here
27
[% INCLUDE 'cat-search.inc' %]
27
[% INCLUDE 'cat-search.inc' %]
28
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
28
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
29
  <a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a> &rsaquo;
29
  <a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a> &rsaquo;
30
  [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode | uri%]">[% authtypecode |html%] framework</a> &rsaquo;
30
  [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode | uri%]">[% authtypecode%] framework</a> &rsaquo;
31
  [% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a> &rsaquo;
31
  [% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a> &rsaquo;
32
  [% END %]
32
  [% END %]
33
  [% IF ( else ) %]Authority MARC subfield structure for [% tagfield | html %]
33
  [% IF ( else ) %]Authority MARC subfield structure for [% tagfield %]
34
  [% ELSE %]<a href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;tagsubfield=[% tagsubfield %]&amp;authtypecode=[% authtypecode |uri %]">Authority MARC subfield structure for [% tagfield | html %]</a> &rsaquo;
34
  [% ELSE %]<a href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;tagsubfield=[% tagsubfield %]&amp;authtypecode=[% authtypecode |uri %]">Authority MARC subfield structure for [% tagfield %]</a> &rsaquo;
35
  [% END %]
35
  [% END %]
36
  [% IF ( delete_confirm ) %]Confirm deletion of subfield [% tagsubfield %]?[% END %]
36
  [% IF ( delete_confirm ) %]Confirm deletion of subfield [% tagsubfield %]?[% END %]
37
  [% IF ( delete_confirmed ) %]Data deleted[% END %]
37
  [% IF ( delete_confirmed ) %]Data deleted[% END %]
Lines 51-62 function displayMoreConstraint(numlayer){ Link Here
51
[% IF ( add_form ) %]
51
[% IF ( add_form ) %]
52
52
53
    <h1>[% IF ( use_heading_flags_p ) %]
53
    <h1>[% IF ( use_heading_flags_p ) %]
54
    [% IF ( heading_edit_subfields_p ) %]Edit MARC subfields constraints for field [% tagfield | html %] authority [% authtypecode |html%][% END %]
54
    [% IF ( heading_edit_subfields_p ) %]Edit MARC subfields constraints for field [% tagfield %] authority [% authtypecode%][% END %]
55
    [% ELSE %][% action %][% END %]</h1>
55
    [% ELSE %][% action %][% END %]</h1>
56
    <form action="[% script_name %]" name="Aform" method="post">
56
    <form action="[% script_name %]" name="Aform" method="post">
57
        <input type="hidden" name="op" value="add_validate" />
57
        <input type="hidden" name="op" value="add_validate" />
58
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
58
        <input type="hidden" name="tagfield" value="[% tagfield %]" />
59
        <input type="hidden" name="authtypecode" value="[% authtypecode | html%]" />
59
        <input type="hidden" name="authtypecode" value="[% authtypecode%]" />
60
        <fieldset class="action"><input type="submit" class="submit" value="Save changes" /> <a class="cancel" href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;authtypecode=[% authtypecode |uri %]">Cancel</a></fieldset>
60
        <fieldset class="action"><input type="submit" class="submit" value="Save changes" /> <a class="cancel" href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;authtypecode=[% authtypecode |uri %]">Cancel</a></fieldset>
61
        <div id="subfieldtabs" class="toptabs numbered">
61
        <div id="subfieldtabs" class="toptabs numbered">
62
            <ul>
62
            <ul>
Lines 222-237 function displayMoreConstraint(numlayer){ Link Here
222
    <table><tr><th scope="row">Subfield:</th> <td>[% tagsubfield %]</td></tr>
222
    <table><tr><th scope="row">Subfield:</th> <td>[% tagsubfield %]</td></tr>
223
    <tr><th scope="row">Description:</th> <td>[% liblibrarian %]</td></tr></table>
223
    <tr><th scope="row">Description:</th> <td>[% liblibrarian %]</td></tr></table>
224
        <input type="hidden" name="searchfield" value="[% searchfield %]" />
224
        <input type="hidden" name="searchfield" value="[% searchfield %]" />
225
        <input type="hidden" name="tagfield" value="[% tagfield | html%]" />
225
        <input type="hidden" name="tagfield" value="[% tagfield%]" />
226
        <input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
226
        <input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
227
        <input type="hidden" name="authtypecode" value="[% authtypecode | html%]" />
227
        <input type="hidden" name="authtypecode" value="[% authtypecode%]" />
228
        <input type="submit" class="approve" value="Yes, delete this subfield" />
228
        <input type="submit" class="approve" value="Yes, delete this subfield" />
229
        </form>
229
        </form>
230
        <form action="[% delete_link %]" method="get">
230
        <form action="[% delete_link %]" method="get">
231
         <input type="hidden" name="searchfield" value="[% searchfield %]" />
231
         <input type="hidden" name="searchfield" value="[% searchfield %]" />
232
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
232
        <input type="hidden" name="tagfield" value="[% tagfield %]" />
233
        <input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
233
        <input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
234
        <input type="hidden" name="authtypecode" value="[% authtypecode |html%]" />
234
        <input type="hidden" name="authtypecode" value="[% authtypecode%]" />
235
        <input type="submit" class="deny" value="No, do not delete" />
235
        <input type="submit" class="deny" value="No, do not delete" />
236
        </form>
236
        </form>
237
    </form></div>
237
    </form></div>
Lines 241-254 function displayMoreConstraint(numlayer){ Link Here
241
241
242
   <div class="dialog message"> <h3>Data deleted</h3>
242
   <div class="dialog message"> <h3>Data deleted</h3>
243
    <form action="[% script_name %]" method="post">
243
    <form action="[% script_name %]" method="post">
244
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
244
        <input type="hidden" name="tagfield" value="[% tagfield %]" />
245
        <input type="submit" class="approve" value="OK" />
245
        <input type="submit" class="approve" value="OK" />
246
    </form></div>
246
    </form></div>
247
[% END %]
247
[% END %]
248
248
249
249
250
[% IF ( else ) %]
250
[% IF ( else ) %]
251
<h1>Authority MARC subfield structure admin for [% tagfield | html %] (authority: [% authtypecode | html%])</h1>
251
<h1>Authority MARC subfield structure admin for [% tagfield %] (authority: [% authtypecode %])</h1>
252
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
252
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
253
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
253
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
254
254
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-2 / +2 lines)
Lines 96-103 Link Here
96
                    </li>
96
                    </li>
97
                [% END %]
97
                [% END %]
98
98
99
        <li><label for="liblibrarian">Text for librarians: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
99
        <li><label for="liblibrarian">Text for librarians: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian %]" size="40" maxlength="100" /></li>
100
        <li><label for="libopac">Text for opac: </label><input type="text" name="libopac" id="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
100
        <li><label for="libopac">Text for opac: </label><input type="text" name="libopac" id="libopac" value="[% libopac %]" size="40" maxlength="100" /></li>
101
        <li><label for="repeatable">Repeatable: </label>
101
        <li><label for="repeatable">Repeatable: </label>
102
            [% IF ( repeatable ) %]
102
            [% IF ( repeatable ) %]
103
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
103
                <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-3 / +3 lines)
Lines 91-97 Link Here
91
                </li>
91
                </li>
92
                <li>
92
                <li>
93
                    <label for="authtypetext" class="required">Description: </label>
93
                    <label for="authtypetext" class="required">Description: </label>
94
                    <input type="text" id="authtypetext" name="authtypetext" size="40" maxlength="80" value="[% authority_type.authtypetext |html %]" class="required" required="required" />
94
                    <input type="text" id="authtypetext" name="authtypetext" size="40" maxlength="80" value="[% authority_type.authtypetext %]" class="required" required="required" />
95
                    <span class="required">Required</span>
95
                    <span class="required">Required</span>
96
                </li>
96
                </li>
97
                <li>
97
                <li>
Lines 163-170 Link Here
163
                <td>[% authority_type.summary %]</td>
163
                <td>[% authority_type.summary %]</td>
164
                <td>[% authority_type.auth_tag_to_report %]</td>
164
                <td>[% authority_type.auth_tag_to_report %]</td>
165
                <td><a href="auth_tag_structure.pl?authtypecode=[% authority_type.authtypecode %]" class="button parameters" >MARC structure</a></td>
165
                <td><a href="auth_tag_structure.pl?authtypecode=[% authority_type.authtypecode %]" class="button parameters" >MARC structure</a></td>
166
                <td><a href="/cgi-bin/koha/admin/authtypes.pl?op=add_form&amp;authtypecode=[% authority_type.authtypecode |html %]">Edit</a></td>
166
                <td><a href="/cgi-bin/koha/admin/authtypes.pl?op=add_form&amp;authtypecode=[% authority_type.authtypecode %]">Edit</a></td>
167
                <td><a href="/cgi-bin/koha/admin/authtypes.pl?op=delete_confirm&amp;authtypecode=[% authority_type.authtypecode |html %]">Delete</a></td>
167
                <td><a href="/cgi-bin/koha/admin/authtypes.pl?op=delete_confirm&amp;authtypecode=[% authority_type.authtypecode %]">Delete</a></td>
168
            </tr>
168
            </tr>
169
        [% END %]
169
        [% END %]
170
        <tbody>
170
        <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-3 / +3 lines)
Lines 162-168 Link Here
162
                [% END %]
162
                [% END %]
163
                <li>
163
                <li>
164
                    <label for="description" class="required">Description: </label>
164
                    <label for="description" class="required">Description: </label>
165
                    <input type="text" name="frameworktext" id="description" size="40" maxlength="80" value="[% framework.frameworktext |html %]" required="required" class="required" />
165
                    <input type="text" name="frameworktext" id="description" size="40" maxlength="80" value="[% framework.frameworktext %]" required="required" class="required" />
166
                    <span class="required">Required</span>
166
                    <span class="required">Required</span>
167
                </li>
167
                </li>
168
            </ol>
168
            </ol>
Lines 272-279 Link Here
272
            <td>[% loo.frameworkcode %]</td>
272
            <td>[% loo.frameworkcode %]</td>
273
            <td>[% loo.frameworktext %]</td>
273
            <td>[% loo.frameworktext %]</td>
274
            <td><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode %]" >MARC structure</a></td>
274
            <td><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode %]" >MARC structure</a></td>
275
            <td><a href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form&amp;frameworkcode=[% loo.frameworkcode |html %]">Edit</a></td>
275
            <td><a href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form&amp;frameworkcode=[% loo.frameworkcode %]">Edit</a></td>
276
            <td><a href="/cgi-bin/koha/admin/biblio_framework.pl?op=delete_confirm&amp;frameworkcode=[% loo.frameworkcode |html %]">Delete</a></td>
276
            <td><a href="/cgi-bin/koha/admin/biblio_framework.pl?op=delete_confirm&amp;frameworkcode=[% loo.frameworkcode %]">Delete</a></td>
277
            <td>
277
            <td>
278
278
279
                <!-- Button to trigger modal -->
279
                <!-- Button to trigger modal -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-40 / +39 lines)
Lines 142-158 tinyMCE.init({ Link Here
142
                <li>
142
                <li>
143
                    [% IF library %]
143
                    [% IF library %]
144
                        <span class="label">Library code: </span>
144
                        <span class="label">Library code: </span>
145
                        <input type="hidden" name="branchcode" value="[% library.branchcode |html %]" />
145
                        <input type="hidden" name="branchcode" value="[% library.branchcode %]" />
146
                        [% library.branchcode %]
146
                        [% library.branchcode %]
147
                    [% ELSE %]
147
                    [% ELSE %]
148
                        <label for="branchcode" class="required">Library code: </label>
148
                        <label for="branchcode" class="required">Library code: </label>
149
                        <input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% library.branchcode |html %]" class="required" required="required" />
149
                        <input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% library.branchcode %]" class="required" required="required" />
150
                        <span class="required">Required</span>
150
                        <span class="required">Required</span>
151
                    [% END %]
151
                    [% END %]
152
                </li>
152
                </li>
153
                <li>
153
                <li>
154
                    <label for="branchname" class="required">Name: </label>
154
                    <label for="branchname" class="required">Name: </label>
155
                    <input type="text" name="branchname" id="branchname" size="80" value="[% library.branchname |html %]" class="required" required="required" />
155
                    <input type="text" name="branchname" id="branchname" size="80" value="[% library.branchname %]" class="required" required="required" />
156
                    <span class="required">Required</span>
156
                    <span class="required">Required</span>
157
                </li>
157
                </li>
158
            </ol>
158
            </ol>
Lines 176-197 tinyMCE.init({ Link Here
176
        [% END %]
176
        [% END %]
177
        <fieldset class="rows">
177
        <fieldset class="rows">
178
            <ol>
178
            <ol>
179
                <li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% library.branchaddress1 |html %]" /></li>
179
                <li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% library.branchaddress1 %]" /></li>
180
                <li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% library.branchaddress2 |html %]" /></li>
180
                <li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% library.branchaddress2 %]" /></li>
181
                <li><label for="branchaddress3">Address line 3: </label><input type="text" name="branchaddress3" id="branchaddress3" size="60" value="[% library.branchaddress3 |html %]" /></li>
181
                <li><label for="branchaddress3">Address line 3: </label><input type="text" name="branchaddress3" id="branchaddress3" size="60" value="[% library.branchaddress3 %]" /></li>
182
                <li><label for="branchcity">City: </label><input type="text" name="branchcity" id="branchcity" size="60" value="[% library.branchcity |html %]" /></li>
182
                <li><label for="branchcity">City: </label><input type="text" name="branchcity" id="branchcity" size="60" value="[% library.branchcity %]" /></li>
183
                <li><label for="branchstate">State: </label><input type="text" name="branchstate" id="branchstate" size="60" value="[% library.branchstate |html %]" /></li>
183
                <li><label for="branchstate">State: </label><input type="text" name="branchstate" id="branchstate" size="60" value="[% library.branchstate %]" /></li>
184
                <li><label for="branchzip">ZIP/Postal code: </label><input type="text" name="branchzip" id="branchzip"  size="25" maxlength="25" value="[% library.branchzip |html %]" /></li>
184
                <li><label for="branchzip">ZIP/Postal code: </label><input type="text" name="branchzip" id="branchzip"  size="25" maxlength="25" value="[% library.branchzip %]" /></li>
185
                <li><label for="branchcountry">Country: </label><input type="text" name="branchcountry" id="branchcountry" size="60" value="[% library.branchcountry |html %]" /></li>
185
                <li><label for="branchcountry">Country: </label><input type="text" name="branchcountry" id="branchcountry" size="60" value="[% library.branchcountry %]" /></li>
186
                <li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" size="60" value="[% library.branchphone |html %]" /></li>
186
                <li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" size="60" value="[% library.branchphone %]" /></li>
187
                <li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% library.branchfax |html %]" /></li>
187
                <li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% library.branchfax %]" /></li>
188
                <li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email"  size="80" value="[% library.branchemail |html %]" /></li>
188
                <li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email"  size="80" value="[% library.branchemail %]" /></li>
189
                <li><label for="branchreplyto">Reply-To (if different to Email): </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% library.branchreplyto |html %]" /></li>
189
                <li><label for="branchreplyto">Reply-To (if different to Email): </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% library.branchreplyto %]" /></li>
190
                <li><label for="branchreturnpath">Return-Path (if different to Email): </label> <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% library.branchreturnpath |html %]" /></li>
190
                <li><label for="branchreturnpath">Return-Path (if different to Email): </label> <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% library.branchreturnpath %]" /></li>
191
                <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% library.branchurl |html %]" class="url" /></li>
191
                <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% library.branchurl %]" class="url" /></li>
192
                <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info |html %]</textarea></li>
192
                <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% library.opac_info %]</textarea></li>
193
                <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% library.branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
193
                <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% library.branchip %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
194
                <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes |html %]" /></li>
194
                <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% library.branchnotes %]" /></li>
195
            </ol>
195
            </ol>
196
        </fieldset>
196
        </fieldset>
197
        <fieldset class="action">
197
        <fieldset class="action">
Lines 206-213 tinyMCE.init({ Link Here
206
        <fieldset>
206
        <fieldset>
207
            <legend>Confirm deletion of [% library.branchname %] ([% library.branchcode %])?</legend>
207
            <legend>Confirm deletion of [% library.branchname %] ([% library.branchcode %])?</legend>
208
            <input type="hidden" name="op" value="delete_confirmed" />
208
            <input type="hidden" name="op" value="delete_confirmed" />
209
            <input type="hidden" name="branchcode" value="[% library.branchcode |html %]" />
209
            <input type="hidden" name="branchcode" value="[% library.branchcode %]" />
210
            <input type="hidden" name="branchname" value="[% library.branchname |html %]">
210
            <input type="hidden" name="branchname" value="[% library.branchname %]">
211
            <fieldset class="action">
211
            <fieldset class="action">
212
                <input type="submit" value="Delete Library" />
212
                <input type="submit" value="Delete Library" />
213
                <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a>
213
                <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a>
Lines 234-267 tinyMCE.init({ Link Here
234
            <tbody>
234
            <tbody>
235
                [% FOREACH library IN libraries %]
235
                [% FOREACH library IN libraries %]
236
                    <tr>
236
                    <tr>
237
                        <td>[% library.branchname |html %]</td>
237
                        <td>[% library.branchname %]</td>
238
                        <td>[% library.branchcode |html %]</td>
238
                        <td>[% library.branchcode %]</td>
239
                        <td>
239
                        <td>
240
                            [% IF library.branchaddress1 %]
240
                            [% IF library.branchaddress1 %]
241
                                [% library.branchaddress1 |html %][% END %]
241
                                [% library.branchaddress1 %][% END %]
242
                            [% IF library.branchaddress2 %]
242
                            [% IF library.branchaddress2 %]
243
                                <br />[% library.branchaddress2 |html %][% END %]
243
                                <br />[% library.branchaddress2 %][% END %]
244
                            [% IF library.branchaddress3 %]
244
                            [% IF library.branchaddress3 %]
245
                                <br />[% library.branchaddress3 |html %][% END %]
245
                                <br />[% library.branchaddress3 %][% END %]
246
                            [% IF library.branchcity %]
246
                            [% IF library.branchcity %]
247
                                <br />[% library.branchcity |html %][% END %][% IF ( library.branchstate ) %],
247
                                <br />[% library.branchcity %][% END %][% IF ( library.branchstate ) %],
248
                                [% library.branchstate |html %][% END %]
248
                                [% library.branchstate %][% END %]
249
                            [% IF library.branchzip %]
249
                            [% IF library.branchzip %]
250
                                [% library.branchzip |html %][% END %]
250
                                [% library.branchzip %][% END %]
251
                            [% IF library.branchcountry %]
251
                            [% IF library.branchcountry %]
252
                                <br />[% library.branchcountry |html %][% END %]
252
                                <br />[% library.branchcountry %][% END %]
253
                            [% IF library.branchphone %]
253
                            [% IF library.branchphone %]
254
                                <br />Ph: [% library.branchphone |html %][% END %]
254
                                <br />Ph: [% library.branchphone %][% END %]
255
                            [% IF library.branchfax %]
255
                            [% IF library.branchfax %]
256
                                <br />Fax: [% library.branchfax |html %][% END %]
256
                                <br />Fax: [% library.branchfax %][% END %]
257
                            [% IF library.branchemail %]
257
                            [% IF library.branchemail %]
258
                                <br /><a href="mailto:[% library.branchemail %]">[% library.branchemail |html %]</a>[% END %]
258
                                <br /><a href="mailto:[% library.branchemail %]">[% library.branchemail %]</a>[% END %]
259
                            [% IF library.branchurl %]
259
                            [% IF library.branchurl %]
260
                                <br /><a href="[% library.branchurl %]">[% library.branchurl |html %]</a>[% END %]
260
                                <br /><a href="[% library.branchurl %]">[% library.branchurl %]</a>[% END %]
261
                            [% IF library.opac_info %]
261
                            [% IF library.opac_info %]
262
                                <br />OPAC Info: <div>[% library.opac_info %]</div>[% END %]
262
                                <br />OPAC Info: <div>[% library.opac_info %]</div>[% END %]
263
                            [% IF library.branchnotes %]
263
                            [% IF library.branchnotes %]
264
                                <br />Notes: [% library.branchnotes |html %][% END %]
264
                                <br />Notes: [% library.branchnotes %][% END %]
265
                        </td>
265
                        </td>
266
                        <td>
266
                        <td>
267
                            [% FOREACH category IN library.get_categories %]
267
                            [% FOREACH category IN library.get_categories %]
Lines 339-345 tinyMCE.init({ Link Here
339
                <li>
339
                <li>
340
                    [% IF category.categorycode %]
340
                    [% IF category.categorycode %]
341
                        <span class="label">Category code: </span>
341
                        <span class="label">Category code: </span>
342
                        <input type="hidden" name="categorycode" id="categorycode" value="[% category.categorycode |html %]" />
342
                        <input type="hidden" name="categorycode" id="categorycode" value="[% category.categorycode %]" />
343
                        [% category.categorycode %]
343
                        [% category.categorycode %]
344
                    [% ELSE %]
344
                    [% ELSE %]
345
                        <label for="categorycode">Category code:</label>
345
                        <label for="categorycode">Category code:</label>
Lines 348-358 tinyMCE.init({ Link Here
348
                </li>
348
                </li>
349
                <li>
349
                <li>
350
                    <label for="categoryname">Name: </label>
350
                    <label for="categoryname">Name: </label>
351
                    <input type="text" name="categoryname" id="categoryname" size="32" maxlength="32" value="[% category.categoryname |html %]" />
351
                    <input type="text" name="categoryname" id="categoryname" size="32" maxlength="32" value="[% category.categoryname %]" />
352
                </li>
352
                </li>
353
                <li>
353
                <li>
354
                    <label for="codedescription">Description: </label>
354
                    <label for="codedescription">Description: </label>
355
                    <input type="text" name="codedescription" id="codedescription" size="70" value="[% category.codedescription |html %]" />
355
                    <input type="text" name="codedescription" id="codedescription" size="70" value="[% category.codedescription %]" />
356
                </li>
356
                </li>
357
                <li>
357
                <li>
358
                    <label for="categorytype">Category type: </label>
358
                    <label for="categorytype">Category type: </label>
Lines 363-369 tinyMCE.init({ Link Here
363
                        [% ELSE %]
363
                        [% ELSE %]
364
                            <option value="searchdomain">Search domain</option>
364
                            <option value="searchdomain">Search domain</option>
365
                            <option value="properties">Properties</option>
365
                            <option value="properties">Properties</option>
366
367
                        [% END %]
366
                        [% END %]
368
                    </select>
367
                    </select>
369
                </li>
368
                </li>
Lines 386-392 tinyMCE.init({ Link Here
386
    Are you sure you want to delete the group '[% category.codedescription %]' ([% category.categorycode %])?
385
    Are you sure you want to delete the group '[% category.codedescription %]' ([% category.categorycode %])?
387
    <form action="/cgi-bin/koha/admin/branches.pl" method="post">
386
    <form action="/cgi-bin/koha/admin/branches.pl" method="post">
388
        <input type="hidden" name="op" value="delete_confirmed_category" />
387
        <input type="hidden" name="op" value="delete_confirmed_category" />
389
        <input type="hidden" name="categorycode" value="[% category.categorycode |html %]" />
388
        <input type="hidden" name="categorycode" value="[% category.categorycode %]" />
390
        <input type="submit" value="Delete" />
389
        <input type="submit" value="Delete" />
391
        <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a>
390
        <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a>
392
    </form>
391
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-15 / +15 lines)
Lines 2-9 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE Price %]
3
[% USE Price %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Administration &rsaquo; Patron categories &rsaquo; [% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %]
5
<title>Koha &rsaquo; Administration &rsaquo; Patron categories &rsaquo; [% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode %]'[% ELSE %]New category[% END %][% END %]
6
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %]
6
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode %] in use[% ELSE %]Confirm deletion of category '[% categorycode %]'[% END %][% END %]
7
</title>
7
</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'calendar.inc' %]
9
[% INCLUDE 'calendar.inc' %]
Lines 107-114 Link Here
107
[% INCLUDE 'header.inc' %]
107
[% INCLUDE 'header.inc' %]
108
[% INCLUDE 'patrons-admin-search.inc' %]
108
[% INCLUDE 'patrons-admin-search.inc' %]
109
109
110
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF op == 'add_form' %] <a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a> &rsaquo; [% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %]
110
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF op == 'add_form' %] <a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a> &rsaquo; [% IF ( categorycode ) %]Modify category '[% categorycode %]'[% ELSE %]New category[% END %][% END %]
111
[% IF op == 'delete_confirm' %] <a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a> &rsaquo; [% IF ( patrons_in_category > 0 ) %]Cannot delete: Category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %]
111
[% IF op == 'delete_confirm' %] <a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a> &rsaquo; [% IF ( patrons_in_category > 0 ) %]Cannot delete: Category [% categorycode %] in use[% ELSE %]Confirm deletion of category '[% categorycode %]'[% END %][% END %]
112
[% IF op == 'delete_confirmed' %] <a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a> &rsaquo; Category deleted[% END %]
112
[% IF op == 'delete_confirmed' %] <a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a> &rsaquo; Category deleted[% END %]
113
[% IF op == 'list' %]Patron categories[% END %]</div>
113
[% IF op == 'list' %]Patron categories[% END %]</div>
114
114
Lines 145-151 Link Here
145
        <input type="hidden" name="op" value="add_validate" />
145
        <input type="hidden" name="op" value="add_validate" />
146
        <input type="hidden" name="checked" value="0" />
146
        <input type="hidden" name="checked" value="0" />
147
        [% IF category %]
147
        [% IF category %]
148
            <h1>Modify category [% categorycode |html %]</h1>
148
            <h1>Modify category [% categorycode %]</h1>
149
        [% ELSE %]
149
        [% ELSE %]
150
            <h1>New category</h1>
150
            <h1>New category</h1>
151
        [% END %]
151
        [% END %]
Lines 153-160 Link Here
153
            <ol>
153
            <ol>
154
                [% IF category %]
154
                [% IF category %]
155
                    <li>
155
                    <li>
156
                        <span class="label">Category code: </span>[% categorycode |html %]
156
                        <span class="label">Category code: </span>[% categorycode %]
157
                        <input type="hidden" name="categorycode" value="[% category.categorycode |html %]" /><input type="hidden" name="is_a_modif" value="1" />
157
                        <input type="hidden" name="categorycode" value="[% category.categorycode %]" /><input type="hidden" name="is_a_modif" value="1" />
158
                    </li>
158
                    </li>
159
                [% ELSE %]
159
                [% ELSE %]
160
                    <li>
160
                    <li>
Lines 165-171 Link Here
165
                [% END %]
165
                [% END %]
166
                <li>
166
                <li>
167
                    <label for="description" class="required">Description: </label>
167
                    <label for="description" class="required">Description: </label>
168
                    <input type="text" name="description" id="description" size="40" maxlength="80" value="[% category.description |html %]" />
168
                    <input type="text" name="description" id="description" size="40" maxlength="80" value="[% category.description %]" />
169
                    <span class="required">Required</span>
169
                    <span class="required">Required</span>
170
                </li>
170
                </li>
171
                <li>
171
                <li>
Lines 316-324 Link Here
316
        <fieldset>
316
        <fieldset>
317
            <legend>
317
            <legend>
318
                [% IF patrons_in_category > 0 %]
318
                [% IF patrons_in_category > 0 %]
319
                    Category [% categorycode |html %] is in use.  Deletion not possible!
319
                    Category [% categorycode %] is in use.  Deletion not possible!
320
                [% ELSE %]
320
                [% ELSE %]
321
                    Confirm deletion of category [% categorycode |html %]
321
                    Confirm deletion of category [% categorycode %]
322
                [% END %]
322
                [% END %]
323
            </legend>
323
            </legend>
324
324
Lines 328-335 Link Here
328
                </div>
328
                </div>
329
            [% END %]
329
            [% END %]
330
            <table>
330
            <table>
331
                <tr><th scope="row">Category code: </th><td>[% category.categorycode |html %]</td></tr>
331
                <tr><th scope="row">Category code: </th><td>[% category.categorycode %]</td></tr>
332
                <tr><th scope="row">Description: </th><td>[% category.description |html %]</td></tr>
332
                <tr><th scope="row">Description: </th><td>[% category.description %]</td></tr>
333
                <tr><th scope="row">Enrollment period: </th>
333
                <tr><th scope="row">Enrollment period: </th>
334
                    <td>
334
                    <td>
335
                        [% IF category.enrolmentperiod %]
335
                        [% IF category.enrolmentperiod %]
Lines 364-370 Link Here
364
                    <input type="submit" value="OK" />
364
                    <input type="submit" value="OK" />
365
                [% ELSE %]
365
                [% ELSE %]
366
                    <input type="hidden" name="op" value="delete_confirmed" />
366
                    <input type="hidden" name="op" value="delete_confirmed" />
367
                    <input type="hidden" name="categorycode" value="[% categorycode |html %]" />
367
                    <input type="hidden" name="categorycode" value="[% categorycode %]" />
368
                    <input type="submit" value="Delete this category" />
368
                    <input type="submit" value="Delete this category" />
369
                    <a class="cancel" href="/cgi-bin/koha/admin/categories.pl">Cancel</a>
369
                    <a class="cancel" href="/cgi-bin/koha/admin/categories.pl">Cancel</a>
370
                [% END %]
370
                [% END %]
Lines 409-417 Link Here
409
            <tbody>
409
            <tbody>
410
                [% FOREACH category IN categories %]
410
                [% FOREACH category IN categories %]
411
                    <tr>
411
                    <tr>
412
                        <td>[% category.categorycode |html %]</td>
412
                        <td>[% category.categorycode %]</td>
413
                        <td>
413
                        <td>
414
                            <a href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]">[% category.description |html %]</a>
414
                            <a href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]">[% category.description %]</a>
415
                        </td>
415
                        </td>
416
                        <td>
416
                        <td>
417
                            [% SWITCH category.category_type %]
417
                            [% SWITCH category.category_type %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-3 / +3 lines)
Lines 80-90 Link Here
80
                [% END %]
80
                [% END %]
81
                <li>
81
                <li>
82
                    <label for="city_name" class="required">City: </label>
82
                    <label for="city_name" class="required">City: </label>
83
                    <input type="text" name="city_name" id="city_name" size="80" maxlength="100" value="[% city.city_name |html %]" required="required" class="required" /> <span class="required">Required</span>
83
                    <input type="text" name="city_name" id="city_name" size="80" maxlength="100" value="[% city.city_name %]" required="required" class="required" /> <span class="required">Required</span>
84
                </li>
84
                </li>
85
                <li>
85
                <li>
86
                    <label for="city_state">State: </label>
86
                    <label for="city_state">State: </label>
87
                    <input type="text" name="city_state" id="city_state" size="80" maxlength="100" value="[% city.city_state |html %]" />
87
                    <input type="text" name="city_state" id="city_state" size="80" maxlength="100" value="[% city.city_state %]" />
88
                </li>
88
                </li>
89
                <li>
89
                <li>
90
                    <label for="city_zipcode" class="required">ZIP/Postal code: </label>
90
                    <label for="city_zipcode" class="required">ZIP/Postal code: </label>
Lines 92-98 Link Here
92
                </li>
92
                </li>
93
                <li>
93
                <li>
94
                    <label for="city_country">Country: </label>
94
                    <label for="city_country">Country: </label>
95
                    <input type="text" name="city_country" id="city_country" size="80" maxlength="100" value="[% city.city_country |html %]" />
95
                    <input type="text" name="city_country" id="city_country" size="80" maxlength="100" value="[% city.city_country %]" />
96
                </li>
96
                </li>
97
            </ol>
97
            </ol>
98
        </fieldset>
98
        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-6 / +6 lines)
Lines 117-123 function CheckRuleForm(f) { Link Here
117
       </li>
117
       </li>
118
       <li><label for="description">Description: </label>
118
       <li><label for="description">Description: </label>
119
           <input type="text" id="description" name="description" size="50" maxlength="250" 
119
           <input type="text" id="description" name="description" size="50" maxlength="250" 
120
                  value="[% description |html %]" />
120
                  value="[% description %]" />
121
       </li>
121
       </li>
122
       <li><label for="used">Source in use?</label>
122
       <li><label for="used">Source in use?</label>
123
           [% IF ( used ) %]<input type="checkbox" id="used" name="used" value="used" checked="checked" />[% ELSE %]
123
           [% IF ( used ) %]<input type="checkbox" id="used" name="used" value="used" checked="checked" />[% ELSE %]
Lines 165-171 function CheckRuleForm(f) { Link Here
165
       </li>
165
       </li>
166
       <li><label for="description">Description: </label>
166
       <li><label for="description">Description: </label>
167
           <input type="text" id="description" name="description" size="50" maxlength="250" 
167
           <input type="text" id="description" name="description" size="50" maxlength="250" 
168
                  value="[% description |html %]" />
168
                  value="[% description %]" />
169
       </li>
169
       </li>
170
       <li><label for="sort_routine">Filing routine: </label>
170
       <li><label for="sort_routine">Filing routine: </label>
171
           <select id="sort_routine" name="sort_routine">
171
           <select id="sort_routine" name="sort_routine">
Lines 256-263 function CheckRuleForm(f) { Link Here
256
    <td>[% IF ( class_source.used ) %]Yes[% ELSE %]No[% END %]</td>
256
    <td>[% IF ( class_source.used ) %]Yes[% ELSE %]No[% END %]</td>
257
    <td>[% class_source.sortrule %]</td>
257
    <td>[% class_source.sortrule %]</td>
258
    <td>
258
    <td>
259
      <a href="[% class_source.script_name %]?op=edit_source&amp;class_source=[% class_source.code |html %]">Edit</a>
259
      <a href="[% class_source.script_name %]?op=edit_source&amp;class_source=[% class_source.code %]">Edit</a>
260
      <a href="[% class_source.script_name %]?op=delete_source&amp;class_source=[% class_source.code |html %]">Delete</a>
260
      <a href="[% class_source.script_name %]?op=delete_source&amp;class_source=[% class_source.code %]">Delete</a>
261
    </td>
261
    </td>
262
  </tr>
262
  </tr>
263
  [% END %]
263
  [% END %]
Lines 292-299 function CheckRuleForm(f) { Link Here
292
    <td>[% class_sort_rule.description %]</td>
292
    <td>[% class_sort_rule.description %]</td>
293
    <td>[% class_sort_rule.sort_routine %]</td>
293
    <td>[% class_sort_rule.sort_routine %]</td>
294
    <td>
294
    <td>
295
      <a href="[% class_sort_rule.script_name %]?op=edit_sort_rule&amp;sort_rule=[% class_sort_rule.rule |html %]">Edit</a>
295
      <a href="[% class_sort_rule.script_name %]?op=edit_sort_rule&amp;sort_rule=[% class_sort_rule.rule %]">Edit</a>
296
      <a href="[% class_sort_rule.script_name %]?op=delete_sort_rule&amp;sort_rule=[% class_sort_rule.rule |html %]">Delete</a>
296
      <a href="[% class_sort_rule.script_name %]?op=delete_sort_rule&amp;sort_rule=[% class_sort_rule.rule %]">Delete</a>
297
    </td>
297
    </td>
298
  </tr>
298
  </tr>
299
  [% END %]
299
  [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-2 / +2 lines)
Lines 191-198 Link Here
191
          <tr>
191
          <tr>
192
            <td>[% loo.currency %]</td>
192
            <td>[% loo.currency %]</td>
193
            <td>[% loo.rate %]</td>
193
            <td>[% loo.rate %]</td>
194
            <td>[% loo.symbol |html %]</td>
194
            <td>[% loo.symbol %]</td>
195
            <td>[% loo.isocode |html %]</td>
195
            <td>[% loo.isocode %]</td>
196
            <td><span title="[% loo.timestamp %]">[% loo.timestamp | $KohaDates %]</span></td>
196
            <td><span title="[% loo.timestamp %]">[% loo.timestamp | $KohaDates %]</span></td>
197
            <td style="color:green;">[% IF ( loo.active ) %]✓[% END %]</td>
197
            <td style="color:green;">[% IF ( loo.active ) %]✓[% END %]</td>
198
            <td>
198
            <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-4 / +4 lines)
Lines 139-145 Item types administration Link Here
139
                [% END %]
139
                [% END %]
140
                <li>
140
                <li>
141
                    <label for="description" class="required">Description: </label>
141
                    <label for="description" class="required">Description: </label>
142
                    <input type="text" id="description" name="description" size="48" value="[% itemtype.description |html %]" required="required" /> <span class="required">Required</span>
142
                    <input type="text" id="description" name="description" size="48" value="[% itemtype.description %]" required="required" /> <span class="required">Required</span>
143
                    <a href="/cgi-bin/koha/admin/localization.pl?entity=itemtypes&code=[% itemtype.itemtype %]" title="Translate item type [% itemtype.itemtype %]" rel="gb_page_center[600,500]"><i class="icon-edit"></i> Translate into other languages</a>
143
                    <a href="/cgi-bin/koha/admin/localization.pl?entity=itemtypes&code=[% itemtype.itemtype %]" title="Translate item type [% itemtype.itemtype %]" rel="gb_page_center[600,500]"><i class="icon-edit"></i> Translate into other languages</a>
144
                </li>
144
                </li>
145
                <li>
145
                <li>
Lines 347-353 Item types administration Link Here
347
            <tr>
347
            <tr>
348
           [% UNLESS Koha.Preference('noItemTypeImages') %] <td>[% IF itemtype.image_location %]<img src="[% itemtype.image_location %]" alt="" />[% ELSE %]&nbsp;[% END %]</td>[% END %]
348
           [% UNLESS Koha.Preference('noItemTypeImages') %] <td>[% IF itemtype.image_location %]<img src="[% itemtype.image_location %]" alt="" />[% ELSE %]&nbsp;[% END %]</td>[% END %]
349
            <td>
349
            <td>
350
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype |html %]">
350
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype %]">
351
                [% itemtype.itemtype %]
351
                [% itemtype.itemtype %]
352
              </a>
352
              </a>
353
            </td>
353
            </td>
Lines 376-383 Item types administration Link Here
376
            </td>
376
            </td>
377
            <td>[% itemtype.checkinmsg | html_line_break %]</td>
377
            <td>[% itemtype.checkinmsg | html_line_break %]</td>
378
            <td>
378
            <td>
379
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype |html %]">Edit</a>
379
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype %]">Edit</a>
380
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype |html %]">Delete</a>
380
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype %]">Delete</a>
381
            </td>
381
            </td>
382
          </tr>
382
          </tr>
383
          [% END %]
383
          [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-11 / +11 lines)
Lines 170-185 function populateHiddenCheckboxes(tab) { Link Here
170
  <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> &rsaquo; <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode %]&amp;searchfield=[% tagfield | uri %]">[% IF ( frameworkcode ) %][% frameworkcode %][% ELSE %]Default[% END %] framework structure</a> &rsaquo;
170
  <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> &rsaquo; <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode %]&amp;searchfield=[% tagfield | uri %]">[% IF ( frameworkcode ) %][% frameworkcode %][% ELSE %]Default[% END %] framework structure</a> &rsaquo;
171
  [% IF ( add_form ) %]
171
  [% IF ( add_form ) %]
172
  [% IF ( use_heading_flags_p ) %]
172
  [% IF ( use_heading_flags_p ) %]
173
  [% IF ( heading_edit_subfields_p ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield | html %] subfield structure</a> &rsaquo; Edit subfields constraints
173
  [% IF ( heading_edit_subfields_p ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield %] subfield structure</a> &rsaquo; Edit subfields constraints
174
  [% END %]
174
  [% END %]
175
  [% ELSE %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield | html %] Subfield structure</a> &rsaquo; [% action %]
175
  [% ELSE %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield %] Subfield structure</a> &rsaquo; [% action %]
176
  [% END %]
176
  [% END %]
177
  [% END %]
177
  [% END %]
178
[% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield | html %] Subfield structure</a> &rsaquo; Confirm deletion of subfield [% tagsubfield %]
178
[% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield %] Subfield structure</a> &rsaquo; Confirm deletion of subfield [% tagsubfield %]
179
[% END %]
179
[% END %]
180
[% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield | html %] subfield structure</a> &rsaquo; Subfield deleted
180
[% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield %] subfield structure</a> &rsaquo; Subfield deleted
181
[% END %]
181
[% END %]
182
[% IF ( else ) %]Tag [% tagfield | html %] Subfield structure[% END %]
182
[% IF ( else ) %]Tag [% tagfield %] Subfield structure[% END %]
183
</div>
183
</div>
184
184
185
<div id="doc" class="yui-t7">
185
<div id="doc" class="yui-t7">
Lines 191-204 function populateHiddenCheckboxes(tab) { Link Here
191
[% IF ( add_form ) %]
191
[% IF ( add_form ) %]
192
    <h1>
192
    <h1>
193
        [% IF ( use_heading_flags_p ) %]
193
        [% IF ( use_heading_flags_p ) %]
194
            [% IF ( heading_edit_subfields_p ) %]Tag [% tagfield | html %] Subfield constraints[% END %]
194
            [% IF ( heading_edit_subfields_p ) %]Tag [% tagfield %] Subfield constraints[% END %]
195
        [% ELSE %]
195
        [% ELSE %]
196
            [% action %]
196
            [% action %]
197
        [% END %]
197
        [% END %]
198
    </h1>
198
    </h1>
199
    <form action="[% script_name %]" name="Aform" method="post">
199
    <form action="[% script_name %]" name="Aform" method="post">
200
    <input type="hidden" name="op" value="add_validate" />
200
    <input type="hidden" name="op" value="add_validate" />
201
    <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
201
    <input type="hidden" name="tagfield" value="[% tagfield %]" />
202
    <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
202
    <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
203
    <div id="subfieldtabs" class="toptabs numbered">
203
    <div id="subfieldtabs" class="toptabs numbered">
204
   <ul>
204
   <ul>
Lines 352-358 function populateHiddenCheckboxes(tab) { Link Here
352
352
353
            <form action="[% delete_link %]" method="post"><input type="hidden" name="op" value="delete_confirmed" />
353
            <form action="[% delete_link %]" method="post"><input type="hidden" name="op" value="delete_confirmed" />
354
                <input type="hidden" name="searchfield" value="[% searchfield %]" />
354
                <input type="hidden" name="searchfield" value="[% searchfield %]" />
355
                <input type="hidden" name="tagfield" value="[% tagfield  | html %]" />
355
                <input type="hidden" name="tagfield" value="[% tagfield  %]" />
356
				<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
356
				<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
357
				<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
357
				<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
358
				<input type="submit" value="Yes, delete this subfield" />
358
				<input type="submit" value="Yes, delete this subfield" />
Lines 360-366 function populateHiddenCheckboxes(tab) { Link Here
360
			
360
			
361
			<form action="[% script_name %]" method="post">
361
			<form action="[% script_name %]" method="post">
362
			<input type="hidden" name="searchfield" value="[% searchfield %]" />
362
			<input type="hidden" name="searchfield" value="[% searchfield %]" />
363
                        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
363
                        <input type="hidden" name="tagfield" value="[% tagfield %]" />
364
			<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
364
			<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
365
			<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
365
			<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
366
			<input type="submit" value="No, do not delete" />
366
			<input type="submit" value="No, do not delete" />
Lines 371-384 function populateHiddenCheckboxes(tab) { Link Here
371
371
372
    <h3>Data deleted</h3>
372
    <h3>Data deleted</h3>
373
    <form action="[% script_name %]" method="post">
373
    <form action="[% script_name %]" method="post">
374
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
374
        <input type="hidden" name="tagfield" value="[% tagfield %]" />
375
    <input type="submit" value="OK" />
375
    <input type="submit" value="OK" />
376
    </form>
376
    </form>
377
[% END %]
377
[% END %]
378
378
379
379
380
[% IF ( else ) %]
380
[% IF ( else ) %]
381
<h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode %])[% ELSE %](default framework)[% END %]</h1>
381
<h1>MARC subfield structure admin for [% tagfield %] [% IF ( frameworkcode ) %](framework [% frameworkcode %])[% ELSE %](default framework)[% END %]</h1>
382
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
382
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
383
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
383
<p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
384
384
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-2 / +2 lines)
Lines 77-84 $(document).ready(function() { Link Here
77
                    <span class="required">Required</span>
77
                    <span class="required">Required</span>
78
                [% END %]
78
                [% END %]
79
            </li>
79
            </li>
80
    <li><label for="liblibrarian">Label for lib: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
80
    <li><label for="liblibrarian">Label for lib: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian %]" size="40" maxlength="100" /></li>
81
    <li><label for="libopac">Label for opac: </label><input type="text" id="libopac" name="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
81
    <li><label for="libopac">Label for opac: </label><input type="text" id="libopac" name="libopac" value="[% libopac %]" size="40" maxlength="100" /></li>
82
    <li><label for="repeatable">Repeatable: </label>
82
    <li><label for="repeatable">Repeatable: </label>
83
        [% IF ( repeatable ) %]
83
        [% IF ( repeatable ) %]
84
            <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
84
            <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-21 / +21 lines)
Lines 214-224 function CheckRuleForm(f) { Link Here
214
       </li>
214
       </li>
215
       <li><label for="description" class="required">Description: </label>
215
       <li><label for="description" class="required">Description: </label>
216
           <input type="text" id="description" name="description" size="50" maxlength="250" 
216
           <input type="text" id="description" name="description" size="50" maxlength="250" 
217
                  value="[% description |html %]" /> <span class="required">Required</span>
217
                  value="[% description %]" /> <span class="required">Required</span>
218
       </li>
218
       </li>
219
       <li><label for="threshold" class="required">Match threshold: </label>
219
       <li><label for="threshold" class="required">Match threshold: </label>
220
           <input type="text" id="threshold" name="threshold" size="5" maxlength="5" 
220
           <input type="text" id="threshold" name="threshold" size="5" maxlength="5" 
221
                  value="[% threshold |html %]" /> <span class="required">Required</span>
221
                  value="[% threshold %]" /> <span class="required">Required</span>
222
       </li>
222
       </li>
223
       <li><label for="record_type" class="required">Record type: </label>
223
       <li><label for="record_type" class="required">Record type: </label>
224
           <select id="record_type" name="record_type">
224
           <select id="record_type" name="record_type">
Lines 249-262 function CheckRuleForm(f) { Link Here
249
        <label for="mp_[% matchpoint.mp_num %]_search_index">Search index: </label>
249
        <label for="mp_[% matchpoint.mp_num %]_search_index">Search index: </label>
250
        <input type ="text" id="mp_[% matchpoint.mp_num %]_search_index" 
250
        <input type ="text" id="mp_[% matchpoint.mp_num %]_search_index" 
251
               name="mp_[% matchpoint.mp_num %]_search_index" size="20" 
251
               name="mp_[% matchpoint.mp_num %]_search_index" size="20" 
252
               value="[% matchpoint.index |html %]"
252
               value="[% matchpoint.index %]"
253
          maxlength="30" />
253
          maxlength="30" />
254
      </li>
254
      </li>
255
      <li>
255
      <li>
256
        <label for="mp_[% matchpoint.mp_num %]_score">Score: </label>
256
        <label for="mp_[% matchpoint.mp_num %]_score">Score: </label>
257
        <input type ="text" id="mp_[% matchpoint.mp_num %]_score" 
257
        <input type ="text" id="mp_[% matchpoint.mp_num %]_score" 
258
               name="mp_[% matchpoint.mp_num %]_score" size="5"
258
               name="mp_[% matchpoint.mp_num %]_score" size="5"
259
               value="[% matchpoint.score |html %]" 
259
               value="[% matchpoint.score %]" 
260
               maxlength="5" />
260
               maxlength="5" />
261
      </li>
261
      </li>
262
      </ol>
262
      </ol>
Lines 268-295 function CheckRuleForm(f) { Link Here
268
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_tag">Tag: </label>
268
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_tag">Tag: </label>
269
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_tag" 
269
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_tag" 
270
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_tag" 
270
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_tag" 
271
                   value="[% component.tag |html %]"
271
                   value="[% component.tag %]"
272
                   size="3" maxlength="3" />
272
                   size="3" maxlength="3" />
273
          </li>
273
          </li>
274
          <li>
274
          <li>
275
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_subfields">Subfields: </label>
275
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_subfields">Subfields: </label>
276
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_subfields" 
276
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_subfields" 
277
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_subfields" 
277
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_subfields" 
278
                   value="[% component.subfields |html %]"
278
                   value="[% component.subfields %]"
279
                   size="10" maxlength="40" />
279
                   size="10" maxlength="40" />
280
          </li>
280
          </li>
281
          <li>
281
          <li>
282
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_offset">Offset: </label>
282
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_offset">Offset: </label>
283
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_offset" 
283
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_offset" 
284
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_offset" 
284
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_offset" 
285
                   value="[% component.offset |html %]"
285
                   value="[% component.offset %]"
286
                   size="5" maxlength="5" />
286
                   size="5" maxlength="5" />
287
          </li>
287
          </li>
288
          <li>
288
          <li>
289
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_length">Length: </label>
289
            <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_length">Length: </label>
290
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_length" 
290
            <input type="text" id="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_length" 
291
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_length" 
291
                   name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_length" 
292
                   value="[% component.length |html %]"
292
                   value="[% component.length %]"
293
                   size="5" maxlength="5" />
293
                   size="5" maxlength="5" />
294
          </li>
294
          </li>
295
              [% FOREACH norm IN component.norms %]
295
              [% FOREACH norm IN component.norms %]
Lines 297-303 function CheckRuleForm(f) { Link Here
297
                <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_n__[% norm.norm_num %]_norm">Normalization rule: </label>
297
                <label for="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_n__[% norm.norm_num %]_norm">Normalization rule: </label>
298
                <input type="text" id="mp_[% norm.mp_num %]_c_[% component.comp_num %]_n__[% norm.norm_num %]_norm" 
298
                <input type="text" id="mp_[% norm.mp_num %]_c_[% component.comp_num %]_n__[% norm.norm_num %]_norm" 
299
                       name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_n_[% norm.norm_num %]_norm" 
299
                       name="mp_[% matchpoint.mp_num %]_c_[% component.comp_num %]_n_[% norm.norm_num %]_norm" 
300
                       value="[% norm.norm |html %]"
300
                       value="[% norm.norm %]"
301
                       size="20" maxlength="50" />
301
                       size="20" maxlength="50" />
302
              </li>
302
              </li>
303
              [% END %]
303
              [% END %]
Lines 375-402 function CheckRuleForm(f) { Link Here
375
            <label for="mc_[% src_component.mc_num %]_src_c_[% src_component.comp_num %]_tag">Tag: </label>
375
            <label for="mc_[% src_component.mc_num %]_src_c_[% src_component.comp_num %]_tag">Tag: </label>
376
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_tag" 
376
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_tag" 
377
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_tag" 
377
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_tag" 
378
                   value="[% src_component.tag |html %]"
378
                   value="[% src_component.tag %]"
379
                   size="3" maxlength="3" />
379
                   size="3" maxlength="3" />
380
          </li>
380
          </li>
381
          <li>
381
          <li>
382
            <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_subfields">Subfields: </label>
382
            <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_subfields">Subfields: </label>
383
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_subfields" 
383
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_subfields" 
384
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_subfields" 
384
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_subfields" 
385
                   value="[% src_component.subfields |html %]"
385
                   value="[% src_component.subfields %]"
386
                   size="10" maxlength="40" />
386
                   size="10" maxlength="40" />
387
          </li>
387
          </li>
388
          <li>
388
          <li>
389
            <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_offset">Offset: </label>
389
            <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_offset">Offset: </label>
390
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_offset" 
390
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_offset" 
391
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_offset" 
391
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_offset" 
392
                   value="[% src_component.offset |html %]"
392
                   value="[% src_component.offset %]"
393
                   size="5" maxlength="5" />
393
                   size="5" maxlength="5" />
394
          </li>
394
          </li>
395
          <li>
395
          <li>
396
            <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_length">Length: </label>
396
            <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_length">Length: </label>
397
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_length" 
397
            <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_length" 
398
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_length" 
398
                   name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_length" 
399
                   value="[% src_component.length |html %]"
399
                   value="[% src_component.length %]"
400
                   size="5" maxlength="5" />
400
                   size="5" maxlength="5" />
401
          </li>
401
          </li>
402
          [% FOREACH norm IN src_component.norms %]
402
          [% FOREACH norm IN src_component.norms %]
Lines 404-410 function CheckRuleForm(f) { Link Here
404
              <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_n_[% norm.norm_num %]_norm">Normalization rule: </label>
404
              <label for="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_n_[% norm.norm_num %]_norm">Normalization rule: </label>
405
              <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_n_[% norm.norm_num %]_norm" 
405
              <input type="text" id="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_n_[% norm.norm_num %]_norm" 
406
                     name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_n_[% norm.norm_num %]_norm" 
406
                     name="mc_[% matchcheck.mc_num %]_src_c_[% src_component.comp_num %]_n_[% norm.norm_num %]_norm" 
407
                    value="[% norm.norm |html %]"
407
                    value="[% norm.norm %]"
408
                    size="20" maxlength="50" />
408
                    size="20" maxlength="50" />
409
            </li>
409
            </li>
410
          [% END %]
410
          [% END %]
Lines 419-446 function CheckRuleForm(f) { Link Here
419
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_tag">Tag: </label>
419
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_tag">Tag: </label>
420
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_tag" 
420
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_tag" 
421
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_tag" 
421
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_tag" 
422
                   value="[% tgt_component.tag |html %]"
422
                   value="[% tgt_component.tag %]"
423
                   size="3" maxlength="3" />
423
                   size="3" maxlength="3" />
424
          </li>
424
          </li>
425
          <li>
425
          <li>
426
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_subfields">Subfields: </label>
426
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_subfields">Subfields: </label>
427
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_subfields" 
427
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_subfields" 
428
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_subfields" 
428
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_subfields" 
429
                   value="[% tgt_component.subfields |html %]"
429
                   value="[% tgt_component.subfields %]"
430
                   size="10" maxlength="40" />
430
                   size="10" maxlength="40" />
431
          </li>
431
          </li>
432
          <li>
432
          <li>
433
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_offset">Offset: </label>
433
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_offset">Offset: </label>
434
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_offset" 
434
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_offset" 
435
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_offset" 
435
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_offset" 
436
                   value="[% tgt_component.offset |html %]"
436
                   value="[% tgt_component.offset %]"
437
                   size="5" maxlength="5" />
437
                   size="5" maxlength="5" />
438
          </li>
438
          </li>
439
          <li>
439
          <li>
440
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_length">Length: </label>
440
            <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_length">Length: </label>
441
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_length" 
441
            <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_length" 
442
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_length" 
442
                   name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_length" 
443
                   value="[% tgt_component.length |html %]"
443
                   value="[% tgt_component.length %]"
444
                   size="5" maxlength="5" />
444
                   size="5" maxlength="5" />
445
          </li>
445
          </li>
446
          [% FOREACH norm IN tgt_component.norms %]
446
          [% FOREACH norm IN tgt_component.norms %]
Lines 448-454 function CheckRuleForm(f) { Link Here
448
              <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_n_[% norm.norm_num %]_norm">Normalization rule: </label>
448
              <label for="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_n_[% norm.norm_num %]_norm">Normalization rule: </label>
449
              <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_n_[% norm.norm_num %]_norm" 
449
              <input type="text" id="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_n_[% norm.norm_num %]_norm" 
450
                     name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_n_[% norm.norm_num %]_norm" 
450
                     name="mc_[% matchcheck.mc_num %]_tgt_c_[% tgt_component.comp_num %]_n_[% norm.norm_num %]_norm" 
451
                    value="[% norm.norm |html %]"
451
                    value="[% norm.norm %]"
452
                    size="20" maxlength="50" />
452
                    size="20" maxlength="50" />
453
            </li>
453
            </li>
454
          [% END %]
454
          [% END %]
Lines 571-578 function CheckRuleForm(f) { Link Here
571
    <td>[% available_matching_rule.code %]</td>
571
    <td>[% available_matching_rule.code %]</td>
572
    <td>[% available_matching_rule.description %]</td>
572
    <td>[% available_matching_rule.description %]</td>
573
    <td>
573
    <td>
574
      <a href="[% available_matching_rule.script_name %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id |html %]">Edit</a>
574
      <a href="[% available_matching_rule.script_name %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id %]">Edit</a>
575
      <a href="[% available_matching_rule.script_name %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id |html %]">Delete</a>
575
      <a href="[% available_matching_rule.script_name %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id %]">Delete</a>
576
    </td>
576
    </td>
577
  </tr>
577
  </tr>
578
  [% END %]
578
  [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-10 / +10 lines)
Lines 8-14 Link Here
8
  [% END %]
8
  [% END %]
9
[% END %]
9
[% END %]
10
[% IF ( delete_attribute_type_form ) %]
10
[% IF ( delete_attribute_type_form ) %]
11
  &rsaquo; Confirm deletion of patron attribute type &quot;[% code |html %]&quot;
11
  &rsaquo; Confirm deletion of patron attribute type &quot;[% code %]&quot;
12
[% END %]
12
[% END %]
13
</title>
13
</title>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
Lines 62-68 function CheckAttributeTypeForm(f) { Link Here
62
  [% END %]
62
  [% END %]
63
[% END %]
63
[% END %]
64
[% IF ( delete_attribute_type_form ) %]
64
[% IF ( delete_attribute_type_form ) %]
65
  &rsaquo; Confirm deletion of patron attribute type &quot;[% code |html %]&quot;
65
  &rsaquo; Confirm deletion of patron attribute type &quot;[% code %]&quot;
66
[% END %]
66
[% END %]
67
</div>
67
</div>
68
68
Lines 94-101 function CheckAttributeTypeForm(f) { Link Here
94
      <li>
94
      <li>
95
          [% IF ( edit_attribute_type ) %]
95
          [% IF ( edit_attribute_type ) %]
96
		  <span class="label">Patron attribute type code: </span>
96
		  <span class="label">Patron attribute type code: </span>
97
            <input type="hidden" name="code" value="[% code |html %]" />
97
            <input type="hidden" name="code" value="[% code %]" />
98
            [% code |html %]
98
            [% code %]
99
          [% ELSE %]
99
          [% ELSE %]
100
		  <label for="code">Patron attribute type code: </label>
100
		  <label for="code">Patron attribute type code: </label>
101
            <input type="text" id="code" name="code"  size="10" maxlength="10" />
101
            <input type="text" id="code" name="code"  size="10" maxlength="10" />
Lines 103-109 function CheckAttributeTypeForm(f) { Link Here
103
       </li>
103
       </li>
104
       <li><label for="description">Description: </label>
104
       <li><label for="description">Description: </label>
105
           <input type="text" id="description" name="description" size="50" maxlength="250" 
105
           <input type="text" id="description" name="description" size="50" maxlength="250" 
106
                  value="[% description |html %]" />
106
                  value="[% description %]" />
107
       </li>
107
       </li>
108
       <li><label for="repeatable">Repeatable: </label>
108
       <li><label for="repeatable">Repeatable: </label>
109
            [% IF ( repeatable_checked ) %]
109
            [% IF ( repeatable_checked ) %]
Lines 249-258 function CheckAttributeTypeForm(f) { Link Here
249
[% END %]
249
[% END %]
250
250
251
[% IF ( delete_attribute_type_form ) %]
251
[% IF ( delete_attribute_type_form ) %]
252
<div class="dialog alert"><h3>Confirm deletion of patron attribute type <span class="ex">'[% code |html %]' ([% description %])</span>?</h3>
252
<div class="dialog alert"><h3>Confirm deletion of patron attribute type <span class="ex">'[% code %]' ([% description %])</span>?</h3>
253
<form action="[% script_name %]" name="Aform" method="post">
253
<form action="[% script_name %]" name="Aform" method="post">
254
  <input type="hidden" name="op" value="[% confirm_op %]" />
254
  <input type="hidden" name="op" value="[% confirm_op %]" />
255
  <input type="hidden" name="code" value="[% code |html %]" />
255
  <input type="hidden" name="code" value="[% code %]" />
256
    <input type="submit" value="Delete patron attribute type" class="approve" /></form>
256
    <input type="submit" value="Delete patron attribute type" class="approve" /></form>
257
	<form action="[% script_name %]" method="get">
257
	<form action="[% script_name %]" method="get">
258
    <input type="submit" value="No, do not delete" class="deny" />
258
    <input type="submit" value="No, do not delete" class="deny" />
Lines 300-306 function CheckAttributeTypeForm(f) { Link Here
300
      <tbody>
300
      <tbody>
301
        [% FOREACH item IN attribute.items %]
301
        [% FOREACH item IN attribute.items %]
302
          <tr>
302
          <tr>
303
            <td>[% item.code |html %]</td>
303
            <td>[% item.code %]</td>
304
            <td>[% item.description %]</td>
304
            <td>[% item.description %]</td>
305
            <td>
305
            <td>
306
                [% IF item.branches.size > 0 %]
306
                [% IF item.branches.size > 0 %]
Lines 320-327 function CheckAttributeTypeForm(f) { Link Here
320
                [% END %]
320
                [% END %]
321
            </td>
321
            </td>
322
            <td>
322
            <td>
323
              <a href="[% item.script_name %]?op=edit_attribute_type&amp;code=[% item.code |html %]">Edit</a>
323
              <a href="[% item.script_name %]?op=edit_attribute_type&amp;code=[% item.code %]">Edit</a>
324
              <a href="[% item.script_name %]?op=delete_attribute_type&amp;code=[% item.code |html %]">Delete</a>
324
              <a href="[% item.script_name %]?op=delete_attribute_type&amp;code=[% item.code %]">Delete</a>
325
            </td>
325
            </td>
326
          </tr>
326
          </tr>
327
        [% END %]
327
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-1 / +1 lines)
Lines 70-76 Link Here
70
    [% END %]
70
    [% END %]
71
    [% IF ( search_not_found ) %]
71
    [% IF ( search_not_found ) %]
72
    <div class="dialog alert">
72
    <div class="dialog alert">
73
        No system preferences matched your search for <strong>[% searchfield |html %]</strong>. You can try a different search or <a href="/cgi-bin/koha/admin/preferences.pl?tab=[% last_tab %]">return to where you were before.</a>
73
        No system preferences matched your search for <strong>[% searchfield %]</strong>. You can try a different search or <a href="/cgi-bin/koha/admin/preferences.pl?tab=[% last_tab %]">return to where you were before.</a>
74
    </div>
74
    </div>
75
    [% END %]
75
    [% END %]
76
    [% FOREACH TAB IN TABS %]
76
    [% FOREACH TAB IN TABS %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-11 / +11 lines)
Lines 103-121 Link Here
103
        [% IF ( modify ) %]Modify
103
        [% IF ( modify ) %]Modify
104
        [% ELSE %]Add
104
        [% ELSE %]Add
105
        [% END %] a system preference</legend><ol>
105
        [% END %] a system preference</legend><ol>
106
            <li><label for="explanation">Explanation: </label><input type="text" name="explanation" id="explanation" size="60" value="[% explanation |html %]" /><input type="hidden" name="op" value="add_validate" /></li>
106
            <li><label for="explanation">Explanation: </label><input type="text" name="explanation" id="explanation" size="60" value="[% explanation %]" /><input type="hidden" name="op" value="add_validate" /></li>
107
            <li>[% IF ( searchfield ) %]<span class="label">Variable: </span>[% searchfield %]<input type="hidden" name="variable" value="[% searchfield %]" />
107
            <li>[% IF ( searchfield ) %]<span class="label">Variable: </span>[% searchfield %]<input type="hidden" name="variable" value="[% searchfield %]" />
108
            [% ELSE %]<label for="variable">Variable: </label><input type="text" name="variable" id="variable" size="60" />[% END %]</li>
108
            [% ELSE %]<label for="variable">Variable: </label><input type="text" name="variable" id="variable" size="60" />[% END %]</li>
109
            <li><label for="value">Value: </label>
109
            <li><label for="value">Value: </label>
110
                [% IF ( type_free ) %]
110
                [% IF ( type_free ) %]
111
                    <textarea id="value" name="value" cols="[% fieldlength %]">[% value |html %]</textarea>
111
                    <textarea id="value" name="value" cols="[% fieldlength %]">[% value %]</textarea>
112
                [% ELSIF ( type_upload ) %]
112
                [% ELSIF ( type_upload ) %]
113
                    <input type="file" name="value" />
113
                    <input type="file" name="value" />
114
                [% ELSIF ( type_textarea || type_htmlarea ) %]
114
                [% ELSIF ( type_textarea || type_htmlarea ) %]
115
                    [% IF ( type_htmlarea ) && ( Koha.Preference('UseWYSIWYGinSystemPreferences') ) %]
115
                    [% IF ( type_htmlarea ) && ( Koha.Preference('UseWYSIWYGinSystemPreferences') ) %]
116
                        <textarea class="mce" name="value" id="value" rows="[% rows %]" cols="[% cols %]">[% value |html %]</textarea>
116
                        <textarea class="mce" name="value" id="value" rows="[% rows %]" cols="[% cols %]">[% value %]</textarea>
117
                    [% ELSE %]
117
                    [% ELSE %]
118
                    <textarea name="value" id="value" rows="[% rows %]" cols="[% cols %]">[% value |html %]</textarea>
118
                    <textarea name="value" id="value" rows="[% rows %]" cols="[% cols %]">[% value %]</textarea>
119
                    [% END %]
119
                    [% END %]
120
                [% ELSIF ( type_choice ) %]
120
                [% ELSIF ( type_choice ) %]
121
                    <select name="value" id="value">
121
                    <select name="value" id="value">
Lines 328-334 Link Here
328
    <tbody>[% FOREACH loo IN loop %]
328
    <tbody>[% FOREACH loo IN loop %]
329
        <tr>
329
        <tr>
330
330
331
        <td><strong><a href="[% loo.edit %]">[% loo.variable %]</a></strong></td><td> [% loo.explanation |html %]</td>
331
        <td><strong><a href="[% loo.edit %]">[% loo.variable %]</a></strong></td><td> [% loo.explanation %]</td>
332
        [% IF ( loo.oneline ) %]
332
        [% IF ( loo.oneline ) %]
333
        <td class="single-line">
333
        <td class="single-line">
334
        [% ELSE %]
334
        [% ELSE %]
Lines 340-356 Link Here
340
            <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
340
            <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
341
        [% END %]
341
        [% END %]
342
                [% IF ( loo.type_free ) %]
342
                [% IF ( loo.type_free ) %]
343
                <input type="text" name="value" size="[% loo.fieldlength %]" value="[% loo.value |html %]" />
343
                <input type="text" name="value" size="[% loo.fieldlength %]" value="[% loo.value %]" />
344
                [% END %]
344
                [% END %]
345
                [% IF ( loo.type_upload ) %]
345
                [% IF ( loo.type_upload ) %]
346
                <input type="file" name="value" value="[% loo.value |html %]" />
346
                <input type="file" name="value" value="[% loo.value %]" />
347
                [% END %]
347
                [% END %]
348
                [% IF ( loo.type_textarea ) || ( loo.type_htmlarea ) %]
348
                [% IF ( loo.type_textarea ) || ( loo.type_htmlarea ) %]
349
                    [% IF ( loo.type_htmlarea ) && ( Koha.Preference('UseWYSIWYGinSystemPreferences') ) %]
349
                    [% IF ( loo.type_htmlarea ) && ( Koha.Preference('UseWYSIWYGinSystemPreferences') ) %]
350
                        <textarea class="mce" name="value" rows="[% loo.rows %]" cols="[% loo.cols %]">[% loo.value |html %]</textarea>
350
                        <textarea class="mce" name="value" rows="[% loo.rows %]" cols="[% loo.cols %]">[% loo.value %]</textarea>
351
                    [% ELSE %]
351
                    [% ELSE %]
352
                        <a class="expand-textarea" style="display: none" href="#">Click to edit</a>
352
                        <a class="expand-textarea" style="display: none" href="#">Click to edit</a>
353
                        <textarea name="value" rows="[% loo.rows %]" cols="[% loo.cols %]">[% loo.value |html %]</textarea>
353
                        <textarea name="value" rows="[% loo.rows %]" cols="[% loo.cols %]">[% loo.value %]</textarea>
354
                    [% END %]
354
                    [% END %]
355
                [% END %]
355
                [% END %]
356
                [% IF ( loo.type_choice ) %]
356
                [% IF ( loo.type_choice ) %]
Lines 430-438 Link Here
430
                [% END %]
430
                [% END %]
431
                <input type="hidden" name="op" value="add_validate" />
431
                <input type="hidden" name="op" value="add_validate" />
432
                <input type="hidden" name="variable" value="[% loo.variable %]" />
432
                <input type="hidden" name="variable" value="[% loo.variable %]" />
433
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions |html %]" />
433
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions %]" />
434
                <input type="hidden" name="preftype" value="[% loo.type %]" />
434
                <input type="hidden" name="preftype" value="[% loo.type %]" />
435
                <input type="hidden" name="explanation" value="[% loo.explanation |html %]" />
435
                <input type="hidden" name="explanation" value="[% loo.explanation %]" />
436
                <input type="submit" value="Save" />
436
                <input type="submit" value="Save" />
437
            </form>
437
            </form>
438
        </td>
438
        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 119-125 Link Here
119
        [% END %]                
119
        [% END %]                
120
        <fieldset class="rows">
120
        <fieldset class="rows">
121
        <ol>
121
        <ol>
122
        <li><label for="name">Server name: </label><input type="text" name="servername" id="servername" size="65" maxlength="100" onblur="toUC(this)" value="[% server.servername | html %]"/></li>
122
        <li><label for="name">Server name: </label><input type="text" name="servername" id="servername" size="65" maxlength="100" onblur="toUC(this)" value="[% server.servername %]"/></li>
123
123
124
        <li><label for="host" class="required">Hostname: </label> <input type="text" name="host" id="host" size="30" value="[% server.host %]" required="required" /> <span class="required">Required</span>
124
        <li><label for="host" class="required">Hostname: </label> <input type="text" name="host" id="host" size="30" value="[% server.host %]" required="required" /> <span class="required">Required</span>
125
            [% IF (server.servertype||type) == 'sru' %]
125
            [% IF (server.servertype||type) == 'sru' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
<form action="/cgi-bin/koha/mainpage.pl" method="post" name="loginform" id="loginform">
43
<form action="/cgi-bin/koha/mainpage.pl" method="post" name="loginform" id="loginform">
44
    <input type="hidden" name="koha_login_context" value="intranet" />
44
    <input type="hidden" name="koha_login_context" value="intranet" />
45
[% FOREACH INPUT IN INPUTS %]
45
[% FOREACH INPUT IN INPUTS %]
46
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
46
    <input type="hidden" name="[% INPUT.name %]" value="[% INPUT.value %]" />
47
[% END %]
47
[% END %]
48
<p><label for="userid">Username:</label>
48
<p><label for="userid">Username:</label>
49
<input type="text" name="userid" id="userid" class="input focus" value="[% userid %]" size="20" tabindex="1" />
49
<input type="text" name="userid" id="userid" class="input focus" value="[% userid %]" size="20" tabindex="1" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-1 / +1 lines)
Lines 75-81 function doauth(authid, index, repet) Link Here
75
                        <td>
75
                        <td>
76
                          [% IF resul.summary && resul.summary.authorized && resul.summary.authorized.size > 1 %]
76
                          [% IF resul.summary && resul.summary.authorized && resul.summary.authorized.size > 1 %]
77
                            [% FOREACH authorized IN resul.summary.authorized %]
77
                            [% FOREACH authorized IN resul.summary.authorized %]
78
                            <a href="javascript:doauth('[% resul.authid %]', '[% index %]', '[% loop.count %]')" title="[% authorized.heading | html %]">[% loop.count %]</a>
78
                            <a href="javascript:doauth('[% resul.authid %]', '[% index %]', '[% loop.count %]')" title="[% authorized.heading %]">[% loop.count %]</a>
79
                            [% END %]
79
                            [% END %]
80
                          [% ELSE %]
80
                          [% ELSE %]
81
                            <a href="javascript:doauth('[% resul.authid %]', '[% index %]', '')">choose</a>
81
                            <a href="javascript:doauth('[% resul.authid %]', '[% index %]', '')">choose</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-3 / +3 lines)
Lines 160-171 function batchDelete(){ Link Here
160
    [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]
160
    [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]
161
    <h3>
161
    <h3>
162
        [% IF ( print_basket ) %]
162
        [% IF ( print_basket ) %]
163
            [% BIBLIO_RESULT.title |html %]
163
            [% BIBLIO_RESULT.title %]
164
                [% IF ( BIBLIO_RESULT.subtitle ) %] [% BIBLIO_RESULT.subtitle %][% END %]
164
                [% IF ( BIBLIO_RESULT.subtitle ) %] [% BIBLIO_RESULT.subtitle %][% END %]
165
                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author %][% END %]
165
                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author %][% END %]
166
        [% ELSE %]
166
        [% ELSE %]
167
                <input type="checkbox" value="[% BIBLIO_RESULT.biblionumber %]" name="bib[% BIBLIO_RESULT.biblionumber %]" id="bib[% BIBLIO_RESULT.biblionumber %]" onclick="selRecord(value,checked)" />
167
                <input type="checkbox" value="[% BIBLIO_RESULT.biblionumber %]" name="bib[% BIBLIO_RESULT.biblionumber %]" id="bib[% BIBLIO_RESULT.biblionumber %]" onclick="selRecord(value,checked)" />
168
                [% BIBLIO_RESULT.title |html %]
168
                [% BIBLIO_RESULT.title %]
169
                [% IF ( BIBLIO_RESULT.subtitle ) %] [% BIBLIO_RESULT.subtitle %][% END %]
169
                [% IF ( BIBLIO_RESULT.subtitle ) %] [% BIBLIO_RESULT.subtitle %][% END %]
170
                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author %][% END %]
170
                [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author %][% END %]
171
        [% END %]
171
        [% END %]
Lines 348-354 function batchDelete(){ Link Here
348
348
349
                </td> [% END %]
349
                </td> [% END %]
350
            <td><a href="#" onclick="openBiblio('[% BIBLIO_RESULT.dest %]',[% BIBLIO_RESULT.biblionumber %])">
350
            <td><a href="#" onclick="openBiblio('[% BIBLIO_RESULT.dest %]',[% BIBLIO_RESULT.biblionumber %])">
351
                        [% BIBLIO_RESULT.title |html %]
351
                        [% BIBLIO_RESULT.title %]
352
                    </a>
352
                    </a>
353
                        [% BIBLIO_RESULT.author %]
353
                        [% BIBLIO_RESULT.author %]
354
                        <p>[% IF ( BIBLIO_RESULT.publishercode ) %]- [% BIBLIO_RESULT.publishercode %]
354
                        <p>[% IF ( BIBLIO_RESULT.publishercode ) %]- [% BIBLIO_RESULT.publishercode %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-4 / +4 lines)
Lines 38-44 function Changefwk(FwkList) { Link Here
38
  [% IF ( unknownbiblionumber ) %]
38
  [% IF ( unknownbiblionumber ) %]
39
    Unknown record
39
    Unknown record
40
  [% ELSE %]
40
  [% ELSE %]
41
    MARC Details for <i>[% bibliotitle |html %]</i>
41
    MARC Details for <i>[% bibliotitle %]</i>
42
  [% END %]
42
  [% END %]
43
</div>
43
</div>
44
44
Lines 53-59 function Changefwk(FwkList) { Link Here
53
[% INCLUDE 'cat-toolbar.inc' %]
53
[% INCLUDE 'cat-toolbar.inc' %]
54
54
55
[% UNLESS ( popup ) %]
55
[% UNLESS ( popup ) %]
56
    <h1>MARC biblio : [% biblionumber %]  ( [% bibliotitle |html %] )</h1>
56
    <h1>MARC biblio : [% biblionumber %]  ( [% bibliotitle %] )</h1>
57
57
58
58
59
[% END %]
59
[% END %]
Lines 90-99 function Changefwk(FwkList) { Link Here
90
                    <span class="subfield-label">&nbsp;
90
                    <span class="subfield-label">&nbsp;
91
                    [% UNLESS ( subfiel.hide_marc ) %]<span class="subfield-code">[% subfiel.marc_subfield %]</span>[% END %]
91
                    [% UNLESS ( subfiel.hide_marc ) %]<span class="subfield-code">[% subfiel.marc_subfield %]</span>[% END %]
92
                    <span class="desc" title="[% subfiel.long_desc %]">[% subfiel.short_desc %]</span></span>
92
                    <span class="desc" title="[% subfiel.long_desc %]">[% subfiel.short_desc %]</span></span>
93
                    [% IF ( subfiel.is_url ) %]<a href="[% subfiel.marc_value %]">[% subfiel.marc_value |html %]</a>[% ELSE %][% subfiel.marc_value |html %][% END %]
93
                    [% IF ( subfiel.is_url ) %]<a href="[% subfiel.marc_value %]">[% subfiel.marc_value %]</a>[% ELSE %][% subfiel.marc_value %][% END %]
94
                    [% IF ( subfiel.link ) %]
94
                    [% IF ( subfiel.link ) %]
95
                        <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=[% subfiel.link %],phr&amp;type=intranet&amp;q=[% subfiel.marc_value |url %]">
95
                        <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=[% subfiel.link %],phr&amp;type=intranet&amp;q=[% subfiel.marc_value |url %]">
96
                            <img border="0" src="[% interface %]/[% theme %]/img/filefind.png" height="15" title="Search on [% subfiel.marc_value |html %]" alt="Search on [% subfiel.marc_value |html %]" />
96
                            <img border="0" src="[% interface %]/[% theme %]/img/filefind.png" height="15" title="Search on [% subfiel.marc_value %]" alt="Search on [% subfiel.marc_value %]" />
97
                        </a>
97
                        </a>
98
                    [% END %]
98
                    [% END %]
99
                    [% IF ( subfiel.authority ) %]
99
                    [% IF ( subfiel.authority ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-11 / +11 lines)
Lines 22-28 Link Here
22
  [% IF ( unknownbiblionumber ) %]
22
  [% IF ( unknownbiblionumber ) %]
23
    Unknown record
23
    Unknown record
24
  [% ELSE %]
24
  [% ELSE %]
25
    Details for [% title |html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]
25
    Details for [% title %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]
26
  [% END %]
26
  [% END %]
27
</title>
27
</title>
28
[% INCLUDE 'doc-head-close.inc' %]<script type="text/JavaScript">
28
[% INCLUDE 'doc-head-close.inc' %]<script type="text/JavaScript">
Lines 317-323 function verify_images() { Link Here
317
  [% IF ( unknownbiblionumber ) %]
317
  [% IF ( unknownbiblionumber ) %]
318
    Unknown record
318
    Unknown record
319
  [% ELSE %]
319
  [% ELSE %]
320
    Details for <i>[% title |html %]  [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i>
320
    Details for <i>[% title %]  [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i>
321
  [% END %]
321
  [% END %]
322
</div>
322
</div>
323
323
Lines 369-377 function verify_images() { Link Here
369
                <span class="results_summary"><span class="label">Tags:</span>
369
                <span class="results_summary"><span class="label">Tags:</span>
370
                    [% FOREACH TagLoo IN TagLoop %]
370
                    [% FOREACH TagLoo IN TagLoop %]
371
                        [% IF ( CAN_user_tools_moderate_tags ) %]
371
                        [% IF ( CAN_user_tools_moderate_tags ) %]
372
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term |html %]</a>
372
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term %]</a>
373
                        [% ELSE %]
373
                        [% ELSE %]
374
                        [% TagLoo.term |html %]
374
                        [% TagLoo.term %]
375
                        [% END %]
375
                        [% END %]
376
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
376
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
377
                    [% END %]
377
                    [% END %]
Lines 394-405 function verify_images() { Link Here
394
        [% END %]
394
        [% END %]
395
    [% ELSE %]
395
    [% ELSE %]
396
396
397
    <h3>[% title |html %]</h3>
397
    <h3>[% title %]</h3>
398
    [% FOREACH subtitl IN subtitle %]
398
    [% FOREACH subtitl IN subtitle %]
399
    	<h4>[% subtitl.subfield %]</h4>
399
    	<h4>[% subtitl.subfield %]</h4>
400
    [% END %]
400
    [% END %]
401
            [% UNLESS ( item_level_itypes ) %]<img src="[% imageurl %]" alt="[% translated_description %]" title="[% translated_description %]">[% END %]
401
            [% UNLESS ( item_level_itypes ) %]<img src="[% imageurl %]" alt="[% translated_description %]" title="[% translated_description %]">[% END %]
402
            [% IF ( unititle ) %]<p>[% unititle |html %]</p>[% END %]
402
            [% IF ( unititle ) %]<p>[% unititle %]</p>[% END %]
403
            [% IF ( author ) %]<p>By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:[% author |url %]">[% author %]</a></p>[% END %]
403
            [% IF ( author ) %]<p>By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:[% author |url %]">[% author %]</a></p>[% END %]
404
        <ul>
404
        <ul>
405
        [% IF ( MARCAUTHORS ) %]
405
        [% IF ( MARCAUTHORS ) %]
Lines 421-427 function verify_images() { Link Here
421
        [% IF ( publishercode ) %]
421
        [% IF ( publishercode ) %]
422
    <li><strong>Published by:</strong>
422
    <li><strong>Published by:</strong>
423
        <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:[% publishercode |url %]">
423
        <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:[% publishercode |url %]">
424
            [% publishercode |html %]
424
            [% publishercode %]
425
        </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsability ) %][% editionresponsability %][% END %]
425
        </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsability ) %][% editionresponsability %][% END %]
426
    </li>
426
    </li>
427
    [% END %]
427
    [% END %]
Lines 490-496 function verify_images() { Link Here
490
            <li><strong>Subjects:</strong> 
490
            <li><strong>Subjects:</strong> 
491
            <ul>
491
            <ul>
492
                [% FOREACH MARCSUBJCT IN MARCSUBJCTS %]
492
                [% FOREACH MARCSUBJCT IN MARCSUBJCTS %]
493
                <li>[% FOREACH MARCSUBJECT_SUBFIELDS_LOO IN MARCSUBJCT.MARCSUBJECT_SUBFIELDS_LOOP %] [% MARCSUBJECT_SUBFIELDS_LOO.separator %] <a title="‡[% MARCSUBJECT_SUBFIELDS_LOO.code %] [% MARCSUBJECT_SUBFIELDS_LOO.value %]" href="/cgi-bin/koha/catalogue/search.pl?q=[% FOREACH link_loo IN MARCSUBJECT_SUBFIELDS_LOO.link_loop %][% link_loo.operator |url %][% link_loo.limit %]:[% link_loo.link |url %][% END %]">[% MARCSUBJECT_SUBFIELDS_LOO.value |html %]</a>[% END %]</li>
493
                <li>[% FOREACH MARCSUBJECT_SUBFIELDS_LOO IN MARCSUBJCT.MARCSUBJECT_SUBFIELDS_LOOP %] [% MARCSUBJECT_SUBFIELDS_LOO.separator %] <a title="‡[% MARCSUBJECT_SUBFIELDS_LOO.code %] [% MARCSUBJECT_SUBFIELDS_LOO.value %]" href="/cgi-bin/koha/catalogue/search.pl?q=[% FOREACH link_loo IN MARCSUBJECT_SUBFIELDS_LOO.link_loop %][% link_loo.operator |url %][% link_loo.limit %]:[% link_loo.link |url %][% END %]">[% MARCSUBJECT_SUBFIELDS_LOO.value %]</a>[% END %]</li>
494
                [% END %]
494
                [% END %]
495
                </ul>
495
                </ul>
496
            </li>
496
            </li>
Lines 528-536 function verify_images() { Link Here
528
                    [% FOREACH TagLoo IN TagLoop %]
528
                    [% FOREACH TagLoo IN TagLoop %]
529
                        <li>
529
                        <li>
530
                        [% IF ( CAN_user_tools_moderate_tags ) %]
530
                        [% IF ( CAN_user_tools_moderate_tags ) %]
531
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term |html %]</a>
531
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term %]</a>
532
                        [% ELSE %]
532
                        [% ELSE %]
533
                        [% TagLoo.term |html %]
533
                        [% TagLoo.term %]
534
                        [% END %]
534
                        [% END %]
535
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]</li>
535
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]</li>
536
                    [% END %]
536
                    [% END %]
Lines 989-995 function verify_images() { Link Here
989
<table>
989
<table>
990
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
990
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
991
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %]<img src="[% XISBN.imageurl %]" alt="[% XISBN.description %]" title="[% XISBN.description %]">[% END %]</td>[% END %]
991
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %]<img src="[% XISBN.imageurl %]" alt="[% XISBN.description %]" title="[% XISBN.description %]">[% END %]</td>[% END %]
992
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title |html %]</a> by [% XISBN.author %] &copy;[% XISBN.copyrightdate %]
992
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title %]</a> by [% XISBN.author %] &copy;[% XISBN.copyrightdate %]
993
  [% IF ( XISBN.publishercode ) %]
993
  [% IF ( XISBN.publishercode ) %]
994
[% XISBN.publishercode %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement %][% END %] [% IF ( XISBN.editionresponsability ) %][% XISBN.editionresponsability %][% END %]
994
[% XISBN.publishercode %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement %][% END %] [% IF ( XISBN.editionresponsability ) %][% XISBN.editionresponsability %][% END %]
995
    [% END %]
995
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Catalog &rsaquo; Details for [% biblio.title |html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</title>
2
<title>Koha &rsaquo; Catalog &rsaquo; Details for [% biblio.title %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% IF ( LocalCoverImages == 1 ) %]
4
[% IF ( LocalCoverImages == 1 ) %]
5
<script type="text/JavaScript">
5
<script type="text/JavaScript">
Lines 50-56 img.thumbnail { Link Here
50
[% INCLUDE 'header.inc' %]
50
[% INCLUDE 'header.inc' %]
51
[% INCLUDE 'cat-search.inc' %]
51
[% INCLUDE 'cat-search.inc' %]
52
52
53
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Images for <i>[% biblio.title |html %]  [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i></div>
53
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Images for <i>[% biblio.title %]  [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i></div>
54
54
55
<div id="doc3" class="yui-t1">
55
<div id="doc3" class="yui-t1">
56
56
Lines 61-67 img.thumbnail { Link Here
61
61
62
[% INCLUDE 'cat-toolbar.inc' %]
62
[% INCLUDE 'cat-toolbar.inc' %]
63
63
64
<h3>Images for <i>[% biblio.title |html %]</i></h3>
64
<h3>Images for <i>[% biblio.title %]</i></h3>
65
<h4>[% biblio.author %]</h4>
65
<h4>[% biblio.author %]</h4>
66
66
67
[% IF ( LocalCoverImages == 1 ) %]
67
[% IF ( LocalCoverImages == 1 ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-4 / +4 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% title |html %]</title>
4
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% title %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" href="[% themelang %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
Lines 22-28 $(document).ready(function() { Link Here
22
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'cat-search.inc' %]
23
[% INCLUDE 'cat-search.inc' %]
24
24
25
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Checkout history for <i>[% title |html %]</i></div>
25
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Checkout history for <i>[% title %]</i></div>
26
26
27
<div id="doc3" class="yui-t2">
27
<div id="doc3" class="yui-t2">
28
28
Lines 30-36 $(document).ready(function() { Link Here
30
	<div id="yui-main">
30
	<div id="yui-main">
31
	<div class="yui-b">
31
	<div class="yui-b">
32
32
33
<h1>Checkout history for [% title |html %]</h1>
33
<h1>Checkout history for [% title %]</h1>
34
[% IF ( author ) %]<h3>by [% author %]</h3>[% END %]
34
[% IF ( author ) %]<h3>by [% author %]</h3>[% END %]
35
35
36
<div class="searchresults">
36
<div class="searchresults">
Lines 91-97 $(document).ready(function() { Link Here
91
		</table>
91
		</table>
92
    [% ELSE %]
92
    [% ELSE %]
93
        <div class="dialog message"><p>
93
        <div class="dialog message"><p>
94
        <b>[% title |html %][% IF ( author ) %], by [% author %][% END %]</b> has never been checked out.</p></div>
94
        <b>[% title %][% IF ( author ) %], by [% author %][% END %]</b> has never been checked out.</p></div>
95
95
96
    [% END %]
96
    [% END %]
97
</div>
97
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-4 / +4 lines)
Lines 20-26 Link Here
20
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'cat-search.inc' %]
21
[% INCLUDE 'cat-search.inc' %]
22
22
23
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Item details for <i>[% title |html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield|html %][% END %]</i></div>
23
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; Item details for <i>[% title %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i></div>
24
24
25
<div id="doc3" class="yui-t2">
25
<div id="doc3" class="yui-t2">
26
26
Lines 31-38 Link Here
31
31
32
<div id="catalogue_detail_biblio">
32
<div id="catalogue_detail_biblio">
33
33
34
    <h2>[% title |html %]</h2>
34
    <h2>[% title %]</h2>
35
    [% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl.subfield|html %][% END %]</h4>[% END %]
35
    [% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</h4>[% END %]
36
    [% IF ( author ) %]<h4>by [% author %]</h4>[% END %]
36
    [% IF ( author ) %]<h4>by [% author %]</h4>[% END %]
37
    <ol class="bibliodetails">
37
    <ol class="bibliodetails">
38
        <li><span class="label">Biblionumber:</span> [% biblionumber %]&nbsp;</li>
38
        <li><span class="label">Biblionumber:</span> [% biblionumber %]&nbsp;</li>
Lines 41-47 Link Here
41
        [% END %]
41
        [% END %]
42
        [% IF ( rentalcharge ) %]<li><span class="label">Rental charge:</span>[% rentalcharge %]&nbsp;</li>[% END %]
42
        [% IF ( rentalcharge ) %]<li><span class="label">Rental charge:</span>[% rentalcharge %]&nbsp;</li>[% END %]
43
        <li><span class="label">ISBN:</span> [% isbn %]&nbsp;</li>
43
        <li><span class="label">ISBN:</span> [% isbn %]&nbsp;</li>
44
        <li><span class="label">Publisher:</span>[% place %] [% publishercode |html %] [% publicationyear %]&nbsp;</li>
44
        <li><span class="label">Publisher:</span>[% place %] [% publishercode %] [% publicationyear %]&nbsp;</li>
45
        [% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc %]</li>[% END %]
45
        [% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc %]</li>[% END %]
46
        <li><span class="label">Physical details:</span> [% pages %] [% illus %] [% size %]&nbsp;</li>
46
        <li><span class="label">Physical details:</span> [% pages %] [% illus %] [% size %]&nbsp;</li>
47
        [% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes %]</li>[% END %]
47
        [% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes %]</li>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-13 / +13 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Catalog &rsaquo; [% IF ( searchdesc ) %]Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %][% ELSE %]You did not specify any search criteria[% END %]</title>
3
<title>Koha &rsaquo; Catalog &rsaquo; [% IF ( searchdesc ) %]Results of search [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %][% ELSE %]You did not specify any search criteria[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'browser-strings.inc' %]
5
[% INCLUDE 'browser-strings.inc' %]
6
[% IF BiblioDefaultViewmarc %]
6
[% IF BiblioDefaultViewmarc %]
Lines 108-114 $('#sort_by').change(function() { Link Here
108
                [% SET number_of_private_shelves = 0 %]
108
                [% SET number_of_private_shelves = 0 %]
109
                [% FOREACH s IN add_to_some_private_shelves %]
109
                [% FOREACH s IN add_to_some_private_shelves %]
110
                    [% IF shelfnumber != s.shelfnumber %]
110
                    [% IF shelfnumber != s.shelfnumber %]
111
                        param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname |html %]<\/option>";
111
                        param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname %]<\/option>";
112
                        [% SET number_of_private_shelves = number_of_private_shelves + 1 %]
112
                        [% SET number_of_private_shelves = number_of_private_shelves + 1 %]
113
                        [% IF number_of_private_shelves == 10 %][% LAST %][% END %]
113
                        [% IF number_of_private_shelves == 10 %][% LAST %][% END %]
114
                    [% END %]
114
                    [% END %]
Lines 120-126 $('#sort_by').change(function() { Link Here
120
                [% SET number_of_public_shelves = 0 %]
120
                [% SET number_of_public_shelves = 0 %]
121
                [% FOREACH s IN add_to_some_public_shelves %]
121
                [% FOREACH s IN add_to_some_public_shelves %]
122
                    [% IF shelfnumber != s.shelfnumber %]
122
                    [% IF shelfnumber != s.shelfnumber %]
123
                        param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname |html %]<\/option>";
123
                        param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname %]<\/option>";
124
                        [% SET number_of_public_shelves = number_of_public_shelves + 1 %]
124
                        [% SET number_of_public_shelves = number_of_public_shelves + 1 %]
125
                        [% IF number_of_public_shelves == 10 %][% LAST %][% END %]
125
                        [% IF number_of_public_shelves == 10 %][% LAST %][% END %]
126
                    [% END %]
126
                    [% END %]
Lines 290-296 var holdForPatron = function () { Link Here
290
<div id="breadcrumbs">
290
<div id="breadcrumbs">
291
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
291
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
292
&rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
292
&rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
293
&rsaquo; Search [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]
293
&rsaquo; Search [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %]
294
</div>
294
</div>
295
295
296
<div id="doc3" class="yui-t1">
296
<div id="doc3" class="yui-t1">
Lines 320-329 var holdForPatron = function () { Link Here
320
            <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="sortbyform">
320
            <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="sortbyform">
321
                [% IF ( searchdesc ) %]
321
                [% IF ( searchdesc ) %]
322
                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
322
                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
323
                    <input type="hidden" name="[% QUERY_INPUT.input_name |html %]" value="[% QUERY_INPUT.input_value |html %]"/>
323
                    <input type="hidden" name="[% QUERY_INPUT.input_name %]" value="[% QUERY_INPUT.input_value %]"/>
324
                    [% END %]
324
                    [% END %]
325
                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
325
                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
326
                    <input type="hidden" name="[% LIMIT_INPUT.input_name |html %]" value="[% LIMIT_INPUT.input_value |html %]"/>
326
                    <input type="hidden" name="[% LIMIT_INPUT.input_name %]" value="[% LIMIT_INPUT.input_value %]"/>
327
                    [% END %]
327
                    [% END %]
328
                [% END %]
328
                [% END %]
329
                <!-- RE-SORT START -->
329
                <!-- RE-SORT START -->
Lines 335-341 var holdForPatron = function () { Link Here
335
                <!-- RESORT END -->
335
                <!-- RESORT END -->
336
            </form>
336
            </form>
337
            <h3>
337
            <h3>
338
                [% total %] result(s) found [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc |html %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].<br />&nbsp;
338
                [% total %] result(s) found [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].<br />&nbsp;
339
            </h3>
339
            </h3>
340
            <div id="selection_ops" class="cartlist" style="display:none">
340
            <div id="selection_ops" class="cartlist" style="display:none">
341
                <a href="#" onclick="selectAll(); return false;">Select all</a>
341
                <a href="#" onclick="selectAll(); return false;">Select all</a>
Lines 376-382 var holdForPatron = function () { Link Here
376
            <h3>No results found</h3>
376
            <h3>No results found</h3>
377
        [% IF ( searchdesc ) %]
377
        [% IF ( searchdesc ) %]
378
            <p>
378
            <p>
379
                No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc |html %]'</span>[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].
379
                No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc %]'</span>[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].
380
            </p>
380
            </p>
381
        [% ELSE %]
381
        [% ELSE %]
382
            <p>You did not specify any search criteria.</p>
382
            <p>You did not specify any search criteria.</p>
Lines 442-448 var holdForPatron = function () { Link Here
442
                [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
442
                [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
443
                    [% IF ( loop.odd ) %]<tr>[% ELSE %]<tr class="highlight">[% END %]
443
                    [% IF ( loop.odd ) %]<tr>[% ELSE %]<tr class="highlight">[% END %]
444
                        <td>
444
                        <td>
445
                            <a href="/cgi-bin/koha/catalogue/search.pl?idx=[% SEARCH_RESULT.scan_index_to_use %]&amp;q=[% SEARCH_RESULT.scan_use |url %]&quot;[% SEARCH_RESULT.title %]&quot;">[% SEARCH_RESULT.title |html %]</a>
445
                            <a href="/cgi-bin/koha/catalogue/search.pl?idx=[% SEARCH_RESULT.scan_index_to_use %]&amp;q=[% SEARCH_RESULT.scan_use |url %]&quot;[% SEARCH_RESULT.title %]&quot;">[% SEARCH_RESULT.title %]</a>
446
                        </td>
446
                        </td>
447
                        <td>
447
                        <td>
448
                            [% SEARCH_RESULT.author %]
448
                            [% SEARCH_RESULT.author %]
Lines 457-466 var holdForPatron = function () { Link Here
457
                <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form">
457
                <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form">
458
                [% IF ( searchdesc ) %]
458
                [% IF ( searchdesc ) %]
459
                [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
459
                [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
460
                <input type="hidden" name="[% QUERY_INPUT.input_name |html %]" value="[% QUERY_INPUT.input_value |html %]"/>
460
                <input type="hidden" name="[% QUERY_INPUT.input_name %]" value="[% QUERY_INPUT.input_value %]"/>
461
                [% END %]
461
                [% END %]
462
                [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
462
                [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
463
                <input type="hidden" name="[% LIMIT_INPUT.input_name |html %]" value="[% LIMIT_INPUT.input_value |html %]"/>
463
                <input type="hidden" name="[% LIMIT_INPUT.input_name %]" value="[% LIMIT_INPUT.input_value %]"/>
464
                [% END %]
464
                [% END %]
465
                [% END %]
465
                [% END %]
466
466
Lines 506-512 var holdForPatron = function () { Link Here
506
                                 [% biblionumber = SEARCH_RESULT.biblionumber %]
506
                                 [% biblionumber = SEARCH_RESULT.biblionumber %]
507
507
508
				[% INCLUDE 'biblio-default-view.inc' %]
508
				[% INCLUDE 'biblio-default-view.inc' %]
509
                                            <b>[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %]</b>
509
                                            <b>[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title %][% ELSE %]No title[% END %]</b>
510
                                            </a>
510
                                            </a>
511
                                        [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %]
511
                                        [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %]
512
                                        [% IF ( SEARCH_RESULT.seriestitle ) %][% SEARCH_RESULT.seriestitle %][% END %]
512
                                        [% IF ( SEARCH_RESULT.seriestitle ) %][% SEARCH_RESULT.seriestitle %][% END %]
Lines 692-698 var holdForPatron = function () { Link Here
692
    [% IF ( outer_sup_results_loo.inner_sup_results_loop ) %]
692
    [% IF ( outer_sup_results_loo.inner_sup_results_loop ) %]
693
        [% outer_sup_results_loo.servername %]
693
        [% outer_sup_results_loo.servername %]
694
        [% FOREACH inner_sup_results_loo IN outer_sup_results_loo.inner_sup_results_loop %]
694
        [% FOREACH inner_sup_results_loo IN outer_sup_results_loo.inner_sup_results_loop %]
695
        <div><a href="/cgi-bin/koha/catalogue/search.pl?[% inner_sup_results_loo.query_cgi %][% inner_sup_results_loo.limit_cgi |html %][% inner_sup_results_loo.sort_by %][% inner_sup_results_loo.link %]">[% inner_sup_results_loo.title |html %]</a></div>
695
        <div><a href="/cgi-bin/koha/catalogue/search.pl?[% inner_sup_results_loo.query_cgi %][% inner_sup_results_loo.limit_cgi %][% inner_sup_results_loo.sort_by %][% inner_sup_results_loo.link %]">[% inner_sup_results_loo.title %]</a></div>
696
        [% END %]
696
        [% END %]
697
    [% END %]
697
    [% END %]
698
<!-- </div> -->
698
<!-- </div> -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-4 / +4 lines)
Lines 120-126 function enableCheckboxActions(form){ Link Here
120
                  <tr>
120
                  <tr>
121
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
121
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
122
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
122
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
123
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
123
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
124
                    <td>[% s.total %]</td>
124
                    <td>[% s.total %]</td>
125
                  </tr>
125
                  </tr>
126
                [% END %]
126
                [% END %]
Lines 156-162 function enableCheckboxActions(form){ Link Here
156
                  <tr>
156
                  <tr>
157
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
157
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
158
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
158
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
159
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
159
                    <td><a href="/cgi-bin/koha/catalogue/search.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
160
                    <td>[% s.total %]</td>
160
                    <td>[% s.total %]</td>
161
                  </tr>
161
                  </tr>
162
                [% END %]
162
                [% END %]
Lines 198-204 function enableCheckboxActions(form){ Link Here
198
                  <tr>
198
                  <tr>
199
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
199
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
200
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
200
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
201
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
201
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
202
                    <td>[% s.total %]</td>
202
                    <td>[% s.total %]</td>
203
                  </tr>
203
                  </tr>
204
                [% END %]
204
                [% END %]
Lines 234-240 function enableCheckboxActions(form){ Link Here
234
                  <tr>
234
                  <tr>
235
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
235
                    <td><input type="checkbox" name="id" value="[% s.id %]" /></td>
236
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
236
                    <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
237
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
237
                    <td><a href="/cgi-bin/koha/authorities/authorities-home.pl?[% s.query_cgi %]">[% s.query_desc %]</a></td>
238
                    <td>[% s.total %]</td>
238
                    <td>[% s.total %]</td>
239
                  </tr>
239
                  </tr>
240
                [% END %]
240
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/subject.tt (-1 / +1 lines)
Lines 28-34 Link Here
28
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
28
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
29
	[% IF ( SEARCH_RESULT.even ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
29
	[% IF ( SEARCH_RESULT.even ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
30
		<td>
30
		<td>
31
			<a href="/cgi-bin/koha/search.pl?type=[% IF ( SEARCH_RESULT.opac ) %]opac[% ELSE %]intra[% END %]&amp;subjectitems=[% SEARCH_RESULT.subject2 |html %]">[% SEARCH_RESULT.subject %]</a>
31
			<a href="/cgi-bin/koha/search.pl?type=[% IF ( SEARCH_RESULT.opac ) %]opac[% ELSE %]intra[% END %]&amp;subjectitems=[% SEARCH_RESULT.subject2 %]">[% SEARCH_RESULT.subject %]</a>
32
		</td>
32
		</td>
33
	</tr>
33
	</tr>
34
[% END %]
34
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-4 / +4 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
3
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
6
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
6
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script>
Lines 401-407 function Changefwk(FwkList) { Link Here
401
401
402
[% INCLUDE 'header.inc' %]
402
[% INCLUDE 'header.inc' %]
403
403
404
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; [% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</div>
404
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; [% IF ( biblionumber ) %]Editing <em>[% title %]</em> (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</div>
405
405
406
<div id="doc" class="yui-t7">
406
<div id="doc" class="yui-t7">
407
407
Lines 410-416 function Changefwk(FwkList) { Link Here
410
        <div class="yui-g">
410
        <div class="yui-g">
411
411
412
<h1>
412
<h1>
413
[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])
413
[% IF ( biblionumber ) %]Editing <em>[% title %]</em> (Record number [% biblionumber %])
414
[% ELSE %]Add MARC record [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]
414
[% ELSE %]Add MARC record [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]
415
[% END %]
415
[% END %]
416
</h1>
416
</h1>
Lines 445-451 function Changefwk(FwkList) { Link Here
445
[% IF ( done ) %]
445
[% IF ( done ) %]
446
    <script type="text/javascript">
446
    <script type="text/javascript">
447
        opener.document.forms['f'].biblionumber.value=[% biblionumber %];
447
        opener.document.forms['f'].biblionumber.value=[% biblionumber %];
448
        opener.document.forms['f'].title.value='[% title |html %]';
448
        opener.document.forms['f'].title.value='[% title %]';
449
        window.close();
449
        window.close();
450
    </script>
450
    </script>
451
[% ELSE %]
451
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-2 / +2 lines)
Lines 150-156 Link Here
150
            <td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber %]" name="biblionumber" value="[% resultsloo.biblionumber %]" /></td>
150
            <td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber %]" name="biblionumber" value="[% resultsloo.biblionumber %]" /></td>
151
            <td>
151
            <td>
152
                <p>
152
                <p>
153
                    <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% resultsloo.biblionumber %]">[% resultsloo.title |html %]</a>
153
                    <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% resultsloo.biblionumber %]">[% resultsloo.title %]</a>
154
                [% FOREACH subtitl IN resultsloo.subtitle %][% subtitl.subfield %][% END %]</p>
154
                [% FOREACH subtitl IN resultsloo.subtitle %][% subtitl.subfield %][% END %]</p>
155
                [% IF ( resultsloo.summary ) %]
155
                [% IF ( resultsloo.summary ) %]
156
                    <p>[% resultsloo.summary %]</p>
156
                    <p>[% resultsloo.summary %]</p>
Lines 236-242 Link Here
236
            [% ELSE %]
236
            [% ELSE %]
237
               <tr class="highlight">
237
               <tr class="highlight">
238
            [% END %]
238
            [% END %]
239
                <td>[% breeding_loo.title |html %]
239
                <td>[% breeding_loo.title %]
240
                [% breeding_loo.author %]</td>
240
                [% breeding_loo.author %]</td>
241
                <td>[% breeding_loo.isbn %]</td>
241
                <td>[% breeding_loo.isbn %]</td>
242
                <td>[% breeding_loo.copyrightdate %]</td>
242
                <td>[% breeding_loo.copyrightdate %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-4 / +4 lines)
Lines 1-7 Link Here
1
[% USE ColumnsSettings %]
1
[% USE ColumnsSettings %]
2
2
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
4
<title>Koha &rsaquo; Cataloging &rsaquo; [% title %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
Lines 117-123 function confirm_deletion() { Link Here
117
<div id="breadcrumbs">
117
<div id="breadcrumbs">
118
          <a href="/cgi-bin/koha/mainpage.pl">Home</a>
118
          <a href="/cgi-bin/koha/mainpage.pl">Home</a>
119
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
119
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
120
 &rsaquo; Edit <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber %]">[% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</a>
120
 &rsaquo; Edit <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber %]">[% title %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</a>
121
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a>
121
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a>
122
</div>
122
</div>
123
123
Lines 126-132 function confirm_deletion() { Link Here
126
   <div id="bd">
126
   <div id="bd">
127
	<div id="yui-main">
127
	<div id="yui-main">
128
128
129
<h1>Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1>
129
<h1>Items for [% title %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1>
130
130
131
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %]
131
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %]
132
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %]
132
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %]
Lines 194-200 function confirm_deletion() { Link Here
194
                      </td>
194
                      </td>
195
                    [% END %]
195
                    [% END %]
196
                [% FOREACH item_valu IN item_loo.item_value %]
196
                [% FOREACH item_valu IN item_loo.item_value %]
197
                    <td>[% item_valu.field |html %]</td>
197
                    <td>[% item_valu.field %]</td>
198
                [% END %]
198
                [% END %]
199
                </tr>
199
                </tr>
200
                [% END %]
200
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt (-3 / +3 lines)
Lines 5-11 Link Here
5
<body id="catalog_linkitem" class="catalog">
5
<body id="catalog_linkitem" class="catalog">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Link a host item to <i>[% bibliotitle |html %]</i></div>
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Link a host item to <i>[% bibliotitle %]</i></div>
9
<div id="doc3" class="yui-t2">
9
<div id="doc3" class="yui-t2">
10
10
11
[% IF ( error ) %]
11
[% IF ( error ) %]
Lines 20-26 Link Here
20
    </form>
20
    </form>
21
[% ELSE %]
21
[% ELSE %]
22
    [% IF ( success ) %]
22
    [% IF ( success ) %]
23
	<div class="dialog">The item has successfully been linked to <i>[% bibliotitle |html %]</i>.</div>    
23
	<div class="dialog">The item has successfully been linked to <i>[% bibliotitle %]</i>.</div>    
24
	<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
24
	<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post">
25
	    <input type="submit" value="OK" />
25
	    <input type="submit" value="OK" />
26
	    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
26
	    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
Lines 40-46 Link Here
40
40
41
    	    [% IF ( missingbarcode ) %]
41
    	    [% IF ( missingbarcode ) %]
42
	    <fieldset id="barcode_fieldset">
42
	    <fieldset id="barcode_fieldset">
43
		<label for="barcode_fieldset">Select the host item to link[% IF ( bibliotitle ) %] to <i>[% bibliotitle |html %]</i>[% END %]</label>
43
		<label for="barcode_fieldset">Select the host item to link[% IF ( bibliotitle ) %] to <i>[% bibliotitle %]</i>[% END %]</label>
44
		    <div class="hint">Enter item barcode:</div>
44
		    <div class="hint">Enter item barcode:</div>
45
		    <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> 
45
		    <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> 
46
	    </fieldset>
46
	    </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-4 / +4 lines)
Lines 1-11 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Attach an item to [% bibliotitle |html %]</title>
2
<title>Attach an item to [% bibliotitle %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="catalog_moveitem" class="catalog">
5
<body id="catalog_moveitem" class="catalog">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
7
[% INCLUDE 'cat-search.inc' %]
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Attach an item to <i>[% bibliotitle |html %][% IF ( itemsloo.subtitle ) %][% itemsloo.subtitle %][% END %]</i></div>
8
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>  &rsaquo; Attach an item to <i>[% bibliotitle %][% IF ( itemsloo.subtitle ) %][% itemsloo.subtitle %][% END %]</i></div>
9
<div id="doc" class="yui-t7">
9
<div id="doc" class="yui-t7">
10
10
11
[% BLOCK actions %]
11
[% BLOCK actions %]
Lines 52-58 Link Here
52
52
53
	[% ELSE %]
53
	[% ELSE %]
54
	    [% IF ( success ) %]
54
	    [% IF ( success ) %]
55
			<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle |html %]</i></a>.
55
			<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle %]</i></a>.
56
			<p>
56
			<p>
57
			[% INCLUDE actions %]
57
			[% INCLUDE actions %]
58
		                <input type="submit" class="approve" value="OK" />
58
		                <input type="submit" class="approve" value="OK" />
Lines 79-85 Link Here
79
	    [% END %]
79
	    [% END %]
80
80
81
		[% IF ( missingbarcode ) %]
81
		[% IF ( missingbarcode ) %]
82
		<h3>Attach an item[% IF ( bibliotitle ) %] to <i>[% bibliotitle |html %]</i>[% END %]</h3>
82
		<h3>Attach an item[% IF ( bibliotitle ) %] to <i>[% bibliotitle %]</i>[% END %]</h3>
83
	    <fieldset id="barcode_fieldset">
83
	    <fieldset id="barcode_fieldset">
84
		<label for="barcode">Enter the barcode of the item to attach:</label>
84
		<label for="barcode">Enter the barcode of the item to attach:</label>
85
		    <p class="hint">The item you select will be moved to the target record.</p>
85
		    <p class="hint">The item you select will be moved to the target record.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/macles.tt (-7 / +7 lines)
Lines 43-59 Link Here
43
                <tr>
43
                <tr>
44
                <th>Espace\Temps</th>
44
                <th>Espace\Temps</th>
45
                [% FOREACH col_hd IN BIGLOO.col_hdr %]
45
                [% FOREACH col_hd IN BIGLOO.col_hdr %]
46
                    <th scope="col" id="[% col_hd.colvalue %]">  [% col_hd.collib |html %] <br /><input type="checkbox" name="[% col_hd.colvalue %]" onclick="check_col('[% col_hd.colvalue %]')" />
46
                    <th scope="col" id="[% col_hd.colvalue %]">  [% col_hd.collib %] <br /><input type="checkbox" name="[% col_hd.colvalue %]" onclick="check_col('[% col_hd.colvalue %]')" />
47
                    </th>
47
                    </th>
48
                [% END %]
48
                [% END %]
49
                </tr>
49
                </tr>
50
                [% FOREACH line IN BIGLOO.lines %]
50
                [% FOREACH line IN BIGLOO.lines %]
51
                <tr>
51
                <tr>
52
                    <th scope="row" id="[% line.rowvalue %]">  [% line.rowlib |html %] <br /><input type="checkbox" name="[% line.rowvalue %]" onclick="check_row('[% line.rowvalue %]')" />
52
                    <th scope="row" id="[% line.rowvalue %]">  [% line.rowlib %] <br /><input type="checkbox" name="[% line.rowvalue %]" onclick="check_row('[% line.rowvalue %]')" />
53
                    </th>
53
                    </th>
54
                    [% FOREACH cell IN line.cells %]
54
                    [% FOREACH cell IN line.cells %]
55
                    <td headers="[% cell.rowvalue %] [% cell.colvalue %]">
55
                    <td headers="[% cell.rowvalue %] [% cell.colvalue %]">
56
                    <span title="[% FOREACH lib IN cell.libs %][% lib.lib |html %] - [% END %]">
56
                    <span title="[% FOREACH lib IN cell.libs %][% lib.lib %] - [% END %]">
57
                    [% cell.celvalue %] <br /><input type="checkbox" name="[% cell.celvalue %]" value="[% cell.celvalue %]" />
57
                    [% cell.celvalue %] <br /><input type="checkbox" name="[% cell.celvalue %]" value="[% cell.celvalue %]" />
58
                    </span>
58
                    </span>
59
                    </td>
59
                    </td>
Lines 67-83 Link Here
67
            [% FOREACH List IN BIGLOO.Lists %]
67
            [% FOREACH List IN BIGLOO.Lists %]
68
                <h3>[% List.lib %]</h3>
68
                <h3>[% List.lib %]</h3>
69
                [% FOREACH liblis IN List.liblist %]
69
                [% FOREACH liblis IN List.liblist %]
70
                <a href="#[% liblis.listvalue %]" onclick="check_multiple([% liblis.listvalue %])"> [% liblis.listlib |html %]</a><br />
70
                <a href="#[% liblis.listvalue %]" onclick="check_multiple([% liblis.listvalue %])"> [% liblis.listlib %]</a><br />
71
                [% END %]
71
                [% END %]
72
            [% END %]
72
            [% END %]
73
            [% END %]
73
            [% END %]
74
            [% UNLESS ( BIGLOO.Table ) %]
74
            [% UNLESS ( BIGLOO.Table ) %]
75
            <!-- Listes simples :Onglets 0 et 9-->
75
            <!-- Listes simples :Onglets 0 et 9-->
76
            [% FOREACH line IN BIGLOO.lines %]
76
            [% FOREACH line IN BIGLOO.lines %]
77
                <h3>[% line.rowvalue |html %]&nbsp;-&nbsp;[% line.rowlib |html %]&nbsp;<input type="checkbox" name="[% line.rowvalue %]" onclick="check_row('[% line.rowvalue %]')" /></h3>
77
                <h3>[% line.rowvalue %]&nbsp;-&nbsp;[% line.rowlib %]&nbsp;<input type="checkbox" name="[% line.rowvalue %]" onclick="check_row('[% line.rowvalue %]')" /></h3>
78
                [% FOREACH cell IN line.cells %]
78
                [% FOREACH cell IN line.cells %]
79
                <p>[% cell.celvalue |html %]&nbsp;-&nbsp;[% FOREACH lib IN cell.libs %]
79
                <p>[% cell.celvalue %]&nbsp;-&nbsp;[% FOREACH lib IN cell.libs %]
80
                        [% lib.lib |html %] &nbsp;
80
                        [% lib.lib %] &nbsp;
81
                    [% END %]
81
                    [% END %]
82
                    <input type="checkbox" name="[% cell.celvalue %]" value="[% cell.celvalue %]" />
82
                    <input type="checkbox" name="[% cell.celvalue %]" value="[% cell.celvalue %]" />
83
                </p>
83
                </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-2 / +2 lines)
Lines 171-179 Link Here
171
                                    [% IF ( resul.even ) %]<td class="hilighted">
171
                                    [% IF ( resul.even ) %]<td class="hilighted">
172
                                    [% ELSE %]<td>[% END %]
172
                                    [% ELSE %]<td>[% END %]
173
                                                            [% IF ( resul.MARC_ON ) %]
173
                                                            [% IF ( resul.MARC_ON ) %]
174
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>
174
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>
175
                                                            [% ELSE %]
175
                                                            [% ELSE %]
176
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>				[% END %]
176
                                                                    <a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>				[% END %]
177
                                                    <p>[% resul.author %]
177
                                                    <p>[% resul.author %]
178
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
178
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
179
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
179
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt (-12 / +12 lines)
Lines 130-138 Link Here
130
                <option value="">All item types</option>
130
                <option value="">All item types</option>
131
				[% FOREACH itypeloo IN itypeloop %]
131
				[% FOREACH itypeloo IN itypeloop %]
132
				[% IF ( itypeloo.selected ) %]
132
				[% IF ( itypeloo.selected ) %]
133
                <option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description |html %]</option>
133
                <option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description %]</option>
134
				[% ELSE %]
134
				[% ELSE %]
135
                <option value="[% itypeloo.itemtype %]">[% itypeloo.description |html %]</option>
135
                <option value="[% itypeloo.itemtype %]">[% itypeloo.description %]</option>
136
				[% END %]
136
				[% END %]
137
				[% END %]
137
				[% END %]
138
				</select>
138
				</select>
Lines 176-199 Link Here
176
                                    [% IF ( resul.even ) %]<td class="hilighted">
176
                                    [% IF ( resul.even ) %]<td class="hilighted">
177
                                    [% ELSE %]<td>[% END %]
177
                                    [% ELSE %]<td>[% END %]
178
                                                            [% IF ( resul.MARC_ON ) %]
178
                                                            [% IF ( resul.MARC_ON ) %]
179
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>
179
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>
180
                                                            [% ELSE %]
180
                                                            [% ELSE %]
181
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.fulltitle |html %]</a>[% END %]
181
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.fulltitle %]</a>[% END %]
182
                                                    <p>[% resul.author |html %]
182
                                                    <p>[% resul.author %]
183
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode |html %][% END %]
183
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
184
                                                    [% IF ( resul.place ) %] ; [% resul.place |html %][% END %]
184
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
185
                                                    [% IF ( resul.pages ) %] - [% resul.pages |html %][% END %]
185
                                                    [% IF ( resul.pages ) %] - [% resul.pages %][% END %]
186
                                                    [% IF ( resul.notes ) %] : [% resul.notes |html %][% END %]
186
                                                    [% IF ( resul.notes ) %] : [% resul.notes %][% END %]
187
                                                    [% IF ( resul.item('size') ) %] ; [% resul.item('size') |html %][% END %]
187
                                                    [% IF ( resul.item('size') ) %] ; [% resul.item('size') %][% END %]
188
                                            </p>
188
                                            </p>
189
					</td>
189
					</td>
190
                    [% IF ( resul.even ) %]<td align="center" class="hilighted">
190
                    [% IF ( resul.even ) %]<td align="center" class="hilighted">
191
                    [% ELSE %]<td align="center">[% END %]
191
                    [% ELSE %]<td align="center">[% END %]
192
                        [% resul.totitem |html %]
192
                        [% resul.totitem %]
193
					</td>
193
					</td>
194
                    [% IF ( resul.even ) %]<td class="hilighted">
194
                    [% IF ( resul.even ) %]<td class="hilighted">
195
                    [% ELSE %]<td>[% END %]
195
                    [% ELSE %]<td>[% END %]
196
                        [% resul.CN |html %]
196
                        [% resul.CN %]
197
					</td>
197
					</td>
198
					<td>
198
					<td>
199
                      [% IF ( resul.biblionumber ) %]
199
                      [% IF ( resul.biblionumber ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt (-3 / +3 lines)
Lines 33-39 Link Here
33
                        <option value="start">starts with</option>
33
                        <option value="start">starts with</option>
34
                        <option value="is">is exactly</option>
34
                        <option value="is">is exactly</option>
35
                    </select>
35
                    </select>
36
                    <input type="text" name="value_mainstr" value="[% value_mainstr |html %]" />
36
                    <input type="text" name="value_mainstr" value="[% value_mainstr %]" />
37
                </li>
37
                </li>
38
                <li>
38
                <li>
39
                    <label for="mainentry">Main entry</label>
39
                    <label for="mainentry">Main entry</label>
Lines 45-51 Link Here
45
                        <option value="start">starts with</option>
45
                        <option value="start">starts with</option>
46
                        <option value="is">is exactly</option>
46
                        <option value="is">is exactly</option>
47
                    </select>
47
                    </select>
48
                    <input type="text" name="value_main" value="[% value_main |html %]" />
48
                    <input type="text" name="value_main" value="[% value_main %]" />
49
                </li>
49
                </li>
50
                <li>
50
                <li>
51
                    <label for="marclist">Anywhere</label>
51
                    <label for="marclist">Anywhere</label>
Lines 57-63 Link Here
57
                        <option value="start">starts with</option>
57
                        <option value="start">starts with</option>
58
                        <option value="is">is exactly</option>
58
                        <option value="is">is exactly</option>
59
                    </select>
59
                    </select>
60
                    <input type="text" name="value_any" value="[% value_any |html %]" />
60
                    <input type="text" name="value_any" value="[% value_any %]" />
61
                </li>
61
                </li>
62
                <li>
62
                <li>
63
                    <label for="orderby">Sort by </label>
63
                    <label for="orderby">Sort by </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-5 / +5 lines)
Lines 126-134 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
126
                    <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
126
                    <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
127
                    <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="" /></li>
127
                    <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="" /></li>
128
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
128
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
129
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
129
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal %]" /></li>
130
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
130
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp %]" /></li>
131
                    <li><label for="authormeetingcon">Author (meeting/conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
131
                    <li><label for="authormeetingcon">Author (meeting/conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon %]" /></li>
132
                </ol>
132
                </ol>
133
                </fieldset>
133
                </fieldset>
134
            </div>
134
            </div>
Lines 137-144 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
137
                <ol>
137
                <ol>
138
                    <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
138
                    <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
139
                    <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
139
                    <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
140
                    <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
140
                    <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title %]" /></li>
141
                    <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
141
                    <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle %]" /></li>
142
                </ol>
142
                </ol>
143
                <p><a id="resetZ3950Search" href="#">Clear search form</a></p>
143
                <p><a id="resetZ3950Search" href="#">Clear search form</a></p>
144
                </fieldset>
144
                </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +2 lines)
Lines 127-133 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
127
        <ol>
127
        <ol>
128
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
128
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
129
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
129
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
130
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
130
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title %]" /></li>
131
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
131
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
132
        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
132
        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
133
        <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
133
        <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
Lines 207-213 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
207
207
208
	    <tr id="row[% breeding_loo.breedingid %]">
208
	    <tr id="row[% breeding_loo.breedingid %]">
209
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Preview card</a> <a href="#" onclick="Import([% breeding_loo.breedingid %],[% breeding_loo.biblionumber %]); return false">Import</a><a href="#" onclick="closemenu();return false;" title="Close this menu"> X </a></div> </td>
209
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" class="previewData">Preview card</a> <a href="#" onclick="Import([% breeding_loo.breedingid %],[% breeding_loo.biblionumber %]); return false">Import</a><a href="#" onclick="closemenu();return false;" title="Close this menu"> X </a></div> </td>
210
            <td>[% breeding_loo.title |html %]</td>
210
            <td>[% breeding_loo.title %]</td>
211
            <td>[% breeding_loo.author %]</td>
211
            <td>[% breeding_loo.author %]</td>
212
            <td>[% breeding_loo.date %]</td>
212
            <td>[% breeding_loo.date %]</td>
213
            <td>[% breeding_loo.edition %]</td>
213
            <td>[% breeding_loo.edition %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-3 / +3 lines)
Lines 1-6 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Circulation &rsaquo; Circulation statistics for [% title |html %]</title>
3
<title>Koha &rsaquo; Circulation &rsaquo; Circulation statistics for [% title %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript">
5
<script type="text/javascript">
6
$(document).ready(function(){
6
$(document).ready(function(){
Lines 13-19 $(document).ready(function(){ Link Here
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'circ-search.inc' %]
14
[% INCLUDE 'circ-search.inc' %]
15
15
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Circulation statistics for [% title |html %]</div>
16
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Circulation statistics for [% title %]</div>
17
17
18
<div id="doc3" class="yui-t2">
18
<div id="doc3" class="yui-t2">
19
   
19
   
Lines 22-28 $(document).ready(function(){ Link Here
22
	<div class="yui-b">
22
	<div class="yui-b">
23
23
24
<h2>
24
<h2>
25
[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
25
[% title %] [% IF ( author ) %] by [% author %][% END %]</h2>
26
<h3>Barcode [% barcode %]</h3>
26
<h3>Barcode [% barcode %]</h3>
27
<table>
27
<table>
28
        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
28
        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-4 / +4 lines)
Lines 43-49 Link Here
43
                        [% overduesloo.date_due %]
43
                        [% overduesloo.date_due %]
44
                    </td>
44
                    </td>
45
                    <td>
45
                    <td>
46
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = overduesloo.biblionumber %][% overduesloo.title |html %] [% IF ( overduesloo.subtitle ) %][% overduesloo.subtitle %][% END %]</a> [% IF ( overduesloo.author ) %] by [% overduesloo.author %][% END %]
46
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = overduesloo.biblionumber %][% overduesloo.title %] [% IF ( overduesloo.subtitle ) %][% overduesloo.subtitle %][% END %]</a> [% IF ( overduesloo.author ) %] by [% overduesloo.author %][% END %]
47
47
48
                            <br />Barcode : [% overduesloo.barcode %]
48
                            <br />Barcode : [% overduesloo.barcode %]
49
                    </td>
49
                    </td>
Lines 51-57 Link Here
51
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overduesloo.borrowernumber %]">[% overduesloo.borrowersurname %], [% overduesloo.borrowerfirstname %]</a>
51
                        <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overduesloo.borrowernumber %]">[% overduesloo.borrowersurname %], [% overduesloo.borrowerfirstname %]</a>
52
                        <br />[% overduesloo.cardnumber %]
52
                        <br />[% overduesloo.cardnumber %]
53
                        <br />[% overduesloo.borrowerphone %]<br />
53
                        <br />[% overduesloo.borrowerphone %]<br />
54
                    [% IF ( overduesloo.borroweremail ) %]<a href="mailto:[% overduesloo.borroweremail %]?subject=Overdue: [% overduesloo.title |html %]">
54
                    [% IF ( overduesloo.borroweremail ) %]<a href="mailto:[% overduesloo.borroweremail %]?subject=Overdue: [% overduesloo.title %]">
55
                    [% overduesloo.borroweremail %]</a>[% END %]
55
                    [% overduesloo.borroweremail %]</a>[% END %]
56
                    </td>
56
                    </td>
57
                    <td>[% overduesloo.homebranch %] [% overduesloo.itemcallnumber %]
57
                    <td>[% overduesloo.homebranch %] [% overduesloo.itemcallnumber %]
Lines 119-125 Link Here
119
                        </td>
119
                        </td>
120
                        <td>
120
                        <td>
121
                            <p>
121
                            <p>
122
                                <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% todayoverduesloo.biblionumber %]">[% todayoverduesloo.title |html %]</a>
122
                                <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% todayoverduesloo.biblionumber %]">[% todayoverduesloo.title %]</a>
123
                                &nbsp; (<b>[% todayoverduesloo.description %]</b>)
123
                                &nbsp; (<b>[% todayoverduesloo.description %]</b>)
124
                                <br />Barcode : [% todayoverduesloo.barcode %]
124
                                <br />Barcode : [% todayoverduesloo.barcode %]
125
                            </p>
125
                            </p>
Lines 128-134 Link Here
128
                            <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% todayoverduesloo.borrowernumber %]">[% todayoverduesloo.borrowersurname %] &nbsp; [% todayoverduesloo.borrowerfirstname %]</a>
128
                            <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% todayoverduesloo.borrowernumber %]">[% todayoverduesloo.borrowersurname %] &nbsp; [% todayoverduesloo.borrowerfirstname %]</a>
129
                            <br />[% todayoverduesloo.cardnumber %]<br />
129
                            <br />[% todayoverduesloo.cardnumber %]<br />
130
                            <br />[% todayoverduesloo.borrowerphone %]<br />
130
                            <br />[% todayoverduesloo.borrowerphone %]<br />
131
                        [% IF ( todayoverduesloo.borroweremail ) %]<a href="mailto:[% todayoverduesloo.borroweremail %]?subject=Overdue: [% todayoverduesloo.title |html %]">
131
                        [% IF ( todayoverduesloo.borroweremail ) %]<a href="mailto:[% todayoverduesloo.borroweremail %]?subject=Overdue: [% todayoverduesloo.title %]">
132
                        [% todayoverduesloo.borroweremail %]</a>[% END %]
132
                        [% todayoverduesloo.borroweremail %]</a>[% END %]
133
                            </p>
133
                            </p>
134
                        </td>
134
                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 187-193 Link Here
187
            </tr>
187
            </tr>
188
            [% FOREACH trsfitemloo IN trsfitemloop %]
188
            [% FOREACH trsfitemloo IN trsfitemloop %]
189
                <tr>
189
                <tr>
190
                    <td class="tf-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% trsfitemloo.biblionumber %]">[% trsfitemloo.title |html %]</a></td>
190
                    <td class="tf-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% trsfitemloo.biblionumber %]">[% trsfitemloo.title %]</a></td>
191
                    <td class="tf-author">[% trsfitemloo.author %]</td>
191
                    <td class="tf-author">[% trsfitemloo.author %]</td>
192
                    <td class="tf-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.biblionumber %]&amp;itemnumber=[% trsfitemloo.itemnumber %]#item[% trsfitemloo.itemnumber %]">[% trsfitemloo.barcode %]</a></td>
192
                    <td class="tf-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.biblionumber %]&amp;itemnumber=[% trsfitemloo.itemnumber %]#item[% trsfitemloo.itemnumber %]">[% trsfitemloo.barcode %]</a></td>
193
                    <td class="tf-location">[% trsfitemloo.location %]</td>
193
                    <td class="tf-location">[% trsfitemloo.location %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-5 / +5 lines)
Lines 348-354 $(document).ready(function() { Link Here
348
</p>
348
</p>
349
[% END %]
349
[% END %]
350
350
351
    <input type="hidden" name="barcode" value="[% barcode |html %]" />
351
    <input type="hidden" name="barcode" value="[% barcode %]" />
352
    <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
352
    <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
353
    <input type="hidden" name="issueconfirmed" value="1" />
353
    <input type="hidden" name="issueconfirmed" value="1" />
354
    [% IF ( DEBT ) %]<input type="hidden" name="debt_confirmed" value="1" />[% END %]
354
    [% IF ( DEBT ) %]<input type="hidden" name="debt_confirmed" value="1" />[% END %]
Lines 431-437 $(document).ready(function() { Link Here
431
        [% END %]
431
        [% END %]
432
432
433
        [% IF ( UNKNOWN_BARCODE ) %]
433
        [% IF ( UNKNOWN_BARCODE ) %]
434
            <li>The barcode was not found [% barcode |html %]
434
            <li>The barcode was not found [% barcode %]
435
	    [% IF ( fast_cataloging ) %]
435
	    [% IF ( fast_cataloging ) %]
436
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
436
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
437
            <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&amp;barcode=[% barcode |uri %]&amp;circborrowernumber=[% borrowernumber %]&amp;branch=[% branch %]&amp;duedatespec=[% duedatespec %]&amp;stickyduedate=[% stickyduedate %]">Fast cataloging</a>
437
            <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&amp;barcode=[% barcode |uri %]&amp;circborrowernumber=[% borrowernumber %]&amp;branch=[% branch %]&amp;duedatespec=[% duedatespec %]&amp;stickyduedate=[% stickyduedate %]">Fast cataloging</a>
Lines 812-827 No patron matched <span class="ex">[% message %]</span> Link Here
812
                    [% FOREACH w IN WaitingHolds %]
812
                    [% FOREACH w IN WaitingHolds %]
813
                        <ul>
813
                        <ul>
814
                            <li>
814
                            <li>
815
                                <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber %]">[% w.biblio.title | html %]</a>
815
                                <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber %]">[% w.biblio.title %]</a>
816
                                ([% ItemTypes.GetDescription( w.item.effective_itemtype ) %]),
816
                                ([% ItemTypes.GetDescription( w.item.effective_itemtype ) %]),
817
                                [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %]
817
                                [% IF ( w.biblio.author ) %] by [% w.biblio.author %] [% END %]
818
                                [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber %]] [% END %]
818
                                [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber %]] [% END %]
819
                                Hold placed on [% w.reservedate | $KohaDates %].
819
                                Hold placed on [% w.reservedate | $KohaDates %].
820
820
821
                                <br/>
821
                                <br/>
822
                                [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]
822
                                [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]
823
                                    [% SET waiting_expires_on = w.waiting_expires_on %]
823
                                    [% SET waiting_expires_on = w.waiting_expires_on %]
824
                                    Waiting at [% w.branch.branchname | html %] [% IF waiting_expires_on %] until [% waiting_expires_on | $KohaDates %] [% END %]
824
                                    Waiting at [% w.branch.branchname %] [% IF waiting_expires_on %] until [% waiting_expires_on | $KohaDates %] [% END %]
825
                                </strong>
825
                                </strong>
826
                            </li>
826
                            </li>
827
                        </ul>
827
                        </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 / +1 lines)
Lines 61-67 $(document).ready(function(){ Link Here
61
                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.borrowernumber %]">[%item.firstname %] [% item.surname %]</a>
61
                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.borrowernumber %]">[%item.firstname %] [% item.surname %]</a>
62
                  </td>
62
                  </td>
63
                  <td>
63
                  <td>
64
                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber %]"><strong>[% item.title |html %]</strong></a>[% IF ( item.author ) %], by [% item.author %][% END %][% IF ( item.itemnotes ) %]- <span class="circ-hlt">[% item.itemnotes %]</span>[% END %]
64
                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber %]"><strong>[% item.title %]</strong></a>[% IF ( item.author ) %], by [% item.author %][% END %][% IF ( item.itemnotes ) %]- <span class="circ-hlt">[% item.itemnotes %]</span>[% END %]
65
                  </td>
65
                  </td>
66
                  <td>[% item.itemcallnumber %]</td>
66
                  <td>[% item.itemcallnumber %]</td>
67
                  <td>
67
                  <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-19 / +19 lines)
Lines 90-101 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
90
90
91
<p>
91
<p>
92
    [% IF ( isfiltered ) %]
92
    [% IF ( isfiltered ) %]
93
      <a href="overdue.pl?op=csv&amp;[% csv_param_string |html %]">Download file of displayed overdues</a>
93
      <a href="overdue.pl?op=csv&amp;[% csv_param_string %]">Download file of displayed overdues</a>
94
    [% ELSE %]
94
    [% ELSE %]
95
      <a href="overdue.pl?op=csv">Download file of all overdues</a>
95
      <a href="overdue.pl?op=csv">Download file of all overdues</a>
96
    [% END %]
96
    [% END %]
97
</p>
97
</p>
98
<div class="sql"><pre>[% sql |html %]</pre></div>
98
<div class="sql"><pre>[% sql %]</pre></div>
99
<div class="searchresults">
99
<div class="searchresults">
100
<table id="overduest">
100
<table id="overduest">
101
<thead><tr>
101
<thead><tr>
Lines 114-123 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
114
    <tr>
114
    <tr>
115
        <td>[% overdueloo.duedate %]</td>
115
        <td>[% overdueloo.duedate %]</td>
116
        <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overdueloo.borrowernumber %]">[% overdueloo.surname %][% IF (overdueloo.firstname) %], [% overdueloo.firstname %][% END %] ([% overdueloo.cardnumber %])</a>
116
        <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overdueloo.borrowernumber %]">[% overdueloo.surname %][% IF (overdueloo.firstname) %], [% overdueloo.firstname %][% END %] ([% overdueloo.cardnumber %])</a>
117
        [% IF ( overdueloo.email ) %][<a href="mailto:[% overdueloo.email %]?subject=[% INCLUDE subject %] [% overdueloo.title |html %]">email</a>][% END %]
117
        [% IF ( overdueloo.email ) %][<a href="mailto:[% overdueloo.email %]?subject=[% INCLUDE subject %] [% overdueloo.title %]">email</a>][% END %]
118
        [% IF ( overdueloo.phone ) %]([% overdueloo.phone %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro %])[% END %]</td>
118
        [% IF ( overdueloo.phone ) %]([% overdueloo.phone %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro %])[% END %]</td>
119
        <td>[% IF overdueloo.branchcode %][% Branches.GetName( overdueloo.branchcode ) %][% END %]</td>
119
        <td>[% IF overdueloo.branchcode %][% Branches.GetName( overdueloo.branchcode ) %][% END %]</td>
120
        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overdueloo.biblionumber %][% overdueloo.title |html %]  [% overdueloo.subtitle %]</a> [% IF ( overdueloo.author ) %], by [% overdueloo.author %][% END %][% IF ( overdueloo.enumchron ) %], [% overdueloo.enumchron %][% END %]
120
        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overdueloo.biblionumber %][% overdueloo.title %]  [% overdueloo.subtitle %]</a> [% IF ( overdueloo.author ) %], by [% overdueloo.author %][% END %][% IF ( overdueloo.enumchron ) %], [% overdueloo.enumchron %][% END %]
121
        </td>
121
        </td>
122
		<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% overdueloo.biblionumber %]&amp;itemnumber=[% overdueloo.itemnum %]#item[% overdueloo.itemnum %]">[% overdueloo.barcode %]</a></td>
122
		<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% overdueloo.biblionumber %]&amp;itemnumber=[% overdueloo.itemnum %]#item[% overdueloo.itemnum %]">[% overdueloo.barcode %]</a></td>
123
		<td>[% overdueloo.itemcallnumber %]</td>
123
		<td>[% overdueloo.itemcallnumber %]</td>
Lines 146-155 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
146
    </li>
146
    </li>
147
    </ol></fieldset>
147
    </ol></fieldset>
148
    <ol>
148
    <ol>
149
    <li><label>Name or cardnumber:</label><input type="text" name="borname" value="[% borname |html %]" /></li>
149
    <li><label>Name or cardnumber:</label><input type="text" name="borname" value="[% borname %]" /></li>
150
    <li><label>Patron category:</label><select name="borcat" id="borcat"><option value="">Any</option>
150
    <li><label>Patron category:</label><select name="borcat" id="borcat"><option value="">Any</option>
151
      [% FOREACH borcatloo IN borcatloop %]
151
      [% FOREACH borcatloo IN borcatloop %]
152
        [% IF ( borcatloo.selected ) %]<option value="[% borcatloo.value |html %]" selected="selected">[% borcatloo.catname %]</option>[% ELSE %]<option value="[% borcatloo.value |html %]">[% borcatloo.catname %]</option>[% END %]
152
        [% IF ( borcatloo.selected ) %]<option value="[% borcatloo.value %]" selected="selected">[% borcatloo.catname %]</option>[% ELSE %]<option value="[% borcatloo.value %]">[% borcatloo.catname %]</option>[% END %]
153
      [% END %]
153
      [% END %]
154
      </select>
154
      </select>
155
    </li>
155
    </li>
Lines 169-182 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
169
		<li>
169
		<li>
170
			<label>[% patron_attr_filter_loo.description %]:</label>
170
			<label>[% patron_attr_filter_loo.description %]:</label>
171
            [% IF ( patron_attr_filter_loo.authorised_value_category ) %]
171
            [% IF ( patron_attr_filter_loo.authorised_value_category ) %]
172
                <script type="text/javascript" x-code="[% patron_attr_filter_loo.code |html %]">create_auto_completion_responder([% patron_attr_filter_loo.domid %],"[% patron_attr_filter_loo.code |html %]");</script>
172
                <script type="text/javascript" x-code="[% patron_attr_filter_loo.code %]">create_auto_completion_responder([% patron_attr_filter_loo.domid %],"[% patron_attr_filter_loo.code %]");</script>
173
				<span id="pattrodue-getready-[% patron_attr_filter_loo.domid %]">
173
				<span id="pattrodue-getready-[% patron_attr_filter_loo.domid %]">
174
						<div class="pattrodue-autocomplete">
174
						<div class="pattrodue-autocomplete">
175
							<input autocomplete="off" id="pattrodue-input-[% patron_attr_filter_loo.domid %]" name="patron_attr_filter_[% patron_attr_filter_loo.code |html %]" value="[% patron_attr_filter_loo.cgivalue |html %]"  class="pattrodue-input" type="text" />
175
							<input autocomplete="off" id="pattrodue-input-[% patron_attr_filter_loo.domid %]" name="patron_attr_filter_[% patron_attr_filter_loo.code %]" value="[% patron_attr_filter_loo.cgivalue %]"  class="pattrodue-input" type="text" />
176
						</div>
176
						</div>
177
				</span>
177
				</span>
178
			[% ELSE %]
178
			[% ELSE %]
179
				<input type="text" name="patron_attr_filter_[% patron_attr_filter_loo.code |html %]" value="[% patron_attr_filter_loo.cgivalue |html %]"/>
179
				<input type="text" name="patron_attr_filter_[% patron_attr_filter_loo.code %]" value="[% patron_attr_filter_loo.cgivalue %]"/>
180
			[% END %]
180
			[% END %]
181
			[% IF ( patron_attr_filter_loo.repeatable ) %]
181
			[% IF ( patron_attr_filter_loo.repeatable ) %]
182
                <a href="#" onclick="clone_parent(this); return false;">Add</a>
182
                <a href="#" onclick="clone_parent(this); return false;">Add</a>
Lines 193-200 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
193
193
194
    <li><label>Item type:</label><select name="itemtype" id="itemtype"><option value="">Any</option>
194
    <li><label>Item type:</label><select name="itemtype" id="itemtype"><option value="">Any</option>
195
      [% FOREACH itemtypeloo IN itemtypeloop %][% IF ( itemtypeloo.selected ) %]
195
      [% FOREACH itemtypeloo IN itemtypeloop %][% IF ( itemtypeloo.selected ) %]
196
        <option value="[% itemtypeloo.value |html %]" selected="selected">[% itemtypeloo.itemtypename %]</option>[% ELSE %]
196
        <option value="[% itemtypeloo.value %]" selected="selected">[% itemtypeloo.itemtypename %]</option>[% ELSE %]
197
        <option value="[% itemtypeloo.value |html %]">[% itemtypeloo.itemtypename %]</option>[% END %]
197
        <option value="[% itemtypeloo.value %]">[% itemtypeloo.itemtypename %]</option>[% END %]
198
      [% END %]
198
      [% END %]
199
      </select>
199
      </select>
200
    </li>
200
    </li>
Lines 204-211 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
204
        <select name="homebranch" id="homebranch">
204
        <select name="homebranch" id="homebranch">
205
            <option value="">Any</option>
205
            <option value="">Any</option>
206
            [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %]
206
            [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %]
207
            <option value="[% homebranchloo.value |html %]" selected="selected">[% homebranchloo.branchname %]</option>[% ELSE %]
207
            <option value="[% homebranchloo.value %]" selected="selected">[% homebranchloo.branchname %]</option>[% ELSE %]
208
            <option value="[% homebranchloo.value |html %]">[% homebranchloo.branchname %]</option>[% END %]
208
            <option value="[% homebranchloo.value %]">[% homebranchloo.branchname %]</option>[% END %]
209
            [% END %]
209
            [% END %]
210
        </select>
210
        </select>
211
    </li>
211
    </li>
Lines 215-222 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
215
            <select name="holdingbranch" id="holdingbranch">
215
            <select name="holdingbranch" id="holdingbranch">
216
            <option value="">Any</option>
216
            <option value="">Any</option>
217
            [% FOREACH holdingbranchloo IN holdingbranchloop %][% IF ( holdingbranchloo.selected ) %]
217
            [% FOREACH holdingbranchloo IN holdingbranchloop %][% IF ( holdingbranchloo.selected ) %]
218
            <option value="[% holdingbranchloo.value |html %]" selected="selected">[% holdingbranchloo.branchname %]</option>[% ELSE %]
218
            <option value="[% holdingbranchloo.value %]" selected="selected">[% holdingbranchloo.branchname %]</option>[% ELSE %]
219
            <option value="[% holdingbranchloo.value |html %]">[% holdingbranchloo.branchname %]</option>[% END %]
219
            <option value="[% holdingbranchloo.value %]">[% holdingbranchloo.branchname %]</option>[% END %]
220
            [% END %]
220
            [% END %]
221
        </select>
221
        </select>
222
    </li>
222
    </li>
Lines 226-233 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
226
        <option value="">Any</option>
226
        <option value="">Any</option>
227
      [% FOREACH branchloo IN branchloop %]
227
      [% FOREACH branchloo IN branchloop %]
228
        [% IF ( branchloo.selected ) %]
228
        [% IF ( branchloo.selected ) %]
229
        <option value="[% branchloo.value |html %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]
229
        <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]
230
        <option value="[% branchloo.value |html %]">[% branchloo.branchname %]</option>[% END %]
230
        <option value="[% branchloo.value %]">[% branchloo.branchname %]</option>[% END %]
231
      [% END %]
231
      [% END %]
232
      </select>
232
      </select>
233
    </li>
233
    </li>
Lines 253-260 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
253
    </option>
253
    </option>
254
[% END %]
254
[% END %]
255
	[% FOREACH patron_attr_order_loo IN patron_attr_order_loop %]
255
	[% FOREACH patron_attr_order_loo IN patron_attr_order_loop %]
256
        [% IF ( patron_attr_order_loo.selected ) %]<option value="[% patron_attr_order_loo.value |html %]" selected="selected">[% patron_attr_order_loo.label %]</option>
256
        [% IF ( patron_attr_order_loo.selected ) %]<option value="[% patron_attr_order_loo.value %]" selected="selected">[% patron_attr_order_loo.label %]</option>
257
        [% ELSE %]<option value="[% patron_attr_order_loo.value |html %]">[% patron_attr_order_loo.label %]</option>[% END %]
257
        [% ELSE %]<option value="[% patron_attr_order_loo.value %]">[% patron_attr_order_loo.label %]</option>[% END %]
258
	[% END %]
258
	[% END %]
259
</select></li>
259
</select></li>
260
260
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 117-123 $(document).ready(function() { Link Here
117
            <td>
117
            <td>
118
            <p>
118
            <p>
119
                [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
119
                [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
120
                [% reserveloo.title |html %]</a></p>
120
                [% reserveloo.title %]</a></p>
121
                [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author %]</p>[% END %]
121
                [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author %]</p>[% END %]
122
            </td>
122
            </td>
123
        [% ELSE %]
123
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
5
6
<title>Koha &rsaquo; Circulation &rsaquo; Renew [% title |html %]</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Renew [% title %]</title>
7
7
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +1 lines)
Lines 70-76 Link Here
70
            <td><p>[% reserveloo.reservecount %]</p></td>
70
            <td><p>[% reserveloo.reservecount %]</p></td>
71
            <td><p>[% reserveloo.itemcount %]</p></td>
71
            <td><p>[% reserveloo.itemcount %]</p></td>
72
            <td><p class="ratiolimit">[% reserveloo.thisratio %]</p></td>
72
            <td><p class="ratiolimit">[% reserveloo.thisratio %]</p></td>
73
            <td> [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% reserveloo.title |html %] [% IF ( reserveloo.subtitle ) %][% FOREACH subtitl IN reserveloo.subtitle %][% subtitl.subfield %][% END %][% END %]</a>[% IF ( reserveloo.author ) %] by [% reserveloo.author %][% END %]
73
            <td> [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% reserveloo.title %] [% IF ( reserveloo.subtitle ) %][% FOREACH subtitl IN reserveloo.subtitle %][% subtitl.subfield %][% END %][% END %]</a>[% IF ( reserveloo.author ) %] by [% reserveloo.author %][% END %]
74
            </td>
74
            </td>
75
            <td><p>[% reserveloo.homebranch_list %]</p></td>
75
            <td><p>[% reserveloo.homebranch_list %]</p></td>
76
            <td><p>[% reserveloo.holdingbranch_list %]</p></td>
76
            <td><p>[% reserveloo.holdingbranch_list %]</p></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-11 / +11 lines)
Lines 6-12 Link Here
6
[% USE AuthorisedValues %]
6
[% USE AuthorisedValues %]
7
7
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title |html %]</title>
9
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
11
12
[% INCLUDE 'calendar.inc' %]
12
[% INCLUDE 'calendar.inc' %]
Lines 135-141 $(document).ready(function () { Link Here
135
[% IF ( collectionItemNeedsTransferred ) %]
135
[% IF ( collectionItemNeedsTransferred ) %]
136
 <div id="rotating-collection" class="dialog message">
136
 <div id="rotating-collection" class="dialog message">
137
        <h3>Please transfer item to: [% collectionBranch %]</h3>
137
        <h3>Please transfer item to: [% collectionBranch %]</h3>
138
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
138
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
139
            <p>This item is part of a rotating collection.</p>
139
            <p>This item is part of a rotating collection.</p>
140
</div>
140
</div>
141
[% END %]
141
[% END %]
Lines 170-176 $(document).ready(function () { Link Here
170
170
171
[% IF ( wrongbranch ) %]
171
[% IF ( wrongbranch ) %]
172
    <div class="dialog alert"><h3>Cannot check in</h3>
172
    <div class="dialog alert"><h3>Cannot check in</h3>
173
        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
173
        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
174
        </p><strong>NOT CHECKED IN</strong></p>
174
        </p><strong>NOT CHECKED IN</strong></p>
175
        <p>This item must be checked in at following library: <strong>[% Branches.GetName( rightbranch ) %]</strong></p>
175
        <p>This item must be checked in at following library: <strong>[% Branches.GetName( rightbranch ) %]</strong></p>
176
    </div>
176
    </div>
Lines 180-186 $(document).ready(function () { Link Here
180
    <div id="return2" class="dialog message">
180
    <div id="return2" class="dialog message">
181
        <!-- WrongTransfer -->
181
        <!-- WrongTransfer -->
182
        <h3>Please return item to: [% Branches.GetName( TransferWaitingAt ) %]</h3>
182
        <h3>Please return item to: [% Branches.GetName( TransferWaitingAt ) %]</h3>
183
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
183
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
184
        <ul><li><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print transfer slip</a></li><li><a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel transfer</a></li></ul>
184
        <ul><li><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print transfer slip</a></li><li><a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel transfer</a></li></ul>
185
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
185
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
186
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
186
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
Lines 215-221 $(document).ready(function () { Link Here
215
215
216
    <div id="hold-found1" class="dialog message audio-alert-action">
216
    <div id="hold-found1" class="dialog message audio-alert-action">
217
        <h3>Hold found (item is already waiting)</h3>
217
        <h3>Hold found (item is already waiting)</h3>
218
        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
218
        <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
219
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
219
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
220
        <h4>Hold for:</h4>
220
        <h4>Hold for:</h4>
221
			<ul>
221
			<ul>
Lines 264-270 $(document).ready(function () { Link Here
264
		<!-- diffbranch -->
264
		<!-- diffbranch -->
265
        <div id="transfer-needed" class="dialog message audio-alert-action">
265
        <div id="transfer-needed" class="dialog message audio-alert-action">
266
            <h3>Hold needing transfer found</h3>
266
            <h3>Hold needing transfer found</h3>
267
                <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
267
                <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
268
                <h4>Hold for: </h4>
268
                <h4>Hold for: </h4>
269
                    <ul>
269
                    <ul>
270
                        <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
270
                        <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
Lines 309-315 $(document).ready(function () { Link Here
309
    <!-- transfer: item with no reservation, must be returned according to home library circulation rules -->
309
    <!-- transfer: item with no reservation, must be returned according to home library circulation rules -->
310
        <div id="return1" class="dialog message audio-alert-action">
310
        <div id="return1" class="dialog message audio-alert-action">
311
            <h3>Please return item to: [% Branches.GetName( returnbranch ) %]</h3>
311
            <h3>Please return item to: [% Branches.GetName( returnbranch ) %]</h3>
312
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
312
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
313
            <ul><li><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a> )</li></ul>
313
            <ul><li><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a> )</li></ul>
314
        </div>
314
        </div>
315
    [% END %]
315
    [% END %]
Lines 344-350 $(document).ready(function () { Link Here
344
	<!-- diffbranch -->
344
	<!-- diffbranch -->
345
        <h3 class="audio-alert-action">Item consigned:</h3>
345
        <h3 class="audio-alert-action">Item consigned:</h3>
346
        <table>
346
        <table>
347
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption>
347
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title %]</a></caption>
348
        <tr>
348
        <tr>
349
            <th>Hold for:</th>
349
            <th>Hold for:</th>
350
            <td>[% name %]</td>
350
            <td>[% name %]</td>
Lines 373-379 $(document).ready(function () { Link Here
373
373
374
    <div id="hold-found2" class="dialog message audio-alert-action">
374
    <div id="hold-found2" class="dialog message audio-alert-action">
375
      <h3>Hold found</h3>
375
      <h3>Hold found</h3>
376
          <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
376
          <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
377
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
377
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
378
        <h5>Hold for:</h5>
378
        <h5>Hold for:</h5>
379
		<ul>
379
		<ul>
Lines 426-432 $(document).ready(function () { Link Here
426
    <div class="dialog alert audio-alert-warning">
426
    <div class="dialog alert audio-alert-warning">
427
        <h3>Check in message</h3>
427
        <h3>Check in message</h3>
428
        [% IF itembiblionumber %]
428
        [% IF itembiblionumber %]
429
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode |html %]: [% title |html %]</a></p>
429
            <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p>
430
        [% END %]
430
        [% END %]
431
        [% FOREACH errmsgloo IN errmsgloop %]
431
        [% FOREACH errmsgloo IN errmsgloop %]
432
                    [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
432
                    [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
Lines 602-608 $(document).ready(function () { Link Here
602
                [% END %]
602
                [% END %]
603
            </td>
603
            </td>
604
            <td class="ci-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber %]">
604
            <td class="ci-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber %]">
605
                    [% riloo.itemtitle |html %]</a></td>
605
                    [% riloo.itemtitle %]</a></td>
606
            <td class="ci-author">[% riloo.itemauthor %]</td>
606
            <td class="ci-author">[% riloo.itemauthor %]</td>
607
            <td class="ci-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&amp;itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td>
607
            <td class="ci-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&amp;itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td>
608
            <td class="ci-homelibrary">[% Branches.GetName( riloo.homebranch ) %]</td>
608
            <td class="ci-homelibrary">[% Branches.GetName( riloo.homebranch ) %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt (-4 / +4 lines)
Lines 34-43 Updated:<ul> Link Here
34
    [% END %]
34
    [% END %]
35
    [% END %]
35
    [% END %]
36
    </ul>
36
    </ul>
37
<form method="post" action="[% referer or "/cgi-bin/koha/circ/circulation.pl" |html %]">
37
<form method="post" action="[% referer or "/cgi-bin/koha/circ/circulation.pl" %]">
38
    <div class="noshow">
38
    <div class="noshow">
39
        [% FOREACH recycle_loo IN recycle_loop %]
39
        [% FOREACH recycle_loo IN recycle_loop %]
40
        <input type="text" name="[% recycle_loo.param %]" value="[% recycle_loo.value |html %]" />
40
        <input type="text" name="[% recycle_loo.param %]" value="[% recycle_loo.value %]" />
41
        [% END %]
41
        [% END %]
42
    </div>
42
    </div>
43
    <button type="submit">Continue</button>
43
    <button type="submit">Continue</button>
Lines 84-92 Updated:<ul> Link Here
84
</fieldset>
84
</fieldset>
85
<div class="noshow">
85
<div class="noshow">
86
    [% FOREACH recycle_loo IN recycle_loop %]
86
    [% FOREACH recycle_loo IN recycle_loop %]
87
    <input type="text" name="[% recycle_loo.param %]" value="[% recycle_loo.value |html %]" />
87
    <input type="text" name="[% recycle_loo.param %]" value="[% recycle_loo.value %]" />
88
    [% END %]
88
    [% END %]
89
    <input type="hidden" name="oldreferer" value="[% referer or "/cgi-bin/koha/circ/circulation.pl" |html %]" />
89
    <input type="hidden" name="oldreferer" value="[% referer or "/cgi-bin/koha/circ/circulation.pl" %]" />
90
</div>
90
</div>
91
</form>
91
</form>
92
<!-- /updated -->
92
<!-- /updated -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt (-1 / +1 lines)
Lines 16-22 window.close(); Link Here
16
<h3>Transfer to [% branchname %]</h3>
16
<h3>Transfer to [% branchname %]</h3>
17
17
18
<h3>ITEM</h3>
18
<h3>ITEM</h3>
19
 <h4>[% biblio.title |html %]</h4>
19
 <h4>[% biblio.title %]</h4>
20
 <h5>[% biblio.author %] </h5>
20
 <h5>[% biblio.author %] </h5>
21
 <ul>
21
 <ul>
22
    [% IF ( item.barcode ) %]<li>[% item.barcode %]</li>[% END %]
22
    [% IF ( item.barcode ) %]<li>[% item.barcode %]</li>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-2 / +2 lines)
Lines 60-66 $(document).ready(function() { Link Here
60
                [% END %]
60
                [% END %]
61
                    <td><p><span title="[% reser.datetransfer %]">[% reser.datetransfer | $KohaDates %]</span></p> [% IF ( reser.messcompa ) %]<span class="error">Transfer is [% reser.diff %] days late</span>[% END %]</td>
61
                    <td><p><span title="[% reser.datetransfer %]">[% reser.datetransfer | $KohaDates %]</span></p> [% IF ( reser.messcompa ) %]<span class="error">Transfer is [% reser.diff %] days late</span>[% END %]</td>
62
                    <td>
62
                    <td>
63
                        [% INCLUDE 'biblio-default-view.inc' biblionumber = reser.biblionumber %][% reser.title |html %] [% IF ( reser.subtitle ) %] [% FOREACH subtitl IN reser.subtitle %][% subtitl.subfield %][% END %][% END %]</a> [% IF ( reser.author ) %]by [% reser.author %][% END %]
63
                        [% INCLUDE 'biblio-default-view.inc' biblionumber = reser.biblionumber %][% reser.title %] [% IF ( reser.subtitle ) %] [% FOREACH subtitl IN reser.subtitle %][% subtitl.subfield %][% END %][% END %]</a> [% IF ( reser.author ) %]by [% reser.author %][% END %]
64
                            [% IF ( reser.itemtype ) %] (<b>[% reser.itemtype %]</b>)[% END %]
64
                            [% IF ( reser.itemtype ) %] (<b>[% reser.itemtype %]</b>)[% END %]
65
                            <br />Barcode: [% reser.barcode %]
65
                            <br />Barcode: [% reser.barcode %]
66
                    </td>
66
                    </td>
Lines 72-78 $(document).ready(function() { Link Here
72
                            [% IF ( reser.borrowermail ) %]
72
                            [% IF ( reser.borrowermail ) %]
73
                                <br />
73
                                <br />
74
                                [% BLOCK subject %]Hold:[% END %]
74
                                [% BLOCK subject %]Hold:[% END %]
75
                                <a href="mailto:[% reser.borrowermail %]?subject=[% INCLUDE subject %] [% reser.title |html %]">
75
                                <a href="mailto:[% reser.borrowermail %]?subject=[% INCLUDE subject %] [% reser.title %]">
76
                                    [% reser.borrowermail %]
76
                                    [% reser.borrowermail %]
77
                                </a>
77
                                </a>
78
                            [% END %]
78
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 68-74 $(document).ready(function() { Link Here
68
     <tbody>[% FOREACH itemsloo IN itemsloop %]
68
     <tbody>[% FOREACH itemsloo IN itemsloop %]
69
        <tr>
69
        <tr>
70
            <td class="hq-title">
70
            <td class="hq-title">
71
                <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itemsloo.biblionumber %]"><strong>[% itemsloo.title | html %]</strong> [% FOREACH s IN itemsloo.subtitle %] [% s %][% END %]</a></p>
71
                <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itemsloo.biblionumber %]"><strong>[% itemsloo.title %]</strong> [% FOREACH s IN itemsloo.subtitle %] [% s %][% END %]</a></p>
72
                <p>
72
                <p>
73
                    <div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber %]</div>
73
                    <div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber %]</div>
74
                    <div class="hq-author">[% itemsloo.author %]</div>
74
                    <div class="hq-author">[% itemsloo.author %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-2 / +2 lines)
Lines 90-96 Link Here
90
                <tr>
90
                <tr>
91
                    <td><span title="[% reserveloo.waitingdate %]">[% reserveloo.waitingdate | $KohaDates %]</span></td>
91
                    <td><span title="[% reserveloo.waitingdate %]">[% reserveloo.waitingdate | $KohaDates %]</span></td>
92
                    <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
92
                    <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
93
                        [% reserveloo.title |html %] [% FOREACH subtitl IN reserveloo.subtitle %] [% subtitl.subfield %][% END %]
93
                        [% reserveloo.title %] [% FOREACH subtitl IN reserveloo.subtitle %] [% subtitl.subfield %][% END %]
94
                        </a>
94
                        </a>
95
                            [% UNLESS ( item_level_itypes ) %][% IF ( reserveloo.itemtype ) %]&nbsp; (<b>[% reserveloo.itemtype %]</b>)[% END %][% END %]
95
                            [% UNLESS ( item_level_itypes ) %][% IF ( reserveloo.itemtype ) %]&nbsp; (<b>[% reserveloo.itemtype %]</b>)[% END %][% END %]
96
                            <br />Barcode: [% reserveloo.barcode %]
96
                            <br />Barcode: [% reserveloo.barcode %]
Lines 151-157 Link Here
151
               <tbody>[% FOREACH overloo IN overloop %]
151
               <tbody>[% FOREACH overloo IN overloop %]
152
                    <tr>
152
                    <tr>
153
                        <td><p><span title="[% overloo.waitingdate %]">[% overloo.waitingdate | $KohaDates %]</span></p></td>
153
                        <td><p><span title="[% overloo.waitingdate %]">[% overloo.waitingdate | $KohaDates %]</span></p></td>
154
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overloo.biblionumber %][% overloo.title |html %]
154
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overloo.biblionumber %][% overloo.title %]
155
                            [% FOREACH subtitl IN overloo.subtitle %] [% subtitl.subfield %][% END %]
155
                            [% FOREACH subtitl IN overloo.subtitle %] [% subtitl.subfield %][% END %]
156
                        </a>
156
                        </a>
157
                            [% UNLESS ( item_level_itypes ) %][% IF ( overloo.itemtype ) %]&nbsp; (<b>[% overloo.itemtype %]</b>)[% END %][% END %]
157
                            [% UNLESS ( item_level_itypes ) %][% IF ( overloo.itemtype ) %]&nbsp; (<b>[% overloo.itemtype %]</b>)[% END %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt (-1 / +1 lines)
Lines 31-37 Link Here
31
<!-- login prompt time-->
31
<!-- login prompt time-->
32
<form action="/cgi-bin/koha/installer/install.pl" method="post" name="mainform" id="mainform">
32
<form action="/cgi-bin/koha/installer/install.pl" method="post" name="mainform" id="mainform">
33
[% FOREACH INPUT IN INPUTS %]
33
[% FOREACH INPUT IN INPUTS %]
34
    <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
34
    <input type="hidden" name="[% INPUT.name %]" value="[% INPUT.value %]" />
35
[% END %]
35
[% END %]
36
<h3>Welcome to the Koha web installer</h3>
36
<h3>Welcome to the Koha web installer</h3>
37
<p>Before we begin, please verify you have the correct credentials to continue. Please log in
37
<p>Before we begin, please verify you have the correct credentials to continue. Please log in
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-2 / +2 lines)
Lines 232-238 Link Here
232
  <p>Update report :</p>
232
  <p>Update report :</p>
233
    <ul>
233
    <ul>
234
      [% FOREACH update_repor IN update_report %]
234
      [% FOREACH update_repor IN update_report %]
235
          <li>[% update_repor.line |html %]</li>
235
          <li>[% update_repor.line %]</li>
236
      [% END %]
236
      [% END %]
237
    </ul>
237
    </ul>
238
  [% END %]
238
  [% END %]
Lines 240-246 Link Here
240
  <p>Update errors :</p>
240
  <p>Update errors :</p>
241
    <ul>
241
    <ul>
242
      [% FOREACH update_error IN update_errors %]
242
      [% FOREACH update_error IN update_errors %]
243
          <li class="update_error">[% update_error.line |html %]</li>
243
          <li class="update_error">[% update_error.line %]</li>
244
      [% END %]
244
      [% END %]
245
    </ul>
245
    </ul>
246
  [% END %]
246
  [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-2 / +2 lines)
Lines 132-138 Link Here
132
                                            [% END %]
132
                                            [% END %]
133
                                           <li> <fieldset id="layout_string" class="brief">
133
                                           <li> <fieldset id="layout_string" class="brief">
134
                                                <label for="format_string">Data fields</label>
134
                                                <label for="format_string">Data fields</label>
135
                                                <input type="text" name="format_string" id="format_string" size="80" value="[% format_string |html %]" />
135
                                                <input type="text" name="format_string" id="format_string" size="80" value="[% format_string %]" />
136
                                                <div class="hint">
136
                                                <div class="hint">
137
                                                    <p>Enter a comma separated list of fields to print.  You may include any <em>Koha field</em> or MARC subfield.</p>
137
                                                    <p>Enter a comma separated list of fields to print.  You may include any <em>Koha field</em> or MARC subfield.</p>
138
                                                    <p>See online help for advanced options</p>
138
                                                    <p>See online help for advanced options</p>
Lines 185-191 Link Here
185
                                </li>
185
                                </li>
186
                                <li>
186
                                <li>
187
                                    <label for="font_size">Font size: </label>
187
                                    <label for="font_size">Font size: </label>
188
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" />
188
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size %]" />
189
                                </li>
189
                                </li>
190
                                <li>
190
                                <li>
191
                                    <label for="oblique_title">Oblique title: </label>
191
                                    <label for="oblique_title">Oblique title: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 69-75 Link Here
69
                <input type="hidden" name="ccl_query" value="[% ccl_query %]" />
69
                <input type="hidden" name="ccl_query" value="[% ccl_query %]" />
70
            [% FOREACH result_se IN result_set %]
70
            [% FOREACH result_se IN result_set %]
71
            <div style="border-bottom:1px solid #CCC;margin: .5em 0;">
71
            <div style="border-bottom:1px solid #CCC;margin: .5em 0;">
72
		            <h4>[% result_se.title |html %]</h4>
72
		            <h4>[% result_se.title %]</h4>
73
                            <p>[% IF ( result_se.author ) %]by [% result_se.author %][% END %]
73
                            <p>[% IF ( result_se.author ) %]by [% result_se.author %][% END %]
74
                            [[% result_se.itemtype %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode %] [% END %][% IF ( result_se.place ) %][% result_se.place %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate %], [% END %][% IF ( result_se.pages ) %][% result_se.pages %][% END %][% IF ( result_se.isbn ) %], <b>ISBN: </b>[% result_se.isbn %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes %][% END %]</p>
74
                            [[% result_se.itemtype %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode %] [% END %][% IF ( result_se.place ) %][% result_se.place %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate %], [% END %][% IF ( result_se.pages ) %][% result_se.pages %][% END %][% IF ( result_se.isbn ) %], <b>ISBN: </b>[% result_se.isbn %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes %][% END %]</p>
75
75
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +1 lines)
Lines 100-106 $(document).ready(function() { Link Here
100
          [% CASE %][% account.accounttype %]
100
          [% CASE %][% account.accounttype %]
101
        [%- END -%]
101
        [%- END -%]
102
        [%- IF account.description %], [% account.description %][% END %]
102
        [%- IF account.description %], [% account.description %][% END %]
103
        &nbsp;[% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">View item</a>&nbsp;[% END %][% account.title |html %]</td>
103
        &nbsp;[% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">View item</a>&nbsp;[% END %][% account.title %]</td>
104
      <td>[% account.note | html_line_break %]</td>
104
      <td>[% account.note | html_line_break %]</td>
105
      [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount %]</td>
105
      [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount %]</td>
106
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding %]</td>
106
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 1025-1031 Link Here
1025
            [% FOREACH patron_attribute IN pa_loo.items %]
1025
            [% FOREACH patron_attribute IN pa_loo.items %]
1026
                <li data-category_code="[% patron_attribute.category_code %]">
1026
                <li data-category_code="[% patron_attribute.category_code %]">
1027
                    <label for="[% patron_attribute.form_id %]">[% patron_attribute.description %]: </label>
1027
                    <label for="[% patron_attribute.form_id %]">[% patron_attribute.description %]: </label>
1028
                        <input type="hidden" id="[% patron_attribute.form_id %]_code" name="[% patron_attribute.form_id %]_code" value="[% patron_attribute.code |html %]" />
1028
                        <input type="hidden" id="[% patron_attribute.form_id %]_code" name="[% patron_attribute.form_id %]_code" value="[% patron_attribute.code %]" />
1029
                        [% IF ( patron_attribute.use_dropdown ) %]
1029
                        [% IF ( patron_attribute.use_dropdown ) %]
1030
                            <select id="[% patron_attribute.form_id %]" name="[% patron_attribute.form_id %]">
1030
                            <select id="[% patron_attribute.form_id %]" name="[% patron_attribute.form_id %]">
1031
                                <option value=""></option>
1031
                                <option value=""></option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-2 / +2 lines)
Lines 44-50 Link Here
44
                [% FOREACH issue IN issues %]
44
                [% FOREACH issue IN issues %]
45
                    [% IF ( issue.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %]
45
                    [% IF ( issue.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %]
46
                        <td>
46
                        <td>
47
                            [% issue.title |html %]
47
                            [% issue.title %]
48
                            <a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issue.itemnumber %]&amp;biblionumber=[% issue.biblionumber %]&amp;bi=[% issue.biblioitemnumber %]"></a>
48
                            <a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issue.itemnumber %]&amp;biblionumber=[% issue.biblionumber %]&amp;bi=[% issue.biblioitemnumber %]"></a>
49
                        </td>
49
                        </td>
50
                        <td>[% issue.author %]</td>
50
                        <td>[% issue.author %]</td>
Lines 105-111 Link Here
105
                <tr>
105
                <tr>
106
                    <td>
106
                    <td>
107
                        [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">[% END %]
107
                        [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">[% END %]
108
                        [% account.description %]&nbsp;[% IF ( account.printtitle ) %] [% account.title |html %][% END %]
108
                        [% account.description %]&nbsp;[% IF ( account.printtitle ) %] [% account.title %][% END %]
109
                        [% IF ( account.itemnumber ) %]</a>[% END %]
109
                        [% IF ( account.itemnumber ) %]</a>[% END %]
110
                    </td>
110
                    </td>
111
                    <td>[% account.date | $KohaDates %]</td>
111
                    <td>[% account.date | $KohaDates %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt (-3 / +3 lines)
Lines 23-29 Checked out to [% firstname %] [% surname %] <br /> Link Here
23
[% FOREACH issueloo IN issueloop %]
23
[% FOREACH issueloo IN issueloop %]
24
[% IF ( issueloo.red ) %][% ELSE %]
24
[% IF ( issueloo.red ) %][% ELSE %]
25
[% IF ( issueloo.today ) %]
25
[% IF ( issueloo.today ) %]
26
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br />
26
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title %]</a><br />
27
Barcode: [% issueloo.barcode %]<br />
27
Barcode: [% issueloo.barcode %]<br />
28
Date due: [% issueloo.date_due %]<br /></p>
28
Date due: [% issueloo.date_due %]<br /></p>
29
    [% END %]
29
    [% END %]
Lines 34-40 Date due: [% issueloo.date_due %]<br /></p> Link Here
34
<h4>Checked out</h4>
34
<h4>Checked out</h4>
35
[% FOREACH issueloo IN issueloop %]
35
[% FOREACH issueloo IN issueloop %]
36
[% IF ( issueloo.red ) %][% ELSE %]
36
[% IF ( issueloo.red ) %][% ELSE %]
37
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br />
37
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title %]</a><br />
38
Barcode: [% issueloo.barcode %]<br />
38
Barcode: [% issueloo.barcode %]<br />
39
Date due: [% issueloo.date_due %]<br /></p>
39
Date due: [% issueloo.date_due %]<br /></p>
40
    [% END %]
40
    [% END %]
Lines 48-54 Date due: [% issueloo.date_due %]<br /></p> Link Here
48
<h4>Overdues</h4>
48
<h4>Overdues</h4>
49
    [% FOREACH issueloo IN issueloop %]
49
    [% FOREACH issueloo IN issueloop %]
50
    [% IF ( issueloo.red ) %]
50
    [% IF ( issueloo.red ) %]
51
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br />
51
<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title %]</a><br />
52
Barcode: [% issueloo.barcode %]<br />
52
Barcode: [% issueloo.barcode %]<br />
53
Date due: [% issueloo.date_due %]</p>
53
Date due: [% issueloo.date_due %]</p>
54
[% END %]
54
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-2 / +2 lines)
Lines 57-65 Link Here
57
                                    <p>
57
                                    <p>
58
                                        <strong>
58
                                        <strong>
59
                                            [% IF ( CAN_user_catalogue ) %]
59
                                            [% IF ( CAN_user_catalogue ) %]
60
                                                <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% s.suggestionid %]&amp;op=show">[% s.title |html %]</a>
60
                                                <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% s.suggestionid %]&amp;op=show">[% s.title %]</a>
61
                                            [% ELSE %]
61
                                            [% ELSE %]
62
                                                [% s.title |html %]
62
                                                [% s.title %]
63
                                            [% END %]
63
                                            [% END %]
64
                                        </strong>
64
                                        </strong>
65
                                    </p>
65
                                    </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +1 lines)
Lines 97-103 Link Here
97
          <td>
97
          <td>
98
            <span title="[% issue.issuestimestamp %]">[% issue.issuestimestamp | $KohaDates with_hours => 1 %]</span>
98
            <span title="[% issue.issuestimestamp %]">[% issue.issuestimestamp | $KohaDates with_hours => 1 %]</span>
99
          </td>
99
          </td>
100
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber %]">[% issue.title |html %]</a></td>
100
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber %]">[% issue.title %]</a></td>
101
101
102
          <td>[% issue.author %]</td>
102
          <td>[% issue.author %]</td>
103
103
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/guarantor_search.tt (-2 / +2 lines)
Lines 9-15 Link Here
9
        [% FOREACH data IN aaData %]
9
        [% FOREACH data IN aaData %]
10
            {
10
            {
11
                "dt_cardnumber":
11
                "dt_cardnumber":
12
                    "[% data.cardnumber |html %]",
12
                    "[% data.cardnumber %]",
13
                "dt_name":
13
                "dt_name":
14
                    "[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]",
14
                    "[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]",
15
                "dt_dateofbirth":
15
                "dt_dateofbirth":
Lines 17-23 Link Here
17
                "dt_address":
17
                "dt_address":
18
                    "[% INCLUDE escape_address data=data %]",
18
                    "[% INCLUDE escape_address data=data %]",
19
                "dt_action":
19
                "dt_action":
20
                    "<a style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) | html %] );'>Select</a>"
20
                    "<a style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) %] );'>Select</a>"
21
            }[% UNLESS loop.last %],[% END %]
21
            }[% UNLESS loop.last %],[% END %]
22
        [% END %]
22
        [% END %]
23
    ]
23
    ]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt (-4 / +4 lines)
Lines 13-33 Link Here
13
                    "<input type='checkbox' class='selection' name='borrowernumber' value='[% data.borrowernumber %]' />",
13
                    "<input type='checkbox' class='selection' name='borrowernumber' value='[% data.borrowernumber %]' />",
14
                [% END %]
14
                [% END %]
15
                "dt_cardnumber":
15
                "dt_cardnumber":
16
                    "[% data.cardnumber | html %]",
16
                    "[% data.cardnumber %]",
17
                "dt_name":
17
                "dt_name":
18
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames invert_name = 1 %]</a><br />[% INCLUDE escape_address data = data %]</span>",
18
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames invert_name = 1 %]</a><br />[% INCLUDE escape_address data = data %]</span>",
19
    "dt_dateofbirth":
19
    "dt_dateofbirth":
20
        "[% data.dateofbirth | $KohaDates %]",
20
        "[% data.dateofbirth | $KohaDates %]",
21
                "dt_category":
21
                "dt_category":
22
                    "[% data.category_description |html %] ([% data.category_type |html %])",
22
                    "[% data.category_description %] ([% data.category_type %])",
23
                "dt_branch":
23
                "dt_branch":
24
                    "[% data.branchname |html %]",
24
                    "[% data.branchname %]",
25
                "dt_dateexpiry":
25
                "dt_dateexpiry":
26
                    "[% data.dateexpiry %]",
26
                    "[% data.dateexpiry %]",
27
                "dt_od_checkouts":
27
                "dt_od_checkouts":
28
                    "[% IF data.overdues %]<span class='overdue'><strong>[% data.overdues %]</strong></span>[% ELSE %][% data.overdues %][% END %] / [% data.issues %]",
28
                    "[% IF data.overdues %]<span class='overdue'><strong>[% data.overdues %]</strong></span>[% ELSE %][% data.overdues %][% END %] / [% data.issues %]",
29
                "dt_fines":
29
                "dt_fines":
30
                    "<span style='text-align: right; display: block;'>[% IF data.fines < 0 %]<span class='credit'>[% data.fines |html %]</span> [% ELSIF data.fines > 0 %] <span class='debit'><strong>[% data.fines |html %]</strong></span> [% ELSE %] [% data.fines |html%] [% END %]</span>",
30
                    "<span style='text-align: right; display: block;'>[% IF data.fines < 0 %]<span class='credit'>[% data.fines %]</span> [% ELSIF data.fines > 0 %] <span class='debit'><strong>[% data.fines %]</strong></span> [% ELSE %] [% data.fines %] [% END %]</span>",
31
                "dt_borrowernotes":
31
                "dt_borrowernotes":
32
                    "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]",
32
                    "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]",
33
                "dt_action":
33
                "dt_action":
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-3 / +3 lines)
Lines 80-88 function CheckForm(f) { Link Here
80
	</div>
80
	</div>
81
	[% END %]
81
	[% END %]
82
	[% IF ( message.ERROR_no_borrower_from_item ) %]<p>Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.</p>[% END %]
82
	[% IF ( message.ERROR_no_borrower_from_item ) %]<p>Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.</p>[% END %]
83
	[% IF ( message.issue ) %]<p>Checked out <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title |html %]</a> ([% message.barcode %]) to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
83
	[% IF ( message.issue ) %]<p>Checked out <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a> ([% message.barcode %]) to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
84
	[% IF ( message.renew ) %]<p>Renewed <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title |html %]</a>  ([% message.barcode %]) for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
84
	[% IF ( message.renew ) %]<p>Renewed <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a>  ([% message.barcode %]) for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
85
	[% IF ( message.return ) %]<p>Checked in <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title |html %]</a> ([% message.barcode %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
85
	[% IF ( message.return ) %]<p>Checked in <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title %]</a> ([% message.barcode %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
86
	[% IF ( message.payment ) %]<p>Accepted payment ([% message.amount %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
86
	[% IF ( message.payment ) %]<p>Accepted payment ([% message.amount %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %]
87
  [% END %]
87
  [% END %]
88
[% ELSE %]
88
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 66-72 Link Here
66
                            </a>
66
                            </a>
67
                        </td>
67
                        </td>
68
                        <td>
68
                        <td>
69
                            <a class="btn btn-mini" href="delete.pl?patron_list_id=[% l.patron_list_id %]" onclick='return ConfirmDelete("[% l.name | html %]")'>
69
                            <a class="btn btn-mini" href="delete.pl?patron_list_id=[% l.patron_list_id %]" onclick='return ConfirmDelete("[% l.name %]")'>
70
                                <i class="fa fa-trash"></i> Delete
70
                                <i class="fa fa-trash"></i> Delete
71
                            </a>
71
                            </a>
72
                        </td>
72
                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-20 / +20 lines)
Lines 194-200 Link Here
194
                                            <ol>
194
                                            <ol>
195
                                            <li>
195
                                            <li>
196
                                                <label for="field_1_text">Text: </label>
196
                                                <label for="field_1_text">Text: </label>
197
                                                <input type="text" name="field_1_text" id="field_1_text" size="60" value="[% field_1_text |html %]" />
197
                                                <input type="text" name="field_1_text" id="field_1_text" size="60" value="[% field_1_text %]" />
198
                                            </li>
198
                                            </li>
199
                                            <li>
199
                                            <li>
200
                                                <label for="field_1_font">Font: </label>
200
                                                <label for="field_1_font">Font: </label>
Lines 210-216 Link Here
210
                                            </li>
210
                                            </li>
211
                                            <li>
211
                                            <li>
212
                                                <label for="field_1_font_size">Font size: </label>
212
                                                <label for="field_1_font_size">Font size: </label>
213
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size |html %]" />
213
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size %]" />
214
                                                <span class="font_unit"> pt</span>
214
                                                <span class="font_unit"> pt</span>
215
                                            </li>
215
                                            </li>
216
                                            <li>
216
                                            <li>
Lines 227-237 Link Here
227
                                            </li>
227
                                            </li>
228
                                            <li>
228
                                            <li>
229
                                                <label for="field_1_llx">Lower left X coordinate: </label>
229
                                                <label for="field_1_llx">Lower left X coordinate: </label>
230
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx |html %]" />
230
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx %]" />
231
                                            </li>
231
                                            </li>
232
                                            <li>
232
                                            <li>
233
                                                <label for="field_1_lly">Lower left Y coordinate: </label>
233
                                                <label for="field_1_lly">Lower left Y coordinate: </label>
234
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly |html %]" />
234
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly %]" />
235
                                            </li>
235
                                            </li>
236
                                            </ol>
236
                                            </ol>
237
                                            </div>
237
                                            </div>
Lines 248-254 Link Here
248
                                            <ol>
248
                                            <ol>
249
                                            <li>
249
                                            <li>
250
                                                <label for="field_2_text">Text: </label>
250
                                                <label for="field_2_text">Text: </label>
251
                                                <input type="text" name="field_2_text" id="field_2_text" size="60" value="[% field_2_text |html %]" />
251
                                                <input type="text" name="field_2_text" id="field_2_text" size="60" value="[% field_2_text %]" />
252
                                            </li>
252
                                            </li>
253
                                            <li>
253
                                            <li>
254
                                                <label for="field_2_font">Font: </label>
254
                                                <label for="field_2_font">Font: </label>
Lines 264-270 Link Here
264
                                            </li>
264
                                            </li>
265
                                            <li>
265
                                            <li>
266
                                                <label for="field_2_font_size">Font size: </label>
266
                                                <label for="field_2_font_size">Font size: </label>
267
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size |html %]" />
267
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size %]" />
268
                                                <span class="font_unit"> pt</span>
268
                                                <span class="font_unit"> pt</span>
269
                                            </li>
269
                                            </li>
270
                                            <li>
270
                                            <li>
Lines 281-291 Link Here
281
                                            </li>
281
                                            </li>
282
                                            <li>
282
                                            <li>
283
                                                <label for="field_2_llx">Lower left X coordinate: </label>
283
                                                <label for="field_2_llx">Lower left X coordinate: </label>
284
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx |html %]" />
284
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx %]" />
285
                                            </li>
285
                                            </li>
286
                                            <li>
286
                                            <li>
287
                                                <label for="field_2_lly">Lower left Y coordinate: </label>
287
                                                <label for="field_2_lly">Lower left Y coordinate: </label>
288
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly |html %]" />
288
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly %]" />
289
                                            </li>
289
                                            </li>
290
                                            </ol>
290
                                            </ol>
291
                                            </div>
291
                                            </div>
Lines 302-308 Link Here
302
                                            <ol>
302
                                            <ol>
303
                                            <li>
303
                                            <li>
304
                                                <label for="field_3_text">Text: </label>
304
                                                <label for="field_3_text">Text: </label>
305
                                                <input type="text" name="field_3_text" id="field_3_text" size="60" value="[% field_3_text |html %]" />
305
                                                <input type="text" name="field_3_text" id="field_3_text" size="60" value="[% field_3_text %]" />
306
                                            </li>
306
                                            </li>
307
                                            <li>
307
                                            <li>
308
                                                <label for="field_3_font">Font: </label>
308
                                                <label for="field_3_font">Font: </label>
Lines 318-324 Link Here
318
                                            </li>
318
                                            </li>
319
                                            <li>
319
                                            <li>
320
                                                <label for="field_3_font_size">Font size: </label>
320
                                                <label for="field_3_font_size">Font size: </label>
321
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size |html %]" />
321
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size %]" />
322
                                                <span class="font_unit"> pt</span>
322
                                                <span class="font_unit"> pt</span>
323
                                            </li>
323
                                            </li>
324
                                            <li>
324
                                            <li>
Lines 335-345 Link Here
335
                                            </li>
335
                                            </li>
336
                                            <li>
336
                                            <li>
337
                                                <label for="field_3_llx">Lower left X coordinate: </label>
337
                                                <label for="field_3_llx">Lower left X coordinate: </label>
338
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx |html %]" />
338
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx %]" />
339
                                            </li>
339
                                            </li>
340
                                            <li>
340
                                            <li>
341
                                                <label for="field_3_lly">Lower left Y coordinate: </label>
341
                                                <label for="field_3_lly">Lower left Y coordinate: </label>
342
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly |html %]" />
342
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly %]" />
343
                                            </li>
343
                                            </li>
344
                                            </ol>
344
                                            </ol>
345
                                            </div>
345
                                            </div>
Lines 384-394 Link Here
384
                                <ol>
384
                                <ol>
385
                                <li>
385
                                <li>
386
                                    <label for="barcode_llx">Lower left X coordinate: </label>
386
                                    <label for="barcode_llx">Lower left X coordinate: </label>
387
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx |html %]" />
387
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx %]" />
388
                                </li>
388
                                </li>
389
                                <li>
389
                                <li>
390
                                    <label for="barcode_lly">Lower left Y coordinate: </label>
390
                                    <label for="barcode_lly">Lower left Y coordinate: </label>
391
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly |html %]" />
391
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly %]" />
392
                                </li>
392
                                </li>
393
                                <li>
393
                                <li>
394
                                    <label for="barcode_height_scale">Scale height (relative to card): </label>
394
                                    <label for="barcode_height_scale">Scale height (relative to card): </label>
Lines 463-477 Link Here
463
                                    <ol>
463
                                    <ol>
464
                                    <li>
464
                                    <li>
465
                                        <label for="image_1_Dx">Display height: </label>
465
                                        <label for="image_1_Dx">Display height: </label>
466
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx |html %]" />
466
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx %]" />
467
                                    </li>
467
                                    </li>
468
                                    <li>
468
                                    <li>
469
                                        <label for="image_1_Tx">Lower left X coordinate: </label>
469
                                        <label for="image_1_Tx">Lower left X coordinate: </label>
470
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx |html %]" />
470
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx %]" />
471
                                    </li>
471
                                    </li>
472
                                    <li>
472
                                    <li>
473
                                        <label for="image_1_Ty">Lower left Y coordinate: </label>
473
                                        <label for="image_1_Ty">Lower left Y coordinate: </label>
474
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty |html %]" />
474
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty %]" />
475
                                    </li>
475
                                    </li>
476
                                    </ol>
476
                                    </ol>
477
                                    </div>
477
                                    </div>
Lines 519-533 Link Here
519
                                    <ol>
519
                                    <ol>
520
                                    <li>
520
                                    <li>
521
                                        <label for="image_2_Dx">Display height: </label>
521
                                        <label for="image_2_Dx">Display height: </label>
522
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx |html %]" />
522
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx %]" />
523
                                    </li>
523
                                    </li>
524
                                    <li>
524
                                    <li>
525
                                        <label for="image_2_Tx">Lower left X coordinate: </label>
525
                                        <label for="image_2_Tx">Lower left X coordinate: </label>
526
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx |html %]" />
526
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx %]" />
527
                                    </li>
527
                                    </li>
528
                                    <li>
528
                                    <li>
529
                                        <label for="image_2_Ty">Lower left Y coordinate: </label>
529
                                        <label for="image_2_Ty">Lower left Y coordinate: </label>
530
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty |html %]" />
530
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty %]" />
531
                                    </li>
531
                                    </li>
532
                                    </ol>
532
                                    </ol>
533
                                    </div>
533
                                    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/tables/members_results.tt (-2 / +2 lines)
Lines 11-19 Link Here
11
                "dt_name":
11
                "dt_name":
12
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]</a></span>",
12
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]</a></span>",
13
                "dt_category":
13
                "dt_category":
14
                    "[% data.category_description |html %] ([% data.category_type |html %])",
14
                    "[% data.category_description %] ([% data.category_type %])",
15
                "dt_branch":
15
                "dt_branch":
16
                    "[% data.branchname |html %]",
16
                    "[% data.branchname %]",
17
                "dt_dateexpiry":
17
                "dt_dateexpiry":
18
                    "[% data.dateexpiry %]",
18
                    "[% data.dateexpiry %]",
19
                "dt_borrowernotes":
19
                "dt_borrowernotes":
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-5 / +5 lines)
Lines 571-577 canned reports and writing custom SQL reports.</p> Link Here
571
            <td>
571
            <td>
572
                <select name="[% criteri.name %]_value">
572
                <select name="[% criteri.name %]_value">
573
                [% FOREACH value IN criteri.values %]
573
                [% FOREACH value IN criteri.values %]
574
                <option value="[% value.availablevalues %]">[% IF ( value.default ) %]Default[% ELSE %][% value.display_value |html %][% END %]</option>
574
                <option value="[% value.availablevalues %]">[% IF ( value.default ) %]Default[% ELSE %][% value.display_value %][% END %]</option>
575
                [% END %]
575
                [% END %]
576
                </select>
576
                </select>
577
            </td>
577
            </td>
Lines 668-674 canned reports and writing custom SQL reports.</p> Link Here
668
<h1>Confirm custom report</h1>
668
<h1>Confirm custom report</h1>
669
<p>Your report will be generated with the following SQL statement.</p>
669
<p>Your report will be generated with the following SQL statement.</p>
670
<p> 
670
<p> 
671
[% sql |html %]
671
[% sql %]
672
</p>
672
</p>
673
673
674
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
674
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
Lines 684-690 canned reports and writing custom SQL reports.</p> Link Here
684
684
685
[% IF ( save ) %]
685
[% IF ( save ) %]
686
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" class="validated">
686
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" class="validated">
687
<input type="hidden" name="sql" value="[% sql |html %]" />
687
<input type="hidden" name="sql" value="[% sql %]" />
688
<input type="hidden" name="type" value="[% type %]" />
688
<input type="hidden" name="type" value="[% type %]" />
689
<input type="hidden" name="area" value="[% area %]" />
689
<input type="hidden" name="area" value="[% area %]" />
690
<input type="hidden" name="public" value="[% public %]" />
690
<input type="hidden" name="public" value="[% public %]" />
Lines 801-807 canned reports and writing custom SQL reports.</p> Link Here
801
<h1>[% name %]</h1>
801
<h1>[% name %]</h1>
802
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
802
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
803
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
803
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
804
<pre id="sql_output">[% sql |html %]</pre>
804
<pre id="sql_output">[% sql %]</pre>
805
805
806
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
806
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
807
    <input type="hidden" name="phase" value="Run this report"/>
807
    <input type="hidden" name="phase" value="Run this report"/>
Lines 844-850 canned reports and writing custom SQL reports.</p> Link Here
844
<option value="tab">Tab separated text</option>
844
<option value="tab">Tab separated text</option>
845
<option value="ods">Open Document Spreadsheet</option>
845
<option value="ods">Open Document Spreadsheet</option>
846
</select>
846
</select>
847
<input type="hidden" name="sql" value="[% sql |html %]" />
847
<input type="hidden" name="sql" value="[% sql %]" />
848
<input type="hidden" name="phase" value="Export" />
848
<input type="hidden" name="phase" value="Export" />
849
<input type="submit" name="submit" value="Download" /></fieldset>
849
<input type="submit" name="submit" value="Download" /></fieldset>
850
<input type="hidden" name="reportname" value="[% name %]" />
850
<input type="hidden" name="reportname" value="[% name %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-2 / +2 lines)
Lines 39-45 Link Here
39
            <tr>
39
            <tr>
40
                <th>[% mainloo.line %] / [% mainloo.column %]</th>
40
                <th>[% mainloo.line %] / [% mainloo.column %]</th>
41
                [% FOREACH loopco IN mainloo.loopcol %]
41
                [% FOREACH loopco IN mainloo.loopcol %]
42
                    <th>[% loopco.coltitle_display |html %]</th>
42
                    <th>[% loopco.coltitle_display %]</th>
43
                [% END %]
43
                [% END %]
44
                <th>TOTAL</th>
44
                <th>TOTAL</th>
45
                </tr>
45
                </tr>
Lines 49-55 Link Here
49
                    [% ELSE %]
49
                    [% ELSE %]
50
                    <tr class="highlight">
50
                    <tr class="highlight">
51
                    [% END %]
51
                    [% END %]
52
                        <td>[% loopro.rowtitle_display or "UNKNOWN VALUE" |html %]</td>
52
                        <td>[% loopro.rowtitle_display or "UNKNOWN VALUE" %]</td>
53
                    [% FOREACH loopcel IN loopro.loopcell %]
53
                    [% FOREACH loopcel IN loopro.loopcell %]
54
						<td>[% loopcel.value %]</td>
54
						<td>[% loopcel.value %]</td>
55
                    [% END %]
55
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
                [% FOREACH itemsloo IN itemsloop %]
72
                [% FOREACH itemsloo IN itemsloop %]
73
                    <tr>
73
                    <tr>
74
                        <td>
74
                        <td>
75
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itemsloo.biblionumber %]" title="[% itemsloo.itemnotes %]">[% itemsloo.title |html %]</a>
75
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itemsloo.biblionumber %]" title="[% itemsloo.itemnotes %]">[% itemsloo.title %]</a>
76
                        </td>
76
                        </td>
77
                        <td>[% itemsloo.author %]</td>
77
                        <td>[% itemsloo.author %]</td>
78
                        <td>[% itemsloo.lib %]</td>
78
                        <td>[% itemsloo.lib %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-2 / +2 lines)
Lines 113-119 Link Here
113
            <tr>
113
            <tr>
114
                <th>[% mainloo.line %] / [% mainloo.column %]</th>
114
                <th>[% mainloo.line %] / [% mainloo.column %]</th>
115
                [% FOREACH loopco IN mainloo.loopcol %]
115
                [% FOREACH loopco IN mainloo.loopcol %]
116
                    <th>[% loopco.coltitle_display |html %]</th>
116
                    <th>[% loopco.coltitle_display %]</th>
117
                [% END %]
117
                [% END %]
118
                <th>TOTAL</th>
118
                <th>TOTAL</th>
119
                </tr>
119
                </tr>
Lines 123-129 Link Here
123
                    [% ELSE %]
123
                    [% ELSE %]
124
                    <tr class="highlight">
124
                    <tr class="highlight">
125
                    [% END %]
125
                    [% END %]
126
                        <td>[% loopro.rowtitle_display or "UNKNOWN VALUE" |html %]</td>
126
                        <td>[% loopro.rowtitle_display or "UNKNOWN VALUE" %]</td>
127
                    [% FOREACH loopcel IN loopro.loopcell %]
127
                    [% FOREACH loopcel IN loopro.loopcell %]
128
						<td align="center">
128
						<td align="center">
129
						[% IF ( loopcel.url_complement ) %]<a href="reserves_stats.pl?output=[% loopcel.output %]&amp;[% loopcel.url_complement %]">[% loopcel.value %]</a>[% ELSE %][% loopcel.value %][% END %]
129
						[% IF ( loopcel.url_complement ) %]<a href="reserves_stats.pl?output=[% loopcel.output %]&amp;[% loopcel.url_complement %]">[% loopcel.value %]</a>[% ELSE %][% loopcel.value %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
			<tr>
52
			<tr>
53
				[% FOREACH data IN datas %]
53
				[% FOREACH data IN datas %]
54
                    <td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% data.aqbooksellerid %]">[% data.name %]</a></td>
54
                    <td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% data.aqbooksellerid %]">[% data.name %]</a></td>
55
                    <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% data.subscriptionid %]">[% data.title |html %]</a></td>
55
                    <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% data.subscriptionid %]">[% data.title %]</a></td>
56
					<td>[% data.subscriptionid %]</td>
56
					<td>[% data.subscriptionid %]</td>
57
                    <td>[% Branches.GetName( data.branchcode ) %]</td>
57
                    <td>[% Branches.GetName( data.branchcode ) %]</td>
58
					<td>[% data.callnumber %]</td>
58
					<td>[% data.callnumber %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-7 / +7 lines)
Lines 2-8 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% UNLESS ( multi_hold ) %]
4
[% UNLESS ( multi_hold ) %]
5
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Place a hold on [% title |html %]</title>
5
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Place a hold on [% title %]</title>
6
[% ELSE %]
6
[% ELSE %]
7
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
7
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
8
[% END %]
8
[% END %]
Lines 211-217 function checkMultiHold() { Link Here
211
[% INCLUDE 'circ-search.inc' %]
211
[% INCLUDE 'circ-search.inc' %]
212
212
213
[% UNLESS ( multi_hold ) %]
213
[% UNLESS ( multi_hold ) %]
214
    <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]">[% title |html %]</a> &rsaquo; Place a hold on [% title |html %]</div>
214
    <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]">[% title %]</a> &rsaquo; Place a hold on [% title %]</div>
215
[% ELSE %]
215
[% ELSE %]
216
    <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; Confirm holds</div>
216
    <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; Confirm holds</div>
217
[% END %]
217
[% END %]
Lines 243-249 function checkMultiHold() { Link Here
243
  [% END %]
243
  [% END %]
244
244
245
  [% UNLESS ( multi_hold ) %]
245
  [% UNLESS ( multi_hold ) %]
246
    <h1>Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% title |html %]</a></h1>
246
    <h1>Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% title %]</a></h1>
247
  [% ELSE %]
247
  [% ELSE %]
248
    <h1>Confirm holds</h1>
248
    <h1>Confirm holds</h1>
249
  [% END %]
249
  [% END %]
Lines 371-382 function checkMultiHold() { Link Here
371
            <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
371
            <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
372
            <input type="hidden" name="request" value="any"/>
372
            <input type="hidden" name="request" value="any"/>
373
            [% FOREACH biblioloo IN biblioloop %]
373
            [% FOREACH biblioloo IN biblioloop %]
374
              <input type="hidden" name="title_[% biblioloo.biblionumber %]" value="[% biblioloo.title |html %]"/>
374
              <input type="hidden" name="title_[% biblioloo.biblionumber %]" value="[% biblioloo.title %]"/>
375
              <input type="hidden" name="rank_[% biblioloo.biblionumber %]" value="[% biblioloo.rank %]"/>
375
              <input type="hidden" name="rank_[% biblioloo.biblionumber %]" value="[% biblioloo.rank %]"/>
376
            [% END %]
376
            [% END %]
377
        [% ELSE %]
377
        [% ELSE %]
378
            <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
378
            <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
379
            <input type="hidden" name="title" value="[% title |html %]" />
379
            <input type="hidden" name="title" value="[% title %]" />
380
            <input type="hidden" name="rank-request" value="[% fixedRank %]" />
380
            <input type="hidden" name="rank-request" value="[% fixedRank %]" />
381
        [% END %]
381
        [% END %]
382
382
Lines 582-588 function checkMultiHold() { Link Here
582
        [% END %]
582
        [% END %]
583
          <td>
583
          <td>
584
            <ul>
584
            <ul>
585
              <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title |html %]</a></li>
585
              <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title %]</a></li>
586
              [% IF ( biblioloo.publicationyear ) %]
586
              [% IF ( biblioloo.publicationyear ) %]
587
                <li><span class="label">Publication year:</span> [% biblioloo.publicationyear %]</li>
587
                <li><span class="label">Publication year:</span> [% biblioloo.publicationyear %]</li>
588
              [% END %]
588
              [% END %]
Lines 661-667 function checkMultiHold() { Link Here
661
    [% IF ( biblioloo.reserveloop ) %]
661
    [% IF ( biblioloo.reserveloop ) %]
662
    <table>
662
    <table>
663
      [% IF ( multi_hold ) %]
663
      [% IF ( multi_hold ) %]
664
          <caption><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title |html %]</a></caption>
664
          <caption><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title %]</a></caption>
665
      [% END %]
665
      [% END %]
666
      <tr>
666
      <tr>
667
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
667
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% review.biblionumber %]">[% review.bibliotitle %]</a>
50
            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% review.biblionumber %]">[% review.bibliotitle %]</a>
51
        </td>
51
        </td>
52
        <td>
52
        <td>
53
            [% review.review |html %]
53
            [% review.review %]
54
        </td>
54
        </td>
55
        <td>
55
        <td>
56
            [% IF ( status ) %]<a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=unapprove&amp;reviewid=[% review.reviewid %]">Unapprove</a>[% ELSE %]<a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&amp;reviewid=[% review.reviewid %]">Approve</a>[% END %] |
56
            [% IF ( status ) %]<a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=unapprove&amp;reviewid=[% review.reviewid %]">Unapprove</a>[% ELSE %]<a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&amp;reviewid=[% review.reviewid %]">Approve</a>[% END %] |
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-1 / +1 lines)
Lines 106-112 Link Here
106
                    </tr>
106
                    </tr>
107
                    [% FOREACH collectionItemsLoo IN collectionItemsLoop %]
107
                    [% FOREACH collectionItemsLoo IN collectionItemsLoop %]
108
                      <tr>
108
                      <tr>
109
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = collectionItemsLoo.biblionumber %][% collectionItemsLoo.title |html %]</a></td>
109
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = collectionItemsLoo.biblionumber %][% collectionItemsLoo.title %]</a></td>
110
                        <td>[% collectionItemsLoo.itemcallnumber %]</td>
110
                        <td>[% collectionItemsLoo.itemcallnumber %]</td>
111
                        <td>[% collectionItemsLoo.barcode %]</td>
111
                        <td>[% collectionItemsLoo.barcode %]</td>
112
                        <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId %]&amp;barcode=[% collectionItemsLoo.barcode %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
112
                        <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId %]&amp;barcode=[% collectionItemsLoo.barcode %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-1 / +1 lines)
Lines 112-118 Link Here
112
                [% subscriptions_loo.issn %]
112
                [% subscriptions_loo.issn %]
113
            </td>
113
            </td>
114
            <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptions_loo.subscriptionid |url %]">[% IF ( subscriptions_loo.title ) %]
114
            <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptions_loo.subscriptionid |url %]">[% IF ( subscriptions_loo.title ) %]
115
                    [% subscriptions_loo.title |html %]
115
                    [% subscriptions_loo.title %]
116
                [% ELSE %]
116
                [% ELSE %]
117
                    |
117
                    |
118
                [% END %]
118
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +1 lines)
Lines 240-246 Link Here
240
                            <span class="branch-[% missingissue.branchcode %]">[% Branches.GetName( missingissue.branchcode ) %]</span>
240
                            <span class="branch-[% missingissue.branchcode %]">[% Branches.GetName( missingissue.branchcode ) %]</span>
241
                        </td>
241
                        </td>
242
                        <td>
242
                        <td>
243
                        <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% missingissue.subscriptionid %]">[% missingissue.title |html %]</a>
243
                        <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% missingissue.subscriptionid %]">[% missingissue.title %]</a>
244
                        </td>
244
                        </td>
245
                        <td>[% missingissue.issn %]</td>
245
                        <td>[% missingissue.issn %]</td>
246
                        <td>[% missingissue.serialseq %]</td>
246
                        <td>[% missingissue.serialseq %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt (-5 / +5 lines)
Lines 32-50 function GetIt(bibno,title) Link Here
32
    </tr>
32
    </tr>
33
    [% FOREACH resultsloo IN resultsloop %]
33
    [% FOREACH resultsloo IN resultsloop %]
34
        <tr>
34
        <tr>
35
            <td class="title">[% resultsloo.title |html %] [% resultsloo.subtitle |html %]
35
            <td class="title">[% resultsloo.title %] [% resultsloo.subtitle %]
36
            </td>
36
            </td>
37
            <td>
37
            <td>
38
                [% resultsloo.author |html %]
38
                [% resultsloo.author %]
39
            </td>
39
            </td>
40
            <td>
40
            <td>
41
                [% resultsloo.publishercode |html %]
41
                [% resultsloo.publishercode %]
42
            </td>
42
            </td>
43
            <td>
43
            <td>
44
                [% resultsloo.publicationyear |html %]
44
                [% resultsloo.publicationyear %]
45
            </td>
45
            </td>
46
            <td>
46
            <td>
47
                [% resultsloo.issn |html %]
47
                [% resultsloo.issn %]
48
            </td>
48
            </td>
49
49
50
			<td><a href="#" onclick="GetIt('[% resultsloo.biblionumber %]',$(this));" title="Choose this record">Choose</a></td>
50
			<td><a href="#" onclick="GetIt('[% resultsloo.biblionumber %]',$(this));" title="Choose this record">Choose</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
        <td colspan="2"><h3>[% libraryname %]</h3></td>
19
        <td colspan="2"><h3>[% libraryname %]</h3></td>
20
    </tr>
20
    </tr>
21
    <tr>
21
    <tr>
22
        <td colspan="2"><b>Title:</b> [% title |html %]<br />[% issue %]</td>
22
        <td colspan="2"><b>Title:</b> [% title %]<br />[% issue %]</td>
23
    </tr>
23
    </tr>
24
    <tr>
24
    <tr>
25
        <td><b>Name</b></td>
25
        <td><b>Name</b></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt (-2 / +2 lines)
Lines 16-22 function print_slip(subscriptionid,issue){ Link Here
16
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'serials-search.inc' %]
17
[% INCLUDE 'serials-search.inc' %]
18
18
19
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% title |html %]</i></a> &rsaquo; Preview routing list</div>
19
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% title %]</i></a> &rsaquo; Preview routing list</div>
20
20
21
<div id="doc3" class="yui-t2">
21
<div id="doc3" class="yui-t2">
22
   
22
   
Lines 24-30 function print_slip(subscriptionid,issue){ Link Here
24
	<div id="yui-main">
24
	<div id="yui-main">
25
	<div class="yui-b">
25
	<div class="yui-b">
26
26
27
<h2>Preview routing list for <i>[% title |html %]</i></h2>
27
<h2>Preview routing list for <i>[% title %]</i></h2>
28
28
29
<form method="post" action="routing-preview.pl">
29
<form method="post" action="routing-preview.pl">
30
<input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
30
<input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-4 / +4 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; [% title |html %] &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit routing list[% END %]</title>
2
<title>Koha &rsaquo; Serials &rsaquo; [% title %] &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit routing list[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
<!--
5
<!--
Lines 29-35 function reorder_item(sid,rid,rank){ Link Here
29
[% INCLUDE 'header.inc' %]
29
[% INCLUDE 'header.inc' %]
30
[% INCLUDE 'serials-search.inc' %]
30
[% INCLUDE 'serials-search.inc' %]
31
31
32
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% title |html %]</i></a> &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit routing list[% END %]</div>
32
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% title %]</i></a> &rsaquo; [% IF ( op ) %]Create Routing List[% ELSE %]Edit routing list[% END %]</div>
33
33
34
<div id="doc3" class="yui-t2">
34
<div id="doc3" class="yui-t2">
35
   
35
   
Lines 39-47 function reorder_item(sid,rid,rank){ Link Here
39
39
40
40
41
[% IF ( op ) %]
41
[% IF ( op ) %]
42
<h1>Create routing list for <i>[% title |html %]</i></h1>
42
<h1>Create routing list for <i>[% title %]</i></h1>
43
[% ELSE %]
43
[% ELSE %]
44
<h1>Edit routing list for <i>[% title |html %]</i></h1>
44
<h1>Edit routing list for <i>[% title %]</i></h1>
45
[% END %]
45
[% END %]
46
46
47
<form method="post" action="routing.pl">
47
<form method="post" action="routing.pl">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 / +1 lines)
Lines 303-309 $(document).ready(function() { Link Here
303
                </td>
303
                </td>
304
                [% IF ( routing ) %]
304
                [% IF ( routing ) %]
305
                <td>
305
                <td>
306
                    <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq.replace("'", "\\'") |html %] ([% serial.publisheddate | $KohaDates %])'); return false" >Print list</a>
306
                    <a href="" onclick="print_slip([% serial.subscriptionid %], '[% serial.serialseq.replace("'", "\\'") %] ([% serial.publisheddate | $KohaDates %])'); return false" >Print list</a>
307
                </td>
307
                </td>
308
                [% END %]
308
                [% END %]
309
            </tr>
309
            </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-14 / +14 lines)
Lines 61-89 Link Here
61
              <ol>
61
              <ol>
62
                <li>
62
                <li>
63
                  <label for="issn">ISSN:</label>
63
                  <label for="issn">ISSN:</label>
64
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter | html %]" />
64
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter %]" />
65
                </li>
65
                </li>
66
                <li>
66
                <li>
67
                  <label for="title">Title:</label>
67
                  <label for="title">Title:</label>
68
                  <input type="text" id="title" name="title_filter" value="[% title_filter | html %]" />
68
                  <input type="text" id="title" name="title_filter" value="[% title_filter %]" />
69
                </li>
69
                </li>
70
                [% IF ( marcflavour == "UNIMARC" ) %]
70
                [% IF ( marcflavour == "UNIMARC" ) %]
71
                <li>
71
                <li>
72
                  <label for="ean">EAN:</label>
72
                  <label for="ean">EAN:</label>
73
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter | html %]" />
73
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter %]" />
74
                </li>
74
                </li>
75
                [% END %]
75
                [% END %]
76
                <li>
76
                <li>
77
                  <label for="callnumber">Call number:</label>
77
                  <label for="callnumber">Call number:</label>
78
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter | html %]" />
78
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter %]" />
79
                </li>
79
                </li>
80
                <li>
80
                <li>
81
                  <label for="publisher">Publisher:</label>
81
                  <label for="publisher">Publisher:</label>
82
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter | html %]" />
82
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
83
                </li>
83
                </li>
84
                <li>
84
                <li>
85
                  <label for="bookseller">Vendor:</label>
85
                  <label for="bookseller">Vendor:</label>
86
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter | html %]" />
86
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
87
                </li>
87
                </li>
88
                <li>
88
                <li>
89
                  <label for="branch">Library:</label>
89
                  <label for="branch">Library:</label>
Lines 189-195 Link Here
189
                        [% IF ( subscription.issn ) %][% subscription.issn %]
189
                        [% IF ( subscription.issn ) %][% subscription.issn %]
190
                        [% END %]
190
                        [% END %]
191
                        </td>
191
                        </td>
192
                        <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title |html %]</a>
192
                        <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title %]</a>
193
                        </td>
193
                        </td>
194
                        <td>[% IF ( subscription.publicnotes ) %][% subscription.publicnotes %][% END %]
194
                        <td>[% IF ( subscription.publicnotes ) %][% subscription.publicnotes %][% END %]
195
                        [% IF ( subscription.internalnotes ) %]([% subscription.internalnotes %])[% END %]
195
                        [% IF ( subscription.internalnotes ) %]([% subscription.internalnotes %])[% END %]
Lines 306-312 Link Here
306
                          [% END %]
306
                          [% END %]
307
                        </td>
307
                        </td>
308
                        <td>
308
                        <td>
309
                          <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title |html %]</a>
309
                          <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title %]</a>
310
                        </td>
310
                        </td>
311
                        <td>
311
                        <td>
312
                          [% IF ( subscription.notes ) %][% subscription.notes %][% END %]
312
                          [% IF ( subscription.notes ) %][% subscription.notes %][% END %]
Lines 381-409 Link Here
381
              <ol>
381
              <ol>
382
                <li>
382
                <li>
383
                  <label for="issn">ISSN:</label>
383
                  <label for="issn">ISSN:</label>
384
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter | html %]" />
384
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter %]" />
385
                </li>
385
                </li>
386
                <li>
386
                <li>
387
                  <label for="title">Title:</label>
387
                  <label for="title">Title:</label>
388
                  <input type="text" id="title" name="title_filter" value="[% title_filter | html %]" />
388
                  <input type="text" id="title" name="title_filter" value="[% title_filter %]" />
389
                </li>
389
                </li>
390
                [% IF ( marcflavour == "UNIMARC" ) %]
390
                [% IF ( marcflavour == "UNIMARC" ) %]
391
                <li>
391
                <li>
392
                  <label for="ean">EAN:</label>
392
                  <label for="ean">EAN:</label>
393
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter | html %]" />
393
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter %]" />
394
                </li>
394
                </li>
395
                [% END %]
395
                [% END %]
396
                <li>
396
                <li>
397
                  <label for="callnumber">Call number:</label>
397
                  <label for="callnumber">Call number:</label>
398
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter | html %]" />
398
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter %]" />
399
                </li>
399
                </li>
400
                <li>
400
                <li>
401
                  <label for="publisher">Publisher:</label>
401
                  <label for="publisher">Publisher:</label>
402
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter | html %]" />
402
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
403
                </li>
403
                </li>
404
                <li>
404
                <li>
405
                  <label for="bookseller">Vendor:</label>
405
                  <label for="bookseller">Vendor:</label>
406
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter | html %]" />
406
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
407
                </li>
407
                </li>
408
                <li>
408
                <li>
409
                  <label for="branch">Library:</label>
409
                  <label for="branch">Library:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-3 / +3 lines)
Lines 1-7 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
2
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Serials &rsaquo; [% IF ( modify ) %][% bibliotitle |html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</title>
4
<title>Koha &rsaquo; Serials &rsaquo; [% IF ( modify ) %][% bibliotitle %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'calendar.inc' %]
6
[% INCLUDE 'calendar.inc' %]
7
<style type="text/css">
7
<style type="text/css">
Lines 468-479 $(document).ready(function() { Link Here
468
[% INCLUDE 'header.inc' %]
468
[% INCLUDE 'header.inc' %]
469
[% INCLUDE 'serials-search.inc' %]
469
[% INCLUDE 'serials-search.inc' %]
470
470
471
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle |html %]</i></a> &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</div>
471
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle %]</i></a> &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</div>
472
472
473
<div id="doc3" class="yui-t7">
473
<div id="doc3" class="yui-t7">
474
    <div id="bd">
474
    <div id="bd">
475
        <div class="yui-g">
475
        <div class="yui-g">
476
            <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
476
            <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
477
            <form method="post" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated" onsubmit="return Check_page2();" >
477
            <form method="post" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated" onsubmit="return Check_page2();" >
478
                [% IF ( modify ) %]
478
                [% IF ( modify ) %]
479
                    <input type="hidden" name="op" value="modsubscription" />
479
                    <input type="hidden" name="op" value="modsubscription" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt (-2 / +2 lines)
Lines 26-32 Link Here
26
                <option value="">All</option>
26
                <option value="">All</option>
27
                [%- FOREACH itemtypeloo IN itemtypeloop %]
27
                [%- FOREACH itemtypeloo IN itemtypeloop %]
28
                <option value="[% itemtypeloo.code %]">
28
                <option value="[% itemtypeloo.code %]">
29
                    [% itemtypeloo.description |html %]
29
                    [% itemtypeloo.description %]
30
                </option>
30
                </option>
31
                [%- END %]
31
                [%- END %]
32
            </select>
32
            </select>
Lines 38-44 Link Here
38
                <option value="">All</option>
38
                <option value="">All</option>
39
                [%- FOREACH ccodeloo IN ccodeloop %]
39
                [%- FOREACH ccodeloo IN ccodeloop %]
40
                <option value="[% ccodeloo.code %]">
40
                <option value="[% ccodeloo.code %]">
41
                    [% ccodeloo.description |html %]
41
                    [% ccodeloo.description %]
42
                </option>
42
                </option>
43
                [%- END %]
43
                [%- END %]
44
            </select>
44
            </select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/tables/members_results.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
                "dt_name":
11
                "dt_name":
12
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]</a></span>",
12
                    "<span style='white-space:nowrap'><a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.borrowernumber %]'>[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]</a></span>",
13
                "dt_branch":
13
                "dt_branch":
14
                    "[% data.branchname |html %]",
14
                    "[% data.branchname %]",
15
                "dt_action":
15
                "dt_action":
16
                    "<a style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>"
16
                    "<a style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>"
17
            }[% UNLESS loop.last %],[% END %]
17
            }[% UNLESS loop.last %],[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-25 / +25 lines)
Lines 205-217 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
205
    <fieldset class="rows">
205
    <fieldset class="rows">
206
      <legend>Bibliographic information</legend>
206
      <legend>Bibliographic information</legend>
207
      <ol>
207
      <ol>
208
        <li><span class="label">Title:</span>[% title |html %]</li>
208
        <li><span class="label">Title:</span>[% title %]</li>
209
        <li><span class="label">Author:</span>[% author |html %]</li>
209
        <li><span class="label">Author:</span>[% author %]</li>
210
        <li><span class="label">Copyright date:</span>[% copyrightdate |html %]</li>
210
        <li><span class="label">Copyright date:</span>[% copyrightdate %]</li>
211
        <li><span class="label">ISBN or ISSN or other standard number:</span>[% isbn |html %]</li>
211
        <li><span class="label">ISBN or ISSN or other standard number:</span>[% isbn %]</li>
212
        <li><span class="label">Publisher:</span>[% publishercode |html %]</li>
212
        <li><span class="label">Publisher:</span>[% publishercode %]</li>
213
        <li><span class="label">Publication place:</span>[% place |html %]</li>
213
        <li><span class="label">Publication place:</span>[% place %]</li>
214
        <li><span class="label">Collection title:</span>[% collectiontitle |html %]</li>
214
        <li><span class="label">Collection title:</span>[% collectiontitle %]</li>
215
        <li><span class="label">Document type:</span>
215
        <li><span class="label">Document type:</span>
216
            [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', itemtype, 0 ) %]
216
            [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', itemtype, 0 ) %]
217
        </li>
217
        </li>
Lines 222-228 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
222
            [% END %]
222
            [% END %]
223
          </li>
223
          </li>
224
        [% END %]
224
        [% END %]
225
        <li><span class="label">Notes:</span>[% note |html %]</li>
225
        <li><span class="label">Notes:</span>[% note %]</li>
226
      </ol>
226
      </ol>
227
    </fieldset>
227
    </fieldset>
228
    <fieldset class="rows"> <legend>Suggestion management</legend>
228
    <fieldset class="rows"> <legend>Suggestion management</legend>
Lines 324-338 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
324
    <fieldset class="rows"> <legend>Bibliographic information</legend><ol>
324
    <fieldset class="rows"> <legend>Bibliographic information</legend><ol>
325
        <li>
325
        <li>
326
            <label for="title" class="required">Title:</label>
326
            <label for="title" class="required">Title:</label>
327
            <input type="text" id="title" name="title" size="80" maxlength="255" value="[% title |html %]" required="required" class="required" />
327
            <input type="text" id="title" name="title" size="80" maxlength="255" value="[% title %]" required="required" class="required" />
328
            <span class="required">Required</span>
328
            <span class="required">Required</span>
329
        </li>
329
        </li>
330
        <li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author | html %]"/></li>
330
        <li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author %]"/></li>
331
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate | html %]" /></li>
331
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate %]" /></li>
332
        <li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn | html %]"/></li>
332
        <li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn %]"/></li>
333
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode | html %]"/></li>
333
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode %]"/></li>
334
        <li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place | html %]"/></li>
334
        <li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place %]"/></li>
335
        <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]"/></li>
335
        <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle %]"/></li>
336
        <li><label for="itemtype">Document type:</label>
336
        <li><label for="itemtype">Document type:</label>
337
            [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, default=itemtype %]
337
            [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, default=itemtype %]
338
        </li>
338
        </li>
Lines 514-525 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
514
                </td>
514
                </td>
515
                <td>
515
                <td>
516
                    <a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=show" title="suggestion" >
516
                    <a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=show" title="suggestion" >
517
                        [% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a>
517
                        [% suggestions_loo.title %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a>
518
                    [<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=edit" title="suggestion" >edit</a>]
518
                    [<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=edit" title="suggestion" >edit</a>]
519
                    <br />
519
                    <br />
520
                    [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate |html %] [% END %]
520
                    [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate %] [% END %]
521
                        [% IF ( suggestions_loo.volumedesc ) %]; Volume:<i>[% suggestions_loo.volumedesc |html %]</i> [% END %]
521
                        [% IF ( suggestions_loo.volumedesc ) %]; Volume:<i>[% suggestions_loo.volumedesc %]</i> [% END %]
522
                        [% IF ( suggestions_loo.isbn ) %]; ISBN:<i>[% suggestions_loo.isbn |html %]</i> [% END %][% IF ( suggestions_loo.publishercode ) %]; Published by [% suggestions_loo.publishercode |html %] [% END %][% IF ( suggestions_loo.publicationyear ) %] in <i>[% suggestions_loo.publicationyear |html %]</i> [% END %][% IF ( suggestions_loo.place ) %] in <i>[% suggestions_loo.place |html %]</i> [% END %][% IF ( suggestions_loo.collectiontitle ) %]; [% suggestions_loo.collectiontitle |html %] [% END %][% IF ( suggestions_loo.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) %] [% END %]<br />[% IF ( suggestions_loo.note ) %]<span class="note">[% suggestions_loo.note |html%]</span>[% END %]
522
                        [% IF ( suggestions_loo.isbn ) %]; ISBN:<i>[% suggestions_loo.isbn %]</i> [% END %][% IF ( suggestions_loo.publishercode ) %]; Published by [% suggestions_loo.publishercode %] [% END %][% IF ( suggestions_loo.publicationyear ) %] in <i>[% suggestions_loo.publicationyear %]</i> [% END %][% IF ( suggestions_loo.place ) %] in <i>[% suggestions_loo.place %]</i> [% END %][% IF ( suggestions_loo.collectiontitle ) %]; [% suggestions_loo.collectiontitle %] [% END %][% IF ( suggestions_loo.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestions_loo.itemtype, 0 ) %] [% END %]<br />[% IF ( suggestions_loo.note ) %]<span class="note">[% suggestions_loo.note %]</span>[% END %]
523
                </td>
523
                </td>
524
                <td>
524
                <td>
525
                    [% IF ( suggestions_loo.emailsuggestedby ) %]<a href="mailto:[% suggestions_loo.emailsuggestedby %]">[% END %][% suggestions_loo.surnamesuggestedby %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby %])[% END %] [% IF ( suggestions_loo.emailsuggestedby ) %]</a>[% END %]
525
                    [% IF ( suggestions_loo.emailsuggestedby ) %]<a href="mailto:[% suggestions_loo.emailsuggestedby %]">[% END %][% suggestions_loo.surnamesuggestedby %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby %][% END %] [% IF (suggestions_loo.cardnumbersuggestedby ) %]([% suggestions_loo.cardnumbersuggestedby %])[% END %] [% IF ( suggestions_loo.emailsuggestedby ) %]</a>[% END %]
Lines 664-675 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
664
                <div style="display:block;" id="limits">
664
                <div style="display:block;" id="limits">
665
665
666
				<fieldset class="brief"><h4 class="local_collapse"><a href="#">Bibliographic information</a></h4>
666
				<fieldset class="brief"><h4 class="local_collapse"><a href="#">Bibliographic information</a></h4>
667
                   <ol> <li><label for="title"> Title:</label><input type="text" id="title" name="title" value="[% title |html %]" /></li>
667
                   <ol> <li><label for="title"> Title:</label><input type="text" id="title" name="title" value="[% title %]" /></li>
668
                    <li><label for="author"> Author:</label><input type="text" id="author" name="author" value="[% author | html %]" /></li>
668
                    <li><label for="author"> Author:</label><input type="text" id="author" name="author" value="[% author %]" /></li>
669
                    <li><label for="isbn"> ISBN:</label><input type="text" id="isbn"  name="isbn" value="[% isbn | html %]" /></li>
669
                    <li><label for="isbn"> ISBN:</label><input type="text" id="isbn"  name="isbn" value="[% isbn %]" /></li>
670
                    <li><label for="publishercode"> Publisher:</label><input type="text" id="publishercode" name="publishercode" value="[% publishercode | html %]" /></li>
670
                    <li><label for="publishercode"> Publisher:</label><input type="text" id="publishercode" name="publishercode" value="[% publishercode %]" /></li>
671
                    <li><label for="copyrightdate_filter"> Copyright date:</label><input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate | html %]" /></li>
671
                    <li><label for="copyrightdate_filter"> Copyright date:</label><input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate %]" /></li>
672
                    <li><label for="collectiontitle"> Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /></li><li><input type="submit" value="Go" /></li></ol>
672
                    <li><label for="collectiontitle"> Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle %]" /></li><li><input type="submit" value="Go" /></li></ol>
673
                </fieldset>
673
                </fieldset>
674
				 <fieldset class="brief"><h4 class="local_collapse"><a href="#">Suggestion information</a></h4>
674
				 <fieldset class="brief"><h4 class="local_collapse"><a href="#">Suggestion information</a></h4>
675
                    <ol>
675
                    <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-4 / +4 lines)
Lines 52-68 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
52
            [% ELSE %]
52
            [% ELSE %]
53
                <tr>
53
                <tr>
54
            [% END %]
54
            [% END %]
55
            <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = title.biblionumber %][% title.title |html %][% FOREACH subtitl IN title.subtitle %] [% subtitl.subfield %][% END %]</a>
55
            <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = title.biblionumber %][% title.title %][% FOREACH subtitl IN title.subtitle %] [% subtitl.subfield %][% END %]</a>
56
            [% title.author %]
56
            [% title.author %]
57
            <p>[% IF ( title.publishercode ) %]- [% title.publishercode|html %]
57
            <p>[% IF ( title.publishercode ) %]- [% title.publishercode %]
58
            [% IF ( title.place ) %] [% title.place %][% END %][% END %]
58
            [% IF ( title.place ) %] [% title.place %][% END %][% END %]
59
            [% IF ( title.pages ) %] - [% title.pages %][% IF ( title.size ) %] [% title.size %]
59
            [% IF ( title.pages ) %] - [% title.pages %][% IF ( title.size ) %] [% title.size %]
60
            [% END %]
60
            [% END %]
61
            [% END %]</p>
61
            [% END %]</p>
62
            [% IF ( title.notes ) %]
62
            [% IF ( title.notes ) %]
63
            <p>[% title.notes |html%]</p>[% END %]
63
            <p>[% title.notes%]</p>[% END %]
64
            [% IF ( title.TagLoop ) %]<p style="font-size:90%"><strong>Tagged with:</strong> [% FOREACH TagLoo IN title.TagLoop %]
64
            [% IF ( title.TagLoop ) %]<p style="font-size:90%"><strong>Tagged with:</strong> [% FOREACH TagLoo IN title.TagLoop %]
65
            <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term %]">[% TagLoo.term |html %]</a> <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
65
            <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term %]">[% TagLoo.term %]</a> <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
66
            [% END %]</p>
66
            [% END %]</p>
67
            [% END %]
67
            [% END %]
68
            </td>
68
            </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 97-103 for( x=0; x<allColumns.length; x++ ){ Link Here
97
		    <tbody>
97
		    <tbody>
98
            [% FOREACH item_loo IN item_loop %] <tr> [% IF ( show ) %][% IF ( item_loo.nomod ) %] <td class="error">Cannot edit</td>[% ELSE %]<td><input type="checkbox" name="itemnumber" value="[% item_loo.itemnumber %]" id="row[% item_loo.itemnumber %]" checked="checked" /></td>[% END %][% END %]
98
            [% FOREACH item_loo IN item_loop %] <tr> [% IF ( show ) %][% IF ( item_loo.nomod ) %] <td class="error">Cannot edit</td>[% ELSE %]<td><input type="checkbox" name="itemnumber" value="[% item_loo.itemnumber %]" id="row[% item_loo.itemnumber %]" checked="checked" /></td>[% END %][% END %]
99
		    <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
99
		    <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
100
			[% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field |html %]</td> 
100
			[% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field %]</td> 
101
					[% END %] </tr>
101
					[% END %] </tr>
102
		    [% END %]
102
		    [% END %]
103
		    </tbody>
103
		    </tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 132-138 $(document).ready(function(){ Link Here
132
                  <td>&nbsp;</td>
132
                  <td>&nbsp;</td>
133
                [% END %]
133
                [% END %]
134
                <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
134
                <td><label for="row[% item_loo.itemnumber %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber %]">[% item_loo.title %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author %][% END %]</label></td>
135
                [% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field |html %]</td> 
135
                [% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field %]</td> 
136
        [% END %] </tr>
136
        [% END %] </tr>
137
            [% END %]
137
            [% END %]
138
      </tbody>
138
      </tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-1 / +1 lines)
Lines 167-173 $(document).ready(function() { Link Here
167
                <tr>
167
                <tr>
168
                  <td><input type="checkbox" name="record_id" id="record_id_[% biblio.biblionumber %]" value="[% biblio.biblionumber %]" data-items="[% biblio.itemnumbers.size %]" data-issues="[% biblio.issues_count %]" data-reserves="[% biblio.reserves.size %]" /></td>
168
                  <td><input type="checkbox" name="record_id" id="record_id_[% biblio.biblionumber %]" value="[% biblio.biblionumber %]" data-items="[% biblio.itemnumbers.size %]" data-issues="[% biblio.issues_count %]" data-reserves="[% biblio.reserves.size %]" /></td>
169
                  <td><label for="record_id_[% biblio.biblionumber %]">[% biblio.biblionumber %]</label></td>
169
                  <td><label for="record_id_[% biblio.biblionumber %]">[% biblio.biblionumber %]</label></td>
170
                  <td>[% INCLUDE 'biblio-default-view.inc' biblionumber=biblio.biblionumber %][% biblio.title %][% IF ( biblio.subtitle ) %][% FOREACH subtitle IN biblio.subtitle %] [% subtitle.subfield |html %][% END %][% END %]</a></td>
170
                  <td>[% INCLUDE 'biblio-default-view.inc' biblionumber=biblio.biblionumber %][% biblio.title %][% IF ( biblio.subtitle ) %][% FOREACH subtitle IN biblio.subtitle %] [% subtitle.subfield %][% END %][% END %]</a></td>
171
                  <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.itemnumbers.size %]</a></td>
171
                  <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.itemnumbers.size %]</a></td>
172
                  <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.reserves.size %]</a></td>
172
                  <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.reserves.size %]</a></td>
173
                  <td><a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.issues_count %]</a></td>
173
                  <td><a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.issues_count %]</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-8 / +8 lines)
Lines 264-292 $(document).ready(function(){ Link Here
264
              </td>
264
              </td>
265
            [% END %]
265
            [% END %]
266
            <td>
266
            <td>
267
            [% result.barcode | html %]
267
            [% result.barcode %]
268
            </td>
268
            </td>
269
            <td>
269
            <td>
270
                [% Branches.GetName( result.homebranch ) %]
270
                [% Branches.GetName( result.homebranch ) %]
271
                [% result.location | html %] [% IF ( result.itemcallnumber ) %][[% result.itemcallnumber | html %]][% ELSE %][% END %]
271
                [% result.location %] [% IF ( result.itemcallnumber ) %][[% result.itemcallnumber %]][% ELSE %][% END %]
272
            </td>
272
            </td>
273
            <td>
273
            <td>
274
            <p><a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a></p><p>[% result.author | html %]</p>
274
            <p><a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title %]</a></p><p>[% result.author %]</p>
275
            </td>
275
            </td>
276
            <td>
276
            <td>
277
            [% result.notforloan | html %]
277
            [% result.notforloan %]
278
            </td>
278
            </td>
279
            <td>
279
            <td>
280
            [% result.itemlost | html %]
280
            [% result.itemlost %]
281
            </td>
281
            </td>
282
            <td>
282
            <td>
283
            [% result.damaged | html %]
283
            [% result.damaged %]
284
            </td>
284
            </td>
285
            <td>
285
            <td>
286
            [% result.withdrawn | html %]
286
            [% result.withdrawn %]
287
            </td>
287
            </td>
288
            <td>
288
            <td>
289
            [% result.datelastseen | $KohaDates | html %]
289
            [% result.datelastseen | $KohaDates %]
290
            </td>
290
            </td>
291
            <td>
291
            <td>
292
            [% IF result.problem == 'wrongplace' %]
292
            [% IF result.problem == 'wrongplace' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +2 lines)
Lines 200-208 Link Here
200
                                    </td>
200
                                    </td>
201
                                    <td>
201
                                    <td>
202
                                        [% IF ( loopro.module == 'CIRCULATION' ) %]
202
                                        [% IF ( loopro.module == 'CIRCULATION' ) %]
203
                                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% loopro.info %]&amp;biblionumber=[% loopro.biblionumber %]&amp;bi=[% loopro.biblioitemnumber %]#item[% loopro.info %]" title="Display detail for this item">Item [% loopro.barcode |html %]</a>
203
                                            <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% loopro.info %]&amp;biblionumber=[% loopro.biblionumber %]&amp;bi=[% loopro.biblioitemnumber %]#item[% loopro.info %]" title="Display detail for this item">Item [% loopro.barcode %]</a>
204
                                        [% ELSE %]
204
                                        [% ELSE %]
205
                                            [% loopro.info |html %]
205
                                            [% loopro.info %]
206
                                        [% END %]
206
                                        [% END %]
207
                                    </td>
207
                                    </td>
208
                                </tr>
208
                                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-6 / +6 lines)
Lines 17-29 Link Here
17
<div id="custom-doc" class="yui-t7">
17
<div id="custom-doc" class="yui-t7">
18
   <div id="bd">
18
   <div id="bd">
19
                [% IF ( multiple ) %]
19
                [% IF ( multiple ) %]
20
		    <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html%]</em>: [% ELSE %]a list:[% END %]</h1>
20
		    <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname%]</em>: [% ELSE %]a list:[% END %]</h1>
21
                [% ELSE %]
21
                [% ELSE %]
22
                        <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>[% ELSE %]a list:[% END %]</h1>
22
                        <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>[% ELSE %]a list:[% END %]</h1>
23
                [% END %]
23
                [% END %]
24
		<ul>
24
		<ul>
25
		    [% FOREACH biblio IN biblios %]
25
		    [% FOREACH biblio IN biblios %]
26
			<li> <span class="title">[% biblio.title |html %]</span>
26
			<li> <span class="title">[% biblio.title %]</span>
27
			    [% IF ( biblio.author ) %]<span class="author"> [% biblio.author %] </span>[% END %]
27
			    [% IF ( biblio.author ) %]<span class="author"> [% biblio.author %] </span>[% END %]
28
			</li>
28
			</li>
29
		    [% END %]
29
		    [% END %]
Lines 46-66 Link Here
46
                [% IF private_shelves.count %]
46
                [% IF private_shelves.count %]
47
                    <optgroup label="Private lists">
47
                    <optgroup label="Private lists">
48
                        [% FOREACH private_shelf IN private_shelves %]
48
                        [% FOREACH private_shelf IN private_shelves %]
49
                            <option value="[% private_shelf.shelfnumber %]">[% private_shelf.shelfname | html%]</option>
49
                            <option value="[% private_shelf.shelfnumber %]">[% private_shelf.shelfname %]</option>
50
                        [% END %]
50
                        [% END %]
51
                    </optgroup>
51
                    </optgroup>
52
                [% END %]
52
                [% END %]
53
                [% IF private_shelves_shared_with_me.count %]
53
                [% IF private_shelves_shared_with_me.count %]
54
                    <optgroup label="Private lists shared with me">
54
                    <optgroup label="Private lists shared with me">
55
                        [% FOREACH private_shelf IN private_shelves_shared_with_me %]
55
                        [% FOREACH private_shelf IN private_shelves_shared_with_me %]
56
                            <option value="[% private_shelf.shelfnumber %]">[% private_shelf.shelfname | html%]</option>
56
                            <option value="[% private_shelf.shelfnumber %]">[% private_shelf.shelfname %]</option>
57
                        [% END %]
57
                        [% END %]
58
                    </optgroup>
58
                    </optgroup>
59
                [% END %]
59
                [% END %]
60
                [% IF public_shelves.count %]
60
                [% IF public_shelves.count %]
61
                    <optgroup label="Public lists">
61
                    <optgroup label="Public lists">
62
                        [% FOREACH public_shelf IN public_shelves %]
62
                        [% FOREACH public_shelf IN public_shelves %]
63
                            <option value="[% public_shelf.shelfnumber %]">[% public_shelf.shelfname | html%]</option>
63
                            <option value="[% public_shelf.shelfnumber %]">[% public_shelf.shelfname %]</option>
64
                        [% END %]
64
                        [% END %]
65
                    </optgroup>
65
                    </optgroup>
66
                [% END %]
66
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-9 / +9 lines)
Lines 3-9 Link Here
3
[% SET PRIVATE = 1 %]
3
[% SET PRIVATE = 1 %]
4
[% SET PUBLIC = 2 %]
4
[% SET PUBLIC = 2 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname | html %][% END %]</title>
6
<title>Koha &rsaquo; [% IF op == 'view' %]Lists &rsaquo; Contents of [% shelf.shelfname %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list [% shelf.shelfname %][% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
Lines 138-144 $(document).ready(function(){ Link Here
138
            [% SET number_of_private_shelves = 0 %]
138
            [% SET number_of_private_shelves = 0 %]
139
            [% FOREACH s IN add_to_some_private_shelves %]
139
            [% FOREACH s IN add_to_some_private_shelves %]
140
                [% IF shelfnumber != s.shelfnumber %]
140
                [% IF shelfnumber != s.shelfnumber %]
141
                    param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname |html %]<\/option>";
141
                    param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname %]<\/option>";
142
                    [% SET number_of_private_shelves = number_of_private_shelves + 1 %]
142
                    [% SET number_of_private_shelves = number_of_private_shelves + 1 %]
143
                    [% IF number_of_private_shelves == 10 %][% LAST %][% END %]
143
                    [% IF number_of_private_shelves == 10 %][% LAST %][% END %]
144
                [% END %]
144
                [% END %]
Lines 150-156 $(document).ready(function(){ Link Here
150
            [% SET number_of_public_shelves = 0 %]
150
            [% SET number_of_public_shelves = 0 %]
151
            [% FOREACH s IN add_to_some_public_shelves %]
151
            [% FOREACH s IN add_to_some_public_shelves %]
152
                [% IF shelfnumber != s.shelfnumber %]
152
                [% IF shelfnumber != s.shelfnumber %]
153
                    param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname |html %]<\/option>";
153
                    param1 += "<option id=\"s[% s.shelfnumber %]\" value=\"addtolist\">[% s.shelfname %]<\/option>";
154
                    [% SET number_of_public_shelves = number_of_public_shelves + 1 %]
154
                    [% SET number_of_public_shelves = number_of_public_shelves + 1 %]
155
                    [% IF number_of_public_shelves == 10 %][% LAST %][% END %]
155
                    [% IF number_of_public_shelves == 10 %][% LAST %][% END %]
156
                [% END %]
156
                [% END %]
Lines 310-316 function placeHold () { Link Here
310
        [% END %]
310
        [% END %]
311
    [% END %]
311
    [% END %]
312
312
313
[% IF op == 'view' %]&rsaquo; Contents of <i>[% shelf.shelfname | html %]</i>[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list <i>[% shelf.shelfname | html %]</i>[% END %]</div>
313
[% IF op == 'view' %]&rsaquo; Contents of <i>[% shelf.shelfname %]</i>[% END %][% IF op == 'add_form' %] &rsaquo; Create new list[% END %][% IF op == 'edit_form' %] &rsaquo; Edit list <i>[% shelf.shelfname %]</i>[% END %]</div>
314
314
315
<div id="doc3" class="yui-t2">
315
<div id="doc3" class="yui-t2">
316
<div id="bd">
316
<div id="bd">
Lines 371-377 function placeHold () { Link Here
371
   <div class="yui-g">
371
   <div class="yui-g">
372
    [% IF itemsloop %]
372
    [% IF itemsloop %]
373
373
374
    <h3>Contents of <i>[% shelf.shelfname | html %]</i></h3>
374
    <h3>Contents of <i>[% shelf.shelfname %]</i></h3>
375
    <div class="pages">[% pagination_bar %]</div>
375
    <div class="pages">[% pagination_bar %]</div>
376
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post" class="checkboxed">
376
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post" class="checkboxed">
377
        <input type="hidden" name="op" value="remove_biblios" />
377
        <input type="hidden" name="op" value="remove_biblios" />
Lines 453-459 function placeHold () { Link Here
453
                    [% itemsloo.XSLTBloc %]
453
                    [% itemsloo.XSLTBloc %]
454
                [% ELSE %]
454
                [% ELSE %]
455
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = itemsloo.biblionumber %]
455
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = itemsloo.biblionumber %]
456
                    [% itemsloo.title |html %][% FOREACH subtitl IN itemsloo.subtitle %] [% subtitl.subfield %][% END %]</a>
456
                    [% itemsloo.title %][% FOREACH subtitl IN itemsloo.subtitle %] [% subtitl.subfield %][% END %]</a>
457
                [% END %]
457
                [% END %]
458
                    <p class="hold">
458
                    <p class="hold">
459
                        [% IF ( itemsloo.notforloan ) %]
459
                        [% IF ( itemsloo.notforloan ) %]
Lines 501-507 function placeHold () { Link Here
501
<div class="yui-g">
501
<div class="yui-g">
502
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
502
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
503
 <fieldset class="brief noprint">
503
 <fieldset class="brief noprint">
504
    <legend>Add an item to <i>[% shelf.shelfname | html %]</i></legend>
504
    <legend>Add an item to <i>[% shelf.shelfname %]</i></legend>
505
        <ol>
505
        <ol>
506
            <li>
506
            <li>
507
                <label for="barcode">Barcode:</label>
507
                <label for="barcode">Barcode:</label>
Lines 527-540 function placeHold () { Link Here
527
            <legend>Create a new list</legend>
527
            <legend>Create a new list</legend>
528
            <input type="hidden" name="op" value="add" />
528
            <input type="hidden" name="op" value="add" />
529
        [% ELSE %]
529
        [% ELSE %]
530
            <legend>Edit list <i>[% shelf.shelfname | html %]</i></legend>
530
            <legend>Edit list <i>[% shelf.shelfname %]</i></legend>
531
            <input type="hidden" name="op" value="edit" />
531
            <input type="hidden" name="op" value="edit" />
532
        [% END %]
532
        [% END %]
533
        <input type="hidden" name="referer" value="[% referer %]" />
533
        <input type="hidden" name="referer" value="[% referer %]" />
534
        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber %]" />
534
        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber %]" />
535
        <ol>
535
        <ol>
536
            <li>
536
            <li>
537
                <label for="shelfname" class="required">Name: </label><input type="text" id="shelfname" name="shelfname" size="25" value="[% shelf.shelfname |html %]" required="required" class="required" />
537
                <label for="shelfname" class="required">Name: </label><input type="text" id="shelfname" name="shelfname" size="25" value="[% shelf.shelfname %]" required="required" class="required" />
538
            <span class="required">Required</span>
538
            <span class="required">Required</span>
539
            </li>
539
            </li>
540
            <li>
540
            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-2 / +1 lines)
Lines 10-16 Link Here
10
                "dt_type":
10
                "dt_type":
11
                    "[% data.type %]",
11
                    "[% data.type %]",
12
                "dt_shelfname":
12
                "dt_shelfname":
13
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=[% data.shelfnumber %]'>[% data.shelfname | html%]</a>",
13
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=[% data.shelfnumber %]'>[% data.shelfname %]</a>",
14
                "dt_count":
14
                "dt_count":
15
                    "[% data.count %] item(s)",
15
                    "[% data.count %] item(s)",
16
                "dt_owner":
16
                "dt_owner":
17
- 

Return to bug 13618