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
174
Lines 194-200 function finderjumpfull(page) Link Here
194
                        <option value="is">is exactly</option>
194
                        <option value="is">is exactly</option>
195
                        [% END %]
195
                        [% END %]
196
                    </select>
196
                    </select>
197
                    <input id="value_any" style="width:400px;" type="text" name="value_any" value="[% value_any |html %]" />
197
                    <input id="value_any" style="width:400px;" type="text" name="value_any" value="[% value_any %]" />
198
                    <div id="yvaluecontainermarclist"></div>
198
                    <div id="yvaluecontainermarclist"></div>
199
                </li>
199
                </li>
200
                <li>
200
                <li>
Lines 219-225 function finderjumpfull(page) 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 type="text" name="value_match" value="[% value_match |html %]" />
222
                    <input type="text" name="value_match" value="[% value_match %]" />
223
                </li>
223
                </li>
224
        <li>
224
        <li>
225
        <label for="orderby">Sort by: </label>
225
        <label for="orderby">Sort by: </label>
(-)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 58-64 Link Here
58
            <option value="is">is exactly</option>
58
            <option value="is">is exactly</option>
59
            [% END %]
59
            [% END %]
60
        </select>
60
        </select>
61
        <input id="value_mainentry" type="text" name="value" value="[% value | html%]" />
61
        <input id="value_mainentry" type="text" name="value" value="[% value%]" />
62
        <select name="orderby">
62
        <select name="orderby">
63
            [% IF ( orderby == 'HeadingAsc' ) %]
63
            [% IF ( orderby == 'HeadingAsc' ) %]
64
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
64
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
Lines 112-118 Link Here
112
            <option value="is">is exactly</option>
112
            <option value="is">is exactly</option>
113
            [% END %]
113
            [% END %]
114
        </select>
114
        </select>
115
        <input id="value_matchheading" type="text" name="value" value="[% value | html %]" />
115
        <input id="value_matchheading" type="text" name="value" value="[% value %]" />
116
        <select name="orderby">
116
        <select name="orderby">
117
            [% IF ( orderby == 'HeadingAsc' ) %]
117
            [% IF ( orderby == 'HeadingAsc' ) %]
118
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
118
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
Lines 168-174 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_anywhere" type="text" name="value" value="[% value | html %]" />
171
        <input id="value_anywhere" type="text" name="value" value="[% value %]" />
172
        <select name="orderby">
172
        <select name="orderby">
173
            [% IF ( orderby == 'HeadingAsc' ) %]
173
            [% IF ( orderby == 'HeadingAsc' ) %]
174
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
174
            <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 1-4 Link Here
1
[%- USE Branches -%]
1
[%- USE Branches -%]
2
[%- biblio = item.biblio -%]
2
[%- biblio = item.biblio -%]
3
[%- biblioitem = item.biblioitem -%]
3
[%- biblioitem = item.biblioitem -%]
4
"[% biblio.title |html %] by [% biblio.author |html %]", "[% biblioitem.publicationyear |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' %]
4
"[% biblio.title %] by [% biblio.author %]", "[% biblioitem.publicationyear %]", "[% 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 ) %]Showing only <strong>available</strong> items. <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 %]Limit to <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">currently available items.</a>[% END %]</li></ul>
6
    <li id="availability_facet">Availability<ul><li>[% IF ( available ) %]Showing only <strong>available</strong> items. <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 %]Limit to <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">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 url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
31
        [% SET 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="[% url %]" title="Remove facet [% facet.facet_link_value | html %]">x</a>]
33
        [<a href="[% url %]" title="Remove facet [% facet.facet_link_value %]">x</a>]
34
      [% ELSE %]
34
      [% ELSE %]
35
        [% SET url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
35
        [% SET url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
36
        <span class="facet-label"><a href="[% url %]" title="[% facet.facet_title_value |html %]">[% facet.facet_label_value %]</a></span>
36
        <span class="facet-label"><a href="[% 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 (-3 / +3 lines)
Lines 32-38 Link Here
32
                        [% END %]
32
                        [% END %]
33
                        <span class="subfield">[% subfiel.subtag %]</span> / [% subfiel.value %]
33
                        <span class="subfield">[% subfiel.subtag %]</span> / [% subfiel.value %]
34
                    <input type="hidden" name="tag_[% subfiel.tag %]_code_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.subtag %]" />
34
                    <input type="hidden" name="tag_[% subfiel.tag %]_code_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.subtag %]" />
35
                    <input type="hidden" name="tag_[% subfiel.tag %]_subfield_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.value |html%]" />
35
                    <input type="hidden" name="tag_[% subfiel.tag %]_subfield_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.value%]" />
36
                    </li>
36
                    </li>
37
                    [% END %]
37
                    [% END %]
38
                </ul>
38
                </ul>
Lines 69-75 Link Here
69
                [% IF ( fiel.value ) %] /
69
                [% IF ( fiel.value ) %] /
70
                    [% fiel.value %]
70
                    [% fiel.value %]
71
                    <input type="hidden" name="tag_[% fiel.tag %]_code_00_[% fiel.key %]" value="00" />
71
                    <input type="hidden" name="tag_[% fiel.tag %]_code_00_[% fiel.key %]" value="00" />
72
                    <input type="hidden" name="tag_[% fiel.tag %]_subfield_00_[% fiel.key %]" value="[% fiel.value |html%]" />
72
                    <input type="hidden" name="tag_[% fiel.tag %]_subfield_00_[% fiel.key %]" value="[% fiel.value%]" />
73
                [% END %]
73
                [% END %]
74
74
75
                [% IF ( fiel.subfield ) %]
75
                [% IF ( fiel.subfield ) %]
Lines 78-84 Link Here
78
                            <li id="k[% subfiel.subkey %]">
78
                            <li id="k[% subfiel.subkey %]">
79
                                <span class="subfield">[% subfiel.subtag %]</span> / [% subfiel.value %]
79
                                <span class="subfield">[% subfiel.subtag %]</span> / [% subfiel.value %]
80
                                <input type="hidden" name="tag_[% subfiel.tag %]_code_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.subtag %]" />
80
                                <input type="hidden" name="tag_[% subfiel.tag %]_code_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.subtag %]" />
81
                                <input type="hidden" name="tag_[% subfiel.tag %]_subfield_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.value |html%]" />
81
                                <input type="hidden" name="tag_[% subfiel.tag %]_subfield_[% subfiel.subtag %]_[% subfiel.key %]_[% subfiel.subkey %]" value="[% subfiel.value%]" />
82
                            </li>
82
                            </li>
83
                        [% END %]
83
                        [% END %]
84
                    </ul>
84
                    </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 type="text" size="40" name="searchfield" value="[% searchfield |html %]" />
9
        <input 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 (-9 / +9 lines)
Lines 37-54 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
            <tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr>
51
            <tr><th scope="row">Zebra version: </th><td>[% zebraVersion %]</td></tr>
52
            [% IF (errZebraConnection == 10000) %]
52
            [% IF (errZebraConnection == 10000) %]
53
            <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
53
            <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
54
            [% ELSIF (errZebraConnection) %]
54
            [% ELSIF (errZebraConnection) %]
Lines 758-764 Link Here
758
            <tr class="[% loop.parity %]">
758
            <tr class="[% loop.parity %]">
759
                [% FOREACH ro IN tabl.row2 %]
759
                [% FOREACH ro IN tabl.row2 %]
760
                     <td>[% ro.date %]</td>
760
                     <td>[% ro.date %]</td>
761
                     <td>[% ro.desc|html %]</td>
761
                     <td>[% ro.desc %]</td>
762
                [% END %]
762
                [% END %]
763
            </tr>
763
            </tr>
764
        [% END %]
764
        [% 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 226-232 Link Here
226
                    <p><strong>The following records could not be deleted:</strong></p>
226
                    <p><strong>The following records could not be deleted:</strong></p>
227
                    <ul>
227
                    <ul>
228
                    [% FOREACH cannotdelbiblio IN cannotdelbiblios %]
228
                    [% FOREACH cannotdelbiblio IN cannotdelbiblios %]
229
                        <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cannotdelbiblio.biblionumber %]">[% cannotdelbiblio.title |html %]</a> by [% cannotdelbiblio.author %]:
229
                        <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cannotdelbiblio.biblionumber %]">[% cannotdelbiblio.title %]</a> by [% cannotdelbiblio.author %]:
230
                            <ul>
230
                            <ul>
231
                            [% IF (cannotdelbiblio.itemcount) %]<li>[% cannotdelbiblio.itemcount %] item(s) attached.</li>[% END %]
231
                            [% IF (cannotdelbiblio.itemcount) %]<li>[% cannotdelbiblio.itemcount %] item(s) attached.</li>[% END %]
232
                            [% IF (cannotdelbiblio.subscriptions) %]<li>[% cannotdelbiblio.subscriptions %] subscription(s) attached.</li>[% END %]
232
                            [% IF (cannotdelbiblio.subscriptions) %]<li>[% cannotdelbiblio.subscriptions %] subscription(s) attached.</li>[% END %]
Lines 242-248 Link Here
242
            <META HTTP-EQUIV=Refresh CONTENT="0; url=booksellers.pl">
242
            <META HTTP-EQUIV=Refresh CONTENT="0; url=booksellers.pl">
243
            [% END %]
243
            [% END %]
244
        [% ELSE %]
244
        [% ELSE %]
245
        <h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for <a href="supplier.pl?booksellerid=[% booksellerid %]">[% name|html %]</a></h1>
245
        <h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname %] ([% basketno %]) for <a href="supplier.pl?booksellerid=[% booksellerid %]">[% name %]</a></h1>
246
        [% IF ( basketno ) %]
246
        [% IF ( basketno ) %]
247
            <div id="acqui_basket_summary" class="yui-g">
247
            <div id="acqui_basket_summary" class="yui-g">
248
                <div class="rows">
248
                <div class="rows">
Lines 447-453 Link Here
447
                        <td>
447
                        <td>
448
                            <p>
448
                            <p>
449
                                [% IF ( books_loo.order_received ) %] (rcvd)[% END %]
449
                                [% IF ( books_loo.order_received ) %] (rcvd)[% END %]
450
                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber %]">[% books_loo.title |html %]</a> by [% books_loo.author %]
450
                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber %]">[% books_loo.title %]</a> by [% books_loo.author %]
451
                                <br />
451
                                <br />
452
                                [% IF ( books_loo.isbn ) %] - [% books_loo.isbn %][% END %]
452
                                [% IF ( books_loo.isbn ) %] - [% books_loo.isbn %][% END %]
453
                                [% IF ( books_loo.issn ) %] - [% books_loo.issn %][% END %]
453
                                [% IF ( books_loo.issn ) %] - [% books_loo.issn %][% END %]
Lines 461-472 Link Here
461
                                [% END %]
461
                                [% END %]
462
                            </p>
462
                            </p>
463
                                [% IF ( books_loo.order_internalnote ) %]
463
                                [% IF ( books_loo.order_internalnote ) %]
464
                                    <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>
464
                                    <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>
465
                                [% ELSE %]
465
                                [% ELSE %]
466
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=internal">Add internal note</a>]
466
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=internal">Add internal note</a>]
467
                                [% END %]
467
                                [% END %]
468
                                [% IF ( books_loo.order_vendornote ) %]
468
                                [% IF ( books_loo.order_vendornote ) %]
469
                                    <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>
469
                                    <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>
470
                                [% ELSE %]
470
                                [% ELSE %]
471
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=vendor">Add vendor note</a>]
471
                                    [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]&type=vendor">Add vendor note</a>]
472
                                [% END %]
472
                                [% END %]
Lines 568-574 Link Here
568
                      <p>
568
                      <p>
569
                        [% IF ( order.order_received ) %] (rcvd)[% END %]
569
                        [% IF ( order.order_received ) %] (rcvd)[% END %]
570
                        [% IF (order.title) %]
570
                        [% IF (order.title) %]
571
                          [% order.title |html %] by [% order.author %]<br />
571
                          [% order.title %] by [% order.author %]<br />
572
                        [% ELSE %]
572
                        [% ELSE %]
573
                          <em>Deleted bibliographic record, can't find title</em><br />
573
                          <em>Deleted bibliographic record, can't find title</em><br />
574
                        [% END %]
574
                        [% END %]
Lines 632-638 Link Here
632
        <div id="closebasket_needsconfirmation" class="dialog alert">
632
        <div id="closebasket_needsconfirmation" class="dialog alert">
633
633
634
        <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
634
        <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
635
            <h1>Are you sure you want to close basket [% basketname|html %]?</h1>
635
            <h1>Are you sure you want to close basket [% basketname %]?</h1>
636
            [% IF ( CAN_user_acquisition_group_manage ) %]
636
            [% IF ( CAN_user_acquisition_group_manage ) %]
637
            <p>
637
            <p>
638
            <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
638
            <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="icon-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="icon-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="icon-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="icon-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 226-234 Link Here
226
                <tbody>
226
                <tbody>
227
                [% FOREACH f IN files %]
227
                [% FOREACH f IN files %]
228
                    <tr>
228
                    <tr>
229
                         <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>
229
                         <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>
230
                         <td>[% f.file_type | html %]</td>
230
                         <td>[% f.file_type %]</td>
231
                         <td>[% f.file_description | html %]</td>
231
                         <td>[% f.file_description %]</td>
232
                         <td class="title-string">
232
                         <td class="title-string">
233
                           <span title="[% f.date_uploaded %]">[% f.date_uploaded | $KohaDates %]</span>
233
                           <span title="[% f.date_uploaded %]">[% f.date_uploaded | $KohaDates %]</span>
234
                         </td>
234
                         </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 63-69 Link Here
63
      [% FOREACH biblio IN resultsloop %]
63
      [% FOREACH biblio IN resultsloop %]
64
        <tr>
64
        <tr>
65
            <td>
65
            <td>
66
                <p><span class="title">[% biblio.title |html %]</span>
66
                <p><span class="title">[% biblio.title %]</span>
67
                [% IF ( biblio.author ) %]  by <span class="author">[% biblio.author %]</span>,[% END %]</p>
67
                [% IF ( biblio.author ) %]  by <span class="author">[% biblio.author %]</span>,[% END %]</p>
68
                <p>[% IF ( biblio.isbn ) %] [% biblio.isbn %][% END %]
68
                <p>[% IF ( biblio.isbn ) %] [% biblio.isbn %][% END %]
69
                [% IF ( biblio.pages ) %] - [% biblio.pages %][% END %]
69
                [% IF ( biblio.pages ) %] - [% biblio.pages %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 310-319 $(document).ready(function() Link Here
310
        <ol><li>
310
        <ol><li>
311
            [% IF ( biblionumber ) %]
311
            [% IF ( biblionumber ) %]
312
            <span class="label">Title</span>
312
            <span class="label">Title</span>
313
                <input type="hidden" name="title" value="[% title |html %]" /> <span class="title">[% title |html %]</span>
313
                <input type="hidden" name="title" value="[% title %]" /> <span class="title">[% title %]</span>
314
            [% ELSE %]
314
            [% ELSE %]
315
            <label for="entertitle" class="required">Title: </label>
315
            <label for="entertitle" class="required">Title: </label>
316
                <input type="text" id="entertitle" size="50" name="title" value="[% title |html %]" class="focus" />
316
                <input type="text" id="entertitle" size="50" name="title" value="[% title %]" class="focus" />
317
                <span class="required">Required</span>
317
                <span class="required">Required</span>
318
            [% END %]
318
            [% END %]
319
        </li>
319
        </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 139-145 Link Here
139
139
140
    <fieldset class="rows">
140
    <fieldset class="rows">
141
    <legend>Catalog details</legend>
141
    <legend>Catalog details</legend>
142
    <ol><li><span class="label">Title: </span><span class="title">[% title |html %]</span></li>
142
    <ol><li><span class="label">Title: </span><span class="title">[% title %]</span></li>
143
    <li> <span class="label">Author: </span>
143
    <li> <span class="label">Author: </span>
144
        [% author %]</li>
144
        [% author %]</li>
145
    <li><span class="label">Copyright: </span>
145
    <li><span class="label">Copyright: </span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-4 / +4 lines)
Lines 253-259 Link Here
253
                </td>
253
                </td>
254
                <td class="orderfilterclass"><a href="neworderempty.pl?ordernumber=[% loop_order.ordernumber %]&amp;booksellerid=[% loop_order.booksellerid %]">[% loop_order.ordernumber %]</a></td>
254
                <td class="orderfilterclass"><a href="neworderempty.pl?ordernumber=[% loop_order.ordernumber %]&amp;booksellerid=[% loop_order.booksellerid %]">[% loop_order.ordernumber %]</a></td>
255
                <td class="summaryfilterclass">
255
                <td class="summaryfilterclass">
256
                  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title |html %]</a>
256
                  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_order.biblionumber %]">[% loop_order.title %]</a>
257
                [% IF ( loop_order.author ) %] by [% loop_order.author %][% END %]
257
                [% IF ( loop_order.author ) %] by [% loop_order.author %][% END %]
258
                [% IF ( loop_order.isbn ) %] &ndash; [% loop_order.isbn %][% END %]
258
                [% IF ( loop_order.isbn ) %] &ndash; [% loop_order.isbn %][% END %]
259
                [% IF ( loop_order.publishercode ) %]<br />Publisher:[% loop_order.publishercode %][% END %]
259
                [% IF ( loop_order.publishercode ) %]<br />Publisher:[% loop_order.publishercode %][% END %]
Lines 264-275 Link Here
264
                [% END %]
264
                [% END %]
265
                <br />
265
                <br />
266
                [% IF ( loop_order.order_internalnote ) %]
266
                [% IF ( loop_order.order_internalnote ) %]
267
                    <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>
267
                    <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>
268
                [% ELSE %]
268
                [% ELSE %]
269
                    [<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>]
269
                    [<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
                [% END %]
270
                [% END %]
271
                [% IF ( loop_order.order_vendornote ) %]
271
                [% IF ( loop_order.order_vendornote ) %]
272
                    <p class="ordernote"><strong>Vendor note: </strong>[% loop_order.order_vendornote|html %]</p>
272
                    <p class="ordernote"><strong>Vendor note: </strong>[% loop_order.order_vendornote %]</p>
273
                [% ELSE %]
273
                [% ELSE %]
274
                    [<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>]
274
                    [<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
                [% END %]
275
                [% END %]
Lines 400-406 Link Here
400
                    0
400
                    0
401
                  [% END %]
401
                  [% END %]
402
                </td>
402
                </td>
403
                <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title |html %]</a>
403
                <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% order.biblionumber %]">[% order.title %]</a>
404
                [% IF ( order.author ) %] / [% order.author %][% END %]
404
                [% IF ( order.author ) %] / [% order.author %][% END %]
405
                [% IF ( order.isbn ) %] - [% order.isbn %][% END %]
405
                [% IF ( order.isbn ) %] - [% order.isbn %][% END %]
406
                [% IF ( order.publishercode ) %]<br />Publisher :[% order.publishercode %][% END %]
406
                [% 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 style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) | html %] );'>Select</a>"
19
                        "<a style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) %] );'>Select</a>"
20
                    [%- ELSE -%]
20
                    [%- ELSE -%]
21
                        "<a style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\");'>Select</a>"
21
                        "<a 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 75-81 Link Here
75
                      <tr>
75
                      <tr>
76
                        <td><a href="neworderempty.pl?ordernumber=[% ordersloo.ordernumber %]">[% ordersloo.ordernumber %]</a></td>
76
                        <td><a href="neworderempty.pl?ordernumber=[% ordersloo.ordernumber %]">[% ordersloo.ordernumber %]</a></td>
77
                        <td>
77
                        <td>
78
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% ordersloo.biblionumber %]">[% ordersloo.title |html %]</a>
78
                            <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% ordersloo.biblionumber %]">[% ordersloo.title %]</a>
79
                            [% IF ( ordersloo.author ) %] by [% ordersloo.author %][% END %]
79
                            [% IF ( ordersloo.author ) %] by [% ordersloo.author %][% END %]
80
                            [% IF ( ordersloo.isbn ) %] &ndash; [% ordersloo.isbn %][% END %]
80
                            [% IF ( ordersloo.isbn ) %] &ndash; [% ordersloo.isbn %][% END %]
81
                            [% IF ( ordersloo.publishercode ) %]<br />Publisher :[% ordersloo.publishercode %][% END %]
81
                            [% IF ( ordersloo.publishercode ) %]<br />Publisher :[% ordersloo.publishercode %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-3 / +3 lines)
Lines 97-103 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
97
    <div class="yui-u first">
97
    <div class="yui-u first">
98
	    <fieldset class="rows">
98
	    <fieldset class="rows">
99
         <ol>
99
         <ol>
100
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title |html %]" class="focus" /></li>
100
             <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title %]" class="focus" /></li>
101
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
101
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
102
             <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
102
             <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
103
             <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
103
             <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
Lines 176-182 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
176
176
177
        [% IF ( breeding_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
177
        [% IF ( breeding_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
178
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">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>
178
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">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>
179
            <td>[% breeding_loo.title |html %]</td>
179
            <td>[% breeding_loo.title %]</td>
180
            <td>[% breeding_loo.author %]</td>
180
            <td>[% breeding_loo.author %]</td>
181
            <td>[% breeding_loo.isbn %]</td>
181
            <td>[% breeding_loo.isbn %]</td>
182
            <td>[% breeding_loo.lccn %]</td>
182
            <td>[% breeding_loo.lccn %]</td>
Lines 191-197 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
191
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
191
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
192
        <input type="hidden" name="op" id="op" value="do_search" />
192
        <input type="hidden" name="op" id="op" value="do_search" />
193
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
193
        <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
194
        <input type="hidden" id="searchtitle"  name="title" value="[% title |html %]" />
194
        <input type="hidden" id="searchtitle"  name="title" value="[% title %]" />
195
        <input type="hidden" id="isbn" name="isbn" value="[% isbn %]" />
195
        <input type="hidden" id="isbn" name="isbn" value="[% isbn %]" />
196
        <input type="hidden" id="lccall" name="lccall" value="[% lccall %]" />
196
        <input type="hidden" id="lccall" name="lccall" value="[% lccall %]" />
197
        <input type="hidden" id="author" name="author" value="[% author %]" />
197
        <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="icon-pencil"></i> Edit</a>
11
                  <a href="[% script_name %]?op=add_form&amp;budget_period_id=[% block_budget_id %]"><i class="icon-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="icon-remove"></i> Delete</a>
14
                  <a href="[% script_name %]?op=delete_confirm&amp;budget_period_id=[% block_budget_id %]"><i class="icon-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 <b>Koha field</b> shows that the subfield is linked with a Koha field. Koha can manage a MARC interface, and a Koha interface. This link ensures that both DB are synchronized</p>
253
<p>The column <b>Koha field</b> shows that the subfield is linked with a Koha field. Koha can manage a MARC interface, and a Koha interface. This link ensures that both DB are synchronized</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 68-74 Link Here
68
    [% END %]
68
    [% END %]
69
        </li>
69
        </li>
70
        <li>
70
        <li>
71
            <label for="authtypetext" class="required">Description: </label><input type="text" id="authtypetext" name="authtypetext" size="40" maxlength="80" value="[% authtypetext |html %]" class="required" required="required" />
71
            <label for="authtypetext" class="required">Description: </label><input type="text" id="authtypetext" name="authtypetext" size="40" maxlength="80" value="[% authtypetext %]" class="required" required="required" />
72
            <span class="required">Required</span>
72
            <span class="required">Required</span>
73
        </li>
73
        </li>
74
		<li><label for="summary">Summary: </label><textarea id="summary" name="summary" cols="55" rows="7">[% summary %]</textarea></li>
74
		<li><label for="summary">Summary: </label><textarea id="summary" name="summary" cols="55" rows="7">[% summary %]</textarea></li>
Lines 130-137 Link Here
130
			<td>[% loo.summary %]</td>
130
			<td>[% loo.summary %]</td>
131
			<td>[% loo.auth_tag_to_report %]</td>
131
			<td>[% loo.auth_tag_to_report %]</td>
132
			<td><a href="auth_tag_structure.pl?authtypecode=[% loo.authtypecode %]" class="button parameters" >MARC structure</a></td>
132
			<td><a href="auth_tag_structure.pl?authtypecode=[% loo.authtypecode %]" class="button parameters" >MARC structure</a></td>
133
			<td><a href="[% loo.script_name %]?op=add_form&amp;authtypecode=[% loo.authtypecode |html %]">Edit</a></td>
133
			<td><a href="[% loo.script_name %]?op=add_form&amp;authtypecode=[% loo.authtypecode %]">Edit</a></td>
134
			<td><a href="[% loo.script_name %]?op=delete_confirm&amp;authtypecode=[% loo.authtypecode |html %]">Delete</a></td>
134
			<td><a href="[% loo.script_name %]?op=delete_confirm&amp;authtypecode=[% loo.authtypecode %]">Delete</a></td>
135
		</tr>
135
		</tr>
136
	[% END %]
136
	[% END %]
137
    <tbody>
137
    <tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-3 / +3 lines)
Lines 124-130 Link Here
124
	[% END %]
124
	[% END %]
125
        <li>
125
        <li>
126
            <label for="description" class="required">Description: </label>
126
            <label for="description" class="required">Description: </label>
127
            <input type="text" name="frameworktext" id="description" size="40" maxlength="80" value="[% frameworktext |html %]" required="required" class="required" />
127
            <input type="text" name="frameworktext" id="description" size="40" maxlength="80" value="[% frameworktext %]" required="required" class="required" />
128
            <span class="required">Required</span>
128
            <span class="required">Required</span>
129
        </li>
129
        </li>
130
    </ol>
130
    </ol>
Lines 224-231 Link Here
224
            <td>[% loo.frameworkcode %]</td>
224
            <td>[% loo.frameworkcode %]</td>
225
            <td>[% loo.frameworktext %]</td>
225
            <td>[% loo.frameworktext %]</td>
226
            <td><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode %]" >MARC structure</a></td>
226
            <td><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode %]" >MARC structure</a></td>
227
            <td><a href="[% loo.script_name %]?op=add_form&amp;frameworkcode=[% loo.frameworkcode |html %]">Edit</a></td>
227
            <td><a href="[% loo.script_name %]?op=add_form&amp;frameworkcode=[% loo.frameworkcode %]">Edit</a></td>
228
            <td><a href="[% loo.script_name %]?op=delete_confirm&amp;frameworkcode=[% loo.frameworkcode |html %]">Delete</a></td>
228
            <td><a href="[% loo.script_name %]?op=delete_confirm&amp;frameworkcode=[% loo.frameworkcode %]">Delete</a></td>
229
            <td>
229
            <td>
230
230
231
                <!-- Button to trigger modal -->
231
                <!-- Button to trigger modal -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-40 / +40 lines)
Lines 99-114 tinyMCE.init({ Link Here
99
        <ol><li>
99
        <ol><li>
100
            [% IF ( heading_branches_add_branch_p ) %]
100
            [% IF ( heading_branches_add_branch_p ) %]
101
            <label for="branchcode" class="required">Library code: </label>
101
            <label for="branchcode" class="required">Library code: </label>
102
                <input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% branchcode |html %]" class="required" required="required" /> <span class="required">Required</span>
102
                <input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% branchcode %]" class="required" required="required" /> <span class="required">Required</span>
103
            [% ELSE %]
103
            [% ELSE %]
104
            <span class="label">Library code: </span>
104
            <span class="label">Library code: </span>
105
                <input type="hidden" name="branchcode" value="[% branchcode |html %]" />
105
                <input type="hidden" name="branchcode" value="[% branchcode %]" />
106
                [% branchcode %]
106
                [% branchcode %]
107
            [% END %]
107
            [% END %]
108
        </li>
108
        </li>
109
        <li>
109
        <li>
110
            <label for="branchname" class="required">Name: </label>
110
            <label for="branchname" class="required">Name: </label>
111
            <input type="text" name="branchname" id="branchname" size="80" value="[% branch_name |html %]" class="required" required="required" /> <span class="required">Required</span>
111
            <input type="text" name="branchname" id="branchname" size="80" value="[% branch_name %]" class="required" required="required" /> <span class="required">Required</span>
112
        </li>
112
        </li>
113
	</ol>
113
	</ol>
114
	</fieldset>
114
	</fieldset>
Lines 128-148 tinyMCE.init({ Link Here
128
</fieldset>[% END %]
128
</fieldset>[% END %]
129
	<fieldset class="rows">
129
	<fieldset class="rows">
130
	<ol>
130
	<ol>
131
        <li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% branchaddress1 |html %]" /></li>
131
        <li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% branchaddress1 %]" /></li>
132
        <li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% branchaddress2 |html %]" /></li>
132
        <li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% branchaddress2 %]" /></li>
133
        <li><label for="branchaddress3">Address line 3: </label><input type="text" name="branchaddress3" id="branchaddress3" size="60" value="[% branchaddress3 |html %]" /></li>
133
        <li><label for="branchaddress3">Address line 3: </label><input type="text" name="branchaddress3" id="branchaddress3" size="60" value="[% branchaddress3 %]" /></li>
134
        <li><label for="branchcity">City: </label><input type="text" name="branchcity" id="branchcity" size="60" value="[% branchcity |html %]" /></li>
134
        <li><label for="branchcity">City: </label><input type="text" name="branchcity" id="branchcity" size="60" value="[% branchcity %]" /></li>
135
        <li><label for="branchstate">State: </label><input type="text" name="branchstate" id="branchstate" size="60" value="[% branchstate |html %]" /></li>
135
        <li><label for="branchstate">State: </label><input type="text" name="branchstate" id="branchstate" size="60" value="[% branchstate %]" /></li>
136
        <li><label for="branchzip">Zip/Postal code: </label><input type="text" name="branchzip" id="branchzip"  size="25" maxlength="25" value="[% branchzip |html %]" /></li>
136
        <li><label for="branchzip">Zip/Postal code: </label><input type="text" name="branchzip" id="branchzip"  size="25" maxlength="25" value="[% branchzip %]" /></li>
137
        <li><label for="branchcountry">Country: </label><input type="text" name="branchcountry" id="branchcountry" size="60" value="[% branchcountry |html %]" /></li>
137
        <li><label for="branchcountry">Country: </label><input type="text" name="branchcountry" id="branchcountry" size="60" value="[% branchcountry %]" /></li>
138
        <li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" size="60" value="[% branchphone |html %]" /></li>
138
        <li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" size="60" value="[% branchphone %]" /></li>
139
        <li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% branchfax |html %]" /></li>
139
        <li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% branchfax %]" /></li>
140
        <li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email"  size="80" value="[% branchemail |html %]" /></li>
140
        <li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email"  size="80" value="[% branchemail %]" /></li>
141
        <li><label for="branchreplyto">Reply-To (if different to Email): </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% branchreplyto |html %]" /></li>
141
        <li><label for="branchreplyto">Reply-To (if different to Email): </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email"  size="80" value="[% branchreplyto %]" /></li>
142
        <li><label for="branchreturnpath">Return-Path (if different to Email): </label> <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% branchreturnpath |html %]" /></li>
142
        <li><label for="branchreturnpath">Return-Path (if different to Email): </label> <input type="text" name="branchreturnpath" id="branchreturnpath" class="email"  size="80" value="[% branchreturnpath %]" /></li>
143
        <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% branchurl |html %]" class="url" /></li>
143
        <li><label for="branchurl">URL: </label><input type="text" name="branchurl" id="branchurl"  size="80" value="[% branchurl %]" class="url" /></li>
144
        <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% opac_info |html %]</textarea></li>
144
        <li><label for="opac_info">OPAC info: </label><textarea name="opac_info" id="opac_info">[% opac_info %]</textarea></li>
145
        <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
145
        <li><label for="branchip">IP: </label><input type="text" name="branchip" id="branchip"  size="15" maxlength="15" value="[% branchip %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
146
		<!--
146
		<!--
147
        <li><label for="branchprinter">Library Printer: </label>
147
        <li><label for="branchprinter">Library Printer: </label>
148
            <select id="branchprinter" name="branchprinter">
148
            <select id="branchprinter" name="branchprinter">
Lines 156-162 tinyMCE.init({ Link Here
156
                [% END %]
156
                [% END %]
157
            </select></li>
157
            </select></li>
158
			-->
158
			-->
159
        <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% branchnotes |html %]" /></li>
159
        <li><label for="branchnotes">Notes: </label><input type="text" name="branchnotes" id="branchnotes" size="80" value="[% branchnotes %]" /></li>
160
        </ol>
160
        </ol>
161
        </fieldset>
161
        </fieldset>
162
        <fieldset class="action"><input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
162
        <fieldset class="action"><input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
Lines 166-173 tinyMCE.init({ Link Here
166
[% IF ( delete_confirm ) %]
166
[% IF ( delete_confirm ) %]
167
    <form action="[% action %]" method="post">
167
    <form action="[% action %]" method="post">
168
<fieldset><legend>Confirm deletion of [% branchname %] ([% branchcode %])?</legend><input type="hidden" name="op" value="delete_confirmed" />
168
<fieldset><legend>Confirm deletion of [% branchname %] ([% branchcode %])?</legend><input type="hidden" name="op" value="delete_confirmed" />
169
        <input type="hidden" name="branchcode" value="[% branchcode |html %]" />
169
        <input type="hidden" name="branchcode" value="[% branchcode %]" />
170
        <input type="hidden" name="branchname" value="[% branchname |html %]">
170
        <input type="hidden" name="branchname" value="[% branchname %]">
171
        <fieldset class="action"><input type="submit" value="Delete Library" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
171
        <fieldset class="action"><input type="submit" value="Delete Library" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
172
</fieldset></form>
172
</fieldset></form>
173
[% END %]
173
[% END %]
Lines 201-237 tinyMCE.init({ Link Here
201
        </tr></thead><tbody>
201
        </tr></thead><tbody>
202
        [% FOREACH branche IN branches %]
202
        [% FOREACH branche IN branches %]
203
            <tr>
203
            <tr>
204
                <td>[% branche.branch_name |html %]</td>
204
                <td>[% branche.branch_name %]</td>
205
                <td>[% branche.branch_code |html %]</td>
205
                <td>[% branche.branch_code %]</td>
206
                <td>
206
                <td>
207
                    [% IF ( branche.address_empty_p ) %]
207
                    [% IF ( branche.address_empty_p ) %]
208
                        (nothing entered)
208
                        (nothing entered)
209
                    [% ELSE %]
209
                    [% ELSE %]
210
                        [% IF ( branche.branchaddress1 ) %]
210
                        [% IF ( branche.branchaddress1 ) %]
211
                            [% branche.branchaddress1 |html %][% END %]
211
                            [% branche.branchaddress1 %][% END %]
212
                        [% IF ( branche.branchaddress2 ) %]
212
                        [% IF ( branche.branchaddress2 ) %]
213
                            <br />[% branche.branchaddress2 |html %][% END %]
213
                            <br />[% branche.branchaddress2 %][% END %]
214
                        [% IF ( branche.branchaddress3 ) %]
214
                        [% IF ( branche.branchaddress3 ) %]
215
                            <br />[% branche.branchaddress3 |html %][% END %]
215
                            <br />[% branche.branchaddress3 %][% END %]
216
                        [% IF ( branche.branchcity ) %]
216
                        [% IF ( branche.branchcity ) %]
217
                            <br />[% branche.branchcity |html %][% END %][% IF ( branche.branchstate ) %],
217
                            <br />[% branche.branchcity %][% END %][% IF ( branche.branchstate ) %],
218
                            [% branche.branchstate |html %][% END %]
218
                            [% branche.branchstate %][% END %]
219
                        [% IF ( branche.branchzip ) %]
219
                        [% IF ( branche.branchzip ) %]
220
                            [% branche.branchzip |html %][% END %]
220
                            [% branche.branchzip %][% END %]
221
                        [% IF ( branche.branchcountry ) %]
221
                        [% IF ( branche.branchcountry ) %]
222
                            <br />[% branche.branchcountry |html %][% END %]
222
                            <br />[% branche.branchcountry %][% END %]
223
                        [% IF ( branche.branchphone ) %]
223
                        [% IF ( branche.branchphone ) %]
224
                            <br />Ph: [% branche.branchphone |html %][% END %]
224
                            <br />Ph: [% branche.branchphone %][% END %]
225
                        [% IF ( branche.branchfax ) %]
225
                        [% IF ( branche.branchfax ) %]
226
                            <br />Fax: [% branche.branchfax |html %][% END %]
226
                            <br />Fax: [% branche.branchfax %][% END %]
227
                        [% IF ( branche.branchemail ) %]
227
                        [% IF ( branche.branchemail ) %]
228
                            <br /><a href="mailto:[% branche.branchemail %]">[% branche.branchemail |html %]</a>[% END %]
228
                            <br /><a href="mailto:[% branche.branchemail %]">[% branche.branchemail %]</a>[% END %]
229
                        [% IF ( branche.branchurl ) %]
229
                        [% IF ( branche.branchurl ) %]
230
                            <br /><a href="[% branche.branchurl %]">[% branche.branchurl |html %]</a>[% END %]
230
                            <br /><a href="[% branche.branchurl %]">[% branche.branchurl %]</a>[% END %]
231
                        [% IF ( branche.opac_info ) %]
231
                        [% IF ( branche.opac_info ) %]
232
                            <br />OPAC Info: <div>[% branche.opac_info %]</div>[% END %]
232
                            <br />OPAC Info: <div>[% branche.opac_info %]</div>[% END %]
233
                        [% IF ( branche.branchnotes ) %]
233
                        [% IF ( branche.branchnotes ) %]
234
                            <br />Notes: [% branche.branchnotes |html %][% END %]
234
                            <br />Notes: [% branche.branchnotes %][% END %]
235
                    [% END %]
235
                    [% END %]
236
                </td>
236
                </td>
237
                <td>
237
                <td>
Lines 313-332 tinyMCE.init({ Link Here
313
        <ol><li>
313
        <ol><li>
314
                [% IF ( categorycode ) %]
314
                [% IF ( categorycode ) %]
315
				<span class="label">Category code: </span>
315
				<span class="label">Category code: </span>
316
                    <input type="hidden" name="categorycode" id="categorycode" value="[% categorycode |html %]" />
316
                    <input type="hidden" name="categorycode" id="categorycode" value="[% categorycode %]" />
317
                    [% categorycode %]
317
                    [% categorycode %]
318
                [% ELSE %]
318
                [% ELSE %]
319
                <label for="categorycode">Category code:</label>
319
                <label for="categorycode">Category code:</label>
320
                    <input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" value="[% categorycode |html %]" />
320
                    <input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" value="[% categorycode %]" />
321
                [% END %]
321
                [% END %]
322
            </li>
322
            </li>
323
        <li>
323
        <li>
324
            <label for="categoryname">Name: </label>
324
            <label for="categoryname">Name: </label>
325
            <input type="text" name="categoryname" id="categoryname" size="32" maxlength="32" value="[% categoryname |html %]" />
325
            <input type="text" name="categoryname" id="categoryname" size="32" maxlength="32" value="[% categoryname %]" />
326
        </li>
326
        </li>
327
        <li>
327
        <li>
328
            <label for="codedescription">Description: </label>
328
            <label for="codedescription">Description: </label>
329
            <input type="text" name="codedescription" id="codedescription" size="70" value="[% codedescription |html %]" />
329
            <input type="text" name="codedescription" id="codedescription" size="70" value="[% codedescription %]" />
330
        </li>
330
        </li>
331
		<li>
331
		<li>
332
        <label for="categorytype">Category type: </label>
332
        <label for="categorytype">Category type: </label>
Lines 360-366 tinyMCE.init({ Link Here
360
    Confirm delete:
360
    Confirm delete:
361
    <form action="[% action %]" method="post">
361
    <form action="[% action %]" method="post">
362
        <input type="hidden" name="op" value="categorydelete_confirmed" />
362
        <input type="hidden" name="op" value="categorydelete_confirmed" />
363
        <input type="hidden" name="categorycode" value="[% categorycode |html %]" />
363
        <input type="hidden" name="categorycode" value="[% categorycode %]" />
364
        <input type="submit" value="YES" />
364
        <input type="submit" value="YES" />
365
    </form>
365
    </form>
366
    <form action="[% action %]" method="post"><input type="hidden" name="op" value="">
366
    <form action="[% action %]" method="post"><input type="hidden" name="op" value="">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt (-15 / +15 lines)
Lines 1-7 Link Here
1
[% USE KohaDates -%]
1
[% USE KohaDates -%]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Administration &rsaquo; Patron categories &rsaquo; [% IF ( add_form ) %][% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %]
3
<title>Koha &rsaquo; Administration &rsaquo; Patron categories &rsaquo; [% IF ( add_form ) %][% IF ( categorycode ) %]Modify category '[% categorycode %]'[% ELSE %]New category[% END %][% END %]
4
[% IF ( delete_confirm ) %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %]
4
[% IF ( delete_confirm ) %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode %] in use[% ELSE %]Confirm deletion of category '[% categorycode %]'[% END %][% END %]
5
</title>
5
</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'calendar.inc' %]
7
[% INCLUDE 'calendar.inc' %]
Lines 96-103 Link Here
96
[% INCLUDE 'header.inc' %]
96
[% INCLUDE 'header.inc' %]
97
[% INCLUDE 'patrons-admin-search.inc' %]
97
[% INCLUDE 'patrons-admin-search.inc' %]
98
98
99
<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 ( add_form ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> &rsaquo; [% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %]
99
<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 ( add_form ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> &rsaquo; [% IF ( categorycode ) %]Modify category '[% categorycode %]'[% ELSE %]New category[% END %][% END %]
100
[% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/categorie.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 %]
100
[% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> &rsaquo; [% IF ( patrons_in_category > 0 ) %]Cannot delete: Category [% categorycode %] in use[% ELSE %]Confirm deletion of category '[% categorycode %]'[% END %][% END %]
101
[% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> &rsaquo; Category deleted[% END %]
101
[% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> &rsaquo; Category deleted[% END %]
102
[% IF ( else ) %]Patron categories[% END %]</div>
102
[% IF ( else ) %]Patron categories[% END %]</div>
103
103
Lines 129-142 Link Here
129
	<input type="hidden" name="op" value="add_validate" />
129
	<input type="hidden" name="op" value="add_validate" />
130
	<input type="hidden" name="checked" value="0" />
130
	<input type="hidden" name="checked" value="0" />
131
[% IF ( categorycode ) %]
131
[% IF ( categorycode ) %]
132
		<h1>Modify category [% categorycode |html %]</h1>
132
		<h1>Modify category [% categorycode %]</h1>
133
	[% ELSE %]
133
	[% ELSE %]
134
		<h1>New category</h1>
134
		<h1>New category</h1>
135
	[% END %]
135
	[% END %]
136
	<fieldset class="rows">
136
	<fieldset class="rows">
137
	<ol>[% IF ( categorycode ) %]
137
	<ol>[% IF ( categorycode ) %]
138
    <li><span class="label">Category code: </span>[% categorycode |html %]
138
    <li><span class="label">Category code: </span>[% categorycode %]
139
				<input type="hidden" name="categorycode" value="[% categorycode |html %]" /><input type="hidden" name="is_a_modif" value="1" /></li>
139
				<input type="hidden" name="categorycode" value="[% categorycode %]" /><input type="hidden" name="is_a_modif" value="1" /></li>
140
	[% ELSE %]
140
	[% ELSE %]
141
    <li>
141
    <li>
142
        <label for="categorycode" class="required">Category code: </label>
142
        <label for="categorycode" class="required">Category code: </label>
Lines 146-152 Link Here
146
	[% END %]
146
	[% END %]
147
    <li>
147
    <li>
148
        <label for="description" class="required">Description: </label>
148
        <label for="description" class="required">Description: </label>
149
        <input type="text" name="description" id="description" size="40" maxlength="80" value="[% description |html %]" />
149
        <input type="text" name="description" id="description" size="40" maxlength="80" value="[% description %]" />
150
        <span class="required">Required</span>
150
        <span class="required">Required</span>
151
    </li>
151
    </li>
152
    <li><label for="enrolmentperiod" class="required">Enrollment period: </label>
152
    <li><label for="enrolmentperiod" class="required">Enrollment period: </label>
Lines 274-289 Link Here
274
        <fieldset>
274
        <fieldset>
275
            <legend>
275
            <legend>
276
                [% IF ( patrons_in_category > 0 ) %]
276
                [% IF ( patrons_in_category > 0 ) %]
277
                    Category [% categorycode |html %] is in use.  Deletion not possible!
277
                    Category [% categorycode %] is in use.  Deletion not possible!
278
                [% ELSE %]
278
                [% ELSE %]
279
                    Confirm deletion of category [% categorycode |html %]
279
                    Confirm deletion of category [% categorycode %]
280
                [% END %]
280
                [% END %]
281
            </legend>
281
            </legend>
282
282
283
[% IF ( totalgtzero ) %]<div class="dialog alert"><strong>This category is used [% total %] times</strong>. Deletion not possible</div>[% END %]
283
[% IF ( totalgtzero ) %]<div class="dialog alert"><strong>This category is used [% total %] times</strong>. Deletion not possible</div>[% END %]
284
	<table>
284
	<table>
285
	<tr><th scope="row">Category code: </th><td>[% categorycode |html %]</td></tr>
285
	<tr><th scope="row">Category code: </th><td>[% categorycode %]</td></tr>
286
	<tr><th scope="row">Description: </th><td>[% description |html %]</td></tr>
286
	<tr><th scope="row">Description: </th><td>[% description %]</td></tr>
287
	<tr><th scope="row">Enrollment period: </th>
287
	<tr><th scope="row">Enrollment period: </th>
288
		<td>
288
		<td>
289
			[% IF ( enrolmentperiod ) %]
289
			[% IF ( enrolmentperiod ) %]
Lines 317-323 Link Here
317
<input type="submit" value="OK" /></form>
317
<input type="submit" value="OK" /></form>
318
		[% ELSE %]
318
		[% ELSE %]
319
			<input type="hidden" name="op" value="delete_confirmed" />
319
			<input type="hidden" name="op" value="delete_confirmed" />
320
            <input type="hidden" name="categorycode" value="[% categorycode |html %]" /> <input type="submit" value="Delete this category" /> <a class="cancel" href="/cgi-bin/koha/admin/categorie.pl">Cancel</a>
320
            <input type="hidden" name="categorycode" value="[% categorycode %]" /> <input type="submit" value="Delete this category" /> <a class="cancel" href="/cgi-bin/koha/admin/categorie.pl">Cancel</a>
321
		[% END %]</fieldset></fieldset></form>
321
		[% END %]</fieldset></fieldset></form>
322
[% END %]
322
[% END %]
323
323
Lines 359-367 Link Here
359
        <tbody>
359
        <tbody>
360
		[% FOREACH loo IN loop %]
360
		[% FOREACH loo IN loop %]
361
			<tr>
361
			<tr>
362
                        <td>[% loo.categorycode |html %]</td>
362
                        <td>[% loo.categorycode %]</td>
363
                        <td>
363
                        <td>
364
                            <a href="[% loo.script_name %]?op=add_form&amp;categorycode=[% loo.categorycode |uri %]">[% loo.description |html %]</a>
364
                            <a href="[% loo.script_name %]?op=add_form&amp;categorycode=[% loo.categorycode |uri %]">[% loo.description %]</a>
365
                        </td>
365
                        </td>
366
                        <td>
366
                        <td>
367
                            [% IF ( loo.type_A ) %]Adult[% END %]
367
                            [% IF ( loo.type_A ) %]Adult[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-3 / +3 lines)
Lines 57-67 Link Here
57
	[% END %]
57
	[% END %]
58
	<li>
58
	<li>
59
    <label for="city_name" class="required">City: </label>
59
    <label for="city_name" class="required">City: </label>
60
    <input type="text" name="city_name" id="city_name" size="80" maxlength="100" value="[% city_name |html %]" required="required" class="required" /> <span class="required">Required</span>
60
    <input type="text" name="city_name" id="city_name" size="80" maxlength="100" value="[% city_name %]" required="required" class="required" /> <span class="required">Required</span>
61
	</li>
61
	</li>
62
	<li>
62
	<li>
63
	<label for="city_state">State: </label>
63
	<label for="city_state">State: </label>
64
	<input type="text" name="city_state" id="city_state" size="80" maxlength="100" value="[% city_state |html %]" />
64
	<input type="text" name="city_state" id="city_state" size="80" maxlength="100" value="[% city_state %]" />
65
	</li>
65
	</li>
66
	<li>				
66
	<li>				
67
    <label for="city_zipcode" class="required">Zip/Postal code: </label>
67
    <label for="city_zipcode" class="required">Zip/Postal code: </label>
Lines 69-75 Link Here
69
	</li>
69
	</li>
70
	<li>
70
	<li>
71
	<label for="city_country">Country: </label>
71
	<label for="city_country">Country: </label>
72
	<input type="text" name="city_country" id="city_country" size="80" maxlength="100" value="[% city_country |html %]" />
72
	<input type="text" name="city_country" id="city_country" size="80" maxlength="100" value="[% city_country %]" />
73
	</li></ol></fieldset>
73
	</li></ol></fieldset>
74
	
74
	
75
	<fieldset class="action">
75
	<fieldset class="action">
(-)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 108-114 Item types administration Link Here
108
      </li>
108
      </li>
109
  [% END %]
109
  [% END %]
110
      <li>
110
      <li>
111
          <label for="description" class="required">Description: </label><input type="text" id="description" name="description" size="48" value="[% description |html %]" required="required" /> <span class="required">Required</span></li>
111
          <label for="description" class="required">Description: </label><input type="text" id="description" name="description" size="48" value="[% description %]" required="required" /> <span class="required">Required</span></li>
112
     [% IF ( noItemTypeImages ) %]
112
     [% IF ( noItemTypeImages ) %]
113
	 <li><span class="label">Image: </span>Item type images are disabled. To enable them, turn off the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=noItemTypeImages">noItemTypeImages system preference</a></li></ol>
113
	 <li><span class="label">Image: </span>Item type images are disabled. To enable them, turn off the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=noItemTypeImages">noItemTypeImages system preference</a></li></ol>
114
	 [% ELSE %]</ol>
114
	 [% ELSE %]</ol>
Lines 269-275 Item types administration Link Here
269
    <tr>
269
    <tr>
270
   [% UNLESS ( noItemTypeImages ) %] <td>[% IF ( loo.imageurl ) %]<img src="[% loo.imageurl %]" alt="" />[% ELSE %]&nbsp;[% END %]</td>[% END %]
270
   [% UNLESS ( noItemTypeImages ) %] <td>[% IF ( loo.imageurl ) %]<img src="[% loo.imageurl %]" alt="" />[% ELSE %]&nbsp;[% END %]</td>[% END %]
271
    <td>
271
    <td>
272
      <a href="[% loo.script_name %]?op=add_form&amp;itemtype=[% loo.itemtype |html %]">
272
      <a href="[% loo.script_name %]?op=add_form&amp;itemtype=[% loo.itemtype %]">
273
        [% loo.itemtype %]
273
        [% loo.itemtype %]
274
      </a>
274
      </a>
275
    </td>
275
    </td>
Lines 282-289 Item types administration Link Here
282
    </td>
282
    </td>
283
    <td>[% loo.checkinmsg | html_line_break %]</td>
283
    <td>[% loo.checkinmsg | html_line_break %]</td>
284
    <td>
284
    <td>
285
      <a href="[% loo.script_name %]?op=add_form&amp;itemtype=[% loo.itemtype |html %]">Edit</a>
285
      <a href="[% loo.script_name %]?op=add_form&amp;itemtype=[% loo.itemtype %]">Edit</a>
286
      <a href="[% loo.script_name %]?op=delete_confirm&amp;itemtype=[% loo.itemtype |html %]">Delete</a>
286
      <a href="[% loo.script_name %]?op=delete_confirm&amp;itemtype=[% loo.itemtype %]">Delete</a>
287
    </td>
287
    </td>
288
  </tr>
288
  </tr>
289
  [% END %]
289
  [% 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. Koha can manage a MARC interface, or a Koha interface. This link ensures that both DB are synchronized, thus you can change from a MARC to a Koha interface easily.</p>
383
<p>The column Koha field shows that the subfield is linked with a Koha field. Koha can manage a MARC interface, or a Koha interface. This link ensures that both DB are synchronized, thus you can change from a MARC to a Koha interface easily.</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 67-73 Link Here
67
    [% END %]
67
    [% END %]
68
    [% IF ( search_not_found ) %]
68
    [% IF ( search_not_found ) %]
69
    <div class="dialog alert">
69
    <div class="dialog alert">
70
        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>
70
        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>
71
    </div>
71
    </div>
72
    [% END %]
72
    [% END %]
73
    [% FOREACH TAB IN TABS %]
73
    [% FOREACH TAB IN TABS %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-9 / +9 lines)
Lines 100-115 Link Here
100
        [% IF ( modify ) %]Modify
100
        [% IF ( modify ) %]Modify
101
        [% ELSE %]Add
101
        [% ELSE %]Add
102
        [% END %] a system preference</legend><ol>
102
        [% END %] a system preference</legend><ol>
103
            <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>
103
            <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>
104
            <li>[% IF ( searchfield ) %]<span class="label">Variable: </span>[% searchfield %]<input type="hidden" name="variable" value="[% searchfield %]" />
104
            <li>[% IF ( searchfield ) %]<span class="label">Variable: </span>[% searchfield %]<input type="hidden" name="variable" value="[% searchfield %]" />
105
            [% ELSE %]<label for="variable">Variable: </label><input type="text" name="variable" id="variable" size="60" />[% END %]</li>
105
            [% ELSE %]<label for="variable">Variable: </label><input type="text" name="variable" id="variable" size="60" />[% END %]</li>
106
            <li><label for="value">Value: </label>
106
            <li><label for="value">Value: </label>
107
                [% IF ( type_free ) %]
107
                [% IF ( type_free ) %]
108
                    <textarea id="value" name="value" cols="[% fieldlength %]">[% value |html %]</textarea>
108
                    <textarea id="value" name="value" cols="[% fieldlength %]">[% value %]</textarea>
109
                [% ELSIF ( type_upload ) %]
109
                [% ELSIF ( type_upload ) %]
110
                    <input type="file" name="value" />
110
                    <input type="file" name="value" />
111
                [% ELSIF ( type_textarea ) %]
111
                [% ELSIF ( type_textarea ) %]
112
                    <textarea name="value" id="value" rows="[% rows %]" cols="[% cols %]">[% value |html %]</textarea>
112
                    <textarea name="value" id="value" rows="[% rows %]" cols="[% cols %]">[% value %]</textarea>
113
                [% ELSIF ( type_choice ) %]
113
                [% ELSIF ( type_choice ) %]
114
                    <select name="value" id="value">
114
                    <select name="value" id="value">
115
                        [% FOREACH option IN options %]
115
                        [% FOREACH option IN options %]
Lines 266-272 Link Here
266
    <tbody>[% FOREACH loo IN loop %]
266
    <tbody>[% FOREACH loo IN loop %]
267
        <tr>
267
        <tr>
268
268
269
        <td><strong><a href="[% loo.edit %]">[% loo.variable %]</a></strong></td><td> [% loo.explanation |html %]</td>
269
        <td><strong><a href="[% loo.edit %]">[% loo.variable %]</a></strong></td><td> [% loo.explanation %]</td>
270
        [% IF ( loo.oneline ) %]
270
        [% IF ( loo.oneline ) %]
271
        <td class="single-line">
271
        <td class="single-line">
272
        [% ELSE %]
272
        [% ELSE %]
Lines 278-291 Link Here
278
            <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
278
            <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
279
        [% END %]
279
        [% END %]
280
                [% IF ( loo.type_free ) %]
280
                [% IF ( loo.type_free ) %]
281
                <input type="text" name="value" size="[% loo.fieldlength %]" value="[% loo.value |html %]" />
281
                <input type="text" name="value" size="[% loo.fieldlength %]" value="[% loo.value %]" />
282
                [% END %]
282
                [% END %]
283
                [% IF ( loo.type_upload ) %]
283
                [% IF ( loo.type_upload ) %]
284
                <input type="file" name="value" value="[% loo.value |html %]" />
284
                <input type="file" name="value" value="[% loo.value %]" />
285
                [% END %]
285
                [% END %]
286
                [% IF ( loo.type_textarea ) %]
286
                [% IF ( loo.type_textarea ) %]
287
                <a class="expand-textarea" style="display: none" href="#">Click to edit</a>
287
                <a class="expand-textarea" style="display: none" href="#">Click to edit</a>
288
                <textarea name="value" rows="[% loo.rows %]" cols="[% loo.cols %]">[% loo.value |html %]</textarea>
288
                <textarea name="value" rows="[% loo.rows %]" cols="[% loo.cols %]">[% loo.value %]</textarea>
289
                [% END %]
289
                [% END %]
290
                [% IF ( loo.type_choice ) %]
290
                [% IF ( loo.type_choice ) %]
291
                <select name="value">
291
                <select name="value">
Lines 364-372 Link Here
364
                [% END %]
364
                [% END %]
365
                <input type="hidden" name="op" value="add_validate" />
365
                <input type="hidden" name="op" value="add_validate" />
366
                <input type="hidden" name="variable" value="[% loo.variable %]" />
366
                <input type="hidden" name="variable" value="[% loo.variable %]" />
367
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions |html %]" />
367
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions %]" />
368
                <input type="hidden" name="preftype" value="[% loo.type %]" />
368
                <input type="hidden" name="preftype" value="[% loo.type %]" />
369
                <input type="hidden" name="explanation" value="[% loo.explanation |html %]" />
369
                <input type="hidden" name="explanation" value="[% loo.explanation %]" />
370
                <input type="submit" value="Save" />
370
                <input type="submit" value="Save" />
371
            </form>
371
            </form>
372
        </td>
372
        </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="[% url %]" method="post" name="loginform" id="loginform">
43
<form action="[% url %]" 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 21-27 Link Here
21
  [% IF ( unknownbiblionumber ) %]
21
  [% IF ( unknownbiblionumber ) %]
22
    Unknown record
22
    Unknown record
23
  [% ELSE %]
23
  [% ELSE %]
24
    Details for [% title |html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]
24
    Details for [% title %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]
25
  [% END %]
25
  [% END %]
26
</title>
26
</title>
27
[% INCLUDE 'doc-head-close.inc' %]<script type="text/JavaScript">
27
[% INCLUDE 'doc-head-close.inc' %]<script type="text/JavaScript">
Lines 316-322 function verify_images() { Link Here
316
  [% IF ( unknownbiblionumber ) %]
316
  [% IF ( unknownbiblionumber ) %]
317
    Unknown record
317
    Unknown record
318
  [% ELSE %]
318
  [% ELSE %]
319
    Details for <i>[% title |html %]  [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i>
319
    Details for <i>[% title %]  [% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</i>
320
  [% END %]
320
  [% END %]
321
</div>
321
</div>
322
322
Lines 368-376 function verify_images() { Link Here
368
                <span class="results_summary"><span class="label">Tags:</span>
368
                <span class="results_summary"><span class="label">Tags:</span>
369
                    [% FOREACH TagLoo IN TagLoop %]
369
                    [% FOREACH TagLoo IN TagLoop %]
370
                        [% IF ( CAN_user_tools_moderate_tags ) %]
370
                        [% IF ( CAN_user_tools_moderate_tags ) %]
371
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term |html %]</a>
371
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term %]</a>
372
                        [% ELSE %]
372
                        [% ELSE %]
373
                        [% TagLoo.term |html %]
373
                        [% TagLoo.term %]
374
                        [% END %]
374
                        [% END %]
375
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
375
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
376
                    [% END %]
376
                    [% END %]
Lines 397-408 function verify_images() { Link Here
397
        [% END %]
397
        [% END %]
398
    [% ELSE %]
398
    [% ELSE %]
399
399
400
    <h3>[% title |html %]</h3>
400
    <h3>[% title %]</h3>
401
    [% FOREACH subtitl IN subtitle %]
401
    [% FOREACH subtitl IN subtitle %]
402
    	<h4>[% subtitl.subfield %]</h4>
402
    	<h4>[% subtitl.subfield %]</h4>
403
    [% END %]
403
    [% END %]
404
            [% UNLESS ( item_level_itypes ) %]<img src="[% imageurl %]" alt="[% description %]" title="[% description %]">[% END %]
404
            [% UNLESS ( item_level_itypes ) %]<img src="[% imageurl %]" alt="[% description %]" title="[% description %]">[% END %]
405
            [% IF ( unititle ) %]<p>[% unititle |html %]</p>[% END %]
405
            [% IF ( unititle ) %]<p>[% unititle %]</p>[% END %]
406
            [% IF ( author ) %]<p>By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:[% author |url %]">[% author %]</a></p>[% END %]
406
            [% IF ( author ) %]<p>By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:[% author |url %]">[% author %]</a></p>[% END %]
407
        <ul>
407
        <ul>
408
        [% IF ( MARCAUTHORS ) %]
408
        [% IF ( MARCAUTHORS ) %]
Lines 424-430 function verify_images() { Link Here
424
        [% IF ( publishercode ) %]
424
        [% IF ( publishercode ) %]
425
    <li><strong>Published by:</strong>
425
    <li><strong>Published by:</strong>
426
        <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:[% publishercode |url %]">
426
        <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:[% publishercode |url %]">
427
            [% publishercode |html %]
427
            [% publishercode %]
428
        </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsability ) %][% editionresponsability %][% END %]
428
        </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsability ) %][% editionresponsability %][% END %]
429
    </li>
429
    </li>
430
    [% END %]
430
    [% END %]
Lines 497-503 function verify_images() { Link Here
497
            <li><strong>Subjects:</strong> 
497
            <li><strong>Subjects:</strong> 
498
            <ul>
498
            <ul>
499
                [% FOREACH MARCSUBJCT IN MARCSUBJCTS %]
499
                [% FOREACH MARCSUBJCT IN MARCSUBJCTS %]
500
                <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>
500
                <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>
501
                [% END %]
501
                [% END %]
502
                </ul>
502
                </ul>
503
            </li>
503
            </li>
Lines 535-543 function verify_images() { Link Here
535
                    [% FOREACH TagLoo IN TagLoop %]
535
                    [% FOREACH TagLoo IN TagLoop %]
536
                        <li>
536
                        <li>
537
                        [% IF ( CAN_user_tools_moderate_tags ) %]
537
                        [% IF ( CAN_user_tools_moderate_tags ) %]
538
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term |html %]</a>
538
                        <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term %]</a>
539
                        [% ELSE %]
539
                        [% ELSE %]
540
                        [% TagLoo.term |html %]
540
                        [% TagLoo.term %]
541
                        [% END %]
541
                        [% END %]
542
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]</li>
542
                        <span class="weight">([% TagLoo.weight_total %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]</li>
543
                    [% END %]
543
                    [% END %]
Lines 986-992 function verify_images() { Link Here
986
<table>
986
<table>
987
[% 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 %]
987
[% 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 %]
988
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %]<img src="[% XISBN.imageurl %]" alt="[% XISBN.description %]" title="[% XISBN.description %]">[% END %]</td>[% END %]
988
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %]<img src="[% XISBN.imageurl %]" alt="[% XISBN.description %]" title="[% XISBN.description %]">[% END %]</td>[% END %]
989
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title |html %]</a> by [% XISBN.author %] &copy;[% XISBN.copyrightdate %]
989
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title %]</a> by [% XISBN.author %] &copy;[% XISBN.copyrightdate %]
990
  [% IF ( XISBN.publishercode ) %]
990
  [% IF ( XISBN.publishercode ) %]
991
[% 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 %]
991
[% 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 %]
992
    [% END %]
992
    [% 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 19-25 Link Here
19
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'cat-search.inc' %]
20
[% INCLUDE 'cat-search.inc' %]
21
21
22
<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>
22
<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>
23
23
24
<div id="doc3" class="yui-t2">
24
<div id="doc3" class="yui-t2">
25
25
Lines 30-37 Link Here
30
30
31
<div id="catalogue_detail_biblio">
31
<div id="catalogue_detail_biblio">
32
32
33
    <h2>[% title |html %]</h2>
33
    <h2>[% title %]</h2>
34
    [% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl.subfield|html %][% END %]</h4>[% END %]
34
    [% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl.subfield %][% END %]</h4>[% END %]
35
    [% IF ( author ) %]<h4>by [% author %]</h4>[% END %]
35
    [% IF ( author ) %]<h4>by [% author %]</h4>[% END %]
36
    <ol class="bibliodetails">
36
    <ol class="bibliodetails">
37
        <li><span class="label">Biblionumber:</span> [% biblionumber %]&nbsp;</li>
37
        <li><span class="label">Biblionumber:</span> [% biblionumber %]&nbsp;</li>
Lines 40-46 Link Here
40
        [% END %]
40
        [% END %]
41
        [% IF ( rentalcharge ) %]<li><span class="label">Rental charge:</span>[% rentalcharge %]&nbsp;</li>[% END %]
41
        [% IF ( rentalcharge ) %]<li><span class="label">Rental charge:</span>[% rentalcharge %]&nbsp;</li>[% END %]
42
        <li><span class="label">ISBN:</span> [% isbn %]&nbsp;</li>
42
        <li><span class="label">ISBN:</span> [% isbn %]&nbsp;</li>
43
        <li><span class="label">Publisher:</span>[% place %] [% publishercode |html %] [% publicationyear %]&nbsp;</li>
43
        <li><span class="label">Publisher:</span>[% place %] [% publishercode %] [% publicationyear %]&nbsp;</li>
44
        [% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc %]</li>[% END %]
44
        [% IF ( volumeddesc ) %]<li><span class="label">Volume:</span> [% volumeddesc %]</li>[% END %]
45
        <li><span class="label">Physical details:</span> [% pages %] [% illus %] [% size %]&nbsp;</li>
45
        <li><span class="label">Physical details:</span> [% pages %] [% illus %] [% size %]&nbsp;</li>
46
        [% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes %]</li>[% END %]
46
        [% 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 lt IE 9]>
6
<!--[if lt IE 9]>
Lines 93-101 $('#sort_by').change(function() { Link Here
93
        [% IF ( intranetbookbag ) %]     param1 += "<option value=\"addtocart\">"+_("Cart")+"<\/option>"; [% END %]
93
        [% IF ( intranetbookbag ) %]     param1 += "<option value=\"addtocart\">"+_("Cart")+"<\/option>"; [% END %]
94
        [% IF ( virtualshelves ) %][% IF ( addbarshelves ) %]
94
        [% IF ( virtualshelves ) %][% IF ( addbarshelves ) %]
95
        param1 += "<optgroup label=\""+_("Your lists:")+"\">";[% FOREACH addbarshelvesloo IN addbarshelvesloop %]
95
        param1 += "<optgroup label=\""+_("Your lists:")+"\">";[% FOREACH addbarshelvesloo IN addbarshelvesloop %]
96
        param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname |html %]<\/option>";[% END %]
96
        param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname %]<\/option>";[% END %]
97
        param1 += "<\/optgroup>";[% END %]
97
        param1 += "<\/optgroup>";[% END %]
98
        [% IF ( addpubshelves ) %]param1 += "<optgroup label=\""+_("Public lists:")+"\">"[% FOREACH addpubshelvesloo IN addpubshelvesloop %]+"<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname |html %]<\/option>"[% END %]
98
        [% IF ( addpubshelves ) %]param1 += "<optgroup label=\""+_("Public lists:")+"\">"[% FOREACH addpubshelvesloo IN addpubshelvesloop %]+"<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname %]<\/option>"[% END %]
99
        param1 += "<\/optgroup>";[% END %]
99
        param1 += "<\/optgroup>";[% END %]
100
        [% IF ( ( addbarshelvesloop && addbarshelvesloop.size>9 ) || (addpubshelvesloop && addpubshelvesloop.size>9 )) %]
100
        [% IF ( ( addbarshelvesloop && addbarshelvesloop.size>9 ) || (addpubshelvesloop && addpubshelvesloop.size>9 )) %]
101
            param1 += "<option value=\"morelists\">[ "+_("More lists")+" ]<\/option>";
101
            param1 += "<option value=\"morelists\">[ "+_("More lists")+" ]<\/option>";
Lines 259-265 var holdForPatron = function () { Link Here
259
<div id="breadcrumbs">
259
<div id="breadcrumbs">
260
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
260
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
261
&rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
261
&rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
262
&rsaquo; Search [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]
262
&rsaquo; Search [% IF ( query_desc ) %]for '[% query_desc %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc %]'[% END %]
263
</div>
263
</div>
264
264
265
<div id="doc3" class="yui-t1">
265
<div id="doc3" class="yui-t1">
Lines 289-298 var holdForPatron = function () { Link Here
289
            <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="sortbyform">
289
            <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="sortbyform">
290
                [% IF ( searchdesc ) %]
290
                [% IF ( searchdesc ) %]
291
                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
291
                    [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
292
                    <input type="hidden" name="[% QUERY_INPUT.input_name |html %]" value="[% QUERY_INPUT.input_value |html %]"/>
292
                    <input type="hidden" name="[% QUERY_INPUT.input_name %]" value="[% QUERY_INPUT.input_value %]"/>
293
                    [% END %]
293
                    [% END %]
294
                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
294
                    [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
295
                    <input type="hidden" name="[% LIMIT_INPUT.input_name |html %]" value="[% LIMIT_INPUT.input_value |html %]"/>
295
                    <input type="hidden" name="[% LIMIT_INPUT.input_name %]" value="[% LIMIT_INPUT.input_value %]"/>
296
                    [% END %]
296
                    [% END %]
297
                [% END %]
297
                [% END %]
298
                <!-- RE-SORT START -->
298
                <!-- RE-SORT START -->
Lines 304-310 var holdForPatron = function () { Link Here
304
                <!-- RESORT END -->
304
                <!-- RESORT END -->
305
            </form>
305
            </form>
306
            <h3>
306
            <h3>
307
                [% 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;
307
                [% 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;
308
            </h3>
308
            </h3>
309
            <div id="selection_ops" class="cartlist" style="display:none">
309
            <div id="selection_ops" class="cartlist" style="display:none">
310
                <a href="#" onclick="selectAll(); return false;">Select all</a>
310
                <a href="#" onclick="selectAll(); return false;">Select all</a>
Lines 346-352 var holdForPatron = function () { Link Here
346
            <h3>No results found</h3>
346
            <h3>No results found</h3>
347
        [% IF ( searchdesc ) %]
347
        [% IF ( searchdesc ) %]
348
            <p>
348
            <p>
349
                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 %].
349
                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 %].
350
            </p>
350
            </p>
351
        [% ELSE %]
351
        [% ELSE %]
352
            <p>You did not specify any search criteria.</p>
352
            <p>You did not specify any search criteria.</p>
Lines 412-418 var holdForPatron = function () { Link Here
412
                [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
412
                [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
413
                    [% IF ( loop.odd ) %]<tr>[% ELSE %]<tr class="highlight">[% END %]
413
                    [% IF ( loop.odd ) %]<tr>[% ELSE %]<tr class="highlight">[% END %]
414
                        <td>
414
                        <td>
415
                            <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>
415
                            <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>
416
                        </td>
416
                        </td>
417
                        <td>
417
                        <td>
418
                            [% SEARCH_RESULT.author %]
418
                            [% SEARCH_RESULT.author %]
Lines 427-436 var holdForPatron = function () { Link Here
427
                <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form">
427
                <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form">
428
                [% IF ( searchdesc ) %]
428
                [% IF ( searchdesc ) %]
429
                [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
429
                [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
430
                <input type="hidden" name="[% QUERY_INPUT.input_name |html %]" value="[% QUERY_INPUT.input_value |html %]"/>
430
                <input type="hidden" name="[% QUERY_INPUT.input_name %]" value="[% QUERY_INPUT.input_value %]"/>
431
                [% END %]
431
                [% END %]
432
                [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
432
                [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
433
                <input type="hidden" name="[% LIMIT_INPUT.input_name |html %]" value="[% LIMIT_INPUT.input_value |html %]"/>
433
                <input type="hidden" name="[% LIMIT_INPUT.input_name %]" value="[% LIMIT_INPUT.input_value %]"/>
434
                [% END %]
434
                [% END %]
435
                [% END %]
435
                [% END %]
436
436
Lines 475-481 var holdForPatron = function () { Link Here
475
                                 [% biblionumber = SEARCH_RESULT.biblionumber %]
475
                                 [% biblionumber = SEARCH_RESULT.biblionumber %]
476
476
477
				[% INCLUDE 'biblio-default-view.inc' %]
477
				[% INCLUDE 'biblio-default-view.inc' %]
478
                                            <b>[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %]</b>
478
                                            <b>[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title %][% ELSE %]No title[% END %]</b>
479
                                            </a>
479
                                            </a>
480
                                        [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %]
480
                                        [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %]
481
                                        [% IF ( SEARCH_RESULT.seriestitle ) %][% SEARCH_RESULT.seriestitle %][% END %]
481
                                        [% IF ( SEARCH_RESULT.seriestitle ) %][% SEARCH_RESULT.seriestitle %][% END %]
Lines 651-657 var holdForPatron = function () { Link Here
651
    [% IF ( outer_sup_results_loo.inner_sup_results_loop ) %]
651
    [% IF ( outer_sup_results_loo.inner_sup_results_loop ) %]
652
        [% outer_sup_results_loo.servername %]
652
        [% outer_sup_results_loo.servername %]
653
        [% FOREACH inner_sup_results_loo IN outer_sup_results_loo.inner_sup_results_loop %]
653
        [% FOREACH inner_sup_results_loo IN outer_sup_results_loo.inner_sup_results_loop %]
654
        <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>
654
        <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>
655
        [% END %]
655
        [% END %]
656
    [% END %]
656
    [% END %]
657
<!-- </div> -->
657
<!-- </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 382-388 function Changefwk(FwkList) { Link Here
382
382
383
[% INCLUDE 'header.inc' %]
383
[% INCLUDE 'header.inc' %]
384
384
385
<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>
385
<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>
386
386
387
<div id="doc" class="yui-t7">
387
<div id="doc" class="yui-t7">
388
388
Lines 391-397 function Changefwk(FwkList) { Link Here
391
        <div class="yui-g">
391
        <div class="yui-g">
392
392
393
<h1>
393
<h1>
394
[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])
394
[% IF ( biblionumber ) %]Editing <em>[% title %]</em> (Record number [% biblionumber %])
395
[% ELSE %]Add MARC record [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]
395
[% ELSE %]Add MARC record [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]
396
[% END %]
396
[% END %]
397
</h1>
397
</h1>
Lines 426-432 function Changefwk(FwkList) { Link Here
426
[% IF ( done ) %]
426
[% IF ( done ) %]
427
    <script type="text/javascript">
427
    <script type="text/javascript">
428
        opener.document.forms['f'].biblionumber.value=[% biblionumber %];
428
        opener.document.forms['f'].biblionumber.value=[% biblionumber %];
429
        opener.document.forms['f'].title.value='[% title |html %]';
429
        opener.document.forms['f'].title.value='[% title %]';
430
        window.close();
430
        window.close();
431
    </script>
431
    </script>
432
[% ELSE %]
432
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-2 / +2 lines)
Lines 126-132 Link Here
126
            <td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber %]" name="biblionumber" value="[% resultsloo.biblionumber %]" /></td>
126
            <td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber %]" name="biblionumber" value="[% resultsloo.biblionumber %]" /></td>
127
            <td>
127
            <td>
128
                <p>
128
                <p>
129
                    <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% resultsloo.biblionumber %]">[% resultsloo.title |html %]</a>
129
                    <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% resultsloo.biblionumber %]">[% resultsloo.title %]</a>
130
                [% FOREACH subtitl IN resultsloo.subtitle %][% subtitl.subfield %][% END %]</p>
130
                [% FOREACH subtitl IN resultsloo.subtitle %][% subtitl.subfield %][% END %]</p>
131
                [% IF ( resultsloo.summary ) %]
131
                [% IF ( resultsloo.summary ) %]
132
                    <p>[% resultsloo.summary %]</p>
132
                    <p>[% resultsloo.summary %]</p>
Lines 212-218 Link Here
212
            [% ELSE %]
212
            [% ELSE %]
213
               <tr class="highlight">
213
               <tr class="highlight">
214
            [% END %]
214
            [% END %]
215
                <td>[% breeding_loo.title |html %]
215
                <td>[% breeding_loo.title %]
216
                [% breeding_loo.author %]</td>
216
                [% breeding_loo.author %]</td>
217
                <td>[% breeding_loo.isbn %]</td>
217
                <td>[% breeding_loo.isbn %]</td>
218
                <td>[% breeding_loo.copyrightdate %]</td>
218
                <td>[% breeding_loo.copyrightdate %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.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; Cataloging &rsaquo; [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% title %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) &rsaquo; Items</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
Lines 103-109 function confirm_deletion(biblionumber,itemnumber) { Link Here
103
<div id="breadcrumbs">
103
<div id="breadcrumbs">
104
          <a href="/cgi-bin/koha/mainpage.pl">Home</a>
104
          <a href="/cgi-bin/koha/mainpage.pl">Home</a>
105
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
105
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
106
 &rsaquo; Edit <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber %]">[% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</a>
106
 &rsaquo; Edit <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber %]">[% title %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</a>
107
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a>
107
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a>
108
</div>
108
</div>
109
109
Lines 112-118 function confirm_deletion(biblionumber,itemnumber) { Link Here
112
   <div id="bd">
112
   <div id="bd">
113
	<div id="yui-main">
113
	<div id="yui-main">
114
114
115
<h1>Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1>
115
<h1>Items for [% title %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1>
116
116
117
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %]
117
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %]
118
[% 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 %]
118
[% 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 167-173 function confirm_deletion(biblionumber,itemnumber) { Link Here
167
                      </td>
167
                      </td>
168
                    [% END %]
168
                    [% END %]
169
                [% FOREACH item_valu IN item_loo.item_value %]
169
                [% FOREACH item_valu IN item_loo.item_value %]
170
                    <td>[% item_valu.field |html %]</td>
170
                    <td>[% item_valu.field %]</td>
171
                [% END %]
171
                [% END %]
172
                </tr>
172
                </tr>
173
                [% END %]
173
                [% 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 121-129 Link Here
121
                <option value="">All item types</option>
121
                <option value="">All item types</option>
122
				[% FOREACH itypeloo IN itypeloop %]
122
				[% FOREACH itypeloo IN itypeloop %]
123
				[% IF ( itypeloo.selected ) %]
123
				[% IF ( itypeloo.selected ) %]
124
                <option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description |html %]</option>
124
                <option value="[% itypeloo.itemtype %]" selected="selected">[% itypeloo.description %]</option>
125
				[% ELSE %]
125
				[% ELSE %]
126
                <option value="[% itypeloo.itemtype %]">[% itypeloo.description |html %]</option>
126
                <option value="[% itypeloo.itemtype %]">[% itypeloo.description %]</option>
127
				[% END %]
127
				[% END %]
128
				[% END %]
128
				[% END %]
129
				</select>
129
				</select>
Lines 167-190 Link Here
167
                                    [% IF ( resul.even ) %]<td class="hilighted">
167
                                    [% IF ( resul.even ) %]<td class="hilighted">
168
                                    [% ELSE %]<td>[% END %]
168
                                    [% ELSE %]<td>[% END %]
169
                                                            [% IF ( resul.MARC_ON ) %]
169
                                                            [% IF ( resul.MARC_ON ) %]
170
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a>
170
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title %]</a>
171
                                                            [% ELSE %]
171
                                                            [% ELSE %]
172
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.fulltitle |html %]</a>[% END %]
172
                                                                    <a class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.fulltitle %]</a>[% END %]
173
                                                    <p>[% resul.author |html %]
173
                                                    <p>[% resul.author %]
174
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode |html %][% END %]
174
                                                    [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %]
175
                                                    [% IF ( resul.place ) %] ; [% resul.place |html %][% END %]
175
                                                    [% IF ( resul.place ) %] ; [% resul.place %][% END %]
176
                                                    [% IF ( resul.pages ) %] - [% resul.pages |html %][% END %]
176
                                                    [% IF ( resul.pages ) %] - [% resul.pages %][% END %]
177
                                                    [% IF ( resul.notes ) %] : [% resul.notes |html %][% END %]
177
                                                    [% IF ( resul.notes ) %] : [% resul.notes %][% END %]
178
                                                    [% IF ( resul.item('size') ) %] ; [% resul.item('size') |html %][% END %]
178
                                                    [% IF ( resul.item('size') ) %] ; [% resul.item('size') %][% END %]
179
                                            </p>
179
                                            </p>
180
					</td>
180
					</td>
181
                    [% IF ( resul.even ) %]<td align="center" class="hilighted">
181
                    [% IF ( resul.even ) %]<td align="center" class="hilighted">
182
                    [% ELSE %]<td align="center">[% END %]
182
                    [% ELSE %]<td align="center">[% END %]
183
                        [% resul.totitem |html %]
183
                        [% resul.totitem %]
184
					</td>
184
					</td>
185
                    [% IF ( resul.even ) %]<td class="hilighted">
185
                    [% IF ( resul.even ) %]<td class="hilighted">
186
                    [% ELSE %]<td>[% END %]
186
                    [% ELSE %]<td>[% END %]
187
                        [% resul.CN |html %]
187
                        [% resul.CN %]
188
					</td>
188
					</td>
189
					<td>
189
					<td>
190
                      [% IF ( resul.biblionumber ) %]
190
                      [% 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 115-123 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
115
                    <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
115
                    <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
116
                    <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="" /></li>
116
                    <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="" /></li>
117
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
117
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
118
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
118
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal %]" /></li>
119
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
119
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp %]" /></li>
120
                    <li><label for="authormeetingcon">Author (meeting/conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
120
                    <li><label for="authormeetingcon">Author (meeting/conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon %]" /></li>
121
                </ol>
121
                </ol>
122
                </fieldset>
122
                </fieldset>
123
            </div>
123
            </div>
Lines 126-133 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
126
                <ol>
126
                <ol>
127
                    <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
127
                    <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
128
                    <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
128
                    <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
129
                    <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
129
                    <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title %]" /></li>
130
                    <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
130
                    <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle %]" /></li>
131
                </ol>
131
                </ol>
132
                <p><a id="resetZ3950Search" href="#">Clear search form</a></p>
132
                <p><a id="resetZ3950Search" href="#">Clear search form</a></p>
133
                </fieldset>
133
                </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +2 lines)
Lines 114-120 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
114
        <ol>
114
        <ol>
115
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
115
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
116
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
116
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li>
117
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
117
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title %]" /></li>
118
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
118
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li>
119
        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
119
        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
120
        <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
120
        <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
Lines 194-200 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
194
194
195
	    <tr id="row[% breeding_loo.breedingid %]">
195
	    <tr id="row[% breeding_loo.breedingid %]">
196
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">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>
196
            <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">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>
197
            <td>[% breeding_loo.title |html %]</td>
197
            <td>[% breeding_loo.title %]</td>
198
            <td>[% breeding_loo.author %]</td>
198
            <td>[% breeding_loo.author %]</td>
199
            <td>[% breeding_loo.date %]</td>
199
            <td>[% breeding_loo.date %]</td>
200
            <td>[% breeding_loo.edition %]</td>
200
            <td>[% breeding_loo.edition %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.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; Circulation &rsaquo; Circulation statistics for [% title |html %]</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Circulation statistics for [% title %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
$(document).ready(function(){
5
$(document).ready(function(){
Lines 12-18 $(document).ready(function(){ Link Here
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
14
14
15
<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>
15
<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>
16
16
17
<div id="doc3" class="yui-t2">
17
<div id="doc3" class="yui-t2">
18
   
18
   
Lines 21-27 $(document).ready(function(){ Link Here
21
	<div class="yui-b">
21
	<div class="yui-b">
22
22
23
<h2>
23
<h2>
24
[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
24
[% title %] [% IF ( author ) %] by [% author %][% END %]</h2>
25
<h3>Barcode [% barcode %]</h3>
25
<h3>Barcode [% barcode %]</h3>
26
<table>
26
<table>
27
        <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>
27
        <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 122-128 Link Here
122
                        </td>
122
                        </td>
123
                        <td>
123
                        <td>
124
                            <p>
124
                            <p>
125
                                <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% todayoverduesloo.biblionumber %]">[% todayoverduesloo.title |html %]</a>
125
                                <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% todayoverduesloo.biblionumber %]">[% todayoverduesloo.title %]</a>
126
                                &nbsp; (<b>[% todayoverduesloo.description %]</b>)
126
                                &nbsp; (<b>[% todayoverduesloo.description %]</b>)
127
                                <br />Barcode : [% todayoverduesloo.barcode %]
127
                                <br />Barcode : [% todayoverduesloo.barcode %]
128
                            </p>
128
                            </p>
Lines 131-137 Link Here
131
                            <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% todayoverduesloo.borrowernumber %]">[% todayoverduesloo.borrowersurname %] &nbsp; [% todayoverduesloo.borrowerfirstname %]</a>
131
                            <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% todayoverduesloo.borrowernumber %]">[% todayoverduesloo.borrowersurname %] &nbsp; [% todayoverduesloo.borrowerfirstname %]</a>
132
                            <br />[% todayoverduesloo.cardnumber %]<br />
132
                            <br />[% todayoverduesloo.cardnumber %]<br />
133
                            <br />[% todayoverduesloo.borrowerphone %]<br />
133
                            <br />[% todayoverduesloo.borrowerphone %]<br />
134
                        [% IF ( todayoverduesloo.borroweremail ) %]<a href="mailto:[% todayoverduesloo.borroweremail %]?subject=Overdue: [% todayoverduesloo.title |html %]">
134
                        [% IF ( todayoverduesloo.borroweremail ) %]<a href="mailto:[% todayoverduesloo.borroweremail %]?subject=Overdue: [% todayoverduesloo.title %]">
135
                        [% todayoverduesloo.borroweremail %]</a>[% END %]
135
                        [% todayoverduesloo.borroweremail %]</a>[% END %]
136
                            </p>
136
                            </p>
137
                        </td>
137
                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 174-180 Link Here
174
            </tr>
174
            </tr>
175
            [% FOREACH trsfitemloo IN trsfitemloop %]
175
            [% FOREACH trsfitemloo IN trsfitemloop %]
176
                <tr>
176
                <tr>
177
                    <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% trsfitemloo.biblionumber %]">[% trsfitemloo.title |html %]</a></td>
177
                    <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% trsfitemloo.biblionumber %]">[% trsfitemloo.title %]</a></td>
178
                    <td>[% trsfitemloo.author %]</td>
178
                    <td>[% trsfitemloo.author %]</td>
179
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.biblionumber %]&amp;itemnumber=[% trsfitemloo.itemnumber %]#item[% trsfitemloo.itemnumber %]">[% trsfitemloo.barcode %]</a></td>
179
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% trsfitemloo.biblionumber %]&amp;itemnumber=[% trsfitemloo.itemnumber %]#item[% trsfitemloo.itemnumber %]">[% trsfitemloo.barcode %]</a></td>
180
                    <td>[% trsfitemloo.location %]</td>
180
                    <td>[% trsfitemloo.location %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +3 lines)
Lines 333-339 $(document).ready(function() { Link Here
333
</p>
333
</p>
334
[% END %]
334
[% END %]
335
335
336
    <input type="hidden" name="barcode" value="[% barcode |html %]" />
336
    <input type="hidden" name="barcode" value="[% barcode %]" />
337
    <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
337
    <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
338
    <input type="hidden" name="issueconfirmed" value="1" />
338
    <input type="hidden" name="issueconfirmed" value="1" />
339
    [% IF ( DEBT ) %]<input type="hidden" name="debt_confirmed" value="1" />[% END %]
339
    [% IF ( DEBT ) %]<input type="hidden" name="debt_confirmed" value="1" />[% END %]
Lines 394-400 $(document).ready(function() { Link Here
394
        [% END %]
394
        [% END %]
395
395
396
        [% IF ( UNKNOWN_BARCODE ) %]
396
        [% IF ( UNKNOWN_BARCODE ) %]
397
            <li>The barcode was not found [% barcode |html %]
397
            <li>The barcode was not found [% barcode %]
398
	    [% IF ( fast_cataloging ) %]
398
	    [% IF ( fast_cataloging ) %]
399
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
399
	        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
400
            <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>
400
            <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 765-771 No patron matched <span class="ex">[% message %]</span> Link Here
765
		    <h4>Holds waiting:</h4>
765
		    <h4>Holds waiting:</h4>
766
			        [% FOREACH WaitingReserveLoo IN WaitingReserveLoop %]
766
			        [% FOREACH WaitingReserveLoo IN WaitingReserveLoop %]
767
			            <ul>
767
			            <ul>
768
			                <li> <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% WaitingReserveLoo.biblionumber %]">[% WaitingReserveLoo.title |html %]</a> ([% WaitingReserveLoo.itemtype %]), [% IF ( WaitingReserveLoo.author ) %]by [% WaitingReserveLoo.author %][% END %] [% IF ( WaitingReserveLoo.itemcallnumber ) %][[% WaitingReserveLoo.itemcallnumber %]] [% END %]Hold placed on [% WaitingReserveLoo.reservedate %].
768
			                <li> <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% WaitingReserveLoo.biblionumber %]">[% WaitingReserveLoo.title %]</a> ([% WaitingReserveLoo.itemtype %]), [% IF ( WaitingReserveLoo.author ) %]by [% WaitingReserveLoo.author %][% END %] [% IF ( WaitingReserveLoo.itemcallnumber ) %][[% WaitingReserveLoo.itemcallnumber %]] [% END %]Hold placed on [% WaitingReserveLoo.reservedate %].
769
			            [% IF ( WaitingReserveLoo.waitingat ) %]
769
			            [% IF ( WaitingReserveLoo.waitingat ) %]
770
			                <br />[% IF ( WaitingReserveLoo.waitinghere ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]Waiting at [% WaitingReserveLoo.waitingat %]</strong>
770
			                <br />[% IF ( WaitingReserveLoo.waitinghere ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]Waiting at [% WaitingReserveLoo.waitingat %]</strong>
771
			            [% END %]
771
			            [% END %]
(-)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 88-99 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
88
88
89
<p>
89
<p>
90
    [% IF ( isfiltered ) %]
90
    [% IF ( isfiltered ) %]
91
      <a href="overdue.pl?op=csv&amp;[% csv_param_string |html %]">Download file of displayed overdues</a>
91
      <a href="overdue.pl?op=csv&amp;[% csv_param_string %]">Download file of displayed overdues</a>
92
    [% ELSE %]
92
    [% ELSE %]
93
      <a href="overdue.pl?op=csv">Download file of all overdues</a>
93
      <a href="overdue.pl?op=csv">Download file of all overdues</a>
94
    [% END %]
94
    [% END %]
95
</p>
95
</p>
96
<div class="sql"><pre>[% sql |html %]</pre></div>
96
<div class="sql"><pre>[% sql %]</pre></div>
97
<div class="searchresults">
97
<div class="searchresults">
98
<table id="overduest">
98
<table id="overduest">
99
<thead><tr>
99
<thead><tr>
Lines 110-119 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
110
    <tr>
110
    <tr>
111
        <td>[% overdueloo.duedate %]</td>
111
        <td>[% overdueloo.duedate %]</td>
112
        <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overdueloo.borrowernumber %]">[% overdueloo.surname %][% IF (overdueloo.firstname) %], [% overdueloo.firstname %][% END %] ([% overdueloo.cardnumber %])</a>
112
        <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% overdueloo.borrowernumber %]">[% overdueloo.surname %][% IF (overdueloo.firstname) %], [% overdueloo.firstname %][% END %] ([% overdueloo.cardnumber %])</a>
113
        [% IF ( overdueloo.email ) %][<a href="mailto:[% overdueloo.email %]?subject=Overdue: [% overdueloo.title |html %]">email</a>][% END %]
113
        [% IF ( overdueloo.email ) %][<a href="mailto:[% overdueloo.email %]?subject=Overdue: [% overdueloo.title %]">email</a>][% END %]
114
        [% IF ( overdueloo.phone ) %]([% overdueloo.phone %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro %])[% END %]</td>
114
        [% IF ( overdueloo.phone ) %]([% overdueloo.phone %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro %])[% END %]</td>
115
        <td>[% overdueloo.branchcode %]</td>
115
        <td>[% overdueloo.branchcode %]</td>
116
        <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 %]
116
        <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 %]
117
        </td>
117
        </td>
118
		<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% overdueloo.biblionumber %]&amp;itemnumber=[% overdueloo.itemnum %]#item[% overdueloo.itemnum %]">[% overdueloo.barcode %]</a></td>
118
		<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% overdueloo.biblionumber %]&amp;itemnumber=[% overdueloo.itemnum %]#item[% overdueloo.itemnum %]">[% overdueloo.barcode %]</a></td>
119
		<td>[% overdueloo.itemcallnumber %]</td>
119
		<td>[% overdueloo.itemcallnumber %]</td>
Lines 142-151 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
142
    </li>
142
    </li>
143
    </ol></fieldset>
143
    </ol></fieldset>
144
    <ol>
144
    <ol>
145
    <li><label>Name or cardnumber:</label><input type="text" name="borname" value="[% borname |html %]" /></li>
145
    <li><label>Name or cardnumber:</label><input type="text" name="borname" value="[% borname %]" /></li>
146
    <li><label>Patron category:</label><select name="borcat" id="borcat"><option value="">Any</option>
146
    <li><label>Patron category:</label><select name="borcat" id="borcat"><option value="">Any</option>
147
      [% FOREACH borcatloo IN borcatloop %]
147
      [% FOREACH borcatloo IN borcatloop %]
148
        [% IF ( borcatloo.selected ) %]<option value="[% borcatloo.value |html %]" selected="selected">[% borcatloo.catname %]</option>[% ELSE %]<option value="[% borcatloo.value |html %]">[% borcatloo.catname %]</option>[% END %]
148
        [% IF ( borcatloo.selected ) %]<option value="[% borcatloo.value %]" selected="selected">[% borcatloo.catname %]</option>[% ELSE %]<option value="[% borcatloo.value %]">[% borcatloo.catname %]</option>[% END %]
149
      [% END %]
149
      [% END %]
150
      </select>
150
      </select>
151
    </li>
151
    </li>
Lines 165-178 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
165
		<li>
165
		<li>
166
			<label>[% patron_attr_filter_loo.description %]:</label>
166
			<label>[% patron_attr_filter_loo.description %]:</label>
167
            [% IF ( patron_attr_filter_loo.authorised_value_category ) %]
167
            [% IF ( patron_attr_filter_loo.authorised_value_category ) %]
168
                <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>
168
                <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>
169
				<span id="pattrodue-getready-[% patron_attr_filter_loo.domid %]">
169
				<span id="pattrodue-getready-[% patron_attr_filter_loo.domid %]">
170
						<div class="pattrodue-autocomplete">
170
						<div class="pattrodue-autocomplete">
171
							<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" />
171
							<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" />
172
						</div>
172
						</div>
173
				</span>
173
				</span>
174
			[% ELSE %]
174
			[% ELSE %]
175
				<input type="text" name="patron_attr_filter_[% patron_attr_filter_loo.code |html %]" value="[% patron_attr_filter_loo.cgivalue |html %]"/>
175
				<input type="text" name="patron_attr_filter_[% patron_attr_filter_loo.code %]" value="[% patron_attr_filter_loo.cgivalue %]"/>
176
			[% END %]
176
			[% END %]
177
			[% IF ( patron_attr_filter_loo.repeatable ) %]
177
			[% IF ( patron_attr_filter_loo.repeatable ) %]
178
                <a href="#" onclick="clone_parent(this); return false;">Add</a>
178
                <a href="#" onclick="clone_parent(this); return false;">Add</a>
Lines 189-196 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
189
189
190
    <li><label>Item type:</label><select name="itemtype" id="itemtype"><option value="">Any</option>
190
    <li><label>Item type:</label><select name="itemtype" id="itemtype"><option value="">Any</option>
191
      [% FOREACH itemtypeloo IN itemtypeloop %][% IF ( itemtypeloo.selected ) %]
191
      [% FOREACH itemtypeloo IN itemtypeloop %][% IF ( itemtypeloo.selected ) %]
192
        <option value="[% itemtypeloo.value |html %]" selected="selected">[% itemtypeloo.itemtypename %]</option>[% ELSE %]
192
        <option value="[% itemtypeloo.value %]" selected="selected">[% itemtypeloo.itemtypename %]</option>[% ELSE %]
193
        <option value="[% itemtypeloo.value |html %]">[% itemtypeloo.itemtypename %]</option>[% END %]
193
        <option value="[% itemtypeloo.value %]">[% itemtypeloo.itemtypename %]</option>[% END %]
194
      [% END %]
194
      [% END %]
195
      </select>
195
      </select>
196
    </li>
196
    </li>
Lines 200-207 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
200
        <select name="homebranch" id="homebranch">
200
        <select name="homebranch" id="homebranch">
201
            <option value="">Any</option>
201
            <option value="">Any</option>
202
            [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %]
202
            [% FOREACH homebranchloo IN homebranchloop %][% IF ( homebranchloo.selected ) %]
203
            <option value="[% homebranchloo.value |html %]" selected="selected">[% homebranchloo.branchname %]</option>[% ELSE %]
203
            <option value="[% homebranchloo.value %]" selected="selected">[% homebranchloo.branchname %]</option>[% ELSE %]
204
            <option value="[% homebranchloo.value |html %]">[% homebranchloo.branchname %]</option>[% END %]
204
            <option value="[% homebranchloo.value %]">[% homebranchloo.branchname %]</option>[% END %]
205
            [% END %]
205
            [% END %]
206
        </select>
206
        </select>
207
    </li>
207
    </li>
Lines 211-218 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
211
            <select name="holdingbranch" id="holdingbranch">
211
            <select name="holdingbranch" id="holdingbranch">
212
            <option value="">Any</option>
212
            <option value="">Any</option>
213
            [% FOREACH holdingbranchloo IN holdingbranchloop %][% IF ( holdingbranchloo.selected ) %]
213
            [% FOREACH holdingbranchloo IN holdingbranchloop %][% IF ( holdingbranchloo.selected ) %]
214
            <option value="[% holdingbranchloo.value |html %]" selected="selected">[% holdingbranchloo.branchname %]</option>[% ELSE %]
214
            <option value="[% holdingbranchloo.value %]" selected="selected">[% holdingbranchloo.branchname %]</option>[% ELSE %]
215
            <option value="[% holdingbranchloo.value |html %]">[% holdingbranchloo.branchname %]</option>[% END %]
215
            <option value="[% holdingbranchloo.value %]">[% holdingbranchloo.branchname %]</option>[% END %]
216
            [% END %]
216
            [% END %]
217
        </select>
217
        </select>
218
    </li>
218
    </li>
Lines 222-229 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
222
        <option value="">Any</option>
222
        <option value="">Any</option>
223
      [% FOREACH branchloo IN branchloop %]
223
      [% FOREACH branchloo IN branchloop %]
224
        [% IF ( branchloo.selected ) %]
224
        [% IF ( branchloo.selected ) %]
225
        <option value="[% branchloo.value |html %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]
225
        <option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option>[% ELSE %]
226
        <option value="[% branchloo.value |html %]">[% branchloo.branchname %]</option>[% END %]
226
        <option value="[% branchloo.value %]">[% branchloo.branchname %]</option>[% END %]
227
      [% END %]
227
      [% END %]
228
      </select>
228
      </select>
229
    </li>
229
    </li>
Lines 249-256 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
249
    </option>
249
    </option>
250
[% END %]
250
[% END %]
251
	[% FOREACH patron_attr_order_loo IN patron_attr_order_loop %]
251
	[% FOREACH patron_attr_order_loo IN patron_attr_order_loop %]
252
        [% IF ( patron_attr_order_loo.selected ) %]<option value="[% patron_attr_order_loo.value |html %]" selected="selected">[% patron_attr_order_loo.label %]</option>
252
        [% IF ( patron_attr_order_loo.selected ) %]<option value="[% patron_attr_order_loo.value %]" selected="selected">[% patron_attr_order_loo.label %]</option>
253
        [% ELSE %]<option value="[% patron_attr_order_loo.value |html %]">[% patron_attr_order_loo.label %]</option>[% END %]
253
        [% ELSE %]<option value="[% patron_attr_order_loo.value %]">[% patron_attr_order_loo.label %]</option>[% END %]
254
	[% END %]
254
	[% END %]
255
</select></li>
255
</select></li>
256
256
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 114-120 $(document).ready(function() { Link Here
114
            <td>
114
            <td>
115
            <p>
115
            <p>
116
                [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
116
                [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %]
117
                [% reserveloo.title |html %]</a></p>
117
                [% reserveloo.title %]</a></p>
118
                [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author %]</p>[% END %]
118
                [% IF ( reserveloo.author ) %]<p> by [% reserveloo.author %]</p>[% END %]
119
            </td>
119
            </td>
120
        [% ELSE %]
120
        [% 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 69-75 Link Here
69
            <td><p>[% reserveloo.reservecount %]</p></td>
69
            <td><p>[% reserveloo.reservecount %]</p></td>
70
            <td><p>[% reserveloo.itemcount %]</p></td>
70
            <td><p>[% reserveloo.itemcount %]</p></td>
71
            <td><p class="ratiolimit">[% reserveloo.thisratio %]</p></td>
71
            <td><p class="ratiolimit">[% reserveloo.thisratio %]</p></td>
72
            <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 %]
72
            <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 %]
73
            </td>
73
            </td>
74
            <td><p>[% reserveloo.homebranch_list %]</p></td>
74
            <td><p>[% reserveloo.homebranch_list %]</p></td>
75
            <td><p>[% reserveloo.holdingbranch_list %]</p></td>
75
            <td><p>[% reserveloo.holdingbranch_list %]</p></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-8 / +8 lines)
Lines 5-11 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
6
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title |html %]</title>
8
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
10
11
[% INCLUDE 'calendar.inc' %]
11
[% INCLUDE 'calendar.inc' %]
Lines 151-157 $(document).ready(function () { Link Here
151
</div>
151
</div>
152
[% END %]
152
[% END %]
153
<!-- case of a mistake in transfer loop -->
153
<!-- case of a mistake in transfer loop -->
154
[% IF ( WrongTransfer ) %]<div id="return2" class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a> to [% Branches.GetName( TransferWaitingAt ) %]</h3><h3><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print slip</a> or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel transfer</a></h3>
154
[% IF ( WrongTransfer ) %]<div id="return2" class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title %]</a> to [% Branches.GetName( TransferWaitingAt ) %]</h3><h3><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print slip</a> or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel transfer</a></h3>
155
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
155
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
156
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
156
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
157
            [% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
157
            [% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
Lines 188-194 $(document).ready(function () { Link Here
188
[% END %]
188
[% END %]
189
189
190
<div id="hold-found1" class="dialog message">
190
<div id="hold-found1" class="dialog message">
191
        <h3>Hold found (item is already waiting):  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
191
        <h3>Hold found (item is already waiting):  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title %]</a></h3>
192
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
192
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
193
        <h4>Hold for:</h4>
193
        <h4>Hold for:</h4>
194
			<ul>
194
			<ul>
Lines 235-241 $(document).ready(function () { Link Here
235
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
235
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
236
        [% END %]
236
        [% END %]
237
        <div id="transfer-needed" class="dialog message">
237
        <div id="transfer-needed" class="dialog message">
238
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
238
		<h3>Hold needing transfer found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title %]</a></h3>
239
                <h4>Hold for: </h4>
239
                <h4>Hold for: </h4>
240
                    <ul>
240
                    <ul>
241
                        <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
241
                        <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
Lines 278-284 $(document).ready(function () { Link Here
278
    [% IF ( transfer ) %]
278
    [% IF ( transfer ) %]
279
    <!-- transfer: item with no reservation, must be returned according to home library circulation rules -->
279
    <!-- transfer: item with no reservation, must be returned according to home library circulation rules -->
280
	<div id="return1" class="dialog message">
280
	<div id="return1" class="dialog message">
281
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% Branches.GetName( returnbranch ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a> )</h3>
281
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" %]</a> to [% Branches.GetName( returnbranch ) %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% returnbranch %]&amp;op=slip'); return true;">Print slip</a> )</h3>
282
        </div>
282
        </div>
283
        [% IF ( soundon ) %]
283
        [% IF ( soundon ) %]
284
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
284
        <audio src="[% interface %]/[% theme %]/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
Lines 320-326 $(document).ready(function () { Link Here
320
        [% END %]
320
        [% END %]
321
        <h3>Item consigned:</h3>
321
        <h3>Item consigned:</h3>
322
        <table>
322
        <table>
323
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption>
323
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title %]</a></caption>
324
        <tr>
324
        <tr>
325
            <th>Hold for:</th>
325
            <th>Hold for:</th>
326
            <td>[% name %]</td>
326
            <td>[% name %]</td>
Lines 352-358 $(document).ready(function () { Link Here
352
        [% END %]
352
        [% END %]
353
353
354
	<div id="hold-found2" class="dialog message">
354
	<div id="hold-found2" class="dialog message">
355
      <h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
355
      <h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title %]</a></h3>
356
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
356
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
357
        <h5>Hold for:</h5>
357
        <h5>Hold for:</h5>
358
		<ul>
358
		<ul>
Lines 569-575 $(document).ready(function () { Link Here
569
                [% END %]
569
                [% END %]
570
            </td>
570
            </td>
571
            <td class="ci-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber %]">
571
            <td class="ci-title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% riloo.itembiblionumber %]">
572
                    [% riloo.itemtitle |html %]</a></td>
572
                    [% riloo.itemtitle %]</a></td>
573
            <td class="ci-author">[% riloo.itemauthor %]</td>
573
            <td class="ci-author">[% riloo.itemauthor %]</td>
574
            <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>
574
            <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>
575
            <td class="ci-homelibrary">[% riloo.homebranch %]</td>
575
            <td class="ci-homelibrary">[% 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 59-65 $(document).ready(function() { Link Here
59
                [% END %]
59
                [% END %]
60
                    <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>
60
                    <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>
61
                    <td>
62
                        [% 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 %]
62
                        [% 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 %]
63
                            [% IF ( reser.itemtype ) %]&nbsp; (<b>[% reser.itemtype %]</b>)[% END %]
63
                            [% IF ( reser.itemtype ) %]&nbsp; (<b>[% reser.itemtype %]</b>)[% END %]
64
                            <br />Barcode: [% reser.barcode %]
64
                            <br />Barcode: [% reser.barcode %]
65
                    </td>
65
                    </td>
Lines 69-75 $(document).ready(function() { Link Here
69
                        </a>
69
                        </a>
70
                        <br />[% reser.borrowerphone %]<br />
70
                        <br />[% reser.borrowerphone %]<br />
71
                            [% IF ( reser.borrowermail ) %]
71
                            [% IF ( reser.borrowermail ) %]
72
                                <a href="mailto:[% reser.email %]?subject=Reservation: [% reser.title |html %]">
72
                                <a href="mailto:[% reser.email %]?subject=Reservation: [% reser.title %]">
73
                                    [% reser.borrowermail %]
73
                                    [% reser.borrowermail %]
74
                                </a>
74
                                </a>
75
                            [% END %]
75
                            [% 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 149-155 Link Here
149
               <tbody>[% FOREACH overloo IN overloop %]
149
               <tbody>[% FOREACH overloo IN overloop %]
150
                    <tr>
150
                    <tr>
151
                        <td><p><span title="[% overloo.waitingdate %]">[% overloo.waitingdate | $KohaDates %]</span></p></td>
151
                        <td><p><span title="[% overloo.waitingdate %]">[% overloo.waitingdate | $KohaDates %]</span></p></td>
152
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overloo.biblionumber %][% overloo.title |html %]
152
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overloo.biblionumber %][% overloo.title %]
153
                            [% FOREACH subtitl IN overloo.subtitle %] [% subtitl.subfield %][% END %]
153
                            [% FOREACH subtitl IN overloo.subtitle %] [% subtitl.subfield %][% END %]
154
                        </a>
154
                        </a>
155
                            [% UNLESS ( item_level_itypes ) %][% IF ( overloo.itemtype ) %]&nbsp; (<b>[% overloo.itemtype %]</b>)[% END %][% END %]
155
                            [% 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="[% url %]" method="post" name="mainform" id="mainform">
32
<form action="[% url %]" 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 117-123 Link Here
117
                                            [% END %]
117
                                            [% END %]
118
                                           <li> <fieldset id="layout_string" class="brief">
118
                                           <li> <fieldset id="layout_string" class="brief">
119
                                                <label for="format_string">Data fields</label>
119
                                                <label for="format_string">Data fields</label>
120
                                                <input type="text" name="format_string" id="format_string" size="80" value="[% format_string |html %]" />
120
                                                <input type="text" name="format_string" id="format_string" size="80" value="[% format_string %]" />
121
                                                <div class="hint">
121
                                                <div class="hint">
122
                                                    <p>Enter a comma separated list of fields to print.  You may include any <em>Koha field</em> or MARC subfield.</p>
122
                                                    <p>Enter a comma separated list of fields to print.  You may include any <em>Koha field</em> or MARC subfield.</p>
123
                                                    <p>See online help for advanced options</p>
123
                                                    <p>See online help for advanced options</p>
Lines 170-176 Link Here
170
                                </li>
170
                                </li>
171
                                <li>
171
                                <li>
172
                                    <label for="font_size">Font size: </label>
172
                                    <label for="font_size">Font size: </label>
173
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size |html %]" />
173
                                    <input type="text" name="font_size" id="font_size" size="2" value="[% font_size %]" />
174
                                </li>
174
                                </li>
175
                            </ol>
175
                            </ol>
176
                        </fieldset>
176
                        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 74-80 Link Here
74
                <input type="hidden" name="ccl_query" value="[% ccl_query %]" />
74
                <input type="hidden" name="ccl_query" value="[% ccl_query %]" />
75
            [% FOREACH result_se IN result_set %]
75
            [% FOREACH result_se IN result_set %]
76
            <div style="border-bottom:1px solid #CCC;margin: .5em 0;">
76
            <div style="border-bottom:1px solid #CCC;margin: .5em 0;">
77
		            <h4>[% result_se.title |html %]</h4>
77
		            <h4>[% result_se.title %]</h4>
78
                            <p>[% IF ( result_se.author ) %]by [% result_se.author %][% END %]
78
                            <p>[% IF ( result_se.author ) %]by [% result_se.author %][% END %]
79
                            [[% 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>
79
                            [[% 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>
80
80
(-)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">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td>
105
      [% IF ( account.amountcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amount %]</td>
106
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td>
106
      [% IF ( account.amountoutstandingcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% account.amountoutstanding %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 985-991 Link Here
985
            [% FOREACH patron_attribute IN pa_loo.items %]
985
            [% FOREACH patron_attribute IN pa_loo.items %]
986
                <li data-category_code="[% patron_attribute.category_code %]">
986
                <li data-category_code="[% patron_attribute.category_code %]">
987
                    <label for="[% patron_attribute.form_id %]">[% patron_attribute.description %]: </label>
987
                    <label for="[% patron_attribute.form_id %]">[% patron_attribute.description %]: </label>
988
                        <input type="hidden" id="[% patron_attribute.form_id %]_code" name="[% patron_attribute.form_id %]_code" value="[% patron_attribute.code |html %]" />
988
                        <input type="hidden" id="[% patron_attribute.form_id %]_code" name="[% patron_attribute.form_id %]_code" value="[% patron_attribute.code %]" />
989
                        [% IF ( patron_attribute.use_dropdown ) %]
989
                        [% IF ( patron_attribute.use_dropdown ) %]
990
                            <select id="[% patron_attribute.form_id %]" name="[% patron_attribute.form_id %]">
990
                            <select id="[% patron_attribute.form_id %]" name="[% patron_attribute.form_id %]">
991
                                <option value=""></option>
991
                                <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 82-88 Link Here
82
                <tr>
82
                <tr>
83
                    <td>
83
                    <td>
84
                        [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">[% END %]
84
                        [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.biblionumber %]&amp;itemnumber=[% account.itemnumber %]">[% END %]
85
                        [% account.description %]&nbsp;[% IF ( account.printtitle ) %] [% account.title |html %][% END %]
85
                        [% account.description %]&nbsp;[% IF ( account.printtitle ) %] [% account.title %][% END %]
86
                        [% IF ( account.itemnumber ) %]</a>[% END %]
86
                        [% IF ( account.itemnumber ) %]</a>[% END %]
87
                    </td>
87
                    </td>
88
                    <td>[% account.date | $KohaDates %]</td>
88
                    <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 56-64 Link Here
56
                                    <p>
56
                                    <p>
57
                                        <strong>
57
                                        <strong>
58
                                            [% IF ( CAN_user_catalogue ) %]
58
                                            [% IF ( CAN_user_catalogue ) %]
59
                                                <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% s.suggestionid %]&amp;op=show">[% s.title |html %]</a>
59
                                                <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% s.suggestionid %]&amp;op=show">[% s.title %]</a>
60
                                            [% ELSE %]
60
                                            [% ELSE %]
61
                                                [% s.title |html %]
61
                                                [% s.title %]
62
                                            [% END %]
62
                                            [% END %]
63
                                        </strong>
63
                                        </strong>
64
                                    </p>
64
                                    </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +1 lines)
Lines 94-100 Link Here
94
          <td>
94
          <td>
95
            <span title="[% issue.issuestimestamp %]">[% issue.issuestimestamp | $KohaDates with_hours => 1 %]</span>
95
            <span title="[% issue.issuestimestamp %]">[% issue.issuestimestamp | $KohaDates with_hours => 1 %]</span>
96
          </td>
96
          </td>
97
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber %]">[% issue.title |html %]</a></td>
97
          <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber %]">[% issue.title %]</a></td>
98
98
99
          <td>[% issue.author %]</td>
99
          <td>[% issue.author %]</td>
100
100
(-)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 12-30 Link Here
12
                    "<input type='checkbox' class='selection' name='borrowernumber' value='[% data.borrowernumber %]' />",
12
                    "<input type='checkbox' class='selection' name='borrowernumber' value='[% data.borrowernumber %]' />",
13
                [% END %]
13
                [% END %]
14
                "dt_cardnumber":
14
                "dt_cardnumber":
15
                    "[% data.cardnumber | html %]",
15
                    "[% data.cardnumber %]",
16
                "dt_name":
16
                "dt_name":
17
                    "<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>",
17
                    "<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
                "dt_category":
18
                "dt_category":
19
                    "[% data.category_description |html %] ([% data.category_type |html %])",
19
                    "[% data.category_description %] ([% data.category_type %])",
20
                "dt_branch":
20
                "dt_branch":
21
                    "[% data.branchname |html %]",
21
                    "[% data.branchname %]",
22
                "dt_dateexpiry":
22
                "dt_dateexpiry":
23
                    "[% data.dateexpiry %]",
23
                    "[% data.dateexpiry %]",
24
                "dt_od_checkouts":
24
                "dt_od_checkouts":
25
                    "[% IF data.overdues %]<span class='overdue'><strong>[% data.overdues %]</strong></span>[% ELSE %][% data.overdues %][% END %] / [% data.issues %]",
25
                    "[% IF data.overdues %]<span class='overdue'><strong>[% data.overdues %]</strong></span>[% ELSE %][% data.overdues %][% END %] / [% data.issues %]",
26
                "dt_fines":
26
                "dt_fines":
27
                    "[% 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 %]</td>",
27
                    "[% 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 %]</td>",
28
                "dt_borrowernotes":
28
                "dt_borrowernotes":
29
                    "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]",
29
                    "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]",
30
                "dt_action":
30
                "dt_action":
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-3 / +3 lines)
Lines 57-65 function CheckForm(f) { Link Here
57
	</div>
57
	</div>
58
	[% END %]
58
	[% END %]
59
	[% IF ( message.ERROR_no_borrower_from_item ) %]<p>Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.</p>[% END %]
59
	[% IF ( message.ERROR_no_borrower_from_item ) %]<p>Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.</p>[% END %]
60
	[% 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 %]
60
	[% 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 %]
61
	[% 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 %]
61
	[% 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 %]
62
	[% 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 %]
62
	[% 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 %]
63
	[% 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 %]
63
	[% 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 %]
64
  [% END %]
64
  [% END %]
65
[% ELSE %]
65
[% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
                            </a>
64
                            </a>
65
                        </td>
65
                        </td>
66
                        <td>
66
                        <td>
67
                            <a class="btn btn-mini" href="delete.pl?patron_list_id=[% l.patron_list_id %]" onclick='return ConfirmDelete("[% l.name | html %]")'>
67
                            <a class="btn btn-mini" href="delete.pl?patron_list_id=[% l.patron_list_id %]" onclick='return ConfirmDelete("[% l.name %]")'>
68
                                <i class="icon-trash"></i> Delete
68
                                <i class="icon-trash"></i> Delete
69
                            </a>
69
                            </a>
70
                        </td>
70
                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-20 / +20 lines)
Lines 187-193 Link Here
187
                                            <ol>
187
                                            <ol>
188
                                            <li>
188
                                            <li>
189
                                                <label for="field_1_text">Text: </label>
189
                                                <label for="field_1_text">Text: </label>
190
                                                <input type="text" name="field_1_text" id="field_1_text" size="60" value="[% field_1_text |html %]" />
190
                                                <input type="text" name="field_1_text" id="field_1_text" size="60" value="[% field_1_text %]" />
191
                                            </li>
191
                                            </li>
192
                                            <li>
192
                                            <li>
193
                                                <label for="field_1_font">Font: </label>
193
                                                <label for="field_1_font">Font: </label>
Lines 203-209 Link Here
203
                                            </li>
203
                                            </li>
204
                                            <li>
204
                                            <li>
205
                                                <label for="field_1_font_size">Font size: </label>
205
                                                <label for="field_1_font_size">Font size: </label>
206
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size |html %]" />
206
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size %]" />
207
                                                <span class="font_unit"> pt</span>
207
                                                <span class="font_unit"> pt</span>
208
                                            </li>
208
                                            </li>
209
                                            <li>
209
                                            <li>
Lines 220-230 Link Here
220
                                            </li>
220
                                            </li>
221
                                            <li>
221
                                            <li>
222
                                                <label for="field_1_llx">Lower left X coordinate: </label>
222
                                                <label for="field_1_llx">Lower left X coordinate: </label>
223
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx |html %]" />
223
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx %]" />
224
                                            </li>
224
                                            </li>
225
                                            <li>
225
                                            <li>
226
                                                <label for="field_1_lly">Lower left Y coordinate: </label>
226
                                                <label for="field_1_lly">Lower left Y coordinate: </label>
227
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly |html %]" />
227
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly %]" />
228
                                            </li>
228
                                            </li>
229
                                            </ol>
229
                                            </ol>
230
                                            </div>
230
                                            </div>
Lines 241-247 Link Here
241
                                            <ol>
241
                                            <ol>
242
                                            <li>
242
                                            <li>
243
                                                <label for="field_2_text">Text: </label>
243
                                                <label for="field_2_text">Text: </label>
244
                                                <input type="text" name="field_2_text" id="field_2_text" size="60" value="[% field_2_text |html %]" />
244
                                                <input type="text" name="field_2_text" id="field_2_text" size="60" value="[% field_2_text %]" />
245
                                            </li>
245
                                            </li>
246
                                            <li>
246
                                            <li>
247
                                                <label for="field_2_font">Font: </label>
247
                                                <label for="field_2_font">Font: </label>
Lines 257-263 Link Here
257
                                            </li>
257
                                            </li>
258
                                            <li>
258
                                            <li>
259
                                                <label for="field_2_font_size">Font size: </label>
259
                                                <label for="field_2_font_size">Font size: </label>
260
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size |html %]" />
260
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size %]" />
261
                                                <span class="font_unit"> pt</span>
261
                                                <span class="font_unit"> pt</span>
262
                                            </li>
262
                                            </li>
263
                                            <li>
263
                                            <li>
Lines 274-284 Link Here
274
                                            </li>
274
                                            </li>
275
                                            <li>
275
                                            <li>
276
                                                <label for="field_2_llx">Lower left X coordinate: </label>
276
                                                <label for="field_2_llx">Lower left X coordinate: </label>
277
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx |html %]" />
277
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx %]" />
278
                                            </li>
278
                                            </li>
279
                                            <li>
279
                                            <li>
280
                                                <label for="field_2_lly">Lower left Y coordinate: </label>
280
                                                <label for="field_2_lly">Lower left Y coordinate: </label>
281
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly |html %]" />
281
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly %]" />
282
                                            </li>
282
                                            </li>
283
                                            </ol>
283
                                            </ol>
284
                                            </div>
284
                                            </div>
Lines 295-301 Link Here
295
                                            <ol>
295
                                            <ol>
296
                                            <li>
296
                                            <li>
297
                                                <label for="field_3_text">Text: </label>
297
                                                <label for="field_3_text">Text: </label>
298
                                                <input type="text" name="field_3_text" id="field_3_text" size="60" value="[% field_3_text |html %]" />
298
                                                <input type="text" name="field_3_text" id="field_3_text" size="60" value="[% field_3_text %]" />
299
                                            </li>
299
                                            </li>
300
                                            <li>
300
                                            <li>
301
                                                <label for="field_3_font">Font: </label>
301
                                                <label for="field_3_font">Font: </label>
Lines 311-317 Link Here
311
                                            </li>
311
                                            </li>
312
                                            <li>
312
                                            <li>
313
                                                <label for="field_3_font_size">Font size: </label>
313
                                                <label for="field_3_font_size">Font size: </label>
314
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size |html %]" />
314
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size %]" />
315
                                                <span class="font_unit"> pt</span>
315
                                                <span class="font_unit"> pt</span>
316
                                            </li>
316
                                            </li>
317
                                            <li>
317
                                            <li>
Lines 328-338 Link Here
328
                                            </li>
328
                                            </li>
329
                                            <li>
329
                                            <li>
330
                                                <label for="field_3_llx">Lower left X coordinate: </label>
330
                                                <label for="field_3_llx">Lower left X coordinate: </label>
331
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx |html %]" />
331
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx %]" />
332
                                            </li>
332
                                            </li>
333
                                            <li>
333
                                            <li>
334
                                                <label for="field_3_lly">Lower left Y coordinate: </label>
334
                                                <label for="field_3_lly">Lower left Y coordinate: </label>
335
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly |html %]" />
335
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly %]" />
336
                                            </li>
336
                                            </li>
337
                                            </ol>
337
                                            </ol>
338
                                            </div>
338
                                            </div>
Lines 377-387 Link Here
377
                                <ol>
377
                                <ol>
378
                                <li>
378
                                <li>
379
                                    <label for="barcode_llx">Lower left X coordinate: </label>
379
                                    <label for="barcode_llx">Lower left X coordinate: </label>
380
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx |html %]" />
380
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx %]" />
381
                                </li>
381
                                </li>
382
                                <li>
382
                                <li>
383
                                    <label for="barcode_lly">Lower left Y coordinate: </label>
383
                                    <label for="barcode_lly">Lower left Y coordinate: </label>
384
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly |html %]" />
384
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly %]" />
385
                                </li>
385
                                </li>
386
                                <li>
386
                                <li>
387
                                    <label for="barcode_type">Barcode type: </label>
387
                                    <label for="barcode_type">Barcode type: </label>
Lines 448-462 Link Here
448
                                    <ol>
448
                                    <ol>
449
                                    <li>
449
                                    <li>
450
                                        <label for="image_1_Dx">Display height: </label>
450
                                        <label for="image_1_Dx">Display height: </label>
451
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx |html %]" />
451
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx %]" />
452
                                    </li>
452
                                    </li>
453
                                    <li>
453
                                    <li>
454
                                        <label for="image_1_Tx">Lower left X coordinate: </label>
454
                                        <label for="image_1_Tx">Lower left X coordinate: </label>
455
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx |html %]" />
455
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx %]" />
456
                                    </li>
456
                                    </li>
457
                                    <li>
457
                                    <li>
458
                                        <label for="image_1_Ty">Lower left Y coordinate: </label>
458
                                        <label for="image_1_Ty">Lower left Y coordinate: </label>
459
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty |html %]" />
459
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty %]" />
460
                                    </li>
460
                                    </li>
461
                                    </ol>
461
                                    </ol>
462
                                    </div>
462
                                    </div>
Lines 504-518 Link Here
504
                                    <ol>
504
                                    <ol>
505
                                    <li>
505
                                    <li>
506
                                        <label for="image_2_Dx">Display height: </label>
506
                                        <label for="image_2_Dx">Display height: </label>
507
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx |html %]" />
507
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx %]" />
508
                                    </li>
508
                                    </li>
509
                                    <li>
509
                                    <li>
510
                                        <label for="image_2_Tx">Lower left X coordinate: </label>
510
                                        <label for="image_2_Tx">Lower left X coordinate: </label>
511
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx |html %]" />
511
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx %]" />
512
                                    </li>
512
                                    </li>
513
                                    <li>
513
                                    <li>
514
                                        <label for="image_2_Ty">Lower left Y coordinate: </label>
514
                                        <label for="image_2_Ty">Lower left Y coordinate: </label>
515
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty |html %]" />
515
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty %]" />
516
                                    </li>
516
                                    </li>
517
                                    </ol>
517
                                    </ol>
518
                                    </div>
518
                                    </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 573-579 canned reports and writing custom SQL reports.</p> Link Here
573
            <td>
573
            <td>
574
                <select name="[% criteri.name %]_value">
574
                <select name="[% criteri.name %]_value">
575
                [% FOREACH value IN criteri.values %]
575
                [% FOREACH value IN criteri.values %]
576
                <option value="[% value.availablevalues %]">[% IF ( value.default ) %]Default[% ELSE %][% value.display_value |html %][% END %]</option>
576
                <option value="[% value.availablevalues %]">[% IF ( value.default ) %]Default[% ELSE %][% value.display_value %][% END %]</option>
577
                [% END %]
577
                [% END %]
578
                </select>
578
                </select>
579
            </td>
579
            </td>
Lines 670-676 canned reports and writing custom SQL reports.</p> Link Here
670
<h1>Confirm custom report</h1>
670
<h1>Confirm custom report</h1>
671
<p>Your report will be generated with the following SQL statement.</p>
671
<p>Your report will be generated with the following SQL statement.</p>
672
<p> 
672
<p> 
673
[% sql |html %]
673
[% sql %]
674
</p>
674
</p>
675
675
676
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
676
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
Lines 686-692 canned reports and writing custom SQL reports.</p> Link Here
686
686
687
[% IF ( save ) %]
687
[% IF ( save ) %]
688
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" class="validated">
688
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" class="validated">
689
<input type="hidden" name="sql" value="[% sql |html %]" />
689
<input type="hidden" name="sql" value="[% sql %]" />
690
<input type="hidden" name="type" value="[% type %]" />
690
<input type="hidden" name="type" value="[% type %]" />
691
<input type="hidden" name="area" value="[% area %]" />
691
<input type="hidden" name="area" value="[% area %]" />
692
<input type="hidden" name="public" value="[% public %]" />
692
<input type="hidden" name="public" value="[% public %]" />
Lines 803-809 canned reports and writing custom SQL reports.</p> Link Here
803
<h1>[% name %]</h1>
803
<h1>[% name %]</h1>
804
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
804
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
805
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
805
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
806
<pre id="sql_output">[% sql |html %]</pre>
806
<pre id="sql_output">[% sql %]</pre>
807
807
808
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
808
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
809
    <input type="hidden" name="phase" value="Run this report"/>
809
    <input type="hidden" name="phase" value="Run this report"/>
Lines 846-852 canned reports and writing custom SQL reports.</p> Link Here
846
<option value="tab">Tab separated text</option>
846
<option value="tab">Tab separated text</option>
847
<option value="ods">Open Document Spreadsheet</option>
847
<option value="ods">Open Document Spreadsheet</option>
848
</select>
848
</select>
849
<input type="hidden" name="sql" value="[% sql |html %]" />
849
<input type="hidden" name="sql" value="[% sql %]" />
850
<input type="hidden" name="phase" value="Export" />
850
<input type="hidden" name="phase" value="Export" />
851
<input type="submit" name="submit" value="Download" /></fieldset>
851
<input type="submit" name="submit" value="Download" /></fieldset>
852
<input type="hidden" name="reportname" value="[% name %]" />
852
<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/reservereport.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
				[% dataloo.reservedate %]
25
				[% dataloo.reservedate %]
26
			</td>
26
			</td>
27
			<td>
27
			<td>
28
				[% dataloo.title |html %]
28
				[% dataloo.title %]
29
			</td>
29
			</td>
30
			<td>
30
			<td>
31
				[% dataloo.classification %]
31
				[% dataloo.classification %]
(-)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 1-7 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% UNLESS ( multi_hold ) %]
3
[% UNLESS ( multi_hold ) %]
4
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Place a hold on [% title |html %]</title>
4
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Place a hold on [% title %]</title>
5
[% ELSE %]
5
[% ELSE %]
6
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
6
    <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
7
[% END %]
7
[% END %]
Lines 210-216 function checkMultiHold() { Link Here
210
[% INCLUDE 'circ-search.inc' %]
210
[% INCLUDE 'circ-search.inc' %]
211
211
212
[% UNLESS ( multi_hold ) %]
212
[% UNLESS ( multi_hold ) %]
213
    <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>
213
    <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>
214
[% ELSE %]
214
[% ELSE %]
215
    <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>
215
    <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
[% END %]
216
[% END %]
Lines 241-247 function checkMultiHold() { Link Here
241
  [% END %]
241
  [% END %]
242
242
243
  [% UNLESS ( multi_hold ) %]
243
  [% UNLESS ( multi_hold ) %]
244
    <h1>Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% title |html %]</a></h1>
244
    <h1>Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% title %]</a></h1>
245
  [% ELSE %]
245
  [% ELSE %]
246
    <h1>Confirm holds</h1>
246
    <h1>Confirm holds</h1>
247
  [% END %]
247
  [% END %]
Lines 360-371 function checkMultiHold() { Link Here
360
            <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
360
            <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
361
            <input type="hidden" name="request" value="any"/>
361
            <input type="hidden" name="request" value="any"/>
362
            [% FOREACH biblioloo IN biblioloop %]
362
            [% FOREACH biblioloo IN biblioloop %]
363
              <input type="hidden" name="title_[% biblioloo.biblionumber %]" value="[% biblioloo.title |html %]"/>
363
              <input type="hidden" name="title_[% biblioloo.biblionumber %]" value="[% biblioloo.title %]"/>
364
              <input type="hidden" name="rank_[% biblioloo.biblionumber %]" value="[% biblioloo.rank %]"/>
364
              <input type="hidden" name="rank_[% biblioloo.biblionumber %]" value="[% biblioloo.rank %]"/>
365
            [% END %]
365
            [% END %]
366
        [% ELSE %]
366
        [% ELSE %]
367
            <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
367
            <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
368
            <input type="hidden" name="title" value="[% title |html %]" />
368
            <input type="hidden" name="title" value="[% title %]" />
369
            <input type="hidden" name="rank-request" value="[% fixedRank %]" />
369
            <input type="hidden" name="rank-request" value="[% fixedRank %]" />
370
        [% END %]
370
        [% END %]
371
371
Lines 571-577 function checkMultiHold() { Link Here
571
        [% END %]
571
        [% END %]
572
          <td>
572
          <td>
573
            <ul>
573
            <ul>
574
              <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title |html %]</a></li>
574
              <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title %]</a></li>
575
              [% IF ( biblioloo.publicationyear ) %]
575
              [% IF ( biblioloo.publicationyear ) %]
576
                <li><span class="label">Publication year:</span> [% biblioloo.publicationyear %]</li>
576
                <li><span class="label">Publication year:</span> [% biblioloo.publicationyear %]</li>
577
              [% END %]
577
              [% END %]
Lines 650-656 function checkMultiHold() { Link Here
650
    [% IF ( biblioloo.reserveloop ) %]
650
    [% IF ( biblioloo.reserveloop ) %]
651
    <table>
651
    <table>
652
      [% IF ( multi_hold ) %]
652
      [% IF ( multi_hold ) %]
653
          <caption><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title |html %]</a></caption>
653
          <caption><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title %]</a></caption>
654
      [% END %]
654
      [% END %]
655
      <tr>
655
      <tr>
656
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
656
        [% 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 101-107 Link Here
101
                    </tr>
101
                    </tr>
102
                    [% FOREACH collectionItemsLoo IN collectionItemsLoop %]
102
                    [% FOREACH collectionItemsLoo IN collectionItemsLoop %]
103
                      <tr>
103
                      <tr>
104
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = collectionItemsLoo.biblionumber %][% collectionItemsLoo.title |html %]</a></td>
104
                        <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = collectionItemsLoo.biblionumber %][% collectionItemsLoo.title %]</a></td>
105
                        <td>[% collectionItemsLoo.itemcallnumber %]</td>
105
                        <td>[% collectionItemsLoo.itemcallnumber %]</td>
106
                        <td>[% collectionItemsLoo.barcode %]</td>
106
                        <td>[% collectionItemsLoo.barcode %]</td>
107
                        <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>
107
                        <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 93-99 Link Here
93
                [% subscriptions_loo.issn %]
93
                [% subscriptions_loo.issn %]
94
            </td>
94
            </td>
95
            <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptions_loo.subscriptionid |url %]">[% IF ( subscriptions_loo.title ) %]
95
            <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptions_loo.subscriptionid |url %]">[% IF ( subscriptions_loo.title ) %]
96
                    [% subscriptions_loo.title |html %]
96
                    [% subscriptions_loo.title %]
97
                [% ELSE %]
97
                [% ELSE %]
98
                    |
98
                    |
99
                [% END %]
99
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +1 lines)
Lines 280-286 Link Here
280
                            <span class="branch-[% missingissue.branchcode %]">[% Branches.GetName( missingissue.branchcode ) %]</span>
280
                            <span class="branch-[% missingissue.branchcode %]">[% Branches.GetName( missingissue.branchcode ) %]</span>
281
                        </td>
281
                        </td>
282
                        <td>
282
                        <td>
283
                        <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% missingissue.subscriptionid %]">[% missingissue.title |html %]</a>
283
                        <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% missingissue.subscriptionid %]">[% missingissue.title %]</a>
284
                        </td>
284
                        </td>
285
                        <td>[% missingissue.issn %]</td>
285
                        <td>[% missingissue.issn %]</td>
286
                        <td>[% missingissue.serialseq %]</td>
286
                        <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 294-300 $(document).ready(function() { Link Here
294
                </td>
294
                </td>
295
                [% IF ( routing ) %]
295
                [% IF ( routing ) %]
296
                <td>
296
                <td>
297
                    <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %] ([% serial.publisheddate | $KohaDates %])'); return false" >Print list</a>
297
                    <a href="" onclick="print_slip([% serial.subscriptionid %], '[% serial.serialseq %] ([% serial.publisheddate | $KohaDates %])'); return false" >Print list</a>
298
                </td>
298
                </td>
299
                [% END %]
299
                [% END %]
300
            </tr>
300
            </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-14 / +14 lines)
Lines 60-88 Link Here
60
              <ol>
60
              <ol>
61
                <li>
61
                <li>
62
                  <label for="issn">ISSN:</label>
62
                  <label for="issn">ISSN:</label>
63
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter | html %]" />
63
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter %]" />
64
                </li>
64
                </li>
65
                <li>
65
                <li>
66
                  <label for="title">Title:</label>
66
                  <label for="title">Title:</label>
67
                  <input type="text" id="title" name="title_filter" value="[% title_filter | html %]" />
67
                  <input type="text" id="title" name="title_filter" value="[% title_filter %]" />
68
                </li>
68
                </li>
69
                [% IF ( marcflavour == "UNIMARC" ) %]
69
                [% IF ( marcflavour == "UNIMARC" ) %]
70
                <li>
70
                <li>
71
                  <label for="ean">EAN:</label>
71
                  <label for="ean">EAN:</label>
72
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter | html %]" />
72
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter %]" />
73
                </li>
73
                </li>
74
                [% END %]
74
                [% END %]
75
                <li>
75
                <li>
76
                  <label for="callnumber">Call number:</label>
76
                  <label for="callnumber">Call number:</label>
77
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter | html %]" />
77
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter %]" />
78
                </li>
78
                </li>
79
                <li>
79
                <li>
80
                  <label for="publisher">Publisher:</label>
80
                  <label for="publisher">Publisher:</label>
81
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter | html %]" />
81
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
82
                </li>
82
                </li>
83
                <li>
83
                <li>
84
                  <label for="bookseller">Vendor:</label>
84
                  <label for="bookseller">Vendor:</label>
85
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter | html %]" />
85
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
86
                </li>
86
                </li>
87
                <li>
87
                <li>
88
                  <label for="branch">Library:</label>
88
                  <label for="branch">Library:</label>
Lines 167-173 Link Here
167
                        [% IF ( subscription.issn ) %][% subscription.issn %]
167
                        [% IF ( subscription.issn ) %][% subscription.issn %]
168
                        [% END %]
168
                        [% END %]
169
                        </td>
169
                        </td>
170
                        <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title |html %]</a>
170
                        <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title %]</a>
171
                        </td>
171
                        </td>
172
                        <td>[% IF ( subscription.publicnotes ) %][% subscription.publicnotes %][% END %]
172
                        <td>[% IF ( subscription.publicnotes ) %][% subscription.publicnotes %][% END %]
173
                        [% IF ( subscription.internalnotes ) %]([% subscription.internalnotes %])[% END %]
173
                        [% IF ( subscription.internalnotes ) %]([% subscription.internalnotes %])[% END %]
Lines 269-275 Link Here
269
                          [% END %]
269
                          [% END %]
270
                        </td>
270
                        </td>
271
                        <td>
271
                        <td>
272
                          <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title |html %]</a>
272
                          <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid %]" class="button" title="subscription detail">[% subscription.title %]</a>
273
                        </td>
273
                        </td>
274
                        <td>
274
                        <td>
275
                          [% IF ( subscription.notes ) %][% subscription.notes %][% END %]
275
                          [% IF ( subscription.notes ) %][% subscription.notes %][% END %]
Lines 337-365 Link Here
337
              <ol>
337
              <ol>
338
                <li>
338
                <li>
339
                  <label for="issn">ISSN:</label>
339
                  <label for="issn">ISSN:</label>
340
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter | html %]" />
340
                  <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter %]" />
341
                </li>
341
                </li>
342
                <li>
342
                <li>
343
                  <label for="title">Title:</label>
343
                  <label for="title">Title:</label>
344
                  <input type="text" id="title" name="title_filter" value="[% title_filter | html %]" />
344
                  <input type="text" id="title" name="title_filter" value="[% title_filter %]" />
345
                </li>
345
                </li>
346
                [% IF ( marcflavour == "UNIMARC" ) %]
346
                [% IF ( marcflavour == "UNIMARC" ) %]
347
                <li>
347
                <li>
348
                  <label for="ean">EAN:</label>
348
                  <label for="ean">EAN:</label>
349
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter | html %]" />
349
                  <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter %]" />
350
                </li>
350
                </li>
351
                [% END %]
351
                [% END %]
352
                <li>
352
                <li>
353
                  <label for="callnumber">Call number:</label>
353
                  <label for="callnumber">Call number:</label>
354
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter | html %]" />
354
                  <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter %]" />
355
                </li>
355
                </li>
356
                <li>
356
                <li>
357
                  <label for="publisher">Publisher:</label>
357
                  <label for="publisher">Publisher:</label>
358
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter | html %]" />
358
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
359
                </li>
359
                </li>
360
                <li>
360
                <li>
361
                  <label for="bookseller">Vendor:</label>
361
                  <label for="bookseller">Vendor:</label>
362
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter | html %]" />
362
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
363
                </li>
363
                </li>
364
                <li>
364
                <li>
365
                  <label for="branch">Library:</label>
365
                  <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 465-476 $(document).ready(function() { Link Here
465
[% INCLUDE 'header.inc' %]
465
[% INCLUDE 'header.inc' %]
466
[% INCLUDE 'serials-search.inc' %]
466
[% INCLUDE 'serials-search.inc' %]
467
467
468
<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>
468
<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>
469
469
470
<div id="doc3" class="yui-t7">
470
<div id="doc3" class="yui-t7">
471
    <div id="bd">
471
    <div id="bd">
472
        <div class="yui-g">
472
        <div class="yui-g">
473
            <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
473
            <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
474
            <form method="post" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated" onsubmit="return Check_page2();" >
474
            <form method="post" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated" onsubmit="return Check_page2();" >
475
                [% IF ( modify ) %]
475
                [% IF ( modify ) %]
476
                    <input type="hidden" name="op" value="modsubscription" />
476
                    <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
            [% FOREACH itemtypeloo IN itemtypeloop %]
216
            [% FOREACH itemtypeloo IN itemtypeloop %]
217
                [% IF ( itemtypeloo.selected ) %][% itemtypeloo.description %][% END %]
217
                [% IF ( itemtypeloo.selected ) %][% itemtypeloo.description %][% END %]
Lines 224-230 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
224
            [% END %]
224
            [% END %]
225
          </li>
225
          </li>
226
        [% END %]
226
        [% END %]
227
        <li><span class="label">Notes:</span>[% note |html %]</li>
227
        <li><span class="label">Notes:</span>[% note %]</li>
228
      </ol>
228
      </ol>
229
    </fieldset>
229
    </fieldset>
230
    <fieldset class="rows"> <legend>Suggestion management</legend>
230
    <fieldset class="rows"> <legend>Suggestion management</legend>
Lines 326-340 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
326
    <fieldset class="rows"> <legend>Bibliographic information</legend><ol>
326
    <fieldset class="rows"> <legend>Bibliographic information</legend><ol>
327
        <li>
327
        <li>
328
            <label for="title" class="required">Title:</label>
328
            <label for="title" class="required">Title:</label>
329
            <input type="text" id="title" name="title" size="80" maxlength="255" value="[% title |html %]" required="required" class="required" />
329
            <input type="text" id="title" name="title" size="80" maxlength="255" value="[% title %]" required="required" class="required" />
330
            <span class="required">Required</span>
330
            <span class="required">Required</span>
331
        </li>
331
        </li>
332
        <li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author | html %]"/></li>
332
        <li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" value="[% author %]"/></li>
333
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate | html %]" /></li>
333
        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate %]" /></li>
334
        <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>
334
        <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>
335
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode | html %]"/></li>
335
        <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode %]"/></li>
336
        <li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place | html %]"/></li>
336
        <li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place %]"/></li>
337
        <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle | html %]"/></li>
337
        <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle %]"/></li>
338
        <li><label for="itemtype">Document type:</label>
338
        <li><label for="itemtype">Document type:</label>
339
            <select id="itemtype" name="itemtype" >
339
            <select id="itemtype" name="itemtype" >
340
            [% FOREACH itemtypeloo IN itemtypeloop %]
340
            [% FOREACH itemtypeloo IN itemtypeloop %]
Lines 521-532 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
521
                </td>
521
                </td>
522
                <td>
522
                <td>
523
                    <a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=show" title="suggestion" >
523
                    <a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=show" title="suggestion" >
524
                        [% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a>
524
                        [% suggestions_loo.title %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %]</a>
525
                    [<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=edit" title="suggestion" >edit</a>]
525
                    [<a href="suggestion.pl?suggestionid=[% suggestions_loo.suggestionid %]&amp;op=edit" title="suggestion" >edit</a>]
526
                    <br />
526
                    <br />
527
                    [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate |html %] [% END %]
527
                    [% IF ( suggestions_loo.copyrightdate ) %]&copy; [% suggestions_loo.copyrightdate %] [% END %]
528
                        [% IF ( suggestions_loo.volumedesc ) %]; Volume:<i>[% suggestions_loo.volumedesc |html %]</i> [% END %]
528
                        [% IF ( suggestions_loo.volumedesc ) %]; Volume:<i>[% suggestions_loo.volumedesc %]</i> [% END %]
529
                        [% 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 ) %]; [% suggestions_loo.itemtype |html %] [% END %]<br />[% IF ( suggestions_loo.note ) %]<span class="note">[% suggestions_loo.note |html%]</span>[% END %]
529
                        [% 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 ) %]; [% suggestions_loo.itemtype %] [% END %]<br />[% IF ( suggestions_loo.note ) %]<span class="note">[% suggestions_loo.note%]</span>[% END %]
530
                </td>
530
                </td>
531
                <td>
531
                <td>
532
                    [% 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 %]
532
                    [% 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 671-682 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
671
                <div style="display:block;" id="limits">
671
                <div style="display:block;" id="limits">
672
672
673
				<fieldset class="brief"><h4 class="local_collapse"><a href="#">Bibliographic information</a></h4>
673
				<fieldset class="brief"><h4 class="local_collapse"><a href="#">Bibliographic information</a></h4>
674
                   <ol> <li><label for="title"> Title:</label><input type="text" id="title" name="title" value="[% title |html %]" /></li>
674
                   <ol> <li><label for="title"> Title:</label><input type="text" id="title" name="title" value="[% title %]" /></li>
675
                    <li><label for="author"> Author:</label><input type="text" id="author" name="author" value="[% author | html %]" /></li>
675
                    <li><label for="author"> Author:</label><input type="text" id="author" name="author" value="[% author %]" /></li>
676
                    <li><label for="isbn"> ISBN:</label><input type="text" id="isbn"  name="isbn" value="[% isbn | html %]" /></li>
676
                    <li><label for="isbn"> ISBN:</label><input type="text" id="isbn"  name="isbn" value="[% isbn %]" /></li>
677
                    <li><label for="publishercode"> Publisher:</label><input type="text" id="publishercode" name="publishercode" value="[% publishercode | html %]" /></li>
677
                    <li><label for="publishercode"> Publisher:</label><input type="text" id="publishercode" name="publishercode" value="[% publishercode %]" /></li>
678
                    <li><label for="copyrightdate_filter"> Copyright date:</label><input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate | html %]" /></li>
678
                    <li><label for="copyrightdate_filter"> Copyright date:</label><input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate %]" /></li>
679
                    <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>
679
                    <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>
680
                </fieldset>
680
                </fieldset>
681
				 <fieldset class="brief"><h4 class="local_collapse"><a href="#">Suggestion information</a></h4>
681
				 <fieldset class="brief"><h4 class="local_collapse"><a href="#">Suggestion information</a></h4>
682
                    <ol>
682
                    <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 260-288 $(document).ready(function(){ Link Here
260
              </td>
260
              </td>
261
            [% END %]
261
            [% END %]
262
            <td>
262
            <td>
263
            [% result.barcode | html %]
263
            [% result.barcode %]
264
            </td>
264
            </td>
265
            <td>
265
            <td>
266
                [% Branches.GetName( result.homebranch ) %]
266
                [% Branches.GetName( result.homebranch ) %]
267
                [% result.location | html %] [% IF ( result.itemcallnumber ) %][[% result.itemcallnumber | html %]][% ELSE %][% END %]
267
                [% result.location %] [% IF ( result.itemcallnumber ) %][[% result.itemcallnumber %]][% ELSE %][% END %]
268
            </td>
268
            </td>
269
            <td>
269
            <td>
270
            <p><a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a></p><p>[% result.author | html %]</p>
270
            <p><a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title %]</a></p><p>[% result.author %]</p>
271
            </td>
271
            </td>
272
            <td>
272
            <td>
273
            [% result.notforloan | html %]
273
            [% result.notforloan %]
274
            </td>
274
            </td>
275
            <td>
275
            <td>
276
            [% result.itemlost | html %]
276
            [% result.itemlost %]
277
            </td>
277
            </td>
278
            <td>
278
            <td>
279
            [% result.damaged | html %]
279
            [% result.damaged %]
280
            </td>
280
            </td>
281
            <td>
281
            <td>
282
            [% result.withdrawn | html %]
282
            [% result.withdrawn %]
283
            </td>
283
            </td>
284
            <td>
284
            <td>
285
            [% result.datelastseen | $KohaDates | html %]
285
            [% result.datelastseen | $KohaDates %]
286
            </td>
286
            </td>
287
            <td>
287
            <td>
288
            [% IF result.problem == 'wrongplace' %]
288
            [% IF result.problem == 'wrongplace' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +2 lines)
Lines 199-207 Link Here
199
                                    </td>
199
                                    </td>
200
                                    <td>
200
                                    <td>
201
                                        [% IF ( loopro.module == 'CIRCULATION' ) %]
201
                                        [% IF ( loopro.module == 'CIRCULATION' ) %]
202
                                            <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>
202
                                            <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>
203
                                        [% ELSE %]
203
                                        [% ELSE %]
204
                                            [% loopro.info |html %]
204
                                            [% loopro.info %]
205
                                        [% END %]
205
                                        [% END %]
206
                                    </td>
206
                                    </td>
207
                                </tr>
207
                                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-5 / +5 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-59 Link Here
46
		[% IF ( privatevirtualshelves ) %]
46
		[% IF ( privatevirtualshelves ) %]
47
        <optgroup label="Private lists">
47
        <optgroup label="Private lists">
48
		[% FOREACH privatevirtualshelve IN privatevirtualshelves %]
48
		[% FOREACH privatevirtualshelve IN privatevirtualshelves %]
49
		<option value="[% privatevirtualshelve.shelfnumber %]">[% privatevirtualshelve.shelfname | html%]</option>
49
		<option value="[% privatevirtualshelve.shelfnumber %]">[% privatevirtualshelve.shelfname%]</option>
50
		[% END %]
50
		[% END %]
51
		</optgroup>
51
		</optgroup>
52
		[% END %]
52
		[% END %]
53
		[% IF ( publicvirtualshelves ) %]
53
		[% IF ( publicvirtualshelves ) %]
54
        <optgroup label="Public lists">
54
        <optgroup label="Public lists">
55
		[% FOREACH publicvirtualshelve IN publicvirtualshelves %]
55
		[% FOREACH publicvirtualshelve IN publicvirtualshelves %]
56
		<option value="[% publicvirtualshelve.shelfnumber %]">[% publicvirtualshelve.shelfname | html%]</option>
56
		<option value="[% publicvirtualshelve.shelfnumber %]">[% publicvirtualshelve.shelfname%]</option>
57
		[% END %]
57
		[% END %]
58
		</optgroup>
58
		</optgroup>
59
		[% END %]
59
		[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-10 / +10 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; [% IF ( viewshelf ) %]Lists &rsaquo; Contents of [% shelfname | html %][% ELSE %]Lists[% END %][% IF ( shelves ) %] &rsaquo; Create new list[% END %][% IF ( edit ) %] &rsaquo; Edit list [% shelfname | html %][% END %]</title>
2
<title>Koha &rsaquo; [% IF ( viewshelf ) %]Lists &rsaquo; Contents of [% shelfname %][% ELSE %]Lists[% END %][% IF ( shelves ) %] &rsaquo; Create new list[% END %][% IF ( edit ) %] &rsaquo; Edit list [% shelfname %][% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
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 'datatables.inc' %]
5
[% INCLUDE 'datatables.inc' %]
Lines 122-128 $(document).ready(function(){ Link Here
122
            param1 += "<optgroup label=\""+_("Your lists:")+"\">";
122
            param1 += "<optgroup label=\""+_("Your lists:")+"\">";
123
            [% FOREACH addbarshelvesloo IN addbarshelvesloop %]
123
            [% FOREACH addbarshelvesloo IN addbarshelvesloop %]
124
                [% IF ( shelfnumber != addbarshelvesloo.shelfnumber ) %]
124
                [% IF ( shelfnumber != addbarshelvesloo.shelfnumber ) %]
125
                    param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname |html %]<\/option>";
125
                    param1 += "<option id=\"s[% addbarshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addbarshelvesloo.shelfname %]<\/option>";
126
                [% END %]
126
                [% END %]
127
            [% END %]
127
            [% END %]
128
            param1 += "<\/optgroup>";
128
            param1 += "<\/optgroup>";
Lines 131-137 $(document).ready(function(){ Link Here
131
            param1 += "<optgroup label=\""+_("Public lists:")+"\">";
131
            param1 += "<optgroup label=\""+_("Public lists:")+"\">";
132
            [% FOREACH addpubshelvesloo IN addpubshelvesloop %]
132
            [% FOREACH addpubshelvesloo IN addpubshelvesloop %]
133
                [% IF ( shelfnumber != addpubshelvesloo.shelfnumber ) %]
133
                [% IF ( shelfnumber != addpubshelvesloo.shelfnumber ) %]
134
                    param1 += "<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname |html %]<\/option>";
134
                    param1 += "<option id=\"s[% addpubshelvesloo.shelfnumber %]\" value=\"addtolist\">[% addpubshelvesloo.shelfname %]<\/option>";
135
                [% END %]
135
                [% END %]
136
            [% END %]
136
            [% END %]
137
            param1 += "<\/optgroup>";
137
            param1 += "<\/optgroup>";
Lines 300-306 function placeHold () { Link Here
300
[% END %]
300
[% END %]
301
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a> [% IF ( category1 ) %] &rsaquo; [% IF ( viewshelf || edit ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=privateshelves">Your lists</a> [% ELSE %] Your lists [% END %] [% ELSIF ( category2 ) %] &rsaquo; [% IF ( viewshelf ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=publicshelves">Public lists</a> [% ELSE %] Public lists [% END %] [% ELSIF ( showprivateshelves ) %] &rsaquo; [% IF ( viewshelf || edit ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=privateshelves">Your lists</a> [% ELSE %] Your lists [% END %] [% ELSIF ( showpublicshelves ) %] &rsaquo; [% IF ( viewshelf || edit ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=publicshelves">Public lists</a> [% ELSE %] Public lists [% END %] [% END %]
301
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a> [% IF ( category1 ) %] &rsaquo; [% IF ( viewshelf || edit ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=privateshelves">Your lists</a> [% ELSE %] Your lists [% END %] [% ELSIF ( category2 ) %] &rsaquo; [% IF ( viewshelf ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=publicshelves">Public lists</a> [% ELSE %] Public lists [% END %] [% ELSIF ( showprivateshelves ) %] &rsaquo; [% IF ( viewshelf || edit ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=privateshelves">Your lists</a> [% ELSE %] Your lists [% END %] [% ELSIF ( showpublicshelves ) %] &rsaquo; [% IF ( viewshelf || edit ) %] <a href="/cgi-bin/koha/virtualshelves/shelves.pl?display=publicshelves">Public lists</a> [% ELSE %] Public lists [% END %] [% END %]
302
302
303
[% IF ( viewshelf ) %]&rsaquo; Contents of <i>[% shelfname | html %]</i>[% END %][% IF ( shelves ) %] &rsaquo; Create new list[% END %][% IF ( edit ) %] &rsaquo; Edit list <i>[% shelfname | html %]</i>[% END %]</div>
303
[% IF ( viewshelf ) %]&rsaquo; Contents of <i>[% shelfname %]</i>[% END %][% IF ( shelves ) %] &rsaquo; Create new list[% END %][% IF ( edit ) %] &rsaquo; Edit list <i>[% shelfname %]</i>[% END %]</div>
304
304
305
<div id="doc2" class="yui-t7">
305
<div id="doc2" class="yui-t7">
306
 <div id="bd">
306
 <div id="bd">
Lines 353-359 function placeHold () { Link Here
353
   <div class="yui-g">
353
   <div class="yui-g">
354
    [% IF ( itemsloop ) %]
354
    [% IF ( itemsloop ) %]
355
355
356
    <h3>Contents of <i>[% shelfname | html %]</i></h3>
356
    <h3>Contents of <i>[% shelfname %]</i></h3>
357
    <div class="pages">[% pagination_bar %]</div>
357
    <div class="pages">[% pagination_bar %]</div>
358
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post" class="checkboxed">
358
    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post" class="checkboxed">
359
        <input type="hidden" name="viewshelf" value="[% shelfnumber %]" />
359
        <input type="hidden" name="viewshelf" value="[% shelfnumber %]" />
Lines 439-445 function placeHold () { Link Here
439
                    [% itemsloo.XSLTBloc %]
439
                    [% itemsloo.XSLTBloc %]
440
                [% ELSE %]
440
                [% ELSE %]
441
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = itemsloo.biblionumber %]
441
                    [% INCLUDE 'biblio-default-view.inc' biblionumber = itemsloo.biblionumber %]
442
                    [% itemsloo.title |html %][% FOREACH subtitl IN itemsloo.subtitle %] [% subtitl.subfield %][% END %]</a>
442
                    [% itemsloo.title %][% FOREACH subtitl IN itemsloo.subtitle %] [% subtitl.subfield %][% END %]</a>
443
                [% END %]
443
                [% END %]
444
                    <p class="hold">
444
                    <p class="hold">
445
                        [% IF ( itemsloo.notforloan ) %]
445
                        [% IF ( itemsloo.notforloan ) %]
Lines 487-493 function placeHold () { Link Here
487
<div class="yui-g">
487
<div class="yui-g">
488
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
488
<form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post">
489
 <fieldset class="brief noprint">
489
 <fieldset class="brief noprint">
490
    <legend>Add an item to <i>[% shelfname | html %]</i></legend>
490
    <legend>Add an item to <i>[% shelfname %]</i></legend>
491
        <ol>
491
        <ol>
492
            <li>
492
            <li>
493
                <label for="addbarcode">Barcode:</label>
493
                <label for="addbarcode">Barcode:</label>
Lines 503-509 function placeHold () { Link Here
503
[% END %]<!-- /allowaddingitem -->
503
[% END %]<!-- /allowaddingitem -->
504
504
505
[% IF ( debug ) %]
505
[% IF ( debug ) %]
506
  [% IF ( edit ) %]<div>Edit is on ([% shelfname | html %])</div>[% END %]
506
  [% IF ( edit ) %]<div>Edit is on ([% shelfname %])</div>[% END %]
507
  [% IF ( seflag ) %]<div>seflag is on ([% seflag %])</div>[% END %]
507
  [% IF ( seflag ) %]<div>seflag is on ([% seflag %])</div>[% END %]
508
[% END %]
508
[% END %]
509
509
Lines 538-550 function placeHold () { Link Here
538
    [% END %]
538
    [% END %]
539
539
540
    [% IF ( edit ) %]
540
    [% IF ( edit ) %]
541
        <legend>Edit list <i>[% shelfname | html %]</i></legend>
541
        <legend>Edit list <i>[% shelfname %]</i></legend>
542
        <input type="hidden" name="display" value="[% display %]" />
542
        <input type="hidden" name="display" value="[% display %]" />
543
        <input type="hidden" name="op" value="modifsave" />
543
        <input type="hidden" name="op" value="modifsave" />
544
        [% IF ( showprivateshelves ) %]<input type="hidden" name="display" value="privateshelves" />[% END %]
544
        [% IF ( showprivateshelves ) %]<input type="hidden" name="display" value="privateshelves" />[% END %]
545
        <input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
545
        <input type="hidden" name="shelfnumber" value="[% shelfnumber %]" />
546
		<ol>
546
		<ol>
547
            <li><label for="shelfname" class="required">Name: </label><input type="text" id="shelfname" name="shelfname" size="25" value="[% shelfname |html %]" required="required" class="required" />
547
            <li><label for="shelfname" class="required">Name: </label><input type="text" id="shelfname" name="shelfname" size="25" value="[% shelfname %]" required="required" class="required" />
548
            <span class="required">Required</span>
548
            <span class="required">Required</span>
549
        </li>
549
        </li>
550
		<li><label for="owner">Owner: </label><input type="hidden" id="owner" name="owner" value="[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]" />[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]</li>
550
		<li><label for="owner">Owner: </label><input type="hidden" id="owner" name="owner" value="[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]" />[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-2 / +1 lines)
Lines 9-15 Link Here
9
                "dt_type":
9
                "dt_type":
10
                    "[% data.type %]",
10
                    "[% data.type %]",
11
                "dt_shelfname":
11
                "dt_shelfname":
12
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% data.shelfnumber %]'>[% data.shelfname | html%]</a>",
12
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% data.shelfnumber %]'>[% data.shelfname%]</a>",
13
                "dt_count":
13
                "dt_count":
14
                    "[% data.count %] item(s)",
14
                    "[% data.count %] item(s)",
15
                "dt_owner":
15
                "dt_owner":
16
- 

Return to bug 13618