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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record Number [% biblionumber %])[% ELSE %]Add MARC Record[% END %]</title>
2
<title>Koha &rsaquo; Cataloging &rsaquo; [% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %])[% ELSE %]Add MARC record[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/lib/yui/plugins/bubbling-min.js"></script>
4
<script type="text/javascript" src="[% themelang %]/lib/yui/plugins/bubbling-min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
Lines 657-663 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
657
//]]>
657
//]]>
658
</script>
658
</script>
659
[% INCLUDE 'header.inc' %]
659
[% INCLUDE 'header.inc' %]
660
<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>
660
<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>
661
661
662
<div id="doc" class="yui-t7">
662
<div id="doc" class="yui-t7">
663
663
Lines 665-671 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
665
        <div id="yui-main">
665
        <div id="yui-main">
666
        <div class="yui-g">
666
        <div class="yui-g">
667
667
668
<h1>[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record Number [% biblionumber %])</h1>[% ELSE %]Add MARC Record</h1>[% END %]
668
<h1>[% IF ( biblionumber ) %]Editing <em>[% title |html %]</em> (Record number [% biblionumber %])</h1>[% ELSE %]Add MARC record</h1>[% END %]
669
[% IF marcflavour != 'NORMARC' %]
669
[% IF marcflavour != 'NORMARC' %]
670
<div><input type="checkbox" name="marcDocsSelect" id="marcDocsSelect" checked="true" /> Show MARC tag documentation links<br/></div>
670
<div><input type="checkbox" name="marcDocsSelect" id="marcDocsSelect" checked="true" /> Show MARC tag documentation links<br/></div>
671
[% END %]
671
[% END %]
Lines 674-680 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
674
    <!-- show duplicate warning on tab 0 only -->
674
    <!-- show duplicate warning on tab 0 only -->
675
        [% IF ( duplicatebiblionumber ) %]
675
        [% IF ( duplicatebiblionumber ) %]
676
                    <div class="dialog alert">
676
                    <div class="dialog alert">
677
                        <h4>Duplicate Record suspected</h4>
677
                        <h4>Duplicate record suspected</h4>
678
                        <p>Is this a duplicate of <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]" onclick="openWindow('../MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]&amp;popup=1', 'Duplicate biblio'; return false;)">[% duplicatetitle %]</a>?</p>
678
                        <p>Is this a duplicate of <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]" onclick="openWindow('../MARCdetail.pl?biblionumber=[% duplicatebiblionumber %]&amp;popup=1', 'Duplicate biblio'; return false;)">[% duplicatetitle %]</a>?</p>
679
                        [% IF ( CAN_user_editcatalogue_edit_items ) %]<form action="/cgi-bin/koha/cataloguing/additem.pl" method="get">
679
                        [% IF ( CAN_user_editcatalogue_edit_items ) %]<form action="/cgi-bin/koha/cataloguing/additem.pl" method="get">
680
                                                    <input type="hidden" name="biblionumber" value="[% duplicatebiblionumber %]" />
680
                                                    <input type="hidden" name="biblionumber" value="[% duplicatebiblionumber %]" />
Lines 684-690 function unHideSubfield(index,labelindex) { // FIXME :: is it used ? Link Here
684
                                                    <input type="submit" value="Yes: View existing items" />
684
                                                    <input type="submit" value="Yes: View existing items" />
685
                                                </form>[% END %]
685
                                                </form>[% END %]
686
                        <form action="/cgi-bin/koha/cataloguing/addbiblio.pl" method="get">
686
                        <form action="/cgi-bin/koha/cataloguing/addbiblio.pl" method="get">
687
                        [% IF ( CAN_user_editcatalogue_edit_items ) %]<input type="button" class="save" onclick="confirmnotdup('items'); return false;" value="No: Save as New Record" />[% ELSE %]<input type="button" class="save" onclick="confirmnotdup('view'); return false;" value="No: Save as New Record" />[% END %]
687
                        [% IF ( CAN_user_editcatalogue_edit_items ) %]<input type="button" class="save" onclick="confirmnotdup('items'); return false;" value="No: Save as new record" />[% ELSE %]<input type="button" class="save" onclick="confirmnotdup('view'); return false;" value="No: Save as new record" />[% END %]
688
                        </form>
688
                        </form>
689
                    </div>
689
                    </div>
690
        [% END %]
690
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-3 / +3 lines)
Lines 99-105 Link Here
99
				<td> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a>
99
				<td> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a>
100
                </td>
100
                </td>
101
                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]<td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% resultsloo.biblionumber %]">Edit biblio</a></td>[% END %]
101
                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]<td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% resultsloo.biblionumber %]">Edit biblio</a></td>[% END %]
102
                [% IF ( CAN_user_editcatalogue_edit_items ) %]<td><a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% resultsloo.biblionumber %]">Add/Edit Items</a></td>[% END %]
102
                [% IF ( CAN_user_editcatalogue_edit_items ) %]<td><a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% resultsloo.biblionumber %]">Add/Edit items</a></td>[% END %]
103
            </tr>
103
            </tr>
104
    [% END %]
104
    [% END %]
105
    </table>
105
    </table>
Lines 123-130 Link Here
123
                <th>ISBN</th>
123
                <th>ISBN</th>
124
                <th>Date</th>
124
                <th>Date</th>
125
                <th>Edition</th>
125
                <th>Edition</th>
126
                <th>coming from</th>
126
                <th>Coming from</th>
127
                <th>preview</th>
127
                <th>Preview</th>
128
                <th>&nbsp;</th>
128
                <th>&nbsp;</th>
129
            </tr>
129
            </tr>
130
            [% FOREACH breeding_loo IN breeding_loop %]
130
            [% FOREACH breeding_loo IN breeding_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-4 / +4 lines)
Lines 198-207 $(document).ready(function() { Link Here
198
            </tr>
198
            </tr>
199
                [% FOREACH item_loo IN item_loop %]
199
                [% FOREACH item_loo IN item_loop %]
200
                <tr id="row[% item_loo.itemnumber %]">
200
                <tr id="row[% item_loo.itemnumber %]">
201
                    [% IF ( item_loo.nomod ) %] <td colspan="2">&nbsp;</td>[% ELSE %][% IF ( item_loo.hostitemflag ) %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% item_loo.hostbiblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit in Host</a></td>
201
                    [% IF ( item_loo.nomod ) %] <td colspan="2">&nbsp;</td>[% ELSE %][% IF ( item_loo.hostitemflag ) %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% item_loo.hostbiblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit in host</a></td>
202
<td><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delinkitem&amp;biblionumber=[% biblionumber %]&amp;hostitemnumber=[% item_loo.itemnumber %]">Delink</a></td>
202
<td><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delinkitem&amp;biblionumber=[% biblionumber %]&amp;hostitemnumber=[% item_loo.itemnumber %]">Delink</a></td>
203
[% ELSE %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit</a></td>
203
[% ELSE %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit</a></td>
204
                    <td>[% IF ( item_loo.countanalytics ) %]<a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&amp;q=% item_loo.itemnumber %]">view analytics</a>[% ELSE %]<a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]" onclick="confirm_deletion([% biblionumber %],[% item_loo.itemnumber %]); return false;">Delete</a>[% END %]</td>[% END %][% END %]
204
                    <td>[% IF ( item_loo.countanalytics ) %]<a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&amp;q=% item_loo.itemnumber %]">View analytics</a>[% ELSE %]<a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]" onclick="confirm_deletion([% biblionumber %],[% item_loo.itemnumber %]); return false;">Delete</a>[% END %]</td>[% END %][% END %]
205
                [% FOREACH item_valu IN item_loo.item_value %]
205
                [% FOREACH item_valu IN item_loo.item_value %]
206
                    <td>[% item_valu.field |html %]</td>
206
                    <td>[% item_valu.field |html %]</td>
207
                [% END %]
207
                [% END %]
Lines 221-229 $(document).ready(function() { Link Here
221
    <input type="hidden" name="op" value="[% op %]" />
221
    <input type="hidden" name="op" value="[% op %]" />
222
    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
222
    <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
223
    [% IF ( opisadd ) %]
223
    [% IF ( opisadd ) %]
224
        <h2 id="additema">Add Item</h2>
224
        <h2 id="additema">Add item</h2>
225
    [% ELSE %]
225
    [% ELSE %]
226
        <h2 id="edititem">Edit Item #[% itemnumber %]</h2>
226
        <h2 id="edititem">Edit item #[% itemnumber %]</h2>
227
    [% END %]
227
    [% END %]
228
	<fieldset class="rows">
228
	<fieldset class="rows">
229
	<ol>
229
	<ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Link to host item</title>
2
<title>Koha &rsaquo; Cataloging &rsquo; Link to host item</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="catalog_linkitem" class="catalog">
5
<body id="catalog_linkitem" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-8 / +7 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Z39.50 Search Results</title>
2
<title>Koha &rsaquo; Z39.50 search results</title>
3
[% INCLUDE 'greybox.inc' %]
3
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
Lines 85-91 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
85
[% END %]
85
[% END %]
86
      <div id="bd">
86
      <div id="bd">
87
	  [% IF ( opsearch ) %]
87
	  [% IF ( opsearch ) %]
88
<h2>Z39.50 Search Points</h2>
88
<h2>Z39.50 search points</h2>
89
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
89
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
90
    <input type="hidden" name="op" id="op" value="do_search" />
90
    <input type="hidden" name="op" id="op" value="do_search" />
91
	<div class="yui-g">
91
	<div class="yui-g">
Lines 93-106 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
93
	    <fieldset class="rows"> 
93
	    <fieldset class="rows"> 
94
		 <ol><li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title %]" /></li>
94
		 <ol><li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title %]" /></li>
95
		 <li><label for="isbn">ISBN/ISSN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
95
		 <li><label for="isbn">ISBN/ISSN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
96
		 <li><label for="lccall">LC Call Number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
96
        <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
97
		 <li><label for="controlnumber">Control No.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
97
        <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
98
		 <li><label for="srchany">Raw (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li></ol>
98
		 <li><label for="srchany">Raw (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li></ol>
99
  		</fieldset>
99
  		</fieldset>
100
	    </div>
100
	    </div>
101
    <div class="yui-u">
101
    <div class="yui-u">
102
	<fieldset class="rows">		 <ol><li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /><!--  <label for="Keyword">Keyword</label> <input type="text" name="keyword" value="" /> --></li>
102
	<fieldset class="rows">		 <ol><li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /><!--  <label for="Keyword">Keyword</label> <input type="text" name="keyword" value="" /> --></li>
103
 		 <li> <label for="subject">Subject Heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
103
        <li> <label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
104
  		 <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
104
  		 <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
105
		 <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li></ol>
105
		 <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li></ol>
106
    </fieldset>
106
    </fieldset>
Lines 109-115 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
109
	    </div>
109
	    </div>
110
</div>
110
</div>
111
<div class="yui-g">
111
<div class="yui-g">
112
<h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select All</a></span><span class="clearall"><a id="CheckNone" href="#">Clear All</a></span></span></h2>
112
<h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select all</a></span><span class="clearall"><a id="CheckNone" href="#">Clear all</a></span></span></h2>
113
113
114
    [% FOREACH serverloo IN serverloop %]
114
    [% FOREACH serverloo IN serverloop %]
115
        <p> 
115
        <p> 
Lines 146-152 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
146
        [% IF ( breeding_loo.breedingid ) %]
146
        [% IF ( breeding_loo.breedingid ) %]
147
147
148
	    <tr id="row[% breeding_loo.breedingid %]">
148
	    <tr id="row[% breeding_loo.breedingid %]">
149
	        <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>
149
            <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>
150
            <td>[% breeding_loo.title |html %]</td>
150
            <td>[% breeding_loo.title |html %]</td>
151
            <td>[% breeding_loo.author %]</td>
151
            <td>[% breeding_loo.author %]</td>
152
            <td>[% breeding_loo.date %]</td>
152
            <td>[% breeding_loo.date %]</td>
153
- 

Return to bug 2780