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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 23-29 $(document).ready(function() { Link Here
23
</script>
23
</script>
24
24
25
</head>
25
</head>
26
<body>
26
<body id="acq_acqui-home" class="acq">
27
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'acquisitions-search.inc' %]
28
[% INCLUDE 'acquisitions-search.inc' %]
29
29
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
//]]>
21
//]]>
22
</script>
22
</script>
23
</head>
23
</head>
24
<body>
24
<body id="acq_addorderiso2709" class="acq">
25
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'acquisitions-search.inc' %]
26
[% INCLUDE 'acquisitions-search.inc' %]
27
<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 %]">[% booksellername %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> &rsaquo;  Add orders from iso2709 file</div>
27
<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 %]">[% booksellername %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> &rsaquo;  Add orders from iso2709 file</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 71-77 Link Here
71
.sortmsg {font-size: 80%;}
71
.sortmsg {font-size: 80%;}
72
</style>
72
</style>
73
</head>
73
</head>
74
<body>
74
<body id="acq_basket" class="acq">
75
[% INCLUDE 'header.inc' %]
75
[% INCLUDE 'header.inc' %]
76
[% INCLUDE 'acquisitions-search.inc' %]
76
[% INCLUDE 'acquisitions-search.inc' %]
77
77
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +1 lines)
Lines 133-139 function yuiToolbar() { Link Here
133
//]]>
133
//]]>
134
</script>
134
</script>
135
</head>
135
</head>
136
<body>
136
<body id="acq_basketgroup" class="acq">
137
[% INCLUDE 'header.inc' %]
137
[% INCLUDE 'header.inc' %]
138
[% INCLUDE 'acquisitions-search.inc' %]
138
[% INCLUDE 'acquisitions-search.inc' %]
139
139
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-3 / +3 lines)
Lines 13-20 Link Here
13
// to check if the data are correctly entered.
13
// to check if the data are correctly entered.
14
function Check(ff) {
14
function Check(ff) {
15
    var ok=0;
15
    var ok=0;
16
    var _alertString="Form not submitted because of the following problem(s)\n";
16
    var _alertString="Form not submitted because of the following problem(s)";
17
    _alertString +="-------------------------------------------------------------------\n\n";
17
    _alertString +="\n-------------------------------------------------------------------\n\n";
18
    if (!(isNotNull(ff.basketname,0))){
18
    if (!(isNotNull(ff.basketname,0))){
19
        ok=1;
19
        ok=1;
20
        _alertString += "- name missing\n";
20
        _alertString += "- name missing\n";
Lines 84-90 li.list2 { Link Here
84
</style>
84
</style>
85
85
86
</head>
86
</head>
87
<body>
87
<body id="acq_basketheader" class="acq">
88
[% INCLUDE 'header.inc' %]
88
[% INCLUDE 'header.inc' %]
89
[% INCLUDE 'acquisitions-search.inc' %]
89
[% INCLUDE 'acquisitions-search.inc' %]
90
90
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
</script>
22
</script>
23
23
24
</head>
24
</head>
25
<body>
25
<body id="acq_booksellers" class="acq">
26
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'acquisitions-search.inc' %]
27
[% INCLUDE 'acquisitions-search.inc' %]
28
28
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'calendar.inc' %]
5
[% INCLUDE 'calendar.inc' %]
6
</head>
6
</head>
7
<body>
7
<body id="acq_histsearch" class="acq">
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'acquisitions-search.inc' %]
9
[% INCLUDE 'acquisitions-search.inc' %]
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 / +1 lines)
Lines 19-25 $(document).ready(function() { Link Here
19
//]]>
19
//]]>
20
</script>
20
</script>
21
</head>
21
</head>
22
<body>
22
<body id="acq_lateorders" class="acq">
23
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'acquisitions-search.inc' %]
24
[% INCLUDE 'acquisitions-search.inc' %]
25
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'greybox.inc' %]
3
[% INCLUDE 'greybox.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
5
</head>
6
<body>
6
<body id="acq_neworderbiblio" class="acq">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 147-153 $(document).ready(function() Link Here
147
//]]>
147
//]]>
148
</script>
148
</script>
149
</head>
149
</head>
150
<body>
150
<body id="acq_neworderempty" class="acq">
151
151
152
[% INCLUDE 'header.inc' %]
152
[% INCLUDE 'header.inc' %]
153
[% INCLUDE 'acquisitions-search.inc' %]
153
[% INCLUDE 'acquisitions-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno %] &rsaquo; Duplicate warning</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno %] &rsaquo; Duplicate warning</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="acq_neworderempty_duplicate" class="acq">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Add order from a suggestion</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="acq_newordersuggestion" class="acq">
6
[% INCLUDE 'header.inc' %]
6
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'suggestions-add-search.inc' %]
7
[% INCLUDE 'suggestions-add-search.inc' %]
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Ordered</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
5
</head>
6
<body>
6
<body id="acq_ordered" class="acq">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% themelang %]/js/additem.js"> </script>
4
<script type="text/javascript" src="[% themelang %]/js/additem.js"> </script>
5
</head>
5
</head>
6
<body>
6
<body id="acq_orderreceive" class="acq">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 153-159 Link Here
153
</script>
153
</script>
154
154
155
</head>
155
</head>
156
<body>
156
<body id="acq_parcel" class="acq">
157
[% INCLUDE 'header.inc' %]
157
[% INCLUDE 'header.inc' %]
158
[% INCLUDE 'acquisitions-search.inc' %]
158
[% INCLUDE 'acquisitions-search.inc' %]
159
159
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
</head>
5
</head>
6
<body>
6
<body id="acq_parcels" class="acq">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 / +1 lines)
Lines 3-9 Link Here
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
5
</head>
6
<body>
6
<body id="acq_spent" class="acq">
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
8
[% INCLUDE 'acquisitions-search.inc' %]
9
9
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 18-24 if (f.company.value == "") { Link Here
18
//]]>
18
//]]>
19
</script>
19
</script>
20
</head>
20
</head>
21
<body>
21
<body id="acq_supplier" class="acq">
22
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'acquisitions-search.inc' %]
23
[% INCLUDE 'acquisitions-search.inc' %]
24
24
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +1 lines)
Lines 10-16 function check(form) { Link Here
10
//]]>
10
//]]>
11
</script>
11
</script>
12
</head>
12
</head>
13
<body>
13
<body id="acq_uncertainprice" class="acq">
14
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'acquisitions-search.inc' %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-2 / +1 lines)
Lines 59-65 $.tablesorter.addParser({ Link Here
59
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent !important; }
59
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent !important; }
60
</style>
60
</style>
61
</head>
61
</head>
62
<body>
62
<body id="acq_z3950_search" class="acq">
63
[% INCLUDE 'header.inc' %]
63
[% INCLUDE 'header.inc' %]
64
[% INCLUDE 'acquisitions-search.inc' %]
64
[% INCLUDE 'acquisitions-search.inc' %]
65
65
66
- 

Return to bug 7760