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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 lines)
Lines 370-378 function verify_images() { Link Here
370
					<td class="copynumber">[% itemloo.copynumber %]</td>
370
					<td class="copynumber">[% itemloo.copynumber %]</td>
371
				[% END %]
371
				[% END %]
372
                [% IF ( itemdata_itemnotes ) %]<td><div class="itemnotes">[% itemloo.itemnotes %]</div></td>[% END %]
372
                [% IF ( itemdata_itemnotes ) %]<td><div class="itemnotes">[% itemloo.itemnotes %]</div></td>[% END %]
373
                [% IF ( itemloo.type ) %]
374
                    <td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&amp;bi=[% itemloo.biblioitemnumber %]&amp;item=[% itemloo.itemtype %]">Fix Itemtype</a></td>
375
                [% END %]
376
		[% IF ( SpineLabelShowPrintOnBibDetails ) %]
373
		[% IF ( SpineLabelShowPrintOnBibDetails ) %]
377
			<td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=[% itemloo.barcode %]" >Print Label</a></td>
374
			<td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=[% itemloo.barcode %]" >Print Label</a></td>
378
		[% END %]
375
		[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tt (-122 lines)
Lines 1-122 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Catalog Maintenance</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
5
<body>
6
[% INCLUDE 'header.inc' %]
7
8
<div id="doc3" class="yui-t2">
9
   
10
   <div id="bd">
11
	<div id="yui-main">
12
	<div class="yui-b"><div class="yui-g">
13
14
[% IF ( allsub_p ) %]
15
<table>
16
<caption>Results</caption>
17
[% FOREACH loo IN loop %]
18
<tr><td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=allsub&amp;sub=[% loo.sub |url %]" onclick="messenger('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&amp;sub=[% loo.sub2 |url %]');window1.focus()">[% loo.subject |html %]</a></td></tr>
19
[% END %]
20
</table>
21
[% END %]
22
23
24
[% IF ( modsub_p ) %]
25
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
26
This will change the subject headings on <strong>all</strong> the records this subject is applied to.
27
<table>
28
<caption>Subject Heading Global Update</caption>
29
<tr><th scope="row"><label for="sub">Subject:</label></th><td><input type="text" value="[% sub |html %]" name="sub" id="sub" size="40" /><input type="hidden" name="type" value="upsub" />
30
<input type="hidden" name="oldsub" value="[% sub |html %]" /></td></tr>
31
</table>
32
<input type="submit" value="Modify" />
33
</form>
34
[% END %]
35
36
37
[% IF ( upsub_p ) %]
38
Successfully modified [% oldsub |html %]
39
is now [% sub |html %]
40
<!-- <![ IGNORE [
41
<p><a href="/cgi-bin/koha/maint/catmaintain.pl" onclick="window0.focus()">Back to catalogue maintenance</a><br />
42
<a href=nowhere onclick="self.close()">Close this window</a>
43
]]> -->
44
[% END %]
45
46
47
[% IF ( undel_p ) %]
48
<table>
49
<thead>
50
<tr><th>Title</th><th>Author</th><th>Undelete</th></tr>
51
[% FOREACH loo IN loop %]
52
<tr>
53
<td>[% loo.title |html %]</td>
54
<td>[% loo.author |html %]</td>
55
<td><a href="/cgi-bin/koha/maint/catmaintain.pl?[% loo.undelete |url %]">Undelete</a></td>
56
</tr>
57
[% END %]
58
</table>
59
[% END %]
60
61
62
[% IF ( finun_p ) %]
63
<h3>Successfully undeleted</h3>
64
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalog Maintenance</a></p>
65
[% END %]
66
67
68
[% IF ( fixitemtype_p ) %]
69
<form method="post" action="/cgi-bin/koha/maint/catmaintain.pl">
70
<table>
71
<tr><th scope="row"><label for="itemtype">Itemtype:</label></th><td><input type="hidden" name="bi" value="[% bi |html %]" />
72
<input type="hidden" name="type" value="updatetype" />
73
<input type="text" name="itemtype" id="itemtype" value="[% item |html %]" /></td></tr>
74
</table>
75
<input type="submit" value="Change" />
76
</form>
77
[% END %]
78
79
80
[% IF ( updatetype_p ) %]
81
<h3>Updated successfully</h3>
82
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalog Maintenance</a></p>
83
[% END %]
84
85
86
[% IF ( mainmenu_p ) %]
87
88
<h1>Catalog Maintenance</h1>
89
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
90
<table>
91
<caption>Subject Maintenance</caption>
92
<tr><th scope="row"><label for="sub">Show all subjects beginning with: </label></th><td><input type="text" name="sub" id="sub"><input type="hidden" name="type" value="allsub" /></td></tr>
93
</table>
94
<input type="submit" value="Show" />
95
</form>
96
97
<form action="/cgi-bin/koha/search.pl" method="post">
98
<table>
99
<caption>Group Maintenance</caption>
100
<tr><th scope="row"><label for="title">Show all Titles beginning with:</label></th><td><input type="hidden" name="type" value="catmain"><input type="text" name="title" id="title" /></td></tr>
101
<tr><th scope="row"><label for="item">Item Number:</label></th><td><input type="text" size="25" id="item" name="item" /></td></tr>
102
</table>
103
<input type="submit" value="Show" />
104
</form>
105
106
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
107
<table>
108
<caption>Undelete Biblio</caption>
109
<tr><th scope="row"><label for="title">Show all Titles beginning with</label></th><td><input type="text" name="title" id="title" /><input type="hidden" name="type" value="undel" /></td></tr>
110
</table>
111
<input type="submit" value="Show" />
112
</form>
113
114
[% END %]
115
116
</div>
117
</div>
118
</div>
119
120
[% INCLUDE 'mainmenu.inc' %]
121
[% INCLUDE 'intranet-bottom.inc' %]
122
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-4 lines)
Lines 420-428 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
420
		<td>[% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td>
420
		<td>[% INCLUDE 'item-status.inc' item = ITEM_RESULT %]</td>
421
		[% IF ( itemdata_itemnotes ) %]<td>[% ITEM_RESULT.itemnotes %]</td>[% END %]
421
		[% IF ( itemdata_itemnotes ) %]<td>[% ITEM_RESULT.itemnotes %]</td>[% END %]
422
		<td>[% ITEM_RESULT.datedue %]</td>
422
		<td>[% ITEM_RESULT.datedue %]</td>
423
		[% IF ( ITEM_RESULT.type ) %]
424
		<td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&amp;bi=[% ITEM_RESULT.biblioitemnumber %]&amp;item=[% ITEM_RESULT.itemtype %]">Fix Itemtype</a></td>
425
		[% END %]
426
	    </tr>
423
	    </tr>
427
	    [% END %]</tbody>
424
	    [% END %]</tbody>
428
	</table>
425
	</table>
429
- 

Return to bug 5028