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

(-)a/koha-tmpl/intranet-tmpl/js/searchbaruse.js (+26 lines)
Line 0 Link Here
1
$(document).ready(function() {
2
    $('.iconsearch').on('click', function () {
3
        var namesearch = document.getElementsByClassName('name-icon');
4
        var iconssearch = document.getElementsByClassName('iconsearch');
5
        for (var i = namesearch.length - 1; i >= 0; i--) {
6
            namesearch[i].classList.remove('active');
7
            if (this == iconssearch[i]){
8
                namesearch[i].classList.add('active');
9
            }
10
        }
11
12
        $('.head-searchbox').each(function() {
13
            sizeof(this);
14
        })
15
    });
16
17
    $('.head-searchbox').each(function() {
18
        sizeof(this);
19
    });
20
21
    function sizeof(el){
22
        var offsetWidth = document.getElementById('btn-space').offsetWidth +5;
23
        var width = 500 - offsetWidth;
24
        el.style = "width:" + width + "px";
25
    }
26
});
(-)a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css (-15 / +15 lines)
Lines 6-13 div#toolbar { Link Here
6
    border: 0;
6
    border: 0;
7
}
7
}
8
8
9
#addbibliotabs .ui-tabs-nav,
9
#addbibliotabs .ui-tabs-nav {
10
#authoritytabs .ui-tabs-nav {
11
    display: none;
10
    display: none;
12
}
11
}
13
12
Lines 223-232 a.tagnum { Link Here
223
    width: 31em;
222
    width: 31em;
224
}
223
}
225
224
226
#cat_addbiblio .field_marceditor .flatpickr_wrapper {
227
    display: none;
228
}
229
230
.mandatory_marker {
225
.mandatory_marker {
231
	color: red;
226
	color: red;
232
}
227
}
Lines 277-282 tbody tr.active td { Link Here
277
272
278
.toolbar-tabs-container {
273
.toolbar-tabs-container {
279
    margin: 3em -5px -5px -5px;
274
    margin: 3em -5px -5px -5px;
275
    width: -webkit-fill-available;
280
}
276
}
281
277
282
.toolbar-tabs {
278
.toolbar-tabs {
Lines 299-328 tbody tr.active td { Link Here
299
}
295
}
300
296
301
.toolbar-tabs li a {
297
.toolbar-tabs li a {
302
    border: 1px solid #EDF4F6;
298
    border: 1px solid #71B443;
303
    border-left: 0;
299
    border-left: 0;
304
    border-right: 1px solid #EDF4F6;
300
    background-color: #71B443;
305
    border-bottom-right-radius: 5px;
301
    border-right: 1px solid #71B443;
306
    border-bottom-left-radius: 5px;
302
    border-radius: 5px;
303
    margin: 5px;
304
    /* border-bottom-left-radius: 5px; */
307
    display: block;
305
    display: block;
306
    color: #fff;
308
    font-weight: bold;
307
    font-weight: bold;
309
    padding: .3em 1.5em;
308
    padding: .3em 1.5em;
310
    width: 100%;
309
    width: 100%;
311
}
310
}
312
311
313
.toolbar-tabs li.selected a {
312
.toolbar-tabs li.selected a {
314
    background-color: #EDF4F6;
313
    background-color: #418940;
315
    border-right: 1px solid #C3D6DB;
314
    border-right: 1px solid #418940;
316
    border-bottom: 1px solid #C3D6DB;
315
    border-bottom: 1px solid #418940;
317
    font-weight: bold;
316
    font-weight: bold;
318
}
317
}
319
318
320
.toolbar-tabs li.selected a:hover {
319
.toolbar-tabs li.selected a:hover {
321
    background-color: #EDF4F6;
320
    background-color: #418940;
322
}
321
}
323
322
324
.toolbar-tabs li a:hover {
323
.toolbar-tabs li a:hover {
325
    background-color: #F4F8F9;
324
    background-color: #418940;
325
    text-decoration: none;
326
}
326
}
327
327
328
.toolbar-tabs li:first-child a {
328
.toolbar-tabs li:first-child a {
(-)a/koha-tmpl/intranet-tmpl/prog/css/login.css (-4 / +14 lines)
Lines 20-26 a:hover { Link Here
20
}
20
}
21
21
22
body	{
22
body	{
23
	background: #f5f5f5;
23
	background: #f3f4f4;
24
}
24
}
25
25
26
form, label input {
26
form, label input {
Lines 42-48 label { Link Here
42
42
43
#login {
43
#login {
44
	background: #fff;
44
	background: #fff;
45
	border: 1px solid #a2a2a2;
45
	border: none;
46
	box-shadow: 8px 8px 12px rgb(170 170 170);
46
	margin: 4em auto;
47
	margin: 4em auto;
47
	padding: 1.5em;
48
	padding: 1.5em;
48
	position : relative;
49
	position : relative;
Lines 107-112 label { Link Here
107
#login #submit-button, #login .button {
108
#login #submit-button, #login .button {
108
	font-size: 1.4em;
109
	font-size: 1.4em;
109
	padding : .3em .6em;
110
	padding : .3em .6em;
111
	background: rgba(254, 195, 44, 1);
112
    border: none;
113
    color: #000;
114
}
115
116
#login #submit-button:hover, #login #submit-button:focus, #login #submit-button:active{
117
	background: rgba(254, 195, 44, 0.7) !important;
118
    border: none;
110
}
119
}
111
120
112
#login #onerror_actions {
121
#login #onerror_actions {
Lines 145-151 label { Link Here
145
}
154
}
146
155
147
.submit input:active, .button:active {
156
.submit input:active, .button:active {
148
	background: #f4f4f4;
157
	background: #fff;
149
	border: 1px solid #999;
158
	border: 1px solid #999;
150
	border-left-color: #999;
159
	border-left-color: #999;
151
	border-top-color: #999;
160
	border-top-color: #999;
Lines 155-162 label { Link Here
155
	text-align: right;
164
	text-align: right;
156
}
165
}
157
166
167
158
textarea, input, select {
168
textarea, input, select {
159
    background: #f4f4f4;
169
    background: #fff;
160
    border: 1px solid #b2b2b2;
170
    border: 1px solid #b2b2b2;
161
    color: #000;
171
    color: #000;
162
    font:  13px Verdana, Arial, Helvetica, sans-serif;
172
    font:  13px Verdana, Arial, Helvetica, sans-serif;
(-)a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css (-3 / +3 lines)
Lines 13-21 Link Here
13
13
14
#container-main {
14
#container-main {
15
    /* Contains the news + both columns of links + pending box + userblock box */
15
    /* Contains the news + both columns of links + pending box + userblock box */
16
    background-image:url('../img/background_koha_logo.png');
16
    /*background-image:url('../img/background_koha_logo.png');*/
17
    background-repeat:no-repeat;
17
    /*background-repeat:no-repeat;*/
18
    background-position:left top;
18
    /*background-position:left top;*/
19
    padding: 1em 0;
19
    padding: 1em 0;
20
}
20
}
21
21
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss (-3 / +9 lines)
Lines 526-532 Link Here
526
526
527
    .flatpickr-monthDropdown-months {
527
    .flatpickr-monthDropdown-months {
528
        appearance: none;
528
        appearance: none;
529
        background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
529
      //  background-image: url('data:image/svg+xml;charset=utf8,%3csvg fill="%23000000" fill-opacity="0.54" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M7 10l5 5 5-5z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
530
        background-position: 100% 50%;
530
        background-position: 100% 50%;
531
        background-repeat: no-repeat;
531
        background-repeat: no-repeat;
532
        background-size: 24px 24px;
532
        background-size: 24px 24px;
Lines 942-951 span.flatpickr-weekday { Link Here
942
.flatpickr-input {
942
.flatpickr-input {
943
    background-repeat: no-repeat;
943
    background-repeat: no-repeat;
944
    background-position: 3px;
944
    background-position: 3px;
945
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='#369' class='bi bi-calendar3'%3E%3Cg stroke-width='1.333'%3E%3Cpath d='M10.5 0h-9A1.5 1.5 0 0 0 0 1.5v9A1.5 1.5 0 0 0 1.5 12h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 0zM.75 2.893c0-.355.336-.643.75-.643h9c.414 0 .75.288.75.643v7.714c0 .355-.336.643-.75.643h-9c-.414 0-.75-.288-.75-.643z'/%3E%3Cpath d='M4.875 5.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zM2.625 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm-6.75 2.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
945
   // background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='#369' class='bi bi-calendar3'%3E%3Cg stroke-width='1.333'%3E%3Cpath d='M10.5 0h-9A1.5 1.5 0 0 0 0 1.5v9A1.5 1.5 0 0 0 1.5 12h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 0zM.75 2.893c0-.355.336-.643.75-.643h9c.414 0 .75.288.75.643v7.714c0 .355-.336.643-.75.643h-9c-.414 0-.75-.288-.75-.643z'/%3E%3Cpath d='M4.875 5.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zM2.625 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm-6.75 2.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5zm2.25 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
946
    border-style: inset;
946
    border-style: inset;
947
    border-width: 1px;
947
    border-width: 1px;
948
    padding: 3px 3px 3px 20px;
948
    padding: 5px;
949
    font-style: italic;
950
951
    font-size: 90%;
952
    vertical-align: middle;
953
    width: 225px;
954
    height: 25px;
949
955
950
    &:focus {
956
    &:focus {
951
        border-radius: 0;
957
        border-radius: 0;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-49 / +94 lines)
Lines 1-6 Link Here
1
table {
1
table {
2
    border-collapse: collapse;
2
    border-collapse: collapse;
3
    border-right: 1px solid $table-border-color;
3
4
    border-top: 1px solid $table-border-color;
4
    border-top: 1px solid $table-border-color;
5
5
6
    .btn-group {
6
    .btn-group {
Lines 70-75 table { Link Here
70
70
71
    &.dataTable {
71
    &.dataTable {
72
        border-collapse: collapse;
72
        border-collapse: collapse;
73
        border: none;
74
        margin-top: .5em;
75
        margin-bottom: .5em;
76
73
77
74
        tfoot {
78
        tfoot {
75
            td,
79
            td,
Lines 79-93 table { Link Here
79
        }
83
        }
80
84
81
        thead {
85
        thead {
86
87
82
            th,
88
            th,
83
            td {
89
            td {
84
                border-bottom: 1px solid $table-border-color;
85
                border-left: 1px solid $table-border-color;
86
                padding: .5em;
87
90
91
                border-top: none;
92
                border-left: none;
93
                border-right: none;
94
                border: none;
95
                padding: .5em;
88
            }
96
            }
89
97
90
            tr {
98
            tr {
99
            background-color: #fff;
91
                &.columnFilter {
100
                &.columnFilter {
92
                    th {
101
                    th {
93
                        padding: 0;
102
                        padding: 0;
Lines 96-103 table { Link Here
96
            }
105
            }
97
106
98
            .sorting_asc {
107
            .sorting_asc {
99
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L2c+PC9zdmc+") no-repeat scroll right center $table-header-background;
100
                padding-right: 19px;
101
108
102
                &.fixed_sort {
109
                &.fixed_sort {
103
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
110
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
Lines 107-132 table { Link Here
107
114
108
            .sorting_desc {
115
            .sorting_desc {
109
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvZz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
116
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvZz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
110
                padding-right: 19px;
111
117
112
                &.fixed_sort {
118
                &.fixed_sort {
113
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvc3ZnPg==") no-repeat scroll right center $table-header-background;
119
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvc3ZnPg==") no-repeat scroll right center $table-header-background;
114
                    cursor: default;
120
                    cursor: default;
115
                }
121
                }
116
            }
122
            }
117
118
            .sorting {
119
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi41NTFtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMyAyLjU1MDY2MTQiPjxwYXRoIGZpbGw9IiNhY2FjYWMiIGQ9Ik00LjA1IDEuNDVoLTIuMUwzIDIuNTV6Ii8+PHBhdGggZmlsbD0iI2FjYWNhYyIgZD0iTTQuMDUgMS4xaC0yLjFMMyAweiIvPjwvc3ZnPg==") no-repeat scroll right center $table-header-background;
120
                padding-right: 19px;
121
            }
122
        }
123
        }
123
124
124
        tbody {
125
        tbody {
126
            border-top: 2px solid #A19B9E;
127
125
            td {
128
            td {
126
                padding: .5em;
129
                padding: .5em;
130
                border: none;
127
            }
131
            }
128
        }
129
132
133
            .dropdown-menu{
134
                background-color: #F3F4F4;
135
136
                a{
137
                    color: #000;
138
139
                    &:hover,
140
                    &:focus{
141
                        background-image: none;
142
                        background-color: #F3F4F4;
143
                    }
144
                }
145
            }
146
        }
130
    }
147
    }
131
148
132
    /* Row grouping */
149
    /* Row grouping */
Lines 154-162 table { Link Here
154
171
155
td,
172
td,
156
th {
173
th {
157
    border-bottom: 1px solid $table-border-color;
174
    padding: .2em .9em;
158
    border-left: 1px solid $table-border-color;
159
    padding: .2em .3em;
160
}
175
}
161
176
162
td {
177
td {
Lines 167-172 td { Link Here
167
        white-space: nowrap;
182
        white-space: nowrap;
168
    }
183
    }
169
184
185
    button, a, input[type="button"]{
186
        &.btn-default{
187
            color: #71B443;
188
            padding: .3em;
189
            border: none;
190
            background-color: transparent;
191
            border: none;
192
            box-shadow: none;
193
            font-size: 100%;
194
195
            &:hover, &:active, &:focus, &:active:hover, &:active:focus{
196
                background-color: transparent;
197
                color: #71B443;
198
                text-decoration: underline;
199
            }
200
        }
201
    }
202
170
    &.borderless {
203
    &.borderless {
171
        border: 0 none;
204
        border: 0 none;
172
        border-collapse: separate;
205
        border-collapse: separate;
Lines 197-203 td { Link Here
197
230
198
231
199
th {
232
th {
200
    background-color: $table-header-background;
201
    font-weight: bold;
233
    font-weight: bold;
202
    text-align: center;
234
    text-align: center;
203
235
Lines 354-378 caption { Link Here
354
386
355
tbody {
387
tbody {
356
    tr {
388
    tr {
389
357
        &:nth-child(odd):not(.dtrg-group) {
390
        &:nth-child(odd):not(.dtrg-group) {
358
            td {
391
            td {
359
                border-right: 1px solid $table-border-color;
392
                border: none;
360
            }
393
            }
361
        }
394
        }
362
        &:nth-child(odd):not(.dtrg-group):not(.active):not(.ok) {
395
        &:nth-child(odd):not(.dtrg-group):not(.active):not(.ok) {
363
            td {
396
            td {
364
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
397
                &:not(.bg-danger):not(.bg-warning):not(.bg-info):not(.bg-success):not(.bg-primary) {
365
                    background-color: $table-odd-row;
398
                    background-color: $table-odd-row;
399
        margin: 1em;
366
                }
400
                }
367
            }
401
            }
368
        }
402
        }
369
    }
403
    }
404
    .dropdown-menu{
405
406
        background-color: #fff;
407
        color: #000;
408
        top: 100%;
409
410
        a{
411
            color: #000;
412
413
            &:hover,
414
            &:focus{
415
                background-image: none;
416
                background-color: #fff;
417
                color: #000;
418
                padding: 3px 20px;
419
                text-decoration: underline;
420
            }
421
        }
422
    }
370
}
423
}
371
424
372
.dataTables_wrapper {
425
.dataTables_wrapper {
373
    .dataTables_processing {
426
    .dataTables_processing {
374
        background-color: #F4F8F9;
427
        background-color: #F4F8F9;
375
        border: 2px solid #82B4BE;
428
        border: 2px solid #538200;
376
        border-radius: 3px;
429
        border-radius: 3px;
377
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .2);
430
        box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .2);
378
        color: #333;
431
        color: #333;
Lines 419-461 tbody { Link Here
419
        }
472
        }
420
473
421
        .paginate_button {
474
        .paginate_button {
422
            color: #004D99 !important;
423
            padding-bottom: 0;
475
            padding-bottom: 0;
424
            padding-top: 0;
476
            padding-top: 0;
425
477
478
479
            &.current,
426
            &:hover,
480
            &:hover,
427
            &:active {
481
            &:active {
428
                background: #FFC none;
482
                border-radius: 4px;
429
                border: 1px solid transparent;
483
                color: #666 !important;
430
                box-shadow: none;
431
                color: #222BAC !important;
432
            }
433
434
            &.current {
435
                background: #E6FCB7 none;
436
                border: 0;
437
                color: #666;
438
                font-weight: bold;
484
                font-weight: bold;
439
485
                background: #fff;
440
                &:hover,
441
                &:active {
442
                    background: #E6FCB7 none;
443
                    border: 0;
444
                    box-shadow: none;
445
                    color: #666;
446
                    cursor: default;
447
                }
448
            }
486
            }
449
487
450
            &.first,
488
            &.first,
451
            &.previous,
489
            &.previous,
452
            &.next,
490
            &.next,
453
            &.last {
491
            &.last {
492
                padding: 0;
493
454
                &::before,
494
                &::before,
455
                &::after {
495
                &::after {
456
                    display: inline-block;
496
                    display: inline-block;
457
                    font-family: FontAwesome;
497
                    font-family: FontAwesome;
458
                    width: 1em;
459
                }
498
                }
460
            }
499
            }
461
500
Lines 464-484 tbody { Link Here
464
503
465
                &::before {
504
                &::before {
466
                    content: "\f100";
505
                    content: "\f100";
467
                    padding-right: .5em;
468
                }
506
                }
469
            }
507
            }
470
508
471
            &.previous {
509
            &.previous {
472
                &::before {
510
                &::before {
473
                    content: "\f104";
511
                    content: "\f104";
474
                    padding-right: .5em;
475
                }
512
                }
476
            }
513
            }
477
514
478
            &.next {
515
            &.next {
479
                &::after {
516
                &::after {
480
                    content: "\f105";
517
                    content: "\f105";
481
                    padding-left: .5em;
482
                }
518
                }
483
            }
519
            }
484
520
Lines 487-493 tbody { Link Here
487
523
488
                &::after {
524
                &::after {
489
                    content: "\f101";
525
                    content: "\f101";
490
                    padding-left: .5em;
491
                }
526
                }
492
            }
527
            }
493
        }
528
        }
Lines 498-510 tbody { Link Here
498
    font-size: 90%;
533
    font-size: 90%;
499
534
500
    &.top {
535
    &.top {
501
        border-top: 1px solid $table-border-color;
536
        padding: 1em 0;
502
        padding-top: 1em;
537
        margin-top: 1em;
538
        margin-bottom:  17px;
503
    }
539
    }
504
540
505
    &.bottom {
541
    &.bottom {
506
        border-bottom: 1px solid $table-border-color;
507
        padding-bottom: 1em;
542
        padding-bottom: 1em;
543
        display: none;
544
    }
545
546
    div{
547
        &.dt-buttons {
548
            position: relative;
549
            float: right;
550
        }
508
    }
551
    }
509
552
510
    button,
553
    button,
Lines 513-523 tbody { Link Here
513
        &.dt-button {
556
        &.dt-button {
514
            background: transparent none;
557
            background: transparent none;
515
            border: 0;
558
            border: 0;
516
            color: #000;
559
            color: #696969;
517
            font-size: 1em;
560
            font-size: 1em;
518
            line-height: 1.7em;
561
            line-height: 1.7em;
519
            margin: 3px 3px 0;
562
            margin: 3px 3px 0;
520
            padding: 0 .5em;
563
            padding: 0 .5em;
564
            position: relative;
565
            float: right;
521
566
522
            &::before {
567
            &::before {
523
                content: '';
568
                content: '';
Lines 567-573 tbody { Link Here
567
        border: 0;
612
        border: 0;
568
        padding: 0;
613
        padding: 0;
569
    }
614
    }
570
} /* /.pager */
615
}
571
616
572
.toptabs {
617
.toptabs {
573
    .pager {
618
    .pager {
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/calendar.scss (-6 / +19 lines)
Lines 94-106 $selected: #B9DB88; Link Here
94
}
94
}
95
95
96
.panel {
96
.panel {
97
    border: 1px solid #B9D8D9;
97
    //border: 1px solid #B9D8D9;
98
    border-radius: 4px;
98
    //border-radius: 4px;
99
    box-shadow: none;
99
    //box-shadow: none;
100
    padding: 0;
100
    //padding: 0;
101
    display: none;
101
    display: none;
102
    margin: 1em 0;
102
    //margin: 1em 0;
103
    z-index: 1;
103
    z-index: 1;
104
105
106
    height: 100%;
107
    width: 100%;
108
    background-color: #FFF;
109
    position: relative;
110
    color: #696969;
111
    left: 0px;
112
    top: 0px;
113
    margin: 0em 1em 1em 0em;
114
    padding: 1em;
115
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
116
    //display: inline-block;
104
}
117
}
105
118
106
fieldset.brief {
119
fieldset.brief {
Lines 140-146 fieldset.brief li.radio { Link Here
140
153
141
.flatpickr-calendar {
154
.flatpickr-calendar {
142
    border-radius: 0;
155
    border-radius: 0;
143
    border: 1px solid #B9D8D9;
156
    border: 1px solid #71B344;
144
    box-shadow: none;
157
    box-shadow: none;
145
}
158
}
146
159
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-488 / +2267 lines)
Lines 3-58 Link Here
3
@import "flatpickr";
3
@import "flatpickr";
4
4
5
::selection {
5
::selection {
6
    background: #538200;
6
    background: #418940;
7
    color: #FFFFFF;
7
    color: #fff;
8
}
8
}
9
9
10
a {
10
a {
11
    &:link,
11
    &:link,
12
    &:visited {
12
    &:visited {
13
        color: #004D99;
13
        color: #71B443;
14
        text-decoration: none;
14
        padding: .3em;
15
        border: none;
16
        background-color: transparent;
17
        box-shadow: none;
18
        font-size: 100%;
15
    }
19
    }
16
20
17
    &:hover,
21
    &:hover,
18
    &:active {
22
    &:active, &:focus {
19
        color: #538200;
23
        text-decoration: underline;
20
        text-decoration: none;
24
        color: #71B443;
25
        padding: .3em;
26
        border: none;
27
        background-color: transparent;
28
        box-shadow: none;
29
        font-size: 100%;
21
    }
30
    }
22
31
23
    &:hover {
32
    &:hover {
24
        .term {
33
        .term {
25
            color: #FF9090;
34
            color: #000;
35
            text-decoration: underline;
26
        }
36
        }
27
    }
37
    }
28
38
29
    &.authlink {
39
    &.authlink {
30
        background-color: #e6f0f2;
40
        background-color: #e3f1df;
31
        border-radius: 5px;
41
        border-radius: 5px;
32
        display: inline-block;
42
        display: inline-block;
33
        padding: 2px 4px;
43
        padding: 2px 4px;
34
    }
44
    }
35
45
36
    &.btn {
46
    &.btn {
37
        &:link,
38
        &:visited {
39
            color: #333333;
40
        }
41
42
        &.btn-link {
47
        &.btn-link {
43
            &:link,
48
            &:link,
44
            &:visited {
49
            &:visited {
45
                color: #004D99;
50
                color: #71B443;
46
            }
51
            }
47
52
48
            &:hover {
53
            &:hover {
49
                color: #538200;
54
                text-decoration: underline;
55
                font-weight: bold;
50
            }
56
            }
51
        }
57
        }
58
59
    }
60
61
    &.edit-patronimage{
62
        color: #333;
63
        background-color: #e6e6e6;
64
        border-color: #adadad;
52
    }
65
    }
53
66
54
    &.cancel {
67
    &.cancel {
55
        padding-left: 1em;
68
69
        background-color: transparent;
70
        color: #696969;
71
        border: #696969 double 1px;
72
        margin: 5px;
73
74
        font-family: 'Poppins', sans-serif;
75
        display: inline-block;
76
        font-weight: normal;
77
        text-align: center;
78
        white-space: nowrap;
79
        vertical-align: middle;
80
        touch-action: manipulation;
81
        width: 90px;
82
        cursor: pointer;
83
        background-image: none;
84
        padding: 6px 12px;
85
        font-size: 12px;
86
        line-height: 1.42857143;
87
        border-radius: 4px;
88
        user-select: none;
89
90
        &:hover{
91
            font-weight: bold;
92
            background-color: #f1f1f1;
93
            border: #696969 double 1px;
94
            text-decoration: none;
95
        }
56
    }
96
    }
57
97
58
    &.cartRemove {
98
    &.cartRemove {
Lines 63-79 a { Link Here
63
    }
103
    }
64
104
65
    &.clear_date {
105
    &.clear_date {
66
        color: #C33;
106
        color: #418940;
67
        font-size: 130%;
107
        font-size: 130%;
108
        vertical-align: middle;
68
109
69
        &:hover {
110
        &:hover {
70
            color: #FF9090;
111
            color: #71B443;
112
            text-decoration: none;
71
        }
113
        }
72
    }
114
    }
73
115
74
    &.close {
116
    &.settings{
75
        &:hover {
117
        i, img{
76
            color: #538200;
118
            text-align: center;
119
            color: #71B443;
120
            border: solid 3px #71B443;
121
            border-radius: 50%;
122
            background-color: transparent;
123
            width: 40px;
124
            height: 40px;
125
            margin-bottom: 5px;
126
            margin-left: auto;
127
            margin-right: auto;
128
            padding: 5px;
129
            align-items: center;
130
            justify-content: center;
131
            -webkit-box-sizing: content-box;
132
            box-sizing: content-box;
133
            display: flex;
134
135
        }
136
137
        &:hover{
138
            color: #418940;
139
            text-decoration: none;
140
            font-weight: bold;
141
142
            i, img{
143
                border-color: #418940;
144
                background-color: transparent;
145
                color: #418940;
146
            }
147
148
        }
149
150
        img{
151
            max-width: 30px;
152
            height: auto;
153
            padding: 10px;
77
        }
154
        }
78
    }
155
    }
79
156
Lines 89-94 a { Link Here
89
        color: #666;
166
        color: #666;
90
    }
167
    }
91
168
169
    &.principal{
170
        background-color: #FEC32C;
171
        color: #000;
172
        text-shadow: 0 1px 0 #fff;
173
        padding: 6px 25px;
174
        border: none;
175
        background-image: none;
176
        margin: 5px;
177
178
        &:hover,
179
        &:active,
180
        &:focus{
181
            background-color: #fec22c9f;
182
            color: #000;
183
            border: none;
184
        }
185
    }
186
92
    &.disabled {
187
    &.disabled {
93
        color: #999999;
188
        color: #999999;
94
    }
189
    }
Lines 138-158 a { Link Here
138
        background-image: url("../img/famfamfam/silk/page_white_code.png");
233
        background-image: url("../img/famfamfam/silk/page_white_code.png");
139
    }
234
    }
140
235
236
    &.toolbar-btn{
237
        font-family: 'Poppins', sans-serif;
238
        font-weight: normal;
239
        text-align: center;
240
        white-space: nowrap;
241
        vertical-align: middle;
242
        -ms-touch-action: manipulation;
243
        touch-action: manipulation;
244
        cursor: pointer;
245
        background-image: none;
246
        padding: 6px 12px;
247
        font-size: 12px;
248
        border-radius: 4px;
249
        -webkit-user-select: none;
250
        -moz-user-select: none;
251
        -ms-user-select: none;
252
        user-select: none;
253
        font-size: 105%;
254
        background-color: transparent;
255
        border: none;
256
        display: inline-block;
257
        margin: 5px 10px;
258
        color: #696969;
259
260
        &:hover, &:focus{
261
            text-decoration: none;
262
            background-color: #dadada;
263
        }
264
265
        &:active{
266
            border: none;
267
        }
268
269
        &.word{
270
            margin-right: 0;
271
            padding-right: .1em;
272
        }
273
274
        &.arrow{
275
            margin-left: 0;
276
            border-radius: 4px;
277
            padding-left: .1em;
278
279
            &:active{
280
                border: 1px solid #000;
281
                border-radius: 4px;
282
            }
283
        }
284
    }
285
286
    &.more_link{
287
        color: #71B443;
288
        background-color: transparent;
289
290
        display: block;
291
        position: absolute;
292
        right: 45px;
293
        bottom: 10px;
294
        line-height: 15px;
295
296
        &:hover{
297
            text-decoration: none;
298
            color:#71B443;
299
            background-color: transparent;
300
        }
301
    }
302
}
303
304
305
#resetZ3950Search{
306
    font-size: 110%;
307
    color: #71B443;
141
}
308
}
309
142
a.ctrl_link {
310
a.ctrl_link {
143
    display: inline-block;
311
    display: inline-block;
144
    padding-right: 1rem;
312
    padding-right: 1rem;
145
}
313
}
146
314
315
147
aside {
316
aside {
148
    h5 {
317
    position: absolute;
149
        font-size: 100%;
318
    left: 0px;
150
        margin: .5em 0;
319
    width: 100%;
320
321
    fieldset{
322
        &.sidebar{
323
            box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
324
            padding: 0.9em;
325
            width: 100%;
326
            left: 0px;
327
            overflow: auto;
328
            height: auto;
329
            max-height: 500px;
330
331
332
            &::-webkit-scrollbar {
333
                width: 12px;
334
            }
335
336
            &::-webkit-scrollbar-track {
337
                background: #eeeeee;
338
            }
339
340
            &::-webkit-scrollbar-thumb {
341
                background: #696969;
342
                border-radius: 20px;
343
                border: 3px solid #eeeeee;
344
            }
345
346
            button + button,
347
            input + input {
348
                margin-left: 5px;
349
            }
350
351
            input{
352
                &.cancel {
353
354
                    background-color: transparent;
355
                    color: #696969;
356
                    border: #696969 double 1px;
357
                    margin: 5px;
358
359
                    font-family: 'Poppins', sans-serif;
360
                    display: inline-block;
361
                    font-weight: normal;
362
                    text-align: center;
363
                    white-space: nowrap;
364
                    vertical-align: middle;
365
                    touch-action: manipulation;
366
                    width: 90px;
367
                    cursor: pointer;
368
                    background-image: none;
369
                    padding: 6px 12px;
370
                    font-size: 12px;
371
                    line-height: 1.42857143;
372
                    border-radius: 4px;
373
                    user-select: none;
374
375
                    &:hover{
376
                        font-weight: bold;
377
                        background-color: #f1f1f1;
378
                        border: #696969 double 1px;
379
                        text-decoration: none;
380
                    }
381
                }
382
            }
383
384
            fieldset.brief{
385
                width: 100%;
386
387
                legend{
388
                    color: #696969;
389
                    font-weight: bold;
390
                    font-size: 13px;
391
                    margin: 0;
392
                    border-bottom: 0;
393
                }
394
395
                li{
396
                    margin-top: 0;
397
                    padding: 0;
398
399
                    &.radio{
400
                        padding: 0;
401
                    }
402
403
                    label {
404
                        color: #696969;
405
                        font-size: 13px;
406
                        padding: 0.5em 0.3em 0 0;
407
                        margin: 0;
408
                        font-weight: normal;
409
                    }
410
411
                    input, select {
412
                        height: calc(1.5em + .75rem + 2px);
413
                        width: calc(100% - 20px);
414
                    }
415
                }
416
            }
417
418
            ol{
419
                padding: 0;
420
                li {
421
                    list-style: none;
422
                    left: 0px;
423
                    flex-direction: row;
424
                    width: 100%;
425
                    height: auto;
426
                    padding: 0.9em 0;
427
428
                    fieldset{
429
                        width: 100%;
430
431
                        legend{
432
                            color: #696969;
433
                            font-weight: bold;
434
                            font-size: 13px;
435
                            margin: 0;
436
                            border-bottom: 0;
437
                        }
438
439
                        li{
440
                            margin-top: 0;
441
                            padding: 0;
442
443
                            label {
444
                                color: #696969;
445
                                font-size: 13px;
446
                                padding: 0.5em 0.3em 0 0;
447
                                margin: 0;
448
                                font-weight: normal;
449
                            }
450
451
                            input, select {
452
                                height: calc(1.5em + .75rem + 2px);
453
                                width: calc(100% - 20px);
454
                            }
455
                        }
456
457
                    }
458
459
                    label {
460
                        color: #696969;
461
                        padding: 0.5em 0.3em 0 0;
462
                        margin: 0;
463
                    }
464
465
                    input, select {
466
                        height: calc(1.5em + .75rem + 2px);
467
                        width: calc(100% - 20px);
468
469
470
                        &[type="checkbox"],
471
                        &[type="radio"] {
472
                            width: auto;
473
                            margin: 0;
474
                            vertical-align: middle;
475
                        }
476
                    }
477
478
479
480
                    &.checkbox {
481
                        label {
482
                            display: inline;
483
                            margin-left: 0;
484
                        }
485
                    }
486
487
                    &.dateinsert {
488
                        label {
489
                            display: inline;
490
                        }
491
492
                        span {
493
                            &.label {
494
                                display: inline;
495
                            }
496
                        }
497
                    }
498
499
                    &.radio {
500
                        input {
501
                            padding: .3em 0;
502
                        }
503
504
                        label {
505
                            display: inline;
506
                        }
507
508
                        span {
509
                            &.label {
510
                                display: inline;
511
                            }
512
                        }
513
514
                        select,
515
                        [type="text"] {
516
                            width: 100%;
517
                        }
518
519
                        .flatpickr-input {
520
                            margin-right: 3px;
521
                            width: calc(100% - 20px);
522
                        }
523
524
                        &+.action {
525
                            margin-left: 0;
526
                            padding: 0;
527
                        }
528
529
                        .radio, .checkbox {
530
                            margin: 0;
531
                        }
532
533
                        select,
534
                        [type="text"] {
535
                            width: 100%;
536
                        }
537
538
                        .flatpickr-input {
539
                            margin-right: 3px;
540
                            width: calc(100% - 20px);
541
                        }
542
543
                        &.action {
544
                            margin-left: 0;
545
                            padding: 0;
546
                        }
547
                    }
548
                }
549
            }
550
        }
151
    }
551
    }
152
552
153
    fieldset {
553
154
        &.brief {
554
           /*
155
            padding: .4em .7em;
555
556
557
558
559
                ol {
560
                    margin: 0;
561
                    padding: 0;
562
                }
563
564
156
565
157
            button + button,
566
            button + button,
158
            input + input {
567
            input + input {
Lines 168-173 aside { Link Here
168
                legend {
577
                legend {
169
                    font-size: 95%;
578
                    font-size: 95%;
170
                    margin: 0;
579
                    margin: 0;
580
                    border-bottom: none;
171
                }
581
                }
172
582
173
                &.action {
583
                &.action {
Lines 182-187 aside { Link Here
182
592
183
            label {
593
            label {
184
                margin: .5em 0 0 0;
594
                margin: .5em 0 0 0;
595
                border-top : 1px inset #999999;
185
            }
596
            }
186
597
187
            li {
598
            li {
Lines 193-203 aside { Link Here
193
                }
604
                }
194
605
195
                &.dateinsert {
606
                &.dateinsert {
196
                    label {
607
                    label {goto
197
                        display: inline;
608
                        display: inline;
198
                    }
609
                    }
199
610
200
                    span {
611
                    &.menu {
612
                        padding: 1.4em 1.7em;
613
                        width: 100%;
614
                        left: 0px;
615
                        overflow: auto;
616
                        height: auto;
617
                        max-height: 500px;
618
619
620
                        &::-webkit-scrollbar {
621
                            width: 12px;
622
                        }
623
624
                        &::-webkit-scrollbar-track {
625
                            background: #eeeeee;
626
                        }
627
628
                        &::-webkit-scrollbar-thumb {
629
                            background: #696969;
630
                            border-radius: 20px;
631
                            border: 3px solid #eeeeee;
632
                        }
633
634
                        button + button,
635
                        input + input {
636
                            margin-left: 5px;
637
                        }
638
639
                        fieldset {
640
                            border-width: 1px;
641
                            border-radius: 0;
642
                            margin: 0 0 .5em 0;
643
                            padding: .5em;
644
645
                            legend {
646
                                font-size: 95%;
647
                                margin: 0;
648
                                border-bottom: none;
649
                            }
650
651
                            &.action {
652
                                margin-left: 0;
653
                                padding: .5em 0;
654
                            }
655
                        }
656
657
                        input, select {
658
                            height: calc(1.5em + .75rem + 2px);
659
                        }
660
661
                        label {
662
                            margin: .5em 0 0 0;
663
                            border-top : 1px inset #999999;
664
                        }
665
666
                        li {
667
                            &.checkbox {
668
                                label {
669
                                    display: inline;
670
                                    margin-left: 0;
671
                                }
672
                            }
673
674
                            &.dateinsert {
675
                                label {
676
                                    display: inline;
677
                                }
678
679
                                span {
680
                                    &.label {
681
                                        display: inline;
682
                                    }
683
                                }
684
                            }
685
686
                            &.radio {
687
                                padding: .3em 0;
688
689
                                input {
690
                                    padding: .3em 0;
691
                                }
692
693
                                label {
694
                                    display: inline;
695
                                }
696
697
                                span {
698
                                    &.label {
699
                                        display: inline;
700
                                    }
701
                                }
702
                            }
703
                        }
704
705
                        ol {
706
                            margin: 0;
707
                            padding: 0;
708
                        }
709
710
                        select,
711
                        [type="text"] {
712
                            width: 100%;
713
                        }
714
715
                        .flatpickr-input {
716
                            margin-right: 3px;
717
                            width: calc(100% - 20px);
718
                        }
719
720
                        &+.action {
721
                            margin-left: 0;
722
                            padding: 0;
723
                        }
724
                    }            span {
201
                        &.label {
725
                        &.label {
202
                            display: inline;
726
                            display: inline;
203
                        }
727
                        }
Lines 205-211 aside { Link Here
205
                }
729
                }
206
730
207
                &.radio {
731
                &.radio {
208
                    padding: .7em 0;
732
                    padding: .3em 0;
209
733
210
                    input {
734
                    input {
211
                        padding: .3em 0;
735
                        padding: .3em 0;
Lines 242-247 aside { Link Here
242
                margin-left: 0;
766
                margin-left: 0;
243
                padding: 0;
767
                padding: 0;
244
            }
768
            }
769
    }
770
*/
771
}
772
773
#navmenulist{
774
    background-color: #e6e6e6;
775
    width: 100%;
776
    overflow: auto;
777
    display: block;
778
    max-height: 700px;
779
    height: auto;
780
781
    &::-webkit-scrollbar {
782
        width: 12px;
783
    }
784
785
    &::-webkit-scrollbar-track {
786
        background: #eeeeee;
787
788
    }
789
790
    &::-webkit-scrollbar-thumb {
791
        background: #696969;
792
        border-radius: 20px;
793
        border: 3px solid #eeeeee;
794
    }
795
796
    h2{
797
        width: 100%;
798
        text-align: center;
799
800
        a, a:link, a:visited{
801
            text-align: center;
802
            color: #000;
803
804
            &:hover, &.current{
805
                text-decoration: none;
806
            }
807
        }
808
    }
809
810
    h4 {
811
        margin: .5em 0;
812
        padding-left: 0.5em;
813
        padding-bottom: 0.2em;
814
        color: #696969;
815
        border-bottom: 1px solid #696969;
816
        font-weight: normal;
817
    }
818
819
    ul {
820
        margin-bottom: 10px;
821
        padding-left: 0px;
822
823
        &.goto{
824
            margin-bottom: 13px;
825
            margin-left: 0;
826
            margin-right: 0;
827
            padding-left: 0px;
828
            position: relative;
829
            top: 0px;
830
831
            li{
832
                a{
833
                    font-size: 75%;
834
                }
835
            }
836
        }
837
838
        li {
839
            list-style: none;
840
            left: 0px;
841
            flex-direction: row;
842
            width: 100%;
843
            height: auto;
844
845
            a, a:link, a:visited {
846
                color: #000;
847
                width: 100%;
848
                display: block;
849
                text-decoration: none;
850
                padding: 0.7em 0.3em 0.7em 1.2em;
851
852
                &.current, &:hover, &:active, &:focus {
853
                    background-color: #F3F4F4;
854
                    text-decoration: none;
855
                    color: #418940;
856
                    border-left: solid 5px #418940;
857
                    font-weight: bold;
858
                }
859
            }
860
        }
861
    }
862
}
863
864
865
div {
866
    display: block;
867
868
    &.mainmenu{
869
        display: inline;
870
    }
871
872
873
    &.koha-mainpage{
874
        display: flex;
875
        align-items: center;
876
        justify-content: center;
877
    }
878
879
    &.settings-links{
880
        display: inline;
881
882
        ul{
883
            float: right;
884
885
            li{
886
                list-style-type: none;
887
                margin-bottom: 0;
888
                height: auto;
889
                width: 150px;
890
                padding: 5px 10px;
891
892
                a, a:visited, a:link{
893
                    color: #000;
894
                }
895
            }
896
        }
897
    }
898
899
    &.koha-bottom{
900
        background: transparent url(../img/koha-logo-medium.png) no-repeat center;
901
        width: 150px;
902
        background-size: 70%;
903
        height: 50px;
904
        margin: 25px;
905
        bottom: 0px;
906
        text-align: center;
907
        display: flex;
908
        align-items: center;
909
        justify-content: center;
910
        z-index: 1030;
911
912
        a{
913
            width: 100%;
914
            height: 100%;
915
        }
916
    }
917
}
918
919
.home-page{
920
    text-align: center;
921
    text-decoration: none;
922
    font-family: 'Poppins', sans-serif;
923
924
    h1 {
925
        font-size: 150%;
926
        font-weight: normal;
927
        color: #000;
928
    }
929
930
    i{
931
        text-align: center;
932
        color: #fff;
933
        border: solid 3px #71B443;
934
        border-radius: 50%;
935
        background-color: #71B443;
936
        width: 40px;
937
        height: 40px;
938
        margin-bottom: 5px;
939
        margin-left: auto;
940
        margin-right: auto;
941
        padding: 5px;
942
        align-items: center;
943
        justify-content: center;
944
        -webkit-box-sizing: content-box;
945
        box-sizing: content-box;
946
        display: flex;
947
948
    }
949
950
    &:hover, &:focus, &:active{
951
        text-decoration: none;
952
953
        i{
954
            background-color: #418940;
955
            border-color: #418940;
956
        }
957
958
        h1{
959
            color: #418940;
245
        }
960
        }
246
    }
961
    }
247
}
962
}
Lines 249-255 aside { Link Here
249
button {
964
button {
250
    @include default-button;
965
    @include default-button;
251
966
252
    &:active {
967
    &:active, &:hover {
253
        border: 1px inset #999999;
968
        border: 1px inset #999999;
254
    }
969
    }
255
970
Lines 265-270 button { Link Here
265
    }
980
    }
266
}
981
}
267
982
983
#add_to_patron_list_submit{
984
    color: #71B443;
985
986
    &:hover{
987
        border: none;
988
    }
989
}
990
268
main {
991
main {
269
    &::after {
992
    &::after {
270
        clear: both;
993
        clear: both;
Lines 274-284 main { Link Here
274
}
997
}
275
998
276
body {
999
body {
277
    font-family: $font-main;
1000
    //font-family: $font-main;
1001
    font-family: 'Poppins', sans-serif;
278
    font-size: 13px;
1002
    font-size: 13px;
279
    line-height: 1.22;
1003
    line-height: 1.22;
280
    padding: 0 0 4em;
1004
    padding: 0 0 4em;
281
    text-align: left;
1005
    text-align: left;
1006
    background-color: #F3F4F4;
282
1007
283
    &.nobackdrop {
1008
    &.nobackdrop {
284
        .modal-backdrop {
1009
        .modal-backdrop {
Lines 335-368 h1 { Link Here
335
    font-weight: bold;
1060
    font-weight: bold;
336
}
1061
}
337
1062
338
#logo {
339
    background: transparent url("../img/koha-logo-medium.png") no-repeat 50% 50%;
340
    border: 0 none;
341
    margin: 2rem 1rem;
342
    padding: 0;
343
    width: 180px;
344
345
    a {
346
        border: 0;
347
        cursor: pointer;
348
        display: block;
349
        height: 0 !important;
350
        margin: 0;
351
        overflow: hidden;
352
        padding: 44px 0 0;
353
        text-decoration: none;
354
        width: 180px;
355
    }
356
}
357
358
h2 {
1063
h2 {
359
    font-size: 146.5%;
1064
    font-size: 150%;
360
    font-weight: bold;
1065
    font-weight: bold;
1066
    color: #696969;
361
}
1067
}
362
1068
363
h3 {
1069
h3 {
364
    font-size: 131%;
1070
    font-size: 131%;
365
    font-weight: bold;
1071
    font-weight: bold;
1072
    color: #696969;
366
}
1073
}
367
1074
368
h4 {
1075
h4 {
Lines 372-378 h4 { Link Here
372
1079
373
h5 {
1080
h5 {
374
    font-size: 100%;
1081
    font-size: 100%;
375
    font-weight: bold;
376
}
1082
}
377
1083
378
h6 {
1084
h6 {
Lines 380-392 h6 { Link Here
380
    font-weight: bold;
1086
    font-weight: bold;
381
}
1087
}
382
1088
1089
1090
383
h1,
1091
h1,
384
h2,
1092
h2,
385
h3,
1093
h3,
386
h4,
1094
h4,
387
h5,
1095
h5,
388
h6 {
1096
h6 {
389
    margin: .3em 0;
1097
    margin: .5em 0;
1098
1099
    a, a:link, a:visited{
1100
        color: #000;
1101
    }
390
}
1102
}
391
1103
392
hr {
1104
hr {
Lines 395-401 hr { Link Here
395
}
1107
}
396
1108
397
p {
1109
p {
398
    margin: .5em 0;
1110
    margin: .7em 0;
1111
1112
    &.more{
1113
        height: 100% !important;
1114
        top: 30px;
1115
        width: 100%;
1116
        display: block;
1117
        position: absolute;
1118
        left: 0px;
1119
        background-color: #352C2E;
1120
        padding: 10px;
1121
        border-radius: 4px;
1122
        text-align: center;
1123
        right: 0px;
1124
        bottom: -70px;
1125
1126
        input{
1127
            outline-offset: 0px;
1128
            outline: 1px black;
1129
            float: right;
1130
            height: 30px;
1131
            border-radius: 17px;
1132
            padding-left: 2em;
1133
            padding-right: 1.5em;
1134
            border: none;
1135
            margin-left: 0px;
1136
            position: absolute;
1137
            top: -5px;
1138
            right: 30px;
1139
            z-index: 100;
1140
            display: inline !important;
1141
            letter-spacing: normal;
1142
            word-spacing: normal;
1143
            text-transform: none;
1144
            text-indent: 0px;
1145
            text-shadow: none;
1146
            text-align: start;
1147
            cursor: text;
1148
            font: 400 13.3333px Arial;
1149
        }
1150
    }
1151
1152
    &.more_bottom{
1153
        background-color: #352C2E;
1154
        height: auto !important;
1155
        padding: 0 5px 10px 5px;
1156
        top: 30px;
1157
        border-bottom-left-radius: 17px;
1158
        border-bottom-right-radius: 17px;
1159
1160
        label{
1161
            color: #fff;
1162
        }
1163
1164
        input{
1165
            outline-offset: 0px;
1166
            outline: 1px black;
1167
            height: 20px;
1168
            border-radius: 17px;
1169
            padding-left: 2em;
1170
            padding-right: 1.5em;
1171
            border: none;
1172
            margin-top: 5px;
1173
            margin-left: 0px;
1174
            width: 100%;
1175
            z-index: 100;
1176
            display: inline-block !important;
1177
            letter-spacing: normal;
1178
            word-spacing: normal;
1179
            text-transform: none;
1180
            text-indent: 0px;
1181
            text-shadow: none;
1182
            text-align: start;
1183
            cursor: text;
1184
            font: 400 13.3333px Arial;
1185
        }
1186
    }
1187
}
1188
1189
#patron_search {
1190
    .address {
1191
        font-size: 100%;
1192
    }
399
}
1193
}
400
1194
401
strong {
1195
strong {
Lines 420-426 cite { Link Here
420
input,
1214
input,
421
textarea {
1215
textarea {
422
    &:focus {
1216
    &:focus {
423
        border-color: #538200;
1217
        border-color: #418940;
424
        border-radius: 4px;
1218
        border-radius: 4px;
425
    }
1219
    }
426
}
1220
}
Lines 434-448 input { Link Here
434
1228
435
    &[type="submit"],
1229
    &[type="submit"],
436
    &[type="button"] {
1230
    &[type="button"] {
437
        &:active {
1231
        border: none;
438
            border: 1px inset #999999;
1232
        background-color: #FEC32C;
439
        }
1233
        color: #000;
1234
        //font-family: $font-main;
1235
        font-family: 'Poppins', sans-serif;
1236
        text-shadow: 0 1px 0 #fff;
1237
        display: inline-block;
1238
        margin-bottom: 0;
1239
        font-weight: normal;
1240
        text-align: center;
1241
        white-space: nowrap;
1242
        vertical-align: middle;
1243
        touch-action: manipulation;
1244
        min-width: 90px;
1245
        width: auto;
1246
        cursor: pointer;
1247
        background-image: none;
1248
        padding: 6px 12px;
1249
        font-size: 12px;
1250
        line-height: 1.42857143;
1251
        border-radius: 4px;
1252
        user-select: none;
440
    }
1253
    }
441
1254
442
    &[type="submit"],
1255
    &[type="submit"],
443
    &[type="reset"],
1256
    &[type="reset"],
444
    &[type="button"] {
1257
    &[type="button"] {
445
        @include default-button;
1258
        border-radius: 4px;
1259
        border-width: 1px;
1260
        color: #333333;
1261
        display: inline-block;
1262
        font-size: inherit;
1263
        line-height: 1.42857143;
1264
        margin: 5px;
1265
        text-align: center;
1266
        text-shadow: 0 1px 0 #fff;
1267
        vertical-align: middle;
1268
        white-space: nowrap;
446
1269
447
        &:active {
1270
        &:active {
448
            border: 1px inset #999999;
1271
            border: 1px inset #999999;
Lines 464-469 input { Link Here
464
            @include disabled-button;
1287
            @include disabled-button;
465
        }
1288
        }
466
    }
1289
    }
1290
1291
    &.principal{
1292
        background-color: #FEC32C;
1293
        color: #000;
1294
        text-shadow: 0 1px 0 #fff;
1295
        border: none;
1296
        background-image: none;
1297
        margin: 5px;
1298
        padding: 6px 25px;
1299
1300
        &:hover,
1301
        &:active,
1302
        &:focus{
1303
            background-color: #fec22c9f;
1304
            color: #000;
1305
            border: none;
1306
        }
1307
    }
467
}
1308
}
468
1309
469
.input-warning {
1310
.input-warning {
Lines 471-476 input { Link Here
471
    border-color: #900;
1312
    border-color: #900;
472
}
1313
}
473
1314
1315
474
label,
1316
label,
475
.label {
1317
.label {
476
    color: #000;
1318
    color: #000;
Lines 517-535 label, Link Here
517
    padding-top: 10px;
1359
    padding-top: 10px;
518
}
1360
}
519
1361
520
#navmenulist {
1362
#area-news, #area-userblock{
521
    li {
1363
    background-color: #FFF;
522
        border-bottom: 1px solid #EEE;
1364
    border: none;
523
        list-style: $nav-menu-bullet;
1365
    color: #696969;
524
        padding: .2em 0;
1366
    margin: 0em 0em 1em 0em;
1367
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
1368
    display: block;
1369
    padding: 1em;
525
1370
526
        a {
1371
    h3{
527
            text-decoration: none;
1372
        background-color: #fff;
1373
    }
1374
}
528
1375
529
            &.current {
1376
.biglinks-list{
530
                font-weight: bold;
1377
    padding: 0px;
531
            }
1378
    margin: 10px 30px;
532
        }
1379
    align-items: center;
1380
    height: 150px;
1381
1382
    li{
1383
        list-style-type: none;
1384
        display: flex;
1385
        float: left;
1386
        text-align: center;
1387
        margin-bottom: 5px;
1388
        padding: 10px;
1389
        align-items: center;
1390
        justify-content: center;
1391
        flex-wrap: wrap;
1392
        width: 200px;
1393
        height: 150px;
1394
        margin-right: auto;
1395
        margin-left: auto;
533
    }
1396
    }
534
}
1397
}
535
1398
Lines 548-554 ul { Link Here
548
    padding-left: 1.1em;
1411
    padding-left: 1.1em;
549
1412
550
    li {
1413
    li {
551
        list-style-type: disc;
1414
        list-style-type: none;
552
1415
553
        input {
1416
        input {
554
            &.submit {
1417
            &.submit {
Lines 566-572 ul { Link Here
566
        padding-left: 0;
1429
        padding-left: 0;
567
1430
568
        button {
1431
        button {
569
            font-family: $font-main;
1432
            font-family: 'Poppins', sans-serif;
570
            padding-bottom: 2px;
1433
            padding-bottom: 2px;
571
        }
1434
        }
572
1435
Lines 576-581 ul { Link Here
576
        }
1439
        }
577
    }
1440
    }
578
1441
1442
    &.nav-tabs {
1443
        border-bottom: 1px solid transparent;
1444
        padding: .2em 1.4em 0 1.4em;
1445
    }
1446
579
    &.budget_hierarchy {
1447
    &.budget_hierarchy {
580
        margin-left: 0;
1448
        margin-left: 0;
581
        padding-left: 0;
1449
        padding-left: 0;
Lines 601-607 ul { Link Here
601
        }
1469
        }
602
    }
1470
    }
603
1471
604
    // For Font Awesome icon bullets
605
    &.fa-ul {
1472
    &.fa-ul {
606
        li {
1473
        li {
607
            list-style-type: none;
1474
            list-style-type: none;
Lines 628-640 ol { Link Here
628
    }
1495
    }
629
}
1496
}
630
1497
631
632
.gradient {
633
    background-image: linear-gradient(to bottom, rgb(230, 240, 242) 1%, rgb(255, 255, 255) 99%);
634
    align-items: flex-start;
635
    display: flex;
636
}
637
638
.cart-controls {
1498
.cart-controls {
639
    border-top: 1px solid #E8E8E8;
1499
    border-top: 1px solid #E8E8E8;
640
    padding: 7px 0;
1500
    padding: 7px 0;
Lines 663-672 ol { Link Here
663
}
1523
}
664
1524
665
fieldset {
1525
fieldset {
666
    background-color: #F4F8F9;
1526
    width: 100%;
667
    border: 2px solid #B9D8D9;
1527
    color: #71B443;
668
    border-radius: 5px;
1528
    background-color: #FFF;
669
    margin: 1em 1em 1em 0;
1529
    position: relative;
1530
    color: #696969;
1531
    left: 0px;
1532
    top: 0px;
1533
    margin: 0em 1em 1em 0em;
1534
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
670
    padding: 1em;
1535
    padding: 1em;
671
1536
672
    + fieldset {
1537
    + fieldset {
Lines 675-680 fieldset { Link Here
675
        }
1540
        }
676
    }
1541
    }
677
1542
1543
    legend{
1544
        position: relative;
1545
        top: 1.5em;
1546
        margin: .5em 0;
1547
        font-size: 131%;
1548
        font-weight: bold;
1549
        color: #696969;
1550
        border-bottom: none;
1551
    }
1552
678
    &.lastchecked {
1553
    &.lastchecked {
679
        border-bottom-left-radius: 0;
1554
        border-bottom-left-radius: 0;
680
        border-bottom-right-radius: 0;
1555
        border-bottom-right-radius: 0;
Lines 683-693 fieldset { Link Here
683
        margin-right: 0;
1558
        margin-right: 0;
684
    }
1559
    }
685
1560
686
    .standard {
1561
    &.standard {
687
        background-color:#f4f8f9 !important;
1562
        background-color:#F4F8F9 !important;
688
    }
1563
    }
689
1564
690
    .contrast {
1565
    &.contrast {
691
        background-color:#F3F3F3 !important;
1566
        background-color:#F3F3F3 !important;
692
    }
1567
    }
693
1568
Lines 695-708 fieldset { Link Here
695
        background-color: transparent;
1570
        background-color: transparent;
696
        border: 0;
1571
        border: 0;
697
        clear: both;
1572
        clear: both;
1573
        box-shadow: none;
698
        float: none;
1574
        float: none;
699
        margin: .9em 0 0;
1575
        margin: .9em 0 0;
700
        padding: .4em;
1576
        padding: .4em;
701
        width: auto;
1577
        width: auto;
702
    }
1578
    }
703
1579
1580
704
    &.brief {
1581
    &.brief {
705
        border: 2px solid #B9D8D9;
1582
        width: 50%;
1583
        overflow: visible;
706
1584
707
        div {
1585
        div {
708
            &.hint {
1586
            &.hint {
Lines 711-717 fieldset { Link Here
711
        }
1589
        }
712
1590
713
        label {
1591
        label {
714
            display: block;
715
            font-weight: bold;
1592
            font-weight: bold;
716
            padding: .3em 0;
1593
            padding: .3em 0;
717
1594
Lines 768-781 fieldset { Link Here
768
        }
1645
        }
769
    }
1646
    }
770
1647
1648
    ol{
1649
        li{
1650
            list-style-type: none;
1651
            padding: .3em 0;
1652
        }
1653
    }
1654
771
    &.rows {
1655
    &.rows {
772
        border: 2px solid #B9D8D9;
1656
        border: none;
773
        border-width: 1px;
774
        clear: left;
1657
        clear: left;
775
        float: left;
1658
        float: left;
776
        font-size: 90%;
1659
        font-size: 90%;
777
        margin: .9em 0 0;
778
        padding: 0;
779
        width: 100%;
1660
        width: 100%;
780
1661
781
        fieldset {
1662
        fieldset {
Lines 849-855 fieldset { Link Here
849
            font-weight: bold;
1730
            font-weight: bold;
850
            margin-right: 1rem;
1731
            margin-right: 1rem;
851
            text-align: right;
1732
            text-align: right;
852
            width: 9rem;
1733
            width: auto;
1734
            min-width: 9rem;
853
1735
854
            &.error {
1736
            &.error {
855
                float: none;
1737
                float: none;
Lines 876-886 fieldset { Link Here
876
            }
1758
            }
877
        }
1759
        }
878
1760
879
        legend {
1761
        /*legend {
880
            font-size: 110%;
1762
            font-size: 110%;
881
            font-weight: bold;
1763
            font-weight: bold;
882
            margin-left: 1em;
1764
            margin-left: 1em;
883
        }
1765
        }*/
884
1766
885
        li {
1767
        li {
886
            clear: left;
1768
            clear: left;
Lines 916-923 fieldset { Link Here
916
            }
1798
            }
917
1799
918
            fieldset {
1800
            fieldset {
919
                margin-left: 10em;
920
921
                label {
1801
                label {
922
                    width: 6em;
1802
                    width: 6em;
923
                }
1803
                }
Lines 1033-1038 fieldset { Link Here
1033
            margin: 1em;
1913
            margin: 1em;
1034
        }
1914
        }
1035
    }
1915
    }
1916
1917
    fieldset{
1918
        box-shadow: none;
1919
    }
1036
}
1920
}
1037
1921
1038
#multi_receiving {
1922
#multi_receiving {
Lines 1042-1059 fieldset { Link Here
1042
                width: 50%;
1926
                width: 50%;
1043
            }
1927
            }
1044
        }
1928
        }
1045
    }
1929
    }
1046
}
1047
1048
legend {
1049
    background-color: #FFFFFF;
1050
    border: 2px solid #B9D8D9;
1051
    border-radius: 3px;
1052
    font-size: 123.1%;
1053
    font-weight: bold;
1054
    margin-bottom: 0;
1055
    padding: .2em .5em;
1056
    width: auto;
1057
}
1930
}
1058
1931
1059
details {
1932
details {
Lines 1093-1099 details[open] { Link Here
1093
}
1966
}
1094
1967
1095
#breadcrumbs {
1968
#breadcrumbs {
1096
    background-color: #E6F0F2;
1969
    background-color: transparent;
1097
    clear: both;
1970
    clear: both;
1098
    margin: 0;
1971
    margin: 0;
1099
    padding: .8em .5em .8em 10px;
1972
    padding: .8em .5em .8em 10px;
Lines 1105-1110 details[open] { Link Here
1105
    }
1978
    }
1106
}
1979
}
1107
1980
1981
#shortcut{
1982
    position: relative;
1983
    top: -35px;
1984
    padding: .8em .5em .8em 10px;
1985
1986
    ol{
1987
        float: right;
1988
        margin: 0;
1989
        padding: 0;
1990
1991
        li{
1992
            list-style-type: none;
1993
            display: inline;
1994
1995
            a.toplinks{
1996
                padding: 0;
1997
            }
1998
1999
            div{
2000
                margin: 0;
2001
2002
            }
2003
        }
2004
    }
2005
}
2006
1108
#header {
2007
#header {
1109
    + #breadcrumbs {
2008
    + #breadcrumbs {
1110
        margin-top: 1em;
2009
        margin-top: 1em;
Lines 1154-1160 div { Link Here
1154
    }
2053
    }
1155
2054
1156
    &.note {
2055
    &.note {
1157
        background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%); // W3C
2056
        background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%);
1158
        border: 1px solid #BCBCBC;
2057
        border: 1px solid #BCBCBC;
1159
        margin: .5em 0;
2058
        margin: .5em 0;
1160
        padding: .5em;
2059
        padding: .5em;
Lines 1168-1174 div { Link Here
1168
        }
2067
        }
1169
    }
2068
    }
1170
2069
1171
    // Tools > automatic_item_modification_by_age
1172
    &.rules {
2070
    &.rules {
1173
        display: block;
2071
        display: block;
1174
    }
2072
    }
Lines 1183-1189 div { Link Here
1183
2081
1184
    &.rule {
2082
    &.rule {
1185
        background-color: #F4F8F9;
2083
        background-color: #F4F8F9;
1186
        border: 2px solid #B9D8D9;
2084
        border: 2px solid #bfd9b9;
1187
        border-radius: 5px;
2085
        border-radius: 5px;
1188
        margin: .3em;
2086
        margin: .3em;
1189
        padding: .3em;
2087
        padding: .3em;
Lines 1316-1406 div { Link Here
1316
    }
2214
    }
1317
2215
1318
    .browse {
2216
    .browse {
1319
        margin: .5em 0;
2217
        margin: .5em 50px;
1320
    }
2218
        font-weight: bold;
1321
}
1322
1323
#header_search {
1324
    background-position: .5em .5em;
1325
    background-repeat: no-repeat;
1326
    float: left;
1327
    margin: .3em 0 .5em;
1328
1329
    input {
1330
        &[type="submit"] {
1331
            border-radius: 3px;
1332
            padding: .2em .8em;
1333
        }
1334
    }
1335
1336
    div {
1337
        &.residentsearch {
1338
            border: 0;
1339
            border-bottom: 1px solid #85CA11;
1340
            padding: 0 0 .2em;
1341
        }
1342
    }
1343
1344
    ul {
1345
        &.ui-tabs-nav {
1346
            margin-left: 1em;
1347
            padding-top: 0;
1348
1349
            li {
1350
                &.ui-state-default {
1351
                    background: transparent none;
1352
                    border: 0;
1353
                    top: 0;
1354
1355
                    a {
1356
                        padding: .3em .6em;
1357
                    }
1358
                }
1359
1360
                &.ui-tabs-active {
1361
                    background-color: #FFFFF1;
1362
                    border: 1px solid #85CA11;
1363
                    border-top-width: 0;
1364
                    top: -2px;
1365
1366
                    a {
1367
                        text-decoration: none;
1368
                    }
1369
                }
1370
            }
1371
        }
1372
    }
1373
1374
    .ui-corner-top {
1375
        border-radius: 0 0 4px 4px;
1376
    }
1377
1378
    > div,
1379
    > ul {
1380
        display: none;
1381
2219
1382
        > li {
2220
        a{
1383
            display: none;
2221
            color: #71B443;
2222
            font-weight: normal;
1384
2223
1385
            &:first-of-type {
2224
            &:hover, &:active{
1386
                display: block;
2225
                font-weight: bold;
2226
                color: #418940;
1387
            }
2227
            }
1388
        }
2228
        }
1389
1390
        &:first-of-type {
1391
            display: block;
1392
        }
1393
    }
1394
1395
    .head-searchbox {
1396
        font-size: 1.3em;
1397
        width: 30em;
1398
    }
2229
    }
1399
}
2230
}
1400
2231
1401
#reserves,
2232
#reserves,
1402
#checkouts {
2233
#checkouts {
1403
    border: 1px solid #B9D8D9;
1404
    padding: 1em;
2234
    padding: 1em;
1405
}
2235
}
1406
2236
Lines 1433-1453 dd { Link Here
1433
2263
1434
#toolbar,
2264
#toolbar,
1435
.btn-toolbar {
2265
.btn-toolbar {
1436
    background-color: #EDF4F6;
2266
    background-color: #f3F4F4;
1437
    border: 1px solid #E6F0F2;
2267
    border: none;
1438
    border-radius: 5px 5px 0 0;
2268
    border-radius: 5px 5px 0 0;
1439
    margin: 0;
2269
    margin: 0;
1440
    padding: 5px;
2270
    padding: 5px;
2271
    display: block;
1441
2272
1442
    .dropdown-menu {
2273
    div{
1443
        border-top-width: 1px;
2274
        position: relative;
1444
        font-size: 13px;
2275
        height: 100%;
2276
        float: right;
2277
2278
        a{
2279
            &.principal{
2280
                background-color: #FEC32C;
2281
                color: #000;
2282
                text-shadow: 0 1px 0 #fff;
2283
                border: none;
2284
                background-image: none;
2285
                margin: 5px;
2286
                padding: 6px 25px;
2287
2288
                &:hover,
2289
                &:active,
2290
                &:focus{
2291
                    background-color: #fec22c9f;
2292
                    color: #000;
2293
                    border: none;
2294
                }
2295
            }
2296
        }
2297
2298
        .dropdown-menu {
2299
            border-top-width: 1px;
2300
            text-align: center;
2301
            padding: 0;
2302
            width: auto;
2303
            font-size: 12px;
2304
            line-height: 1.42857143;
2305
            border-radius: 0px;
2306
            border: 0.5px solid lightgray;
2307
            font-size: 100%;
2308
            background-color: #fff;
2309
            margin: 5px 0 0 0;
2310
            box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5);
2311
            position: absolute;
2312
            text-decoration: none;
2313
            top: 30px;
2314
2315
2316
            left: auto;
2317
            right: 0;
2318
2319
            a{
2320
                color: #000;
2321
                display: block;
2322
                padding: 3px 20px;
2323
                clear: both;
2324
                font-weight: normal;
2325
                line-height: 1.42857143;
2326
                white-space: nowrap;
2327
                border-bottom: none;
2328
                float: left;
2329
2330
                &:hover,
2331
                &:focus{
2332
                    text-decoration: none;
2333
                    font-weight: bold;
2334
                    background-color: #fff;
2335
                    background-image: none;
2336
2337
                }
2338
            }
2339
        }
2340
2341
        #up{
2342
            display: table;
2343
        }
2344
2345
        #down{
2346
            display: table;
2347
        }
2348
2349
        #patdrop{
2350
            border-top-width: 1px;
2351
            text-align: center;
2352
            padding: 0;
2353
            width: auto;
2354
            font-size: 12px;
2355
            line-height: 1.42857143;
2356
            border-radius: 0px;
2357
            border: 0.5px solid lightgray;
2358
            font-size: 100%;
2359
            background-color: #fff;
2360
            margin: 0;
2361
            box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5);
2362
            position: absolute;
2363
            text-decoration: none;
2364
            top: 30px;
2365
            left: -20px;
2366
            right: auto;
2367
2368
            a{
2369
                color: #000;
2370
                display: block;
2371
                padding: 3px 20px;
2372
                clear: both;
2373
                font-weight: normal;
2374
                line-height: 1.42857143;
2375
                white-space: nowrap;
2376
                border-bottom: none;
2377
                float: left;
2378
2379
                &:hover{
2380
                    font-weight: bold;
2381
                    background-color: #fff;
2382
                }
2383
            }
2384
2385
        }
1445
    }
2386
    }
1446
2387
1447
    &.floating {
2388
    &.floating {
1448
        border-radius: 0;
2389
        border-radius: 0;
1449
        margin-top: 0;
2390
        margin-top: 0;
1450
        z-index: 300;
2391
        z-index: 300;
2392
        width: 851px;
1451
    }
2393
    }
1452
2394
1453
    a.addtocart {
2395
    a.addtocart {
Lines 1487-1517 dd { Link Here
1487
2429
1488
2430
1489
.patroninfo {
2431
.patroninfo {
1490
    margin-top: -.5em;
2432
    margin-right: .5em;
2433
    padding-top: 1em;
2434
    background-color: #e6e6e6;
2435
    left: -10px;
2436
    width: 100%;
2437
    padding-bottom: 25px;
1491
2438
1492
    h5 {
2439
    h5 {
1493
        border-right: 1px solid #B9D8D9;
1494
        margin-bottom: 0;
2440
        margin-bottom: 0;
1495
        padding-bottom: .5em;
2441
        padding: .5em .9em;
1496
        padding-left: 0em;
2442
        font-weight: bold;
1497
        padding-top: .5em;
2443
        color: #000;
1498
2444
1499
        &:empty {
2445
        &:empty {
1500
            border-right: 0;
2446
            border-right: 0;
1501
        }
2447
        }
2448
2449
        li{
2450
            &.patrondateofbirth{
2451
                font-size: 75%;
2452
                font-weight: normal;
2453
                list-style-type: none;
2454
                text-align: center;
2455
            }
2456
        }
1502
    }
2457
    }
1503
2458
1504
    ul {
2459
    ul {
1505
        border: 0;
2460
        border: 0;
1506
        border-bottom: 0;
1507
        border-right: 1px solid #B9D8D9;
1508
        border-top: 0;
1509
        margin: 0;
2461
        margin: 0;
1510
        padding: 0;
2462
        padding: 0 .9em;
1511
2463
1512
        li {
2464
        li {
1513
            list-style-type: none;
2465
            list-style-type: none;
1514
            margin: 0;
2466
            margin: 0;
2467
1515
        }
2468
        }
1516
    }
2469
    }
1517
2470
Lines 1520-1534 dd { Link Here
1520
    }
2473
    }
1521
2474
1522
    > div {
2475
    > div {
1523
        border-right: 1px solid #B9D8D9;
1524
        width: 100%;
2476
        width: 100%;
1525
    }
2477
    }
1526
1527
    &.is-staff {
1528
        h5 {
1529
            background-color: #EEE;
1530
        }
1531
    }
1532
}
2478
}
1533
2479
1534
.patroninfo-section {
2480
.patroninfo-section {
Lines 1541-1547 dd { Link Here
1541
}
2487
}
1542
2488
1543
.patroninfo-heading {
2489
.patroninfo-heading {
1544
    background-color: rgba(237, 244, 246, .4);
1545
    padding: .5em;
2490
    padding: .5em;
1546
    margin-bottom: .3em;
2491
    margin-bottom: .3em;
1547
    clear: both;
2492
    clear: both;
Lines 1555-1562 dd { Link Here
1555
    }
2500
    }
1556
}
2501
}
1557
2502
1558
/* Patron image */
1559
1560
.patronimage-container {
2503
.patronimage-container {
1561
    padding: .2em;
2504
    padding: .2em;
1562
    position: relative;
2505
    position: relative;
Lines 1623-1637 dd { Link Here
1623
}
2566
}
1624
2567
1625
.dropdown-menu {
2568
.dropdown-menu {
2569
    position: absolute;
2570
    top: 50px;
2571
    background-color: #F3F4F4;
1626
    li {
2572
    li {
1627
        list-style-type: none;
2573
        list-style-type: none;
2574
        display: flex;
2575
2576
        a{
2577
            color: #000;
2578
2579
            &:hover{
2580
                background-color: #F3F4F4;
2581
                color: #000;
2582
                text-decoration: underline;
2583
                background-image: none;
2584
            }
2585
        }
1628
    }
2586
    }
2587
1629
}
2588
}
1630
2589
1631
.btn-toolbar {
2590
.btn-toolbar {
1632
    fieldset {
2591
    fieldset {
1633
        &.action {
2592
        &.action {
1634
            margin-top: 0;
2593
            margin-top: 0;
2594
            float: right;
1635
        }
2595
        }
1636
    }
2596
    }
1637
2597
Lines 1676-1688 input[type='text']:read-only:focus { Link Here
1676
2636
1677
.content_hidden {
2637
.content_hidden {
1678
    display: none;
2638
    display: none;
1679
    visibility: hidden; // you propably don't need to change this one
2639
    visibility: hidden;
1680
}
2640
}
1681
2641
1682
// the property for the displayed tab
1683
.content_visible {
2642
.content_visible {
1684
    display: block;
2643
    display: block;
1685
    visibility: visible; // you propably don't need to change this one
2644
    visibility: visible;
1686
}
2645
}
1687
2646
1688
#z3950searcht {
2647
#z3950searcht {
Lines 1717-1723 i { Link Here
1717
    }
2676
    }
1718
2677
1719
    &.success {
2678
    &.success {
1720
        color: #008000;
2679
        color: #418940;
1721
    }
2680
    }
1722
2681
1723
    &.warn {
2682
    &.warn {
Lines 1727-1733 i { Link Here
1727
2686
1728
.circ-setting {
2687
.circ-setting {
1729
    font-size: 85%;
2688
    font-size: 85%;
1730
    padding-top: .3em;
2689
    padding-top: .9em;
2690
    padding-bottom: .9em;
1731
2691
1732
    input {
2692
    input {
1733
        vertical-align: middle;
2693
        vertical-align: middle;
Lines 1740-1748 i { Link Here
1740
}
2700
}
1741
2701
1742
.circ-settings {
2702
.circ-settings {
1743
    background-color: #F4F8F9;
1744
    border-radius: 0;
2703
    border-radius: 0;
1745
    border-top: 2px solid #B9D8D9;
1746
    display: none;
2704
    display: none;
1747
    margin-left: -1em;
2705
    margin-left: -1em;
1748
    margin-right: -1em;
2706
    margin-right: -1em;
Lines 1752-1757 i { Link Here
1752
2710
1753
#show-circ-settings {
2711
#show-circ-settings {
1754
    margin-top: .5em;
2712
    margin-top: .5em;
2713
    display: inline;
2714
    background: transparent url("../img/UIKit/setting.svg") no-repeat scroll 0%;
2715
    background-size: 70%;
2716
    position: relative;
2717
    margin: 3px;
2718
    align-items: center;
2719
    right: 35px;
2720
    opacity: 0.3;
2721
2722
    &:hover{
2723
        opacity: 1;
2724
    }
2725
2726
    a{
2727
        width: 100%;
2728
2729
        &:hover{
2730
            text-decoration: none;
2731
        }
2732
    }
1755
}
2733
}
1756
2734
1757
.checkin-active-setting {
2735
.checkin-active-setting {
Lines 1759-1764 i { Link Here
1759
    border-radius: 3px;
2737
    border-radius: 3px;
1760
    box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5);
2738
    box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5);
1761
    margin: .5em;
2739
    margin: .5em;
2740
    width: fit-content;
1762
    padding: .5em;
2741
    padding: .5em;
1763
}
2742
}
1764
2743
Lines 1796-1806 i { Link Here
1796
}
2775
}
1797
2776
1798
.dialog {
2777
.dialog {
1799
    border: 1px solid #BCBCBC;
1800
    border-radius: 2px;
2778
    border-radius: 2px;
1801
    margin: 1em auto;
2779
    margin: 1em auto;
1802
    padding: .5em;
2780
    padding: .5em;
1803
    text-align: center;
2781
    text-align: center;
2782
    display: table;
1804
    width: 65%;
2783
    width: 65%;
1805
    max-width: 600px;
2784
    max-width: 600px;
1806
2785
Lines 1838-1846 i { Link Here
1838
2817
1839
    input {
2818
    input {
1840
        background-color: #FFFFFF;
2819
        background-color: #FFFFFF;
1841
        border: 1px solid #BCBCBC;
1842
        margin: .4em;
2820
        margin: .4em;
1843
        padding: .4em .4em .4em 25px;
2821
        padding: .4em;
1844
2822
1845
        &:hover {
2823
        &:hover {
1846
            background-color: #FFC;
2824
            background-color: #FFC;
Lines 1848-1853 i { Link Here
1848
2826
1849
        &[type="submit"] {
2827
        &[type="submit"] {
1850
            background: #FFF none;
2828
            background: #FFF none;
2829
2830
            &.approve{
2831
                background-color: #FEC32C;
2832
                color: #000;
2833
                text-shadow: 0 1px 0 #fff;
2834
                border: none;
2835
                background-image: none;
2836
                margin-top: 5px;
2837
2838
                &:hover,
2839
                &:active,
2840
                &:focus{
2841
                    background-color: #fec22c9f;
2842
                }
2843
            }
2844
2845
            &.deny{
2846
                background-color: transparent;
2847
                color: #696969;
2848
                border: #696969 double 1px;
2849
                margin-top: 5px;
2850
                margin-left: 5px;
2851
2852
                font-family: 'Poppins', sans-serif;
2853
                display: inline-block;
2854
                margin-bottom: 0;
2855
                font-weight: normal;
2856
                text-align: center;
2857
                white-space: nowrap;
2858
                vertical-align: middle;
2859
                touch-action: manipulation;
2860
                cursor: pointer;
2861
                background-image: none;
2862
                padding: 6px 12px;
2863
                font-size: 12px;
2864
                line-height: 1.42857143;
2865
                border-radius: 4px;
2866
                user-select: none;
2867
2868
                &:hover{
2869
                    font-weight: bold;
2870
                    background-color: #f1f1f1;
2871
                    border: #696969 double 1px;
2872
                    text-decoration: none;
2873
                }
2874
            }
1851
        }
2875
        }
1852
2876
1853
        &.flatpickr-input {
2877
        &.flatpickr-input {
Lines 1879-1887 i { Link Here
1879
    }
2903
    }
1880
2904
1881
    &.message {
2905
    &.message {
1882
        background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%);
2906
        color: #000000;
1883
        border: 1px solid #BCBCBC;
1884
        text-align: center;
2907
        text-align: center;
2908
        background-color: transparent;
2909
1885
2910
1886
        ul,
2911
        ul,
1887
        h5 {
2912
        h5 {
Lines 1896-1904 i { Link Here
1896
2921
1897
    &.alert,
2922
    &.alert,
1898
    &.error {
2923
    &.error {
1899
        background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1900
        border: 1px solid #E0C726;
1901
        color: inherit;
2924
        color: inherit;
2925
        background-color: #fff;
1902
        text-align: center;
2926
        text-align: center;
1903
        text-shadow: none;
2927
        text-shadow: none;
1904
2928
Lines 1922-1930 i { Link Here
1922
2946
1923
.approve,
2947
.approve,
1924
.success {
2948
.success {
2949
    background-color: #FEC32C;
1925
    i {
2950
    i {
1926
        &.fa {
2951
        &.fa {
1927
            color: #008000;
2952
            color: #418940;
1928
        }
2953
        }
1929
    }
2954
    }
1930
}
2955
}
Lines 1980-1986 i { Link Here
1980
}
3005
}
1981
3006
1982
#menu {
3007
#menu {
1983
    border-right: 1px solid #B9D8D9;
3008
    border-right: 1px solid #bfd9b9;
1984
    margin-right: .5em;
3009
    margin-right: .5em;
1985
    padding-bottom: 2em;
3010
    padding-bottom: 2em;
1986
    padding-top: 1em;
3011
    padding-top: 1em;
Lines 1988-1994 i { Link Here
1988
    li {
3013
    li {
1989
        a {
3014
        a {
1990
            background: linear-gradient(to bottom, #E8F0F6 0%, #E8F0F6 96%, #C1C1C1 100%);
3015
            background: linear-gradient(to bottom, #E8F0F6 0%, #E8F0F6 96%, #C1C1C1 100%);
1991
            border: 1px solid #B9D8D9;
3016
            border: 1px solid #bfd9b9;
1992
            border-bottom-left-radius: 5px;
3017
            border-bottom-left-radius: 5px;
1993
            border-top-left-radius: 5px;
3018
            border-top-left-radius: 5px;
1994
            display: block;
3019
            display: block;
Lines 2019-2025 i { Link Here
2019
3044
2020
                &:hover {
3045
                &:hover {
2021
                    background-color: #FFFFFF;
3046
                    background-color: #FFFFFF;
2022
                    color: #538200;
3047
                    color: #418940;
2023
                }
3048
                }
2024
            }
3049
            }
2025
        }
3050
        }
Lines 2031-2036 i { Link Here
2031
        }
3056
        }
2032
    }
3057
    }
2033
}
3058
}
3059
/*
3060
#menu-side {
3061
    margin-right: .5em;
3062
    padding-bottom: 2em;
3063
    padding-top: 1em;
3064
    background-color: #e6e6e6;
3065
    position: absolute;
3066
    left: 0px;
3067
3068
    li {
3069
        a {
3070
            display: block;
3071
            font-size: 111%;
3072
            margin: .5em 0;
3073
            margin-right: -1px;
3074
            padding: .4em .3em;
3075
            text-decoration: none;
3076
3077
            left: 0px;
3078
            color: #000;
3079
            display: block;
3080
3081
            &:hover {
3082
                background-color: #F3F4F4;
3083
                color: #418940;
3084
                border-left: solid 5px #418940;
3085
                font-weight: bold;
3086
            }
3087
        }
3088
3089
        &.active {
3090
            a {
3091
                background-color: #F3F4F4;
3092
                color: #418940;
3093
                border-left: solid 5px #418940;
3094
                font-weight: bold;
3095
3096
                &:hover {
3097
                    background-color: #F3F4F4;
3098
                    color: #418940;
3099
                    border-left: solid 5px #418940;
3100
                    font-weight: bold;
3101
                }
3102
            }
3103
        }
3104
    }
3105
3106
    ul {
3107
        li {
3108
            list-style-type: none;
3109
        }
3110
    }
3111
}*/
2034
3112
2035
#closewindow {
3113
#closewindow {
2036
    margin-top: 2em;
3114
    margin-top: 2em;
Lines 2042-2049 i { Link Here
2042
}
3120
}
2043
3121
2044
.barcode {
3122
.barcode {
2045
    font-size: 200%;
3123
    font-size: 100%;
2046
    vertical-align: middle;
3124
    vertical-align: middle;
3125
    font-style: italic;
3126
    width: 250px;
3127
    height: 30px;
3128
    padding-left: 5px;
3129
    padding-right: 30px;
3130
    border-radius: 0;
2047
}
3131
}
2048
3132
2049
li {
3133
li {
Lines 2114-2127 li { Link Here
2114
    }
3198
    }
2115
}
3199
}
2116
3200
2117
#searchresults {
3201
#catalogue_stats_wrapper, #tbl_cash_register_stats_wrapper, #resulttable_wrapper, #numberpatternst_wrapper{
2118
    td {
3202
    background-color: #fff;
3203
    margin-top: 20px;
3204
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
3205
    padding: 20px;
3206
}
3207
3208
#searchresults {
3209
    background-color: #fff;
3210
    margin-top: 20px;
3211
    min-width: 100%;
3212
    width: fit-content;
3213
    padding: 20px;
3214
3215
    fieldset{
3216
        box-shadow: none;
3217
    }
3218
3219
    h3{
3220
        padding-bottom: .7em;
3221
        margin: 0;
3222
        color: #696969;
3223
    }
3224
3225
    td {
3226
        border: none;
3227
3228
3229
        button, a{
3230
            &.btn-default{
3231
                color: #71B443;
3232
                padding: .3em;
3233
                border: none;
3234
                background-color: transparent;
3235
                border: none;
3236
                box-shadow: none;
3237
                font-size: 100%;
3238
3239
                &:hover, &:active, &:focus, &:active:hover, &:active:focus{
3240
                    background-color: transparent;
3241
                    color: #71B443;
3242
                    text-decoration: underline;
3243
                }
3244
            }
3245
        }
3246
2119
        ul {
3247
        ul {
2120
            li {
3248
            li {
2121
                clear: left;
3249
                clear: left;
2122
                font-size: 90%;
3250
                font-size: 90%;
2123
                list-style: url("../img/item-bullet.svg");
3251
                list-style: url("../img/item-bullet.svg");
2124
                padding: .2em 0;
3252
                padding: .2em 0;
3253
                color: #000;
3254
                top: 100%;
2125
3255
2126
                &.result_itype_image {
3256
                &.result_itype_image {
2127
                    list-style: none;
3257
                    list-style: none;
Lines 2153-2158 li { Link Here
2153
    table {
3283
    table {
2154
        td {
3284
        td {
2155
            vertical-align: top;
3285
            vertical-align: top;
3286
            text-align: center;
2156
        }
3287
        }
2157
    }
3288
    }
2158
3289
Lines 2178-2192 li { Link Here
2178
            }
3309
            }
2179
        }
3310
        }
2180
    }
3311
    }
3312
3313
    .dropdown-menu {
3314
        background-color: #fff;
3315
        color: #000;
3316
        height: fit-content;
3317
        top: 100%;
3318
3319
        a{
3320
            color: #000;
3321
3322
            &:hover{
3323
                background-image: none;
3324
                color: #000;
3325
                text-decoration: underline;
3326
                background-color: #fff;
3327
            }
3328
        }
3329
    }
2181
}
3330
}
2182
3331
2183
.searchheader {
3332
.searchheader {
2184
    background-color: #E6F0F2;
3333
    background-color: transparent;
2185
    border: 1px solid #B9D8D9;
3334
    border: 1px solid #696969;
2186
    border-radius: 5px 5px 0 0;
3335
    border-radius: 5px 5px 5px 5px;
2187
    font-size: 80%;
3336
    font-size: 80%;
2188
    margin: 0 0 .5em -1px;
3337
    margin-top: .5em;
2189
    padding: .4em 0 .4em 1em;
3338
    margin-bottom: .5em;
3339
    padding: 5px;
3340
    width: 100%;
3341
    color: #696969;
3342
    display: block;
2190
3343
2191
    &.floating {
3344
    &.floating {
2192
        border-radius: 0;
3345
        border-radius: 0;
Lines 2219-2233 li { Link Here
2219
    }
3372
    }
2220
}
3373
}
2221
3374
2222
#search-facets {
3375
.mini-inp{
2223
    border: 1px solid #B9D8D9;
3376
    height: 12px;
2224
    border-radius: 5px 5px 0 0;
3377
    width: 30px;
3378
}
3379
2225
3380
3381
3382
#search-facets {
2226
    h4 {
3383
    h4 {
2227
        background-color: #E6F0F2;
3384
        background-color: #71B443;
2228
        border-bottom: 1px solid #B9D8D9;
3385
        border-bottom: 1px solid #71B443;
2229
        border-radius: 5px 5px 0 0;
3386
        border-radius: 4px 4px 0 0;
2230
        font-size: 90%;
3387
        font-size: 90%;
3388
        color: #fff;
2231
        margin: 0;
3389
        margin: 0;
2232
        padding: .4em .2em;
3390
        padding: .4em .2em;
2233
        text-align: center;
3391
        text-align: center;
Lines 2237-2242 li { Link Here
2237
        margin: 0;
3395
        margin: 0;
2238
        padding: .3em;
3396
        padding: .3em;
2239
3397
3398
        &.cadre{
3399
            border: 3px solid #71B443;
3400
        }
3401
2240
        li {
3402
        li {
2241
            font-weight: bold;
3403
            font-weight: bold;
2242
            list-style-type: none;
3404
            list-style-type: none;
Lines 2273-2279 li { Link Here
2273
}
3435
}
2274
3436
2275
#biblio-cover-slider {
3437
#biblio-cover-slider {
2276
    border: 1px solid #b9d8d9;
3438
    border: 1px solid #bfd9b9;
2277
    border-radius: 3px;
3439
    border-radius: 3px;
2278
    margin: 5px;
3440
    margin: 5px;
2279
    padding: 10px 5px 5px 5px;
3441
    padding: 10px 5px 5px 5px;
Lines 2324-2329 td { Link Here
2324
    }
3486
    }
2325
}
3487
}
2326
3488
3489
.highlight_toggle{
3490
    color: #71B443;
3491
    padding: .3em;
3492
    border: none;
3493
    background-color: transparent;
3494
    border: none;
3495
    box-shadow: none;
3496
    font-size: 100%;
3497
3498
    &:hover{
3499
        text-decoration: underline;
3500
    }
3501
}
3502
3503
2327
.cover-image {
3504
.cover-image {
2328
    display: none;
3505
    display: none;
2329
3506
Lines 2352-2357 td { Link Here
2352
#CheckPending {
3529
#CheckPending {
2353
    font-weight: normal;
3530
    font-weight: normal;
2354
    margin: 0 .5em 0 0;
3531
    margin: 0 .5em 0 0;
3532
    color: #71B443;
2355
}
3533
}
2356
3534
2357
.lost,
3535
.lost,
Lines 2475-2484 td.bundle { Link Here
2475
}
3653
}
2476
3654
2477
#cartDetails {
3655
#cartDetails {
2478
    background-color: #FFFFFF;
3656
    background-color: #352C2E;
2479
    border: 1px solid #739ACF;
2480
    box-shadow: 1px 1px 3px 0 #666;
3657
    box-shadow: 1px 1px 3px 0 #666;
2481
    color: #000;
3658
    color: #fff;
2482
    display: none;
3659
    display: none;
2483
    margin: 0;
3660
    margin: 0;
2484
    padding: 10px;
3661
    padding: 10px;
Lines 2488-2498 td.bundle { Link Here
2488
}
3665
}
2489
3666
2490
#cartmenulink {
3667
#cartmenulink {
2491
    padding-left: 15px;
3668
    position: relative;
2492
3669
    left: 0px;
2493
    i.fa.fa-shopping-cart {
3670
    top: 0px;
2494
        padding-right: 7px;
2495
    }
2496
}
3671
}
2497
3672
2498
#basketcount {
3673
#basketcount {
Lines 2551-2557 td.bundle { Link Here
2551
}
3726
}
2552
3727
2553
.container {
3728
.container {
2554
    border: 1px solid #EEE;
2555
    margin: 1em 0;
3729
    margin: 1em 0;
2556
    padding: 1em;
3730
    padding: 1em;
2557
}
3731
}
Lines 2643-2649 td.bundle { Link Here
2643
}
3817
}
2644
3818
2645
.advsearch {
3819
.advsearch {
2646
    margin: 0;
3820
    margin: 0em 1em 1em 0em;
2647
3821
2648
    table {
3822
    table {
2649
        border-collapse: separate;
3823
        border-collapse: separate;
Lines 2762-2774 td.bundle { Link Here
2762
// Override core jQueryUI widgets
3936
// Override core jQueryUI widgets
2763
.ui-widget-content {
3937
.ui-widget-content {
2764
    background: #FFFFFF none;
3938
    background: #FFFFFF none;
2765
    border: 1px solid #B9D8D9;
3939
    border-radius: 4px;
3940
    border: 3px solid #418940;
2766
    color: #222222;
3941
    color: #222222;
2767
}
3942
}
2768
3943
2769
.ui-widget-header {
3944
.ui-widget-header {
2770
    background: #E6F0F2 none;
3945
    background: #b5dbad none;
2771
    border: 1px solid #B9D8D9;
3946
    border: 1px solid #bfd9b9;
2772
    color: #222222;
3947
    color: #222222;
2773
    font-weight: bold;
3948
    font-weight: bold;
2774
}
3949
}
Lines 2776-2783 td.bundle { Link Here
2776
.ui-state-default,
3951
.ui-state-default,
2777
.ui-widget-content .ui-state-default,
3952
.ui-widget-content .ui-state-default,
2778
.ui-widget-header .ui-state-default {
3953
.ui-widget-header .ui-state-default {
2779
    background: #F4F8F9 none;
3954
    border: 1px solid #bfd9b9;
2780
    border: 1px solid #B9D8D9;
2781
    color: #555555;
3955
    color: #555555;
2782
    font-weight: normal;
3956
    font-weight: normal;
2783
}
3957
}
Lines 2788-2808 td.bundle { Link Here
2788
.ui-state-focus,
3962
.ui-state-focus,
2789
.ui-widget-content .ui-state-focus,
3963
.ui-widget-content .ui-state-focus,
2790
.ui-widget-header .ui-state-focus {
3964
.ui-widget-header .ui-state-focus {
2791
    background: #E6F0F2 none;
3965
    background: #cad8c6 none;
2792
    border: 1px solid #B9D8D9;
3966
    border: 1px solid #bfd9b9;
2793
    color: #212121;
3967
    color: #212121;
2794
    font-weight: normal;
3968
    font-weight: normal;
2795
}
3969
}
2796
3970
2797
// .ui-state-active,
2798
// .ui-widget-content .ui-state-active,
2799
// .ui-widget-header .ui-state-active {
2800
//     background: #FFFFFF none;
2801
//     border: 1px solid #AAAAAA;
2802
//     color: #212121;
2803
//     font-weight: normal;
2804
// }
2805
2806
.ui-state-highlight,
3971
.ui-state-highlight,
2807
.ui-widget-content .ui-state-highlight,
3972
.ui-widget-content .ui-state-highlight,
2808
.ui-widget-header .ui-state-highlight {
3973
.ui-widget-header .ui-state-highlight {
Lines 2831-2837 td.bundle { Link Here
2831
                padding: 3px 1em 3px .4em;
3996
                padding: 3px 1em 3px .4em;
2832
3997
2833
                &:hover {
3998
                &:hover {
2834
                    background: #E6F0F2 none;
3999
                    background: #e3f1df none;
2835
                    color: #212121;
4000
                    color: #212121;
2836
                    font-weight: normal;
4001
                    font-weight: normal;
2837
                }
4002
                }
Lines 2866-2871 td.bundle { Link Here
2866
}
4031
}
2867
4032
2868
.ui-tabs-nav {
4033
.ui-tabs-nav {
4034
2869
    .ui-tabs-active a,
4035
    .ui-tabs-active a,
2870
    a:hover,
4036
    a:hover,
2871
    a:focus,
4037
    a:focus,
Lines 2878-2921 td.bundle { Link Here
2878
    &.ui-widget-header {
4044
    &.ui-widget-header {
2879
        background: none;
4045
        background: none;
2880
        border: 0;
4046
        border: 0;
4047
        padding: .2em .9em 0 .9em;
2881
    }
4048
    }
2882
}
4049
}
2883
4050
2884
.ui-tabs {
4051
.ui-tabs {
4052
    .ui-tabs-panel {
4053
        background: #FFF none;
4054
        border-radius: 4px;
4055
        border: 3px solid #418940;
4056
4057
        fieldset{
4058
            box-shadow: none;
4059
        }
4060
    }
2885
    .ui-tabs-nav {
4061
    .ui-tabs-nav {
2886
        li {
4062
        li {
2887
            background: #E6F0F2 none;
4063
            background: #71B443;
2888
            border: 1px solid #B9D8D9;
4064
            border: none;
2889
            margin-right: .4em;
4065
            margin-right: .4em;
2890
            top: 1px;
4066
            border-radius: 4px 4px 0 0;
2891
4067
2892
            &.ui-tabs-active {
4068
            &.ui-tabs-active, &.ui-state-hover {
2893
                background-color: #FFFFFF;
4069
                background-color: #418940;
2894
                border: 1px solid #B9D8D9;
4070
                border-radius: 4px 4px 0 0;
4071
                border: none;
2895
                border-bottom-width: 0;
4072
                border-bottom-width: 0;
4073
                padding-bottom: 0;
2896
4074
2897
                a {
4075
                a {
2898
                    color: #000;
4076
                    color: #FFF;
2899
                    font-weight: bold;
2900
                }
4077
                }
2901
4078
2902
                &.ui-state-hover {
2903
                    background: #FFF none;
2904
                }
2905
            }
2906
4079
2907
            &.ui-state-default {
2908
                &.ui-state-hover {
2909
                    background: #EDF4F5 none;
2910
                }
2911
            }
4080
            }
2912
        }
4081
        }
2913
    }
4082
    }
2914
4083
2915
    .ui-tabs-panel {
2916
        border: 1px solid #B9D8D9;
2917
    }
2918
2919
    &.ui-widget-content {
4084
    &.ui-widget-content {
2920
        background: transparent none;
4085
        background: transparent none;
2921
        border: 0;
4086
        border: 0;
Lines 2923-2944 td.bundle { Link Here
2923
4088
2924
    .ui-state-default {
4089
    .ui-state-default {
2925
        a {
4090
        a {
2926
            color: #004D99;
4091
            color: #fff;
2927
4092
2928
            &:link,
4093
            &:link,
2929
            &:visited {
4094
            &:visited {
2930
                color: #004D99;
4095
                color: #fff;
2931
            }
4096
            }
2932
        }
4097
        }
2933
    }
4098
    }
2934
4099
2935
    .ui-state-hover {
4100
    .ui-state-hover {
2936
        a {
4101
        a {
2937
            color: #538200;
4102
            color: #418940;
2938
4103
2939
            &:link,
4104
            &:link,
2940
            &:visited {
4105
            &:visited {
2941
                color: #538200;
4106
                color: #418940;
2942
            }
4107
            }
2943
        }
4108
        }
2944
    }
4109
    }
Lines 2959-2971 td.bundle { Link Here
2959
}
4124
}
2960
4125
2961
.statictabs {
4126
.statictabs {
4127
4128
    background-color: #fff;
4129
    margin-top: 20px;
4130
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
4131
    padding: 20px;
4132
4133
    h3{
4134
        padding-bottom: .7em;
4135
        margin: 0;
4136
        color: #696969;
4137
    }
4138
4139
    td {
4140
        border: none;
4141
4142
        ul {
4143
            li {
4144
                clear: left;
4145
                font-size: 90%;
4146
                list-style: url("../img/item-bullet.svg");
4147
                padding: .2em 0;
4148
4149
                &.result_itype_image {
4150
                    list-style: none;
4151
                    list-style-type: none;
4152
                }
4153
4154
                img {
4155
                    float: left;
4156
                    margin: 3px 5px 3px -5px;
4157
                    max-width: 25px;
4158
                }
4159
            }
4160
        }
4161
    }
4162
4163
    span {
4164
        &.status {
4165
            clear: left;
4166
            color: #900;
4167
            display: block;
4168
        }
4169
4170
        &.unavailable {
4171
            clear: left;
4172
            display: block;
4173
        }
4174
    }
4175
4176
2962
    > ul {
4177
    > ul {
2963
        background: none repeat scroll 0 0 transparent;
4178
        background: none repeat scroll 0 0 transparent;
2964
        border: 0 none;
4179
        border: 0 none;
2965
        border-bottom-left-radius: 4px;
2966
        border-bottom-right-radius: 4px;
2967
        border-top-left-radius: 4px;
2968
        border-top-right-radius: 4px;
2969
        color: #222222;
4180
        color: #222222;
2970
        font-size: 100%;
4181
        font-size: 100%;
2971
        font-weight: bold;
4182
        font-weight: bold;
Lines 2987-2998 td.bundle { Link Here
2987
        }
4198
        }
2988
4199
2989
        li {
4200
        li {
2990
            background: none repeat scroll 0 0 #E6F0F2;
2991
            border: 1px solid #B9D8D9;
2992
            border-bottom: 0 none;
2993
            border-top-left-radius: 4px;
4201
            border-top-left-radius: 4px;
2994
            border-top-right-radius: 4px;
4202
            border-top-right-radius: 4px;
2995
            color: #555555;
4203
            border-bottom-right-radius: 0;
4204
            border-bottom-left-radius: 0;
2996
            float: left;
4205
            float: left;
2997
            font-weight: normal;
4206
            font-weight: normal;
2998
            list-style: none outside none;
4207
            list-style: none outside none;
Lines 3002-3036 td.bundle { Link Here
3002
            position: relative;
4211
            position: relative;
3003
            top: 1px;
4212
            top: 1px;
3004
            white-space: nowrap;
4213
            white-space: nowrap;
4214
            background: #71B443;
3005
4215
3006
            &.active {
4216
            &.active, &:hover {
3007
                background-color: #FFFFFF;
3008
                color: #212121;
3009
                font-weight: normal;
4217
                font-weight: normal;
3010
                padding-bottom: 1px;
4218
                padding-bottom: 1px;
3011
4219
4220
                background-color: #418940;
4221
                border: none;
4222
                border-bottom-width: 0;
4223
3012
                a {
4224
                a {
3013
                    background: none repeat scroll 0 0 transparent;
4225
                    background: none repeat scroll 0 0 transparent;
3014
                    color: #000000;
4226
                    color: #fff;
3015
                    cursor: text;
3016
                    font-weight: bold;
3017
                    outline: 0 none;
4227
                    outline: 0 none;
3018
                    top: 1px;
4228
                    top: 1px;
3019
                }
4229
                }
3020
            }
4230
            }
3021
4231
3022
            a {
4232
            a {
3023
                color: #004D99;
4233
                color: #fff;
3024
                cursor: pointer;
4234
                cursor: pointer;
3025
                float: left;
4235
                float: left;
3026
                padding: .5em 1em;
4236
                padding: .5em 1em;
3027
                text-decoration: none;
4237
                text-decoration: none;
3028
4238
3029
                &:hover {
4239
                &:hover {
3030
                    background-color: #EDF4F5;
3031
                    border-top-left-radius: 4px;
4240
                    border-top-left-radius: 4px;
3032
                    border-top-right-radius: 4px;
4241
                    border-top-right-radius: 4px;
3033
                    color: #538200;
3034
                }
4242
                }
3035
            }
4243
            }
3036
        }
4244
        }
Lines 3038-3046 td.bundle { Link Here
3038
4246
3039
    .tabs-container {
4247
    .tabs-container {
3040
        background: none repeat scroll 0 0 transparent;
4248
        background: none repeat scroll 0 0 transparent;
3041
        border: 1px solid #B9D8D9;
4249
        border: 3px solid #418940;
3042
        border-bottom-left-radius: 4px;
4250
        border-radius: 4px;
3043
        border-bottom-right-radius: 4px;
3044
        color: #222222;
4251
        color: #222222;
3045
        display: block;
4252
        display: block;
3046
        padding: 1em 1.4em;
4253
        padding: 1em 1.4em;
Lines 3051-3056 td.bundle { Link Here
3051
    margin-top: 5px;
4258
    margin-top: 5px;
3052
        .ui-tabs-panel {
4259
        .ui-tabs-panel {
3053
            background: #FFF none;
4260
            background: #FFF none;
4261
            border-radius: 4px;
4262
            border: 3px solid #418940;
4263
4264
            fieldset{
4265
                box-shadow: none;
4266
            }
3054
        }
4267
        }
3055
}
4268
}
3056
4269
Lines 3153-3159 td.bundle { Link Here
3153
}
4366
}
3154
4367
3155
.pluginname {
4368
.pluginname {
3156
    background-color: #E6F0F2;
4369
    background-color: #e3f1df;
3157
    cursor: move;
4370
    cursor: move;
3158
    margin: .3em;
4371
    margin: .3em;
3159
    padding-bottom: 4px;
4372
    padding-bottom: 4px;
Lines 3189-3272 video { Link Here
3189
    width: 480px;
4402
    width: 480px;
3190
}
4403
}
3191
4404
3192
// Bootstrap overrides
4405
// Bootstrap overrides
4406
4407
.dropdown-header {
4408
    border-top: 1px solid #EEE;
4409
    color: #000;
4410
    font-weight: bold;
4411
    margin-top: 5px;
4412
    padding-left: 10px;
4413
4414
    &:first-child {
4415
        border-top: 0;
4416
    }
4417
}
4418
4419
nav {
4420
    border: 0;
4421
    display: block;
4422
4423
    &.breadcrumb {
4424
        background-color: transparent;
4425
        clear: both;
4426
        margin: 0;
4427
        position: absolute;
4428
        top: 0px;
4429
        left: 0px;
4430
4431
        ol {
4432
            margin: 0;
4433
            padding-left: 0;
4434
            list-style: none;
4435
4436
            li {
4437
                display: inline;
4438
                color : #418940;
4439
                font-style: italic;
4440
4441
                &+li::before {
4442
                    content: '/';
4443
                    display: inline-block;
4444
                    height: .8em;
4445
                    width: .8em;
4446
                }
4447
4448
                a:link, a:active, a:hover, a:focus{
4449
                    padding: .6em .3em;
4450
                }
4451
            }
4452
        }
4453
4454
        [aria-current="page"] {
4455
            color: #696969;
4456
            text-decoration: none;
4457
        }
4458
    }
4459
}
4460
4461
.navbar{
4462
    background-color: #352C2E;
4463
    width: 100%;
4464
}
4465
4466
.navbar-header, .collapse{
4467
    padding-left: 10px;
4468
    padding-right: 10px;
4469
    float: left;
4470
4471
    a{
4472
        color: #fff;
4473
      line-height: 40px;
4474
    }
4475
}
4476
4477
.navbar-head{
4478
    display: block !important;
4479
    height: auto !important;
4480
}
4481
4482
#logo {
4483
    background: transparent url("../img/UIKit/picto-koha.svg") no-repeat scroll 0%;
4484
    margin: .75em 0em .75em 0em;
4485
    background-size: 85%;
4486
    width: 20px;
4487
    height: 30px;
4488
    float: left;
4489
    position: relative;
4490
    top: 0px;
4491
    left: 0px;
4492
4493
    a {
4494
        border: 0;
4495
        cursor: pointer;
4496
        width: 100%;
4497
        height: 100%;
4498
        padding: 50px 0 0;
4499
        text-decoration: none;
4500
        position: absolute;
4501
        top: -10px;
4502
        left: 0px;
4503
    }
4504
}
4505
4506
#toplevelmenu{
4507
    background-color: transparent;
4508
    box-shadow: none;
4509
    position: relative;
4510
    left: 0px;
4511
    top: 0px;
4512
}
4513
4514
.navbar-nav {
4515
    li {
4516
        list-style: none;
4517
4518
        .upper{
4519
            position: relative;
4520
            bottom: 3px;
4521
            left: 300px;
4522
        }
4523
4524
        .filteraction{
4525
            position: absolute;
4526
            right: 35px;
4527
            top: -5px;
4528
            width: 25px;
4529
            height: 30px;
4530
            border: none;
4531
            padding-left: 5px;
4532
            padding-right: 5px;
4533
            margin: 0;
4534
            display: inline;
4535
4536
            a{
4537
                color: #71B443;
4538
                vertical-align: middle;
4539
4540
                &:hover, &:active{
4541
                    background-color: transparent;
4542
                    text-decoration: none;
4543
                    color: #71B443;
4544
                }
4545
            }
4546
4547
        }
4548
4549
        .residentsearch {
4550
            border: 0;
4551
            cursor: text;
4552
            padding: 0 0 .2em;
4553
            background-color: transparent;
4554
        }
4555
4556
        .inactive{
4557
            display: none;
4558
        }
4559
4560
        #buttonssearch,#header_search{
4561
            padding: 10px;
4562
            border-radius: 28px;
4563
            height: 30px;
4564
            background-image: linear-gradient(to right, #418940, #71B443);
4565
            z-index: 1;
4566
        }
4567
4568
        #header_search{
4569
            position: relative;
4570
            left: 0px;
4571
            top: 0px;
4572
            width: 500px;
4573
            display: block;
4574
            margin: 10px 0;
4575
        }
4576
4577
        #submit, #autocsubmit{
4578
            background: transparent url("../img/UIKit/arrow.svg") no-repeat scroll 0%;
4579
            position: absolute;
4580
            min-width: 7px;
4581
            right: 0;
4582
            top: 0px;
4583
            width: 25px;
4584
            height: 30px;
4585
            border: none;
4586
            padding-left: 5px;
4587
            padding-right: 5px;
4588
            margin: 0;
4589
            display: inline;
4590
        }
4591
4592
        #header_search{
4593
            width: 500px;
4594
        }
4595
4596
        .ui-tabs-nav {
4597
            background-image: linear-gradient(to right, #418940, #71B443);
4598
            background-color: transparent;
4599
            border-radius: 28px;
4600
            position: absolute;
4601
            top: 0;
4602
            left: 0;
4603
            height: 100%;
4604
            display: flex;
4605
            justify-content: space-around;
4606
            align-items: center;
4607
            color: white;
4608
            box-shadow: 0px 0px 3px 0px #0000004d;
4609
4610
            li {
4611
                background: transparent;
4612
                border: none;
4613
                border-radius: 0;
4614
4615
                &.ui-tabs-active, &.ui-state-hover {
4616
                    background-color: transparent;
4617
                    border-radius: 4px 4px 0 0;
4618
                    border: none;
4619
                    border-bottom-width: 0;
4620
                    padding-bottom: 0;
4621
4622
                    a {
4623
                        color: #FFF;
4624
                        cursor: pointer;
4625
                        padding: 3px;
4626
                        font-size: .9em;
4627
                    }
4628
                }
4629
            }
4630
4631
            span{
4632
                &.name-icon{
4633
                    display: none;
4634
                }
4635
4636
                &.name-icon:hover, &.name-icon.active{
4637
                    margin-right: 0;
4638
                    font-size: 0.85em;
4639
                    cursor: text;
4640
                    padding: 0.25em;
4641
                    margin: 0;
4642
                    display: inline-block;
4643
                    overflow: hidden;
4644
                    opacity: 1;
4645
                }
4646
            }
4647
        }
4648
4649
        &.ui-widget-content {
4650
            background: transparent none;
4651
            border: 0;
4652
        }
3193
4653
3194
.dropdown-header {
4654
        .ui-state-default {
3195
    border-top: 1px solid #EEE;
4655
            a {
3196
    color: #000;
4656
                color: #fff;
3197
    font-weight: bold;
4657
                cursor: pointer;
3198
    margin-top: 5px;
4658
                padding: 3px;
3199
    padding-left: 10px;
4659
                font-size: .9em;
4660
4661
                &:link,
4662
                &:visited {
4663
                    color: #fff;
4664
                    padding: 3px;
4665
                    background-color: transparent;
4666
                }
4667
            }
4668
        }
3200
4669
3201
    &:first-child {
4670
        .ui-state-hover, .ui-state-active {
3202
        border-top: 0;
4671
            a {
3203
    }
4672
                font-size: 1em;
3204
}
4673
                cursor: pointer;
4674
                padding: 3px;
4675
                font-size: .9em;
4676
                background-color: transparent;
3205
4677
3206
nav {
4678
                i{
3207
    background: #E6F0F2 none;
4679
                    border-bottom: 2px solid #fff;
3208
    border: 0;
4680
                    padding-bottom: 2px;
4681
                }
4682
            }
4683
        }
3209
4684
3210
    &.breadcrumb {
4685
        .ui-widget {
3211
        background-color: #E6F0F2;
4686
            font-family: inherit;
3212
        clear: both;
4687
            font-size: inherit;
3213
        margin: 0;
3214
        padding: .8em .5em .8em 10px;
3215
        position: relative;
3216
4688
3217
        ol {
4689
            input,
3218
            margin: 0;
4690
            select,
3219
            padding-left: 0;
4691
            textarea,
3220
            list-style: none;
4692
            button {
4693
                font-family: inherit;
4694
                font-size: inherit;
4695
            }
3221
        }
4696
        }
3222
4697
3223
        li {
4698
        input{
3224
            display: inline;
4699
            display: none;
3225
4700
3226
            &+li::before {
4701
            &.head-searchbox{
3227
                background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNyAwbDUuMzUgNy4zYy4yLjIuMi41MSAwIC43bC01LjM4IDhoLTQuMmw1LjY0LTguMzVMMy4xMy4wMXoiLz48L3N2Zz4=") 50% 50% no-repeat;
4702
                outline-offset: 0px;
3228
                background-size: 8px;
4703
                outline: 1px black;
3229
                content: '';
4704
                float: right;
3230
                display: inline-block;
4705
                height: 30px;
3231
                height: .8em;
4706
                border-radius: 17px;
3232
                width: .8em;
4707
                padding-left: 2em;
4708
                padding-right: 1.5em;
4709
                border: none ;
4710
                margin-left: 0px;
4711
                position:absolute;
4712
                top: 0px;
4713
                right: 30px;
4714
                z-index	: -2;
4715
                display: inline;
4716
                letter-spacing: normal;
4717
                word-spacing: normal;
4718
                text-transform: none;
4719
                text-indent: 0px;
4720
                text-shadow: none;
4721
                text-align: start;
4722
                cursor: text;
4723
                font: 400 13.3333px Arial;
4724
4725
                &::placeholder{
4726
                    font-size: 85%;
4727
                }
4728
            }
4729
4730
            &.multi-input{
4731
                outline-offset: 0px;
4732
                outline: 1px black;
4733
                float: right;
4734
                height: 30px;
4735
                border-radius: 17px;
4736
                padding-left: 2em;
4737
                padding-right: 1.5em;
4738
                border: none ;
4739
                margin-left: 0px;
4740
                position:absolute;
4741
                top: 0px;
4742
                right: 30px;
4743
                z-index	: -2;
4744
                display: inline;
4745
                letter-spacing: normal;
4746
                word-spacing: normal;
4747
                text-transform: none;
4748
                text-indent: 0px;
4749
                text-shadow: none;
4750
                text-align: start;
4751
                cursor: text;
4752
                font: 400 13.3333px Arial;
4753
4754
                &::placeholder{
4755
                    font-size: 85%;
4756
                }
3233
            }
4757
            }
3234
4758
4759
            &.titre{
4760
                float: none;
4761
                position: relative;
4762
                width: 170px;
4763
                bottom: 15px;
4764
                right: -115px;
4765
            }
3235
        }
4766
        }
3236
4767
3237
        [aria-current="page"] {
4768
        #header_search.fold{
3238
            color: #000;
4769
            width: 0px;
3239
            font-weight: 700;
4770
            opacity: 0;
3240
            text-decoration: none;
4771
            margin: 0;
4772
            padding: 0;
3241
        }
4773
        }
3242
    }
3243
4774
4775
        #backsearch{
4776
            display: none;
4777
            font-size: 1em;
3244
4778
3245
}
4779
        }
3246
4780
3247
.navbar-collapse {
4781
        #header_search.fold #backsearch{
3248
    background: #E6F0F2 none;
4782
            display: inline-block;
3249
    box-shadow: none;
4783
            cursor: pointer;
3250
}
4784
        }
3251
4785
3252
.navbar-nav {
4786
        .description{
3253
    li {
4787
            opacity: 0.6;
3254
        list-style: none;
4788
            max-width: 50em;
4789
            display: block;
4790
            width: 100%;
4791
        }
4792
        .description.hidden{
4793
            opacity: 0;
4794
        }
3255
4795
3256
        &.open {
4796
        &.open {
3257
            li {
4797
            li {
4798
                background-color: #352C2E;
4799
3258
                a {
4800
                a {
3259
                    font-weight: normal;
4801
                    font-weight: normal;
4802
                    padding: 0 15px;
4803
                    font-size: 13px;
4804
4805
                    &:hover,
4806
                    &:focus{
4807
                        background-color: #352C2E;
4808
                        background-image: none;
4809
                        text-decoration: underline;
4810
                    }
3260
                }
4811
                }
3261
            }
4812
            }
3262
        }
4813
        }
3263
4814
3264
        a {
4815
        a {
3265
            font-weight: bold;
4816
            line-height: 40px;
3266
            padding-bottom: .4em;
4817
            overflow: hidden;
3267
            padding-top: .4em;
4818
            color: #fff;
4819
4820
            &:hover, &:active{
4821
                background-color: #352C2E;
4822
                border-bottom: 1px 5px #fff;
4823
                color: #fff;
4824
            }
3268
        }
4825
        }
3269
    }
4826
    }
4827
4828
    ul{
4829
        background-color: #352C2E;
4830
    }
4831
}
4832
4833
4834
4835
#logged-in-menu{
4836
    position: relative;
4837
    left: 0px;
4838
    top: 0px;
4839
    height: 50px;
4840
4841
    &:hover{
4842
        text-decoration: none;
4843
    }
4844
}
4845
4846
.loggedinusername{
4847
    bottom: 5px;
4848
    text-decoration: none;
4849
    position: relative;
4850
    float: right;
4851
    right: 0px;
4852
    height: 20px;
4853
    width: 100%;
4854
}
4855
4856
.logged-in-branch-name{
4857
    position: relative;
4858
    right: 0px;
4859
    height: 20px;
4860
    top: 10px;
4861
    width: 100%;
4862
4863
    &:hover{
4864
        text-decoration: underline;
4865
    }
3270
}
4866
}
3271
4867
3272
.nav .open > a,
4868
.nav .open > a,
Lines 3279-3285 nav { Link Here
3279
.nav > li > a:hover,
4875
.nav > li > a:hover,
3280
.nav > li > a:focus {
4876
.nav > li > a:focus {
3281
    background-color: transparent;
4877
    background-color: transparent;
3282
    text-decoration: none;
3283
}
4878
}
3284
4879
3285
.pagination {
4880
.pagination {
Lines 3287-3310 nav { Link Here
3287
4882
3288
    .active {
4883
    .active {
3289
        a {
4884
        a {
3290
            background-color: #5A9EAA;
4885
            background-color: #6daa5a;
3291
            border-color: #5A9EAA;
4886
            border-color: #6daa5a;
3292
4887
3293
            &:hover,
4888
            &:hover,
3294
            &:focus {
4889
            &:focus {
3295
                background-color: #5A9EAA;
4890
                background-color: #6daa5a;
3296
                border-color: #5A9EAA;
4891
                border-color: #6daa5a;
3297
            }
4892
            }
3298
        }
4893
        }
3299
4894
3300
        span {
4895
        span {
3301
            background-color: #5A9EAA;
4896
            background-color: #6daa5a;
3302
            border-color: #5A9EAA;
4897
            border-color: #6daa5a;
3303
4898
3304
            &:hover,
4899
            &:hover,
3305
            &:focus {
4900
            &:focus {
3306
                background-color: #5A9EAA;
4901
                background-color: #6daa5a;
3307
                border-color: #5A9EAA;
4902
                border-color: #6daa5a;
3308
            }
4903
            }
3309
        }
4904
        }
3310
    }
4905
    }
Lines 3312-3323 nav { Link Here
3312
4907
3313
button,
4908
button,
3314
.btn {
4909
.btn {
3315
    border-color: #ADADAD #ADADAD #949494;
4910
    font-family: 'Poppins', sans-serif;
3316
    font-family: $font-main;
4911
    display: inline-block;
4912
    margin-bottom: 0;
4913
    font-weight: normal;
4914
    text-align: center;
4915
    white-space: nowrap;
4916
    vertical-align: middle;
4917
    touch-action: manipulation;
4918
    cursor: pointer;
4919
    background-image: none;
4920
    padding: 6px 25px;
4921
    font-size: 12px;
4922
    line-height: 1.42857143;
4923
    border-radius: 4px;
4924
    user-select: none;
4925
4926
    &.toolbar-btn{
4927
        font-family: 'Poppins', sans-serif;
4928
        font-weight: normal;
4929
        text-align: center;
4930
        white-space: nowrap;
4931
        vertical-align: middle;
4932
        -ms-touch-action: manipulation;
4933
        touch-action: manipulation;
4934
        cursor: pointer;
4935
        background-image: none;
4936
        padding: 6px 12px;
4937
        font-size: 12px;
4938
        border-radius: 4px;
4939
        -webkit-user-select: none;
4940
        -moz-user-select: none;
4941
        -ms-user-select: none;
4942
        user-select: none;
4943
        font-size: 105%;
4944
        background-color: transparent;
4945
        border: none;
4946
        display: inline-block;
4947
        margin: 5px 10px;
4948
        color: #696969;
4949
4950
        &:hover, &:focus{
4951
            text-decoration: none;
4952
            background-color: #dadada;
4953
        }
4954
4955
        &:active{
4956
            border: none;
4957
        }
4958
4959
        &.word{
4960
            margin-right: 0;
4961
            padding-right: .1em;
4962
        }
4963
4964
        &.arrow{
4965
            margin-left: 0;
4966
            border-radius: 4px;
4967
            padding-left: .1em;
4968
4969
            &:active{
4970
                border: 1px solid #000;
4971
                border-radius: 4px;
4972
            }
4973
        }
4974
    }
3317
4975
3318
    &.btn-link {
4976
    &.btn-link {
3319
        border: 0;
4977
        border: 0;
3320
    }
4978
    }
4979
4980
    &.cancel {
4981
        background-color: transparent;
4982
        color: #696969;
4983
        border: #696969 double 1px;
4984
        margin-top: 5px;
4985
        margin-left: 5px;
4986
4987
        font-family: 'Poppins', sans-serif;
4988
        display: inline-block;
4989
        margin-bottom: 0;
4990
        font-weight: normal;
4991
        text-align: center;
4992
        white-space: nowrap;
4993
        vertical-align: middle;
4994
        touch-action: manipulation;
4995
        min-width: 90px;
4996
        width: fit-content;
4997
        cursor: pointer;
4998
        background-image: none;
4999
        padding: 6px 12px;
5000
        font-size: 12px;
5001
        line-height: 1.42857143;
5002
        border-radius: 4px;
5003
        user-select: none;
5004
5005
        &:hover{
5006
            font-weight: bold;
5007
            background-color: #f1f1f1;
5008
            border: #696969 double 1px;
5009
            text-decoration: none;
5010
        }
5011
    }
5012
}
5013
5014
#merge-patrons{
5015
    padding: 0 25px;
5016
}
5017
5018
#patronlist-menu{
5019
    padding: 0 25px;
5020
}
5021
5022
.principal{
5023
    background-color: #FEC32C;
5024
    color: #000;
5025
    text-shadow: 0 1px 0 #fff;
5026
    border: none;
5027
    padding: 6px 25px;
5028
    background-image: none;
5029
    margin: 5px;
5030
5031
    &:hover,
5032
    &:active,
5033
    &:focus{
5034
        background-color: #fec22c9f;
5035
        color: #000;
5036
        border: none;
5037
    }
3321
}
5038
}
3322
5039
3323
.btn-xs,
5040
.btn-xs,
Lines 3331-3336 button, Link Here
3331
.panel {
5048
.panel {
3332
    background: #F4F8F9 none;
5049
    background: #F4F8F9 none;
3333
    box-shadow: none;
5050
    box-shadow: none;
5051
5052
    &:hover{
5053
        background: #e3f1df none;
5054
    }
3334
}
5055
}
3335
5056
3336
.panel-collapse {
5057
.panel-collapse {
Lines 3353-3359 button, Link Here
3353
        }
5074
        }
3354
5075
3355
        &:hover {
5076
        &:hover {
3356
            background: #e6f0f2 none;
5077
            background: #e3f1df none;
3357
            border-bottom-left-radius: 0;
5078
            border-bottom-left-radius: 0;
3358
            border-bottom-right-radius: 0;
5079
            border-bottom-right-radius: 0;
3359
        }
5080
        }
Lines 3367-3373 button, Link Here
3367
            }
5088
            }
3368
5089
3369
            &:hover {
5090
            &:hover {
3370
                background: #e6f0f2 none;
5091
                background: #e3f1df none;
3371
                border-bottom-left-radius: 3px;
5092
                border-bottom-left-radius: 3px;
3372
                border-bottom-right-radius: 3px;
5093
                border-bottom-right-radius: 3px;
3373
            }
5094
            }
Lines 3376-3389 button, Link Here
3376
}
5097
}
3377
5098
3378
.panel-default {
5099
.panel-default {
3379
    border: 1px solid #B9D8D9;
5100
    border: 1px solid #bfd9b9;
3380
    > .panel-heading {
5101
    > .panel-heading {
3381
        background: transparent none;
5102
        background: transparent none;
3382
        padding: 0;
5103
        padding: 0;
3383
5104
3384
        + .panel-collapse {
5105
        + .panel-collapse {
3385
            > .panel-body {
5106
            > .panel-body {
3386
                border-top-color: #B9D8D9;
5107
                border-top-color: #bfd9b9;
3387
            }
5108
            }
3388
        }
5109
        }
3389
    }
5110
    }
Lines 3582-3588 label { Link Here
3582
5303
3583
    fieldset,
5304
    fieldset,
3584
    ol {
5305
    ol {
3585
        background-color: transparent;
5306
        background-color: #FFF;
3586
        border: 0;
5307
        border: 0;
3587
        margin: 0;
5308
        margin: 0;
3588
        padding: 0;
5309
        padding: 0;
Lines 3590-3596 label { Link Here
3590
}
5311
}
3591
5312
3592
.modal-content {
5313
.modal-content {
3593
    background-color: #EDF4F6;
5314
    background-color: rgb(211, 223, 204);
5315
5316
    fieldset{
5317
        box-shadow: none;
5318
    }
3594
}
5319
}
3595
5320
3596
.btn-group {
5321
.btn-group {
Lines 3632-3656 code { Link Here
3632
}
5357
}
3633
5358
3634
.tab-content {
5359
.tab-content {
3635
    background-color: #FFF;
5360
    border: 3px solid #418940;
3636
    border: 1px solid #B9D8D9;
5361
    border-radius: 4px;
3637
    border-top-width: 0;
5362
    overflow: auto;
3638
    padding: 1em;
5363
    padding: 1em;
3639
}
5364
}
3640
5365
3641
.nav-tabs {
5366
.nav-tabs {
3642
    > li {
5367
    > li {
3643
        > a {
5368
        > a {
3644
            background-color: #e6f0f2;
5369
            background-color: #71B443;
3645
            border: 1px solid #b9d8d9;
5370
            color: #fff;
3646
            border-radius: 4px 4px 0 0;
3647
            line-height: 1.42857143;
5371
            line-height: 1.42857143;
3648
            margin-right: .4em;
5372
            margin-right: .4em;
3649
            padding: .5em 1em;
5373
            padding: .5em 1em;
3650
5374
3651
            &:hover {
5375
            &:hover {
3652
                background-color: #EEF4F5;
5376
                background-color: #418940;
3653
                border-color: #b9d8d9;
5377
                border-radius: 4px 4px 0 0;
5378
                border: 1px solid #418940;
5379
                text-decoration: none;
5380
                color: #fff;
3654
            }
5381
            }
3655
        }
5382
        }
3656
5383
Lines 3658-3667 code { Link Here
3658
            a,
5385
            a,
3659
            a:hover,
5386
            a:hover,
3660
            a:focus {
5387
            a:focus {
3661
                background-color: #fff;
5388
                background-color: #418940;
3662
                border: 1px solid #b9d8d9;
5389
                border-radius: 4px 4px 0 0;
3663
                border-bottom-color: transparent;
5390
                color: #fff;
3664
                color: #000;
3665
                cursor: default;
5391
                cursor: default;
3666
                font-weight: bold;
5392
                font-weight: bold;
3667
            }
5393
            }
Lines 3670-3676 code { Link Here
3670
}
5396
}
3671
5397
3672
// End Bootstrap overrides
5398
// End Bootstrap overrides
3673
3674
.waiting {
5399
.waiting {
3675
    cursor: wait;
5400
    cursor: wait;
3676
}
5401
}
Lines 3716-3722 progress { Link Here
3716
    }
5441
    }
3717
5442
3718
    span {
5443
    span {
3719
        background-color: #EBF3FF;
5444
        background-color: #ecffeb;
3720
        border-radius: 5px;
5445
        border-radius: 5px;
3721
        display: inline-block;
5446
        display: inline-block;
3722
        font-size: 75%;
5447
        font-size: 75%;
Lines 3725-3731 progress { Link Here
3725
        white-space: nowrap;
5450
        white-space: nowrap;
3726
5451
3727
        &.selected {
5452
        &.selected {
3728
            background-color: #CCE0FC;
5453
            background-color: #d2fad0;
3729
        }
5454
        }
3730
    }
5455
    }
3731
}
5456
}
Lines 3742-3748 progress { Link Here
3742
}
5467
}
3743
5468
3744
// Class to be added to toolbar when it starts being fixed at the top of the screen
5469
// Class to be added to toolbar when it starts being fixed at the top of the screen
3745
3746
.floating {
5470
.floating {
3747
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
5471
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
3748
    z-index: 100;
5472
    z-index: 100;
Lines 3786-3792 progress { Link Here
3786
5510
3787
#browse-return-to-results {
5511
#browse-return-to-results {
3788
    background-color: #E8F0F6;
5512
    background-color: #E8F0F6;
3789
    border: 1px solid #B9D8D9;
5513
    border: 1px solid #bfd9b9;
3790
    border-bottom-width: 0;
5514
    border-bottom-width: 0;
3791
    border-top-left-radius: 5px;
5515
    border-top-left-radius: 5px;
3792
    border-top-right-radius: 5px;
5516
    border-top-right-radius: 5px;
Lines 3797-3803 progress { Link Here
3797
5521
3798
.browse-button {
5522
.browse-button {
3799
    background-color: #FFF;
5523
    background-color: #FFF;
3800
    border: 1px solid #B9D8D9;
5524
    border: 1px solid #bfd9b9;
3801
    color: #004D99;
5525
    color: #004D99;
3802
    display: block;
5526
    display: block;
3803
    overflow: hidden;
5527
    overflow: hidden;
Lines 3929-3935 input.renew { Link Here
3929
5653
3930
.date-select {
5654
.date-select {
3931
    label {
5655
    label {
3932
        display: inline-block;
3933
        width: 40%;
5656
        width: 40%;
3934
    }
5657
    }
3935
}
5658
}
Lines 3985-3991 input.renew { Link Here
3985
5708
3986
.branchgriditem {
5709
.branchgriditem {
3987
    background-color: #FFFFFF;
5710
    background-color: #FFFFFF;
3988
    border: 1px solid #B9D8D9;
5711
    border: 1px solid #bfd9b9;
3989
    border-radius: 3px;
5712
    border-radius: 3px;
3990
    display: table-cell;
5713
    display: table-cell;
3991
    float: left;
5714
    float: left;
Lines 4012-4018 input.renew { Link Here
4012
5735
4013
#new_rule {
5736
#new_rule {
4014
    background-color: #F4F8F9;
5737
    background-color: #F4F8F9;
4015
    border: 2px solid #B9D8D9;
5738
    border: 2px solid #bfd9b9;
4016
    border-radius: 5px;
5739
    border-radius: 5px;
4017
    display: none;
5740
    display: none;
4018
    margin: .3em;
5741
    margin: .3em;
Lines 4053-4059 input.renew { Link Here
4053
    }
5776
    }
4054
}
5777
}
4055
5778
4056
4057
.form-message {
5779
.form-message {
4058
    background-color: #FFF;
5780
    background-color: #FFF;
4059
    border: 1px solid #A4BEDD;
5781
    border: 1px solid #A4BEDD;
Lines 4072-4089 input.renew { Link Here
4072
    }
5794
    }
4073
}
5795
}
4074
5796
4075
#patron_search {
4076
    #filters {
4077
        display: none;
4078
    }
4079
4080
    .address {
4081
        font-size: 100%;
4082
    }
4083
}
4084
4085
#fixedlengthbuilderaction {
5797
#fixedlengthbuilderaction {
4086
    border: 3px solid #E6F0F2;
5798
    border: 3px solid #e3f1df;
4087
    left: 80%;
5799
    left: 80%;
4088
    padding: 5px;
5800
    padding: 5px;
4089
    position: relative;
5801
    position: relative;
Lines 4340-4345 input.renew { Link Here
4340
#helper {
6052
#helper {
4341
    span {
6053
    span {
4342
        display: none;
6054
        display: none;
6055
        font-style: normal;
6056
      //  position: absolute;
6057
        //top: 10px;
6058
        //right: 20px;
6059
6060
        &:hover{
6061
            text-decoration: underline;
6062
        }
4343
    }
6063
    }
4344
}
6064
}
4345
6065
Lines 4348-4362 input.renew { Link Here
4348
}
6068
}
4349
6069
4350
.loggedin-menu-label {
6070
.loggedin-menu-label {
4351
    color: #777;
6071
    color: #fff;
4352
    font-size: 12px;
6072
    font-size: 12px;
4353
    line-height: 1.42857143;
6073
    line-height: 1.42857143;
4354
    padding: 4px 12px;
6074
    padding: 4px 12px;
4355
    white-space: nowrap;
6075
    white-space: nowrap;
4356
6076
4357
    span {
6077
    span {
4358
        color: #000;
6078
        color: #fff;
4359
        font-weight: bold;
6079
        font-weight: bold;
6080
        left: 15px;
6081
        top: 0;
4360
    }
6082
    }
4361
6083
4362
    &.divider {
6084
    &.divider {
Lines 4365-4428 input.renew { Link Here
4365
}
6087
}
4366
6088
4367
.lastborrower {
6089
.lastborrower {
4368
    background-color: #E6F0F2;
6090
    background-image: linear-gradient(to left, #418940, #71B443);
4369
    border: 1px solid #95C6D0;
4370
    box-shadow: 1px 1px 1px 0 #999;
6091
    box-shadow: 1px 1px 1px 0 #999;
4371
    color: #CC0000;
6092
    color: #fff;
4372
    margin: .4em 0;
6093
    margin: .4em 0;
4373
    padding: .3em .5em .3em .5em;
6094
    border-radius: 5px 5px 5px 5px;
6095
 //   position: absolute;
6096
   // right: 50px;
4374
}
6097
}
4375
6098
6099
6100
4376
#lastborrower-ref {
6101
#lastborrower-ref {
4377
    border-radius: 5px 0px 0px 5px;
4378
    float: left;
6102
    float: left;
6103
    padding: .1em .4em .1em .5em;
6104
}
6105
6106
#lastborrower-bar {
6107
    float: right;
6108
    float: left;
6109
    padding: .1em .0em .1em .0em;
4379
}
6110
}
4380
6111
4381
#lastborrower-remove {
6112
#lastborrower-remove {
4382
    border-radius: 0px 5px 5px 0px;
4383
    cursor: pointer;
6113
    cursor: pointer;
4384
    float: right;
6114
    float: right;
6115
    margin: .0em .4em .0em .4em;
6116
    padding: .1em .5em .1em .5em;
4385
}
6117
}
4386
6118
4387
#lastborrower-window {
6119
#lastborrower-window {
4388
    display: none;
4389
    position: absolute;
6120
    position: absolute;
4390
    right: 5px;
6121
    right: 50px;
4391
    top: 0px;
6122
    top: 9px;
6123
}
6124
6125
#lastborrowerlink {
6126
    background: transparent url("../img/UIKit/arrow.svg") no-repeat scroll 0%;
6127
    color: #fff;
6128
    padding: .0em .0em .0em 1.3em;
6129
6130
    &:hover{
6131
        text-decoration: underline;
6132
    }
4392
}
6133
}
4393
6134
4394
/* ==== MODULE LINKS - Start ==== */
6135
/* ==== MODULE LINKS - Start ==== */
4395
.buttons-list {
6136
.buttons-list {
4396
    // List containing the module links
6137
    // List containing the module links
4397
    margin-bottom: 30px;
6138
    margin: 30px 0;
4398
    padding: 0;
6139
    padding: 0;
6140
    margin-left: 15px;
4399
6141
4400
    li {
6142
    li {
4401
        // Standard attributes for the list elements
6143
        // Standard attributes for the list elements
6144
        height: 60px;
4402
        list-style-type: none;
6145
        list-style-type: none;
6146
        display: table;
6147
        margin-bottom: 15px;
4403
6148
4404
        a {
6149
        a {
4405
            &.circ-button {
6150
            &.menucirc{
4406
                // Class used for each module link
4407
                background-color: #F4F8F9;
4408
                background-position: 5px 3px;
4409
                background-repeat: no-repeat;
4410
                border: 2px solid #B9D8D9;
4411
                border-radius: 6px;
4412
                box-sizing: content-box;
4413
                color: #000000;
4414
                display: block;
6151
                display: block;
4415
                font-size: 110%;
6152
                height: 60px;
4416
                font-weight: bold;
6153
                margin: 5px;
4417
                margin: .5em 0;
6154
4418
                max-width: 260px;
6155
                i{
4419
                padding: 8px;
6156
4420
                text-decoration: none;
6157
                    &.fa{
6158
                    color: #fff;
6159
                    border-radius: 50%;
6160
                    background-color: #71B443;
6161
                    width: 40px;
6162
                    height: 40px;
6163
                    margin: 5px;
6164
                    padding: 10px;
6165
                    -webkit-box-sizing: content-box;
6166
                    box-sizing: content-box;
6167
                    align-items: center;
6168
                    justify-content: center;
6169
                    display: inline;
6170
                    border: solid 3px #71B443;
6171
                    }
4421
6172
4422
                &:hover {
6173
                    &.fond{
4423
                    // Class used for each module link hover state
6174
                        opacity: 70%;
4424
                    border-color: #538200;
6175
                        position: relative;
4425
                    color: #538200;
6176
                        top: 5px;
6177
                        border: none;
6178
                        right: 20px;
6179
                        border-radius: 0;
6180
                        background-color: transparent;
6181
                        width: auto;
6182
                        height: auto;
6183
                        margin: 0;
6184
                        padding: 0;
6185
                    }
6186
6187
                }
6188
6189
                h1 {
6190
                    font-size: 150%;
6191
                    font-weight: normal;
6192
                    display: inline;
6193
                    color: #000;
6194
                }
6195
6196
                &:hover, &:active, &:focus{
6197
                    text-decoration: none;
6198
6199
                    h1{
6200
                        color: #418940;
6201
                    }
6202
6203
                    i{
6204
                        &.fa{
6205
                            background-color: #418940;
6206
                            border: solid 3px #418940;
6207
                        }
6208
                        &.fond{
6209
                            opacity: 70%;
6210
                            position: relative;
6211
                            top: 5px;
6212
                            border: none;
6213
                            right: 20px;
6214
                            border-radius: 0;
6215
                            background-color: transparent;
6216
                            width: auto;
6217
                            height: auto;
6218
                            margin: 0;
6219
                            padding: 0;
6220
                        }
6221
                    }
4426
                }
6222
                }
4427
            }
6223
            }
4428
        }
6224
        }
Lines 4430-4436 input.renew { Link Here
4430
}
6226
}
4431
6227
4432
.about h2 {
6228
.about h2 {
4433
    border-bottom: 1px solid #B9D8D9;
6229
    border-bottom: 1px solid #bfd9b9;
4434
    padding: .5em .2em;
6230
    padding: .5em .2em;
4435
    margin:  .5em 0;
6231
    margin:  .5em 0;
4436
}
6232
}
Lines 4452-4478 input.renew { Link Here
4452
6248
4453
// ==== MODULE LINKS - End ====
6249
// ==== MODULE LINKS - End ====
4454
6250
4455
#catalog-search-link {
4456
    border-right: 1px solid lighten( #E6F0F2, 15% );
4457
    padding-right: .3em;
4458
}
4459
4460
#catalog-search-dropdown {
4461
    padding: 0;
4462
4463
    & > a {
4464
        border-left: 1px solid darken( #B4D2D8, 5% );
4465
        margin-right: .6em;
4466
        padding: .4em .6em;
4467
4468
        &:hover,
4469
        &.catalog-search-dropdown-hover {
4470
            background-color: darken( #E6F0F2, 5% );
4471
            border-left: 1px solid darken( #B4D2D8, 15% );
4472
        }
4473
    }
4474
}
4475
4476
#tools_holidays {
6251
#tools_holidays {
4477
    .radio,
6252
    .radio,
4478
    .checkbox {
6253
    .checkbox {
Lines 4573-4586 input.renew { Link Here
4573
6348
4574
.header-menu-link {
6349
.header-menu-link {
4575
    display: none;
6350
    display: none;
4576
    font-weight: bold;
4577
    padding: .4em .6em;
6351
    padding: .4em .6em;
4578
}
6352
}
4579
6353
4580
#user-menu {
6354
#user-menu {
6355
    top: 0px;
4581
    position: absolute;
6356
    position: absolute;
4582
    right: 5px;
6357
    right: 5px;
4583
    top: 0;
4584
}
6358
}
4585
6359
4586
div#makechart ol li {
6360
div#makechart ol li {
Lines 4616-4622 div .suggestion_note { Link Here
4616
}
6390
}
4617
6391
4618
.currentlibrary {
6392
.currentlibrary {
4619
    background-color: #E6FCB7;
4620
    display: inline-block;
6393
    display: inline-block;
4621
    padding: 2px 4px;
6394
    padding: 2px 4px;
4622
}
6395
}
Lines 4712-4718 div .suggestion_note { Link Here
4712
6485
4713
        .open {
6486
        .open {
4714
            .dropdown-menu {
6487
            .dropdown-menu {
4715
                background-color: #FFF;
6488
                background-color: #352C2E;
4716
                border: 1px solid #ccc;
6489
                border: 1px solid #ccc;
4717
                position: absolute;
6490
                position: absolute;
4718
            }
6491
            }
Lines 4720-4727 div .suggestion_note { Link Here
4720
    }
6493
    }
4721
6494
4722
    #header {
6495
    #header {
4723
        background-color: #FFF;
6496
        background-color: #352C2E;
4724
        border: 1px solid #CCC;
4725
        margin-bottom: 1em;
6497
        margin-bottom: 1em;
4726
6498
4727
        a {
6499
        a {
Lines 4729-4736 div .suggestion_note { Link Here
4729
            padding-left: 1.5em;
6501
            padding-left: 1.5em;
4730
6502
4731
            &:hover {
6503
            &:hover {
4732
                background-color: #0070A9;
6504
                text-decoration: underline;
4733
                color: #FFF;
6505
                color: #FFF;
6506
                background-color: #352C2E;
6507
                background-image: none;
4734
            }
6508
            }
4735
        }
6509
        }
4736
6510
Lines 4739-4745 div .suggestion_note { Link Here
4739
            box-shadow: unset;
6513
            box-shadow: unset;
4740
            float: none;
6514
            float: none;
4741
            left: auto;
6515
            left: auto;
4742
            position: relative;
6516
            position: initial;
4743
            right: auto;
6517
            right: auto;
4744
6518
4745
            &.dropdown-menu {
6519
            &.dropdown-menu {
Lines 4747-4759 div .suggestion_note { Link Here
4747
            }
6521
            }
4748
        }
6522
        }
4749
6523
4750
        .dropdown-menu {
6524
        .dropdown-menu-brown {
4751
            li {
6525
            li {
4752
                a {
4753
                    color: #004D99;
4754
6526
6527
                a {
4755
                    &:hover {
6528
                    &:hover {
4756
                        color: #FFF;
6529
                        color: #FFF;
6530
                        text-decoration: underline;
4757
                    }
6531
                    }
4758
                }
6532
                }
4759
            }
6533
            }
Lines 4785-4792 div .suggestion_note { Link Here
4785
    #user-menu {
6559
    #user-menu {
4786
        .open {
6560
        .open {
4787
            .dropdown-menu {
6561
            .dropdown-menu {
4788
                background-color: #FFF;
6562
                background-color: #352c35;
4789
                border: 1px solid #ccc;
4790
                position: absolute;
6563
                position: absolute;
4791
            }
6564
            }
4792
        }
6565
        }
Lines 4835-4841 div .suggestion_note { Link Here
4835
6608
4836
6609
4837
    #helper {
6610
    #helper {
4838
        i {
6611
        i {background-color: #352C2E;
6612
            box-shadow: none;
6613
            height: 50px;
6614
            padding-left: 10px;
6615
            padding-right: 10px;
6616
            display: inline;
6617
            float: left;
4839
            display: none;
6618
            display: none;
4840
        }
6619
        }
4841
6620
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc (-10 / +10 lines)
Lines 7-27 Link Here
7
                <label>From an existing record:
7
                <label>From an existing record:
8
                    <input type="text" name="q" size="25" />
8
                    <input type="text" name="q" size="25" />
9
                </label>
9
                </label>
10
                <input type="submit" class="submit" id="searchtoorder" data-booksellerid="[% booksellerid | html %]" data-basketno="[% basketno | html %]" value="Submit" />
10
                <input type="submit" class="principal" id="searchtoorder" data-booksellerid="[% booksellerid | html %]" data-basketno="[% basketno | html %]" value="Submit" />
11
            </form>
11
            </form>
12
        </li>
12
        </li>
13
        <li><a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From a suggestion</a></li>
13
        <li><a  href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From a suggestion</a></li>
14
        <li><a href="/cgi-bin/koha/acqui/newordersubscription.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From a subscription</a></li>
14
        <li><a  href="/cgi-bin/koha/acqui/newordersubscription.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From a subscription</a></li>
15
        <li><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From a new (empty) record</a></li>
15
        <li><a  href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From a new (empty) record</a></li>
16
        <li><a href="/cgi-bin/koha/acqui/duplicate_orders.pl?basketno=[% basketno | uri %]">From existing orders (copy)</a></li>
16
        <li><a  href="/cgi-bin/koha/acqui/duplicate_orders.pl?basketno=[% basketno | uri %]">From existing orders (copy)</a></li>
17
        <li><a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From an external source</a></li>
17
        <li><a  href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From an external source</a></li>
18
        <li><a href="/cgi-bin/koha/tools/stage-marc-import.pl?basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]"> From a new file</a></li>
18
        <li><a  href="/cgi-bin/koha/tools/stage-marc-import.pl?basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]"> From a new file</a></li>
19
        <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]"> From a staged file</a></li>
19
        <li><a  href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]"> From a staged file</a></li>
20
        [% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/reserveratios.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From titles with highest hold ratios</a></li>[% END %]
20
        [% IF ( CAN_user_circulate ) %]<li><a  href="/cgi-bin/koha/circ/reserveratios.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">From titles with highest hold ratios</a></li>[% END %]
21
      </ul>
21
      </ul>
22
    [% ELSE %]
22
    [% ELSE %]
23
        <div class="dialog alert">
23
        <div class="dialog alert">
24
          <p>You can't create any orders unless you first <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget and a fund</a>.</p>
24
          <p>You can't create any orders unless you first <a  href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget and a fund</a>.</p>
25
        </div>
25
        </div>
26
    [% END %]
26
    [% END %]
27
</fieldset>
27
</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc (-12 / +14 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div id="navmenu">
2
<div id="navmenu">
3
    <div id="navmenulist">
3
    <div id="navmenulist">
4
        <h5>Acquisitions</h5>
4
5
        <h4>Acquisitions</h4>
5
        <ul>
6
        <ul>
6
            <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions home</a></li>
7
            <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions home</a></li>
7
            [% IF ( CAN_user_acquisition_order_receive ) %]<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>[% END %]
8
            [% IF ( CAN_user_acquisition_order_receive ) %]<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>[% END %]
Lines 11-30 Link Here
11
                <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li>
12
                <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li>
12
            [% END %]
13
            [% END %]
13
        </ul>
14
        </ul>
15
14
        [% IF ( CAN_user_reports || CAN_user_circulate_circulate_remaining_permissions ) %]
16
        [% IF ( CAN_user_reports || CAN_user_circulate_circulate_remaining_permissions ) %]
15
            <h5>Reports</h5>
17
        <h4>Reports</h4>
16
            <ul>
18
        <ul>
17
                [% IF ( CAN_user_reports ) %]
19
            [% IF ( CAN_user_reports ) %]
18
                    <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics wizard</a></li>
20
            <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics wizard</a></li>
19
                    <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li>
21
            <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li>
20
                [% END %]
22
            [% END %]
21
                [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
23
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
22
                    <li><a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
24
            <li><a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
23
                [% END %]
25
            [% END %]
24
            </ul>
26
        </ul>
25
        [% END %]
27
        [% END %]
26
        [% IF ( CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_currencies_manage || ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage ) || CAN_user_parameters_manage_additional_fields ) %]
28
        [% IF ( CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || CAN_user_acquisition_currencies_manage || ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage ) || CAN_user_parameters_manage_additional_fields ) %]
27
            <h5>Administration</h5>
29
            <h4>Administration</h4>
28
            <ul>
30
            <ul>
29
                [% IF ( CAN_user_acquisition_period_manage ) %]
31
                [% IF ( CAN_user_acquisition_period_manage ) %]
30
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></li>
32
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc (-26 / +31 lines)
Lines 1-32 Link Here
1
<div class="gradient">
1
<!-- Begin Acquisitions Resident Search Box -->
2
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Acquisitions Resident Search Box -->
2
3
<div id="header_search">
3
<div id="header_search">
4
<div id="supplier_search" class="residentsearch">
4
    <div id="supplier_search" class="residentsearch">
5
    <label class="tip" for="supplier">Search vendors:</label>
6
        <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
5
        <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
7
           <input type="text" size="25" name="supplier" id="supplier" class="focus" />
6
            <input type="text" name="supplier" id="supplier" class="head-searchbox" placeholder="Search vendors" />
8
            <input type="submit" class="submit" value="Submit" /></form>
7
            <input type="submit" id="submit" value="" />
9
</div>
8
        </form>
10
    <div id="orders_search" class="residentsearch">
9
    </div>
11
	<p class="tip">Search orders:</p>
12
10
11
    <div id="orders_search" class="residentsearch">
13
		<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
12
		<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 | html %]" />
13
            <input type="text" id="title" style="display:inline;left: 125px;" class="multi-input" placeholder="Title" name="title" size="13" value="[% title | html %]" />
15
        <label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name | html %]" />
14
            <input type="text" id="searchsupplier" style="display:inline" class="multi-input" placeholder="Vendor" name="name" size="13" value="[% name | html %]" />
16
        <input type="hidden" id="do_search" name="do_search" value="do" />
15
            <input type="hidden" id="do_search" name="do_search" value="do" />
17
        <span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" class="toggle_element" data-element="#filters,.filteraction">[-]</a></span>
16
            <span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" class="toggle_element" data-element="#open,.filteraction">[-]</a></span>
18
        <span class="filteraction" id="filteraction_on"> <a href="#" class="toggle_element" data-element="#filters,.filteraction">[+]</a></span>
17
            <span class="filteraction" id="filteraction_on"> <a href="#" class="toggle_element" data-element="#open,.filteraction">[+]</a></span>
19
    <input value="Submit" class="submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced search</a>
18
            <input value="" class="submit" id="submit" type="submit" />
20
    <p id="filters" style="display:none">
19
21
      <label for="basket">Basket: </label><input type="text" name="basket" id="basket" />
20
            <p class="more" id="open" style="display:none">
22
      <label for="booksellerinvoicenumber">Invoice number: </label><input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" />
21
                <input type="text" style="right: 260px" placeholder="Basket" name="basket" id="basket" />
23
    </p>
22
                <input type="text" placeholder="Invoice number" name="booksellerinvoicenumber" id="booksellerinvoicenumber" />
24
	</form>
23
            </p>
24
	    </form>
25
    </div>
25
    </div>
26
			<ul id="tabtriggers">
26
27
            <li><a href="#supplier_search">Vendor search</a></li>
27
28
            <li><a href="#orders_search">Orders search</a></li>
28
    <ul id="btn-space">
29
            </ul>
29
        <li><a title="Vendor search" class="iconsearch" href="#supplier_search"><i class="fa fa-upload"></i></a></li>
30
        <li><a title="Orders search" class="iconsearch" href="#orders_search"><i class="fa fa-download"></i></a></li>
31
32
        <span class="name-icon active">Vendor search</span>
33
        <span class="name-icon">Orders search</span>
34
    </ul>
30
</div><!-- /header_search -->
35
</div><!-- /header_search -->
31
</div><!-- /gradient -->
36
32
<!-- End Acquisitions Resident Search Box -->
37
<!-- End Main page Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc (-4 / +4 lines)
Lines 3-9 Link Here
3
<div id="toolbar" class="btn-toolbar">
3
<div id="toolbar" class="btn-toolbar">
4
    [% IF ( booksellerid ) %]
4
    [% IF ( booksellerid ) %]
5
        <div class="btn-group">
5
        <div class="btn-group">
6
        <a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="#"><i class="fa fa-plus"></i> New
6
        <a class="btn btn-default toolbar-btn dropdown-toggle" data-toggle="dropdown" href="#"><i class="fa fa-plus"></i> New
7
        <span class="caret"></span>
7
        <span class="caret"></span>
8
        </a>
8
        </a>
9
        <ul class="dropdown-menu">
9
        <ul class="dropdown-menu">
Lines 20-26 Link Here
20
        </div>
20
        </div>
21
            [% IF ( CAN_user_acquisition_vendors_manage ) %]
21
            [% IF ( CAN_user_acquisition_vendors_manage ) %]
22
                <div class="btn-group">
22
                <div class="btn-group">
23
                    <a class="btn btn-default" id="editsupplier" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]&amp;op=enter"><i class="fa fa-pencil"></i> Edit vendor</a>
23
                    <a class="btn btn-default toolbar-btn" id="editsupplier" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]&amp;op=enter"><i class="fa fa-pencil"></i> Edit vendor</a>
24
                </div>
24
                </div>
25
                [% UNLESS ( basketcount OR subscriptioncount ) %]
25
                [% UNLESS ( basketcount OR subscriptioncount ) %]
26
                    <div class="btn-group">
26
                    <div class="btn-group">
Lines 33-42 Link Here
33
                [% END %]
33
                [% END %]
34
            [% END %]
34
            [% END %]
35
            [% IF CAN_user_acquisition_order_receive && basketcount && active %]
35
            [% IF CAN_user_acquisition_order_receive && basketcount && active %]
36
                <div class="btn-group"><a class="btn btn-default" id="receive" href="/cgi-bin/koha/acqui/parcels.pl?booksellerid=[% booksellerid | html %]"><i class="fa fa-inbox"></i> Receive shipments</a></div>
36
                <div class="btn-group"><a class="btn btn-default toolbar-btn" id="receive" href="/cgi-bin/koha/acqui/parcels.pl?booksellerid=[% booksellerid | html %]"><i class="fa fa-inbox"></i> Receive shipments</a></div>
37
            [% END %]
37
            [% END %]
38
        [% ELSE %]
38
        [% ELSE %]
39
            <div class="btn-group"><a class="btn btn-default" href="/cgi-bin/koha/acqui/supplier.pl?op=enter"><i class="fa fa-plus"></i> New vendor</a></div>
39
            <div class="btn-group"><a class="btn btn-default toolbar-btn" href="/cgi-bin/koha/acqui/supplier.pl?op=enter"><i class="fa fa-plus"></i> New vendor</a></div>
40
        [% END %]
40
        [% END %]
41
</div>
41
</div>
42
<!-- / acquisitions-toolbar.inc -->
42
<!-- / acquisitions-toolbar.inc -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/additional-fields-entry.inc (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% IF wrap_fieldset != 0 %]
2
[% IF wrap_fieldset != 0 %]
3
<fieldset class="rows">
3
<fieldset class="rows">
4
    <legend>Additional fields</legend>
4
    <h3>Additional fields</h3>
5
    <ol>
5
    <ol>
6
[% END %]
6
[% END %]
7
        [% FOR field IN available %]
7
        [% FOR field IN available %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc (-9 / +9 lines)
Lines 4-17 Link Here
4
<div id="navmenulist">
4
<div id="navmenulist">
5
5
6
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
6
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
7
        <h5>System preferences</h5>
7
        <h4>System preferences</h4>
8
        <ul>
8
        <ul>
9
            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
9
            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
10
        </ul>
10
        </ul>
11
    [% END %]
11
    [% END %]
12
12
13
    [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %]
13
    [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %]
14
        <h5>Basic parameters</h5>
14
        <h4>Basic parameters</h4>
15
        <ul>
15
        <ul>
16
            [% IF ( CAN_user_parameters_manage_libraries ) %]
16
            [% IF ( CAN_user_parameters_manage_libraries ) %]
17
                <li><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></li>
17
                <li><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></li>
Lines 27-33 Link Here
27
    [% END %]
27
    [% END %]
28
28
29
    [% IF ( CAN_user_parameters_manage_patron_categories || CAN_user_parameters_manage_circ_rules || CAN_user_parameters_manage_patron_attributes || CAN_user_parameters_manage_transfers || CAN_user_parameters_manage_item_circ_alerts || CAN_user_parameters_manage_cities ) %]
29
    [% IF ( CAN_user_parameters_manage_patron_categories || CAN_user_parameters_manage_circ_rules || CAN_user_parameters_manage_patron_attributes || CAN_user_parameters_manage_transfers || CAN_user_parameters_manage_item_circ_alerts || CAN_user_parameters_manage_cities ) %]
30
        <h5>Patrons and circulation</h5>
30
        <h4>Patrons and circulation</h4>
31
        <ul>
31
        <ul>
32
            [% IF ( CAN_user_parameters_manage_patron_categories ) %]
32
            [% IF ( CAN_user_parameters_manage_patron_categories ) %]
33
                <li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
33
                <li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
Lines 55-61 Link Here
55
    [% END %]
55
    [% END %]
56
56
57
    [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %]
57
    [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %]
58
        <h5>Accounting</h5>
58
        <h4>Accounting</h4>
59
        <ul>
59
        <ul>
60
            [% IF ( CAN_user_parameters_manage_accounts ) %]
60
            [% IF ( CAN_user_parameters_manage_accounts ) %]
61
                <li><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></li>
61
                <li><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></li>
Lines 68-81 Link Here
68
    [% END %]
68
    [% END %]
69
69
70
    [% IF CAN_user_parameters_manage_background_jobs %]
70
    [% IF CAN_user_parameters_manage_background_jobs %]
71
        <h5>Background jobs</h5>
71
        <h4>Background jobs</h4>
72
        <ul>
72
        <ul>
73
            <li><a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a></li>
73
            <li><a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a></li>
74
        </ul>
74
        </ul>
75
    [% END %]
75
    [% END %]
76
76
77
    [% IF ( CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || CAN_user_parameters_manage_search_engine_config || CAN_user_parameters_manage_marc_overlay_rules ) %]
77
    [% IF ( CAN_user_parameters_manage_marc_frameworks || CAN_user_parameters_manage_classifications || CAN_user_parameters_manage_matching_rules || CAN_user_parameters_manage_oai_sets || CAN_user_parameters_manage_item_search_fields || CAN_user_parameters_manage_search_engine_config || CAN_user_parameters_manage_marc_overlay_rules ) %]
78
        <h5>Catalog</h5>
78
        <h4>Catalog</h4>
79
        <ul>
79
        <ul>
80
            [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
80
            [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
81
                <li><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></li>
81
                <li><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></li>
Lines 107-113 Link Here
107
    [% END %]
107
    [% END %]
108
108
109
    [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage ) ) %]
109
    [% IF ( CAN_user_acquisition_currencies_manage || CAN_user_acquisition_period_manage || CAN_user_acquisition_budget_manage || ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage ) ) %]
110
        <h5>Acquisition parameters</h5>
110
        <h4>Acquisition parameters</h4>
111
111
112
        <ul>
112
        <ul>
113
            [% IF ( CAN_user_acquisition_currencies_manage ) %]
113
            [% IF ( CAN_user_acquisition_currencies_manage ) %]
Lines 127-140 Link Here
127
    [% END %]
127
    [% END %]
128
128
129
    [% IF CAN_user_plugins && plugins_enabled %]
129
    [% IF CAN_user_plugins && plugins_enabled %]
130
        <h5>Plugins</h5>
130
        <h4>Plugins</h4>
131
        <ul>
131
        <ul>
132
            <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></li>
132
            <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">Manage plugins</a></li>
133
        </ul>
133
        </ul>
134
    [% END %]
134
    [% END %]
135
135
136
    [% IF ( CAN_user_parameters_manage_smtp_servers || CAN_user_parameters_manage_search_targets || CAN_user_parameters_manage_didyoumean || CAN_user_parameters_manage_column_config || CAN_user_parameters_manage_audio_alerts || ( CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) || CAN_user_parameters_manage_usage_stats || CAN_user_parameters_manage_additional_fields || ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts ) ) %]
136
    [% IF ( CAN_user_parameters_manage_smtp_servers || CAN_user_parameters_manage_search_targets || CAN_user_parameters_manage_didyoumean || CAN_user_parameters_manage_column_config || CAN_user_parameters_manage_audio_alerts || ( CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) || CAN_user_parameters_manage_usage_stats || CAN_user_parameters_manage_additional_fields || ( Koha.Preference('EnableAdvancedCatalogingEditor') && CAN_user_parameters_manage_keyboard_shortcuts ) ) %]
137
        <h5>Additional parameters</h5>
137
        <h4>Additional parameters</h4>
138
        <ul>
138
        <ul>
139
            [% IF ( CAN_user_parameters_manage_search_targets ) %]
139
            [% IF ( CAN_user_parameters_manage_search_targets ) %]
140
                <li><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></li>
140
                <li><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/adv-search.inc (-48 / +40 lines)
Lines 1-53 Link Here
1
<div class="gradient">
1
<!-- Begin main page resident search box -->
2
    <div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div>
2
<div id="header_search">
3
3
4
    <!-- Begin main page resident search box -->
4
    [% INCLUDE 'patron-search-box.inc' %]
5
    <div id="header_search">
6
        [% INCLUDE 'patron-search-box.inc' %]
7
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
8
            <div id="checkin_search" class="residentsearch">
9
                <label class="tip" for="ret_barcode">Scan a barcode to check in:</label>
10
                <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
11
                    <input type="text" name="barcode" class="head-searchbox" id="ret_barcode" size="40" accesskey="r" />
12
                    <input value="Submit" class="submit" type="submit" />
13
                </form>
14
            </div>
15
            <div id="renew_search" class="residentsearch">
16
                <label class="tip" for="ren_barcode">Scan a barcode to renew:</label>
17
                <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
18
                    <input type="text" class="head-searchbox" name="barcode" id="ren_barcode" size="40" />
19
                    <input value="Submit" class="submit" type="submit" />
20
                </form>
21
            </div>
22
        [% END %]
23
5
24
        [% IF CAN_user_borrowers_edit_borrowers %]
6
    [% IF (CAN_user_circulate_circulate_remaining_permissions) %]
25
            <div id="patron_search" class="residentsearch">
7
    <div id="checkin_search" class="residentsearch">
26
                <label class="tip" for="searchmember">Enter patron card number or partial name:</label>
8
        <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
27
                <form action="/cgi-bin/koha/members/member.pl" method="post">
9
            <input name="barcode" id="ret_barcode" class="head-searchbox" accesskey="r" type="text" placeholder="Scan a barcode to check in" size="40" />
28
                    <input name="searchmember" class="head-searchbox" id="searchmember" size="40" type="text" />
10
            <input value="" class="submit" type="submit" id="submit" />
29
                    <input type="hidden" name="quicksearch" value="1" />
11
        </form>
30
                    <input value="Submit" class="submit" type="submit" />
12
    </div>
31
                </form>
32
            </div>
33
        [% END %]
34
13
35
        <ul>
14
    <div id="renew_search" class="residentsearch">
36
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
15
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
37
                <li><a class="keep_text" href="#circ_search">Check out</a></li>
16
            <input name="barcode" id="ren_barcode" class="head-searchbox" type="text" placeholder="Scan a barcode to renew" size="40" />
38
            [% END %]
17
            <input value="" class="submit" type="submit" id="submit" />
39
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
18
        </form>
40
                <li><a class="keep_text" href="#checkin_search">Check in</a></li>
19
    </div>
41
            [% END %]
20
    [% END %]
42
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
43
                <li><a class="keep_text" href="#renew_search">Renew</a></li>
44
            [% END %]
45
            [% IF CAN_user_borrowers_edit_borrowers %]
46
                <li><a class="keep_text" href="#patron_search">Search patrons</a></li>
47
            [% END %]
48
        </ul>
49
21
50
    </div><!-- /#header_search -->
22
    [% IF CAN_user_borrowers_edit_borrowers %]
51
    <!-- End advanced search page resident search box -->
23
        <div id="patron_search" class="residentsearch">
24
            <form action="/cgi-bin/koha/members/member.pl" method="post">
25
                <input name="searchmember" class="head-searchbox" placeholder="Enter patron card number or partial name" id="searchmember" size="40" type="text" />
26
                <input type="hidden" name="quicksearch" value="1" />
27
                <input value="" class="submit" id="submit" type="submit" />
28
            </form>
29
        </div>
30
    [% END %]
52
31
53
</div><!-- /.gradient -->
32
    <ul id="btn-space">
33
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
34
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check in" class="iconsearch" href="#checkin_search"><i class="fa fa-download"></i></a></li>[% END %]
35
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" class="iconsearch" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
36
        [% IF ( CAN_user_borrowers_edit_borrowers ) %]<li><a title="Search patrons" class="iconsearch" href="#patron_search"><i class="fa fa-fw fa-id-card-o"></i></a></li>[% END %]
37
38
        <span class="name-icon active">Check out</span>
39
        <span class="name-icon">Check in</span>
40
        <span class="name-icon">Renew</span>
41
        <span class="name-icon">Search patrons</span>
42
    </ul>
43
</div><!-- /#header_search -->
44
45
<!-- End advanced search page resident search box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc (-3 / +3 lines)
Lines 1-8 Link Here
1
[% PROCESS 'form-blocks.inc' %]
1
[% PROCESS 'form-blocks.inc' %]
2
2
3
<div id="toolbar" class="btn-toolbar">
3
<div id="toolbar" class="btn-toolbar">
4
    <div class="btn-group"><a href="#" id="clear" class="btn btn-default btn-sm"><i class="fa fa-trash"></i> Clear field</a></div>
4
    <div class="btn-group"><a href="#" id="clear" class="btn btn-default toolbar-btn btn-sm"><i class="fa fa-trash"></i> Clear field</a></div>
5
    <div class="btn-group"><a href="#" id="createnew" class="btn btn-default btn-sm"><i class="fa fa-plus"></i> Create new authority</a></div>
5
    <div class="btn-group"><a href="#" id="createnew" class="btn btn-default toolbar-btn btn-sm"><i class="fa fa-plus"></i> Create new authority</a></div>
6
</div>
6
</div>
7
<form name="f" method="get" action="auth_finder.pl">
7
<form name="f" method="get" action="auth_finder.pl">
8
            <input type="hidden" name="source" value="[% source | html %]" />
8
            <input type="hidden" name="source" value="[% source | html %]" />
Lines 158-163 Link Here
158
            </ol>
158
            </ol>
159
        </fieldset>
159
        </fieldset>
160
        [% END %]
160
        [% END %]
161
        <fieldset class="action"> <input type="submit" value="Search" class="submit" id="search" /> <a id="cancel" class="cancel close" href="#">Cancel</a>
161
        <fieldset class="action"> <input type="submit" value="Search" class="principal" id="search" /> <a id="cancel" class="cancel close" href="#">Cancel</a>
162
        </fieldset>
162
        </fieldset>
163
</form>
163
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc (-204 / +236 lines)
Lines 1-210 Link Here
1
<div class="gradient">
2
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div>
3
<!-- Begin Authorities Resident Search Box -->
1
<!-- Begin Authorities Resident Search Box -->
4
<div id="header_search" class="residentsearch">
2
3
<div id="header_search">
5
    <div id="mainmain_heading" class="residentsearch">
4
    <div id="mainmain_heading" class="residentsearch">
6
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
5
        <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
7
        <label class="tip" for="value_mainentry">Enter main heading ($a only):</label>
6
8
        <input type="hidden" name="op" value="do_search" />
7
            <select name="orderby" class="upper">
9
        <input type="hidden" name="type" value="intranet" />
8
                [% IF ( orderby == 'HeadingAsc' ) %]
10
        <select name="authtypecode" id="authtype_main_heading_a">
9
                <option value="HeadingAsc" selected="selected">Heading A-Z</option>
11
        [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
10
                [% ELSE %]
12
        [% FOREACH authority_type IN authority_types %]
11
                <option value="HeadingAsc">Heading A-Z</option>
13
            [% IF authority_type.authtypecode == authtypecode %]
12
                [% END %]
14
            <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
13
                [% IF ( orderby == 'HeadingDsc' ) %]
15
            [% ELSE %]
14
                <option value="HeadingDsc" selected="selected">Heading Z-A</option>
16
            <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
15
                [% ELSE %]
17
            [% END %]
16
                <option value="HeadingDsc">Heading Z-A</option>
18
        [% END %]
17
                [% END %]
19
        </select>
18
                [% IF ( orderby == '' && op ) %]
20
        <input type="hidden" name="marclist" value="mainmainentry" />
19
                <option value="" selected="selected">None</option>
21
        <input type="hidden" name="and_or" value="and" />
20
                [% ELSE %]
22
        <input type="hidden" name="excluding" value="" />
21
                <option value="">None</option>
23
        <select name="operator">
22
                [% END %]
24
            [% IF ( operator == 'contains' ) %]
23
            </select>
25
            <option value="contains" selected="selected">contains</option>
24
26
            [% ELSE %]
25
            <p class="more_bottom">
27
            <option value="contains">contains</option>
26
                <input type="hidden" name="op" value="do_search" />
28
            [% END %]
27
                <input type="hidden" name="type" value="intranet" />
29
            [% IF ( operator == 'start' ) %]
28
                <select name="authtypecode" id="authtype_main_heading_a">
30
            <option value="start" selected="selected">starts with</option>
29
                [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
31
            [% ELSE %]
30
                [% FOREACH authority_type IN authority_types %]
32
            <option value="start">starts with</option>
31
                    [% IF authority_type.authtypecode == authtypecode %]
33
            [% END %]
32
                    <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
34
            [% IF ( operator == 'exact' ) %]
33
                    [% ELSE %]
35
            <option value="exact" selected="selected">is exactly</option>
34
                    <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
36
            [% ELSE %]
35
                    [% END %]
37
            <option value="exact">is exactly</option>
36
                [% END %]
38
            [% END %]
37
                </select>
39
        </select>
38
40
        <input id="value_mainentry" type="text" name="value" value="[% value | html %]" class="head-searchbox" />
39
                <input type="hidden" name="marclist" value="mainmainentry" />
41
        <select name="orderby">
40
                <input type="hidden" name="and_or" value="and" />
42
            [% IF ( orderby == 'HeadingAsc' ) %]
41
                <input type="hidden" name="excluding" value="" />
43
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
42
                <select name="operator">
44
            [% ELSE %]
43
                    [% IF ( operator == 'contains' ) %]
45
            <option value="HeadingAsc">Heading A-Z</option>
44
                    <option value="contains" selected="selected">contains</option>
46
            [% END %]
45
                    [% ELSE %]
47
            [% IF ( orderby == 'HeadingDsc' ) %]
46
                    <option value="contains">contains</option>
48
            <option value="HeadingDsc" selected="selected">Heading Z-A</option>
47
                    [% END %]
49
            [% ELSE %]
48
                    [% IF ( operator == 'start' ) %]
50
            <option value="HeadingDsc">Heading Z-A</option>
49
                    <option value="start" selected="selected">starts with</option>
51
            [% END %]
50
                    [% ELSE %]
52
            [% IF ( orderby == '' && op ) %]
51
                    <option value="start">starts with</option>
53
            <option value="" selected="selected">None</option>
52
                    [% END %]
54
            [% ELSE %]
53
                    [% IF ( operator == 'exact' ) %]
55
            <option value="">None</option>
54
                    <option value="exact" selected="selected">is exactly</option>
56
            [% END %]
55
                    [% ELSE %]
57
        </select>
56
                    <option value="exact">is exactly</option>
58
        <input type="submit" class="submit" value="Submit" />
57
                    [% END %]
59
    </form>
58
                </select>
59
60
                <input id="value_mainentry" type="text" name="value" value="[% value | html %]" placeholder="Enter main heading ($a only)" />
61
            </p>
62
63
            <input type="submit" class="submit" id="submit" value="" />
64
        </form>
60
    </div>
65
    </div>
66
67
61
    <div id="main_heading" class="residentsearch">
68
    <div id="main_heading" class="residentsearch">
62
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
69
        <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
63
        <label class="tip" for="value_mainheading">Enter main heading:</label>
70
            <select name="orderby" class="upper">
64
        <input type="hidden" name="op" value="do_search" />
71
                [% IF ( orderby == 'HeadingAsc' ) %]
65
        <input type="hidden" name="type" value="intranet" />
72
                <option value="HeadingAsc" selected="selected">Heading A-Z</option>
66
        <select name="authtypecode" id="authtype_main_heading">
73
                [% ELSE %]
67
        [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
74
                <option value="HeadingAsc">Heading A-Z</option>
68
        [% FOREACH authority_type IN authority_types %]
75
                [% END %]
69
            [% IF authority_type.authtypecode == authtypecode %]
76
                [% IF ( orderby == 'HeadingDsc' ) %]
70
            <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
77
                <option value="HeadingDsc" selected="selected">Heading Z-A</option>
71
            [% ELSE %]
78
                [% ELSE %]
72
            <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
79
                <option value="HeadingDsc">Heading Z-A</option>
73
            [% END %]
80
                [% END %]
74
        [% END %]
81
                [% IF ( orderby == '' && op ) %]
75
        </select>
82
                <option value="" selected="selected">None</option>
76
        <input type="hidden" name="marclist" value="mainentry" />
83
                [% ELSE %]
77
        <input type="hidden" name="and_or" value="and" />
84
                <option value="">None</option>
78
        <input type="hidden" name="excluding" value="" />
85
                [% END %]
79
        <select name="operator">
86
            </select>
80
            [% IF ( operator == 'contains' ) %]
87
81
            <option value="contains" selected="selected">contains</option>
88
            <p class="more_bottom">
82
            [% ELSE %]
89
                <input type="hidden" name="op" value="do_search" />
83
            <option value="contains">contains</option>
90
                <input type="hidden" name="type" value="intranet" />
84
            [% END %]
91
                <select name="authtypecode" id="authtype_main_heading">
85
            [% IF ( operator == 'start' ) %]
92
                [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
86
            <option value="start" selected="selected">starts with</option>
93
                [% FOREACH authority_type IN authority_types %]
87
            [% ELSE %]
94
                    [% IF authority_type.authtypecode == authtypecode %]
88
            <option value="start">starts with</option>
95
                    <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
89
            [% END %]
96
                    [% ELSE %]
90
            [% IF ( operator == 'exact' ) %]
97
                    <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
91
            <option value="exact" selected="selected">is exactly</option>
98
                    [% END %]
92
            [% ELSE %]
99
                [% END %]
93
            <option value="exact">is exactly</option>
100
                </select>
94
            [% END %]
101
95
        </select>
102
                <input type="hidden" name="marclist" value="mainentry" />
96
        <input id="value_mainheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" />
103
                <input type="hidden" name="and_or" value="and" />
97
        <select name="orderby">
104
                <input type="hidden" name="excluding" value="" />
98
            [% IF ( orderby == 'HeadingAsc' ) %]
105
                <select name="operator">
99
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
106
                    [% IF ( operator == 'contains' ) %]
100
            [% ELSE %]
107
                    <option value="contains" selected="selected">contains</option>
101
            <option value="HeadingAsc">Heading A-Z</option>
108
                    [% ELSE %]
102
            [% END %]
109
                    <option value="contains">contains</option>
103
            [% IF ( orderby == 'HeadingDsc' ) %]
110
                    [% END %]
104
            <option value="HeadingDsc" selected="selected">Heading Z-A</option>
111
                    [% IF ( operator == 'start' ) %]
105
            [% ELSE %]
112
                    <option value="start" selected="selected">starts with</option>
106
            <option value="HeadingDsc">Heading Z-A</option>
113
                    [% ELSE %]
107
            [% END %]
114
                    <option value="start">starts with</option>
108
            [% IF ( orderby == '' && op ) %]
115
                    [% END %]
109
            <option value="" selected="selected">None</option>
116
                    [% IF ( operator == 'exact' ) %]
110
            [% ELSE %]
117
                    <option value="exact" selected="selected">is exactly</option>
111
            <option value="">None</option>
118
                    [% ELSE %]
112
            [% END %]
119
                    <option value="exact">is exactly</option>
113
        </select>
120
                    [% END %]
114
        <input type="submit" class="submit" value="Submit" />
121
                </select>
115
    </form>
122
123
                <input id="value_mainheading" type="text" name="value" value="[% value | html %]" placeholder="Enter main heading" />
124
            </p>
125
126
            <input type="submit" class="submit" id="submit" value="" />
127
        </form>
116
    </div>
128
    </div>
129
117
    <div id="matchheading_search" class="residentsearch">
130
    <div id="matchheading_search" class="residentsearch">
118
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
131
        <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
119
        <label class="tip" for="value_matchheading">Enter any heading:</label>
132
120
        <input type="hidden" name="op" value="do_search" />
133
            <select name="orderby" class="upper">
121
        <input type="hidden" name="type" value="intranet" />
134
                [% IF ( orderby == 'HeadingAsc' ) %]
122
        <select name="authtypecode" id="authtype_all_headings">
135
                <option value="HeadingAsc" selected="selected">Heading A-Z</option>
123
        [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
136
                [% ELSE %]
124
        [% FOREACH authority_type IN authority_types %]
137
                <option value="HeadingAsc">Heading A-Z</option>
125
            [% IF authority_type.authtypecode == authtypecode %]
138
                [% END %]
126
            <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
139
                [% IF ( orderby == 'HeadingDsc' ) %]
127
            [% ELSE %]
140
                <option value="HeadingDsc" selected="selected">Heading Z-A</option>
128
            <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
141
                [% ELSE %]
129
            [% END %]
142
                <option value="HeadingDsc">Heading Z-A</option>
130
        [% END %]
143
                [% END %]
131
        </select>
144
                [% IF ( orderby == '' && op ) %]
132
        <input type="hidden" name="marclist" value="match" />
145
                <option value="" selected="selected">None</option>
133
        <select name="operator">
146
                [% ELSE %]
134
            [% IF ( operator == 'contains' ) %]
147
                <option value="">None</option>
135
            <option value="contains" selected="selected">contains</option>
148
                [% END %]
136
            [% ELSE %]
149
            </select>
137
            <option value="contains">contains</option>
150
138
            [% END %]
151
            <p class="more_bottom">
139
            [% IF ( operator == 'start' ) %]
152
                <input type="hidden" name="op" value="do_search" />
140
            <option value="start" selected="selected">starts with</option>
153
                <input type="hidden" name="type" value="intranet" />
141
            [% ELSE %]
154
                <select name="authtypecode" id="authtype_all_headings">
142
            <option value="start">starts with</option>
155
                [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
143
            [% END %]
156
                [% FOREACH authority_type IN authority_types %]
144
            [% IF ( operator == 'exact' ) %]
157
                    [% IF authority_type.authtypecode == authtypecode %]
145
            <option value="exact" selected="selected">is exactly</option>
158
                    <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
146
            [% ELSE %]
159
                    [% ELSE %]
147
            <option value="exact">is exactly</option>
160
                    <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
148
            [% END %]
161
                    [% END %]
149
        </select>
162
                [% END %]
150
        <input id="value_matchheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" />
163
                </select>
151
        <select name="orderby">
164
152
            [% IF ( orderby == 'HeadingAsc' ) %]
165
                <input type="hidden" name="marclist" value="match" />
153
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
166
                <select name="operator">
154
            [% ELSE %]
167
                    [% IF ( operator == 'contains' ) %]
155
            <option value="HeadingAsc">Heading A-Z</option>
168
                    <option value="contains" selected="selected">contains</option>
156
            [% END %]
169
                    [% ELSE %]
157
            [% IF ( orderby == 'HeadingDsc' ) %]
170
                    <option value="contains">contains</option>
158
            <option value="HeadingDsc" selected="selected">Heading Z-A</option>
171
                    [% END %]
159
            [% ELSE %]
172
                    [% IF ( operator == 'start' ) %]
160
            <option value="HeadingDsc">Heading Z-A</option>
173
                    <option value="start" selected="selected">starts with</option>
161
            [% END %]
174
                    [% ELSE %]
162
            [% IF ( orderby == '' && op ) %]
175
                    <option value="start">starts with</option>
163
            <option value="" selected="selected">None</option>
176
                    [% END %]
164
            [% ELSE %]
177
                    [% IF ( operator == 'exact' ) %]
165
            <option value="">None</option>
178
                    <option value="exact" selected="selected">is exactly</option>
166
            [% END %]
179
                    [% ELSE %]
167
         </select>
180
                    <option value="exact">is exactly</option>
168
         <input type="submit" class="submit" value="Submit" />
181
                    [% END %]
169
    </form>
182
                </select>
183
184
                <input id="value_matchheading" type="text" name="value" value="[% value | html %]" placeholder="Enter any heading" />
185
            </p>
186
187
            <input type="submit" class="submit" id="submit" value="" />
188
        </form>
170
    </div>
189
    </div>
190
171
    <div id="entire_record" class="residentsearch">
191
    <div id="entire_record" class="residentsearch">
172
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
192
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
173
        <label class="tip" for="value_anywhere">Enter any authority field:</label>
193
174
        <input type="hidden" name="op" value="do_search" />
194
        <select name="orderby" class="upper">
175
        <input type="hidden" name="type" value="intranet" />
176
        <select name="authtypecode" id="authtype_entire_record">
177
        [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
178
        [% FOREACH authority_type IN authority_types %]
179
            [% IF authority_type.authtypecode == authtypecode %]
180
            <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
181
            [% ELSE %]
182
            <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
183
            [% END %]
184
        [% END %]
185
        </select>
186
        <input type="hidden" name="marclist" value="all" />
187
        <input type="hidden" name="and_or" value="and" />
188
        <input type="hidden" name="excluding" value="" />
189
        <select name="operator">
190
            [% IF ( operator == 'contains' ) %]
191
            <option value="contains" selected="selected">contains</option>
192
            [% ELSE %]
193
            <option value="contains">contains</option>
194
            [% END %]
195
            [% IF ( operator == 'start' ) %]
196
            <option value="start" selected="selected">starts with</option>
197
            [% ELSE %]
198
            <option value="start">starts with</option>
199
            [% END %]
200
            [% IF ( operator == 'exact' ) %]
201
            <option value="exact" selected="selected">is exactly</option>
202
            [% ELSE %]
203
            <option value="exact">is exactly</option>
204
            [% END %]
205
        </select>
206
        <input id="value_anywhere" type="text" name="value" value="[% value | html %]" class="head-searchbox" />
207
        <select name="orderby">
208
            [% IF ( orderby == 'HeadingAsc' ) %]
195
            [% IF ( orderby == 'HeadingAsc' ) %]
209
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
196
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
210
            [% ELSE %]
197
            [% ELSE %]
Lines 221-235 Link Here
221
            <option value="">None</option>
208
            <option value="">None</option>
222
            [% END %]
209
            [% END %]
223
        </select>
210
        </select>
224
        <input type="submit" class="submit" value="Submit" />
211
212
        <p class="more_bottom">
213
            <input type="hidden" name="op" value="do_search" />
214
            <input type="hidden" name="type" value="intranet" />
215
            <select name="authtypecode" id="authtype_entire_record">
216
            [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %]
217
            [% FOREACH authority_type IN authority_types %]
218
                [% IF authority_type.authtypecode == authtypecode %]
219
                <option value="[% authority_type.authtypecode | html %]" selected="selected">[% authority_type.authtypetext | html %]</option>
220
                [% ELSE %]
221
                <option value="[% authority_type.authtypecode | html %]">[% authority_type.authtypetext | html %]</option>
222
                [% END %]
223
            [% END %]
224
            </select>
225
226
            <input type="hidden" name="marclist" value="all" />
227
            <input type="hidden" name="and_or" value="and" />
228
            <input type="hidden" name="excluding" value="" />
229
            <select name="operator">
230
                [% IF ( operator == 'contains' ) %]
231
                <option value="contains" selected="selected">contains</option>
232
                [% ELSE %]
233
                <option value="contains">contains</option>
234
                [% END %]
235
                [% IF ( operator == 'start' ) %]
236
                <option value="start" selected="selected">starts with</option>
237
                [% ELSE %]
238
                <option value="start">starts with</option>
239
                [% END %]
240
                [% IF ( operator == 'exact' ) %]
241
                <option value="exact" selected="selected">is exactly</option>
242
                [% ELSE %]
243
                <option value="exact">is exactly</option>
244
                [% END %]
245
            </select>
246
247
            <input id="value_anywhere" type="text" name="value" value="[% value | html %]" placeholder="Enter any authority field" />
248
        </p>
249
250
        <input type="submit" class="submit" id="submit" value="" />
225
    </form>
251
    </form>
226
    </div>
252
    </div>
253
227
    <ul>
254
    <ul>
228
        <li><a class="keep_text" href="#mainmain_heading">Search main heading ($a only)</a></li>
255
        <li><a title="Search main heading ($a only)" class="iconsearch" href="#mainmain_heading"><i style="font-weight:bold">$a</i></a></li>
229
        <li><a class="keep_text" href="#main_heading">Search main heading</a></li>
256
        <li><a title="Search main heading" class="iconsearch" href="#main_heading"><i class="fa fa-header"></i></a></li>
230
        <li><a class="keep_text" href="#matchheading_search">Search all headings</a></li>
257
        <li><a title="Search all headings" class="iconsearch" href="#matchheading_search"><i class="fa fa-align-center"></i></a></li>
231
        <li><a class="keep_text" href="#entire_record">Search entire record</a></li>
258
        <li><a title="Search entire record" class="iconsearch" href="#entire_record"><i class="fa fa-folder-open-o"></i></a></li>
259
260
        <span class="name-icon active">Search main heading ($a only)</span>
261
        <span class="name-icon">Search main heading</span>
262
        <span class="name-icon">Search all headings</span>
263
        <span class="name-icon">Search entire record</span>
264
232
    </ul>
265
    </ul>
233
</div><!-- /header_search -->
266
</div><!-- /header_search -->
234
</div><!-- /gradient -->
235
<!-- End Authorities Resident Search Box -->
267
<!-- End Authorities Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc (-6 / +4 lines)
Lines 4-10 Link Here
4
    <div id="toolbar" class="btn-toolbar">
4
    <div id="toolbar" class="btn-toolbar">
5
        [% IF ( CAN_user_editauthorities ) %]
5
        [% IF ( CAN_user_editauthorities ) %]
6
            <div class="btn-group">
6
            <div class="btn-group">
7
                <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
7
                <button class="toolbar-btn" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
8
                    <i class="fa fa-plus"></i> New authority
8
                    <i class="fa fa-plus"></i> New authority
9
                    <span class="caret"></span>
9
                    <span class="caret"></span>
10
                </button>
10
                </button>
Lines 16-24 Link Here
16
            </div>
16
            </div>
17
            [% IF servers.count > 0 %]
17
            [% IF servers.count > 0 %]
18
                <div class="btn-group">
18
                <div class="btn-group">
19
                    <button id="z3950_new" class="btn btn-default">
19
                    <button class="toolbar-btn" id="z3950_new"><i class="fa fa-search"></i> New from Z39.50/SRU</button>
20
                        <i class="fa fa-search"></i> New from Z39.50/SRU
21
                    </button>
22
                </div>
20
                </div>
23
            [% END %]
21
            [% END %]
24
        [% END %]
22
        [% END %]
Lines 26-32 Link Here
26
        [% IF ( authid ) %]
24
        [% IF ( authid ) %]
27
            [% IF ( CAN_user_editauthorities ) %]
25
            [% IF ( CAN_user_editauthorities ) %]
28
                <div class="btn-group">
26
                <div class="btn-group">
29
                    <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
27
                    <button class="toolbar-btn" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30
                        <i class="fa fa-pencil"></i> Edit <span class="caret"></span>
28
                        <i class="fa fa-pencil"></i> Edit <span class="caret"></span>
31
                    </button>
29
                    </button>
32
                    <ul class="dropdown-menu">
30
                    <ul class="dropdown-menu">
Lines 43-49 Link Here
43
            [% END %]
41
            [% END %]
44
42
45
            <div class="btn-group">
43
            <div class="btn-group">
46
                <a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="#"><i class="fa fa-download"></i> Save
44
                <a class="btn btn-default dropdown-toggle principal" data-toggle="dropdown" href="#"><i class="fa fa-download"></i> Save
47
                <span class="caret"></span>
45
                <span class="caret"></span>
48
                </a>
46
                </a>
49
                <ul class="dropdown-menu">
47
                <ul class="dropdown-menu">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authority-detail-modal.inc (-1 / +1 lines)
Lines 10-16 Link Here
10
                <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" />
10
                <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" />
11
            </div>
11
            </div>
12
            <div class="modal-footer">
12
            <div class="modal-footer">
13
                <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
13
                <button type="button" class="btn btn-default cancel" data-dismiss="modal">Close</button>
14
            </div>
14
            </div>
15
        </div>
15
        </div>
16
    </div>
16
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc (-1 / +3 lines)
Lines 2-8 Link Here
2
[% USE Biblio %]
2
[% USE Biblio %]
3
[% SET biblio_object_id = object || biblionumber || biblio.biblionumber %]
3
[% SET biblio_object_id = object || biblionumber || biblio.biblionumber %]
4
4
5
<div id="menu">
5
<div id="navmenu">
6
<div id="navmenulist">
6
<ul>
7
<ul>
7
    [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]
8
    [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]
8
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio_object_id | url  %]">Normal</a></li>
9
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio_object_id | url  %]">Normal</a></li>
Lines 46-48 Link Here
46
    [% END %]
47
    [% END %]
47
</ul>
48
</ul>
48
</div>
49
</div>
50
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc (-1 / +1 lines)
Lines 9-15 Link Here
9
        [% END %]
9
        [% END %]
10
        [% IF CAN_user_updatecharges_remaining_permissions %]
10
        [% IF CAN_user_updatecharges_remaining_permissions %]
11
            <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default btn-xs" >Make payment</a>
11
            <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default btn-xs" >Make payment</a>
12
            <a href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default btn-xs" >Pay all charges</a></li>
12
            <a href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default btn-xs"  >Pay all charges</a></li>
13
        [% END %]
13
        [% END %]
14
    </li>
14
    </li>
15
[% END %]
15
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc (-1 / +1 lines)
Lines 65-71 Link Here
65
                        <input name="expiration" id="rexpiration" size="20" value="" class="flatpickr" data-flatpickr-futuredate="true" type="text" />
65
                        <input name="expiration" id="rexpiration" size="20" value="" class="flatpickr" data-flatpickr-futuredate="true" type="text" />
66
                    </li>
66
                    </li>
67
                </ol>
67
                </ol>
68
            <fieldset class="action"><input type="submit" value="Add restriction" /> <a href="#" class="cancel" id="cancel_manual_restriction">Cancel</a></fieldset>
68
            <fieldset class="action"><input type="submit" class="principal" value="Add restriction" /> <a href="#" class="cancel" id="cancel_manual_restriction">Cancel</a></fieldset>
69
            </fieldset>
69
            </fieldset>
70
        </form>
70
        </form>
71
    [% END %]
71
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc (-1 / +1 lines)
Lines 1-6 Link Here
1
[%# To select all include with selectall = 1 %]
1
[%# To select all include with selectall = 1 %]
2
<div class="branchselector">
2
<div class="branchselector">
3
    <p><a href="#" id="checkall"> <i class="fa fa-check"></i> Select all</a> | <a href="#" id="checknone"> <i class="fa fa-remove"></i> Clear all</a></p>
3
    <p><a id="CheckAll" href="#" id="checkall"> <i class="fa fa-check"></i> Select all</a> | <a id="CheckNone" href="#" id="checknone"> <i class="fa fa-remove"></i> Clear all</a></p>
4
    <div class="branchgridrow">
4
    <div class="branchgridrow">
5
    [% FOREACH branch IN branches %]
5
    [% FOREACH branch IN branches %]
6
        <div class="branchgriditem">
6
        <div class="branchgriditem">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc (-34 / +32 lines)
Lines 1-41 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE Branches %]
2
[% USE Branches %]
3
<div class="gradient">
3
<div id="header_search">
4
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Fund Admin Resident Search Box -->
5
4
6
    <div id="header_search">
5
    <div id="budgets_search" class="residentsearch">
7
        <div id="budgets_search" class="residentsearch">
6
        <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="post">
8
            <p class="tip">Search funds:</p>
7
            <input class="query multi-input" type="text" name="filter_budgetname" id="filter_budgetname" value="[% filter_budgetname | html %]" style="width:150px" placeholder="Fund code" />
9
            <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="post">
8
10
                <label for="filter_budgetname">Fund code: </label><input class="query" type="text" name="filter_budgetname" id="filter_budgetname" size="20" value="[% filter_budgetname | html %]" />
9
            <select name="filter_budgetbranch" id="filter_budgetbranch" class="multi-input" style="width:10em;position: relative;left: 170px;bottom: 3px;">
11
                <label for="filter_budgetbranch">Library: </label>
10
                <option disabled selected hidden>Library:</option>
12
                <select name="filter_budgetbranch" id="filter_budgetbranch" style="width:10em;">
11
                    [% FOREACH branchloo IN Branches.all( selected => selected_branchcode ) %]
13
                    <option value=""></option>
12
                        [% IF branchloo.selected %]
14
                        [% FOREACH branchloo IN Branches.all( selected => selected_branchcode ) %]
13
                        <option value="[% branchloo.branchcode | html %]" selected="selected">[% branchloo.branchname | html %]</option>
15
                            [% IF branchloo.selected %]
14
                        [% ELSE %]
16
                            <option value="[% branchloo.branchcode | html %]" selected="selected">[% branchloo.branchname | html %]</option>
15
                        <option value="[% branchloo.branchcode | html %]" >[% branchloo.branchname | html %]</option>
17
                            [% ELSE %]
18
                            <option value="[% branchloo.branchcode | html %]" >[% branchloo.branchname | html %]</option>
19
                            [% END %]
20
                        [% END %]
16
                        [% END %]
21
                </select>
17
                    [% END %]
22
              <input type="hidden"  name="budget_period_id" value="[% budget_period_id | html %]" />
18
            </select>
23
              <input type="submit" class="submit" name="filter" value="Submit" />
19
            <input type="hidden"  name="budget_period_id" value="[% budget_period_id | html %]" />
24
            </form>
20
            <input type="submit" class="submit" id="submit" name="filter" value="" />
25
        </div>
21
        </form>
22
    </div>
26
23
27
        [% INCLUDE 'patron-search-box.inc' %]
24
    [% INCLUDE 'patron-search-box.inc' %]
28
        [% INCLUDE 'catalogue-search-box.inc' %]
25
26
    [% INCLUDE 'catalogue-search-box.inc' %]
27
28
    <ul id="btn-space">
29
        <li><a title="Search funds" class="iconsearch" href="#budgets_search"><i class="fa fa-credit-card"></i></a></li>
30
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
31
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
32
33
        <span class="name-icon active">Search funds</span>
34
        <span class="name-icon">Check out</span>
35
        <span class="name-icon">Search catalog</span>
36
    </ul>
37
</div><!-- /header_search -->
29
38
30
        <ul>
31
            <li><a class="keep_text" href="#budgets_search">Search funds</a></li>
32
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
33
                <li><a class="keep_text" href="#circ_search">Check out</a></li>
34
            [% END %]
35
            [% IF ( CAN_user_catalogue ) %]
36
                <li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>
37
            [% END %]
38
        </ul>
39
    </div>
40
</div>
41
<!-- End Suggestions Resident Search Box -->
39
<!-- End Suggestions Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc (-4 / +4 lines)
Lines 2-8 Link Here
2
<div id="toolbar" class="btn-toolbar">
2
<div id="toolbar" class="btn-toolbar">
3
    [% IF ( budget_period_id ) %]
3
    [% IF ( budget_period_id ) %]
4
        <div class="btn-group">
4
        <div class="btn-group">
5
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
5
            <button class="toolbar-btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
6
                <ul class="dropdown-menu">
6
                <ul class="dropdown-menu">
7
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form">New budget</a></li>
7
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form">New budget</a></li>
8
                    [% IF ( budget_period_locked || !CAN_user_acquisition_budget_add_del ) %]
8
                    [% IF ( budget_period_locked || !CAN_user_acquisition_budget_add_del ) %]
Lines 18-24 Link Here
18
        </div>
18
        </div>
19
19
20
        <div class="btn-group">
20
        <div class="btn-group">
21
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
21
            <button class="toolbar-btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
22
                <ul class="dropdown-menu">
22
                <ul class="dropdown-menu">
23
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form&amp;budget_period_id=[% budget_period_id | uri %]">Edit budget [% budget_period_description | html %]</a></li>
23
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form&amp;budget_period_id=[% budget_period_id | uri %]">Edit budget [% budget_period_description | html %]</a></li>
24
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=duplicate_form&amp;budget_period_id=[% budget_period_id | uri %]">Duplicate budget [% budget_period_description | html %]</a></li>
24
                    <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=duplicate_form&amp;budget_period_id=[% budget_period_id | uri %]">Duplicate budget [% budget_period_description | html %]</a></li>
Lines 26-32 Link Here
26
        </div>
26
        </div>
27
27
28
        <div class="btn-group">
28
        <div class="btn-group">
29
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Planning <span class="caret"></span></button>
29
            <button class="toolbar-btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Planning <span class="caret"></span></button>
30
                <ul class="dropdown-menu">
30
                <ul class="dropdown-menu">
31
                    [% IF ( CAN_user_acquisition_planning_manage ) %]
31
                    [% IF ( CAN_user_acquisition_planning_manage ) %]
32
                    <li>
32
                    <li>
Lines 59-65 Link Here
59
        </div>
59
        </div>
60
60
61
    [% ELSE %]
61
    [% ELSE %]
62
        <div class="btn-group"><a class="btn btn-default" id="newrootbudget" href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form"><i class="fa fa-plus"></i> New budget</a></div>
62
        <div class="btn-group"><a class="toolbar-btn" id="newrootbudget" href="/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form"><i class="fa fa-plus"></i> New budget</a></div>
63
    [% END %]
63
    [% END %]
64
64
65
</div>
65
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc (-16 / +18 lines)
Lines 1-37 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Catalogue Resident Search Box -->
4
<div id="header_search">
2
<div id="header_search">
5
3
6
[% INCLUDE 'patron-search-box.inc' %]
4
[% INCLUDE 'patron-search-box.inc' %]
7
5
8
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
6
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
9
<div id="checkin_search" class="residentsearch">
7
<div id="checkin_search" class="residentsearch">
10
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
8
    <form action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" method="post">
11
        <label class="tip" for="ret_barcode">Scan a barcode to check in:</label>
9
        <input id="ret_barcode" name="barcode" class="head-searchbox" accesskey="r" type="text" placeholder="Scan a barcode to check in" />
12
        <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" type="text" />
10
        <input value="" id="submit" type="submit"/>
13
14
        <input value="Submit" class="submit" type="submit" />
15
    </form>
11
    </form>
16
</div>
12
</div>
13
17
<div id="renew_search" class="residentsearch">
14
<div id="renew_search" class="residentsearch">
18
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
15
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
19
        <label class="tip" for="ren_barcode">Scan a barcode to renew:</label>
16
        <input class="head-searchbox" name="barcode" id="ren_barcode" accesskey="r" type="text" placeholder="Scan a barcode to renew" />
20
        <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
17
        <input value="" type="submit" id="submit" />
21
        <input value="Submit" class="submit" type="submit" />
22
    </form>
18
    </form>
23
</div>
19
</div>
24
[% END %]
20
[% END %]
25
21
26
[% INCLUDE 'catalogue-search-box.inc' %]
22
[% INCLUDE 'catalogue-search-box.inc' %]
27
23
28
<ul>
24
<ul id="btn-space">
29
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
25
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
30
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#checkin_search">Check in</a></li>[% END %]
26
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check in" class="iconsearch" href="#checkin_search"><i class="fa fa-download"></i></a></li>[% END %]
31
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %]
27
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" class="iconsearch" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
32
    [% IF ( CAN_user_catalogue ) %]<li class="ui-tabs-active"><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
28
    [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
29
30
31
32
    <span class="name-icon active">Check out</span>
33
    <span class="name-icon">Check in</span>
34
    <span class="name-icon">Renew</span>
35
    <span class="name-icon">Search catalog</span>
33
</ul>
36
</ul>
34
37
35
</div><!-- /header_search -->
38
</div><!-- /header_search -->
36
</div><!-- /gradient -->
37
<!-- End Catalogue Resident Search Box -->
39
<!-- End Catalogue Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc (-15 / +15 lines)
Lines 4-10 Link Here
4
4
5
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_serials_create_subscription ) %]
5
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_serials_create_subscription ) %]
6
    <div class="btn-group">
6
    <div class="btn-group">
7
    <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
7
    <button class="toolbar-btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
8
        <ul class="dropdown-menu">
8
        <ul class="dropdown-menu">
9
            [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
9
            [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
10
             <li><a id="newbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl">New record</a></li>
10
             <li><a id="newbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl">New record</a></li>
Lines 29-35 Link Here
29
29
30
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel ) or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
30
[% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel ) or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
31
    <div class="btn-group">
31
    <div class="btn-group">
32
    <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
32
    <button class="toolbar-btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
33
        <ul class="dropdown-menu">
33
        <ul class="dropdown-menu">
34
            [% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
34
            [% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
35
            <li><a id="editbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | html %]">Edit record</a></li>
35
            <li><a id="editbiblio" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | html %]">Edit record</a></li>
Lines 92-98 Link Here
92
[% END %]
92
[% END %]
93
93
94
    <div class="btn-group">
94
    <div class="btn-group">
95
    <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-download"></i> Save <span class="caret"></span></button>
95
    <button class="toolbar-btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-download"></i> Save <span class="caret"></span></button>
96
    <ul class="dropdown-menu">
96
    <ul class="dropdown-menu">
97
        <li><a href="/cgi-bin/koha/catalogue/export.pl?format=bibtex&amp;op=export&amp;bib=[% biblionumber | uri %]">BIBTEX</a></li>
97
        <li><a href="/cgi-bin/koha/catalogue/export.pl?format=bibtex&amp;op=export&amp;bib=[% biblionumber | uri %]">BIBTEX</a></li>
98
        <li><a href="#" data-toggle="modal" data-target="#exportModal_">Dublin Core</a></li>
98
        <li><a href="#" data-toggle="modal" data-target="#exportModal_">Dublin Core</a></li>
Lines 108-131 Link Here
108
    [% IF (Koha.Preference("intranetbookbag")) %]
108
    [% IF (Koha.Preference("intranetbookbag")) %]
109
        [% IF ( incart ) %]
109
        [% IF ( incart ) %]
110
            <div class="btn-group">
110
            <div class="btn-group">
111
                <a id="cart[% biblionumber | html %]" class="btn btn-default addtocart incart" href="#"><i class="fa fa-shopping-cart"></i> Add to cart</a>
111
                <a id="cart[% biblionumber | html %]" class="toolbar-btn addtocart incart" href="#"><i class="fa fa-shopping-cart"></i> Add to cart</a>
112
            </div>
112
            </div>
113
            <div class="btn-group">
113
            <div class="btn-group">
114
                <a id="cartR[% biblionumber | html %]" class="btn btn-default cartRemove incart" href="#"><i class="fa fa-shopping-cart"></i> Remove from cart</a>
114
                <a id="cartR[% biblionumber | html %]" class="toolbar-btn cartRemove incart" href="#"><i class="fa fa-shopping-cart"></i> Remove from cart</a>
115
            </div>
115
            </div>
116
        [% ELSE %]
116
        [% ELSE %]
117
            <div class="btn-group">
117
            <div class="btn-group">
118
                <a id="cart[% biblionumber | html %]" class="btn btn-default addtocart" href="#"><i class="fa fa-shopping-cart"></i> Add to cart</a>
118
                <a id="cart[% biblionumber | html %]" class="toolbar-btn addtocart" href="#"><i class="fa fa-shopping-cart"></i> Add to cart</a>
119
            </div>
119
            </div>
120
            <div class="btn-group">
120
            <div class="btn-group">
121
                <a id="cartR[% biblionumber | html %]" class="btn btn-default cartRemove" href="#"><i class="fa fa-shopping-cart"></i> Remove from cart</a>
121
                <a id="cartR[% biblionumber | html %]" class="toolbar-btn cartRemove" href="#"><i class="fa fa-shopping-cart"></i> Remove from cart</a>
122
            </div>
122
            </div>
123
        [% END %]
123
        [% END %]
124
    [% END %]
124
    [% END %]
125
125
126
    [% IF Koha.Preference('virtualshelves') %]
126
    [% IF Koha.Preference('virtualshelves') %]
127
        <div class="btn-group">
127
        <div class="btn-group">
128
            <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
128
            <button type="button" class="toolbar-btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
129
                <i class="fa fa-list"></i> Add to list <span class="caret"></span>
129
                <i class="fa fa-list"></i> Add to list <span class="caret"></span>
130
            </button>
130
            </button>
131
            <ul class="dropdown-menu">
131
            <ul class="dropdown-menu">
Lines 168-181 Link Here
168
        </div>
168
        </div>
169
    [% END # /IF virtualshelves %]
169
    [% END # /IF virtualshelves %]
170
170
171
    <div class="btn-group"><a id="printbiblio" class="btn btn-default"><i class="fa fa-print"></i> Print</a></div>
171
    <div class="btn-group"><a id="printbiblio" class="toolbar-btn"><i class="fa fa-print"></i> Print</a></div>
172
172
173
[% IF ( CAN_user_reserveforothers ) %]
173
[% IF ( CAN_user_reserveforothers ) %]
174
    [% SET items = biblio.items %]
174
    [% SET items = biblio.items %]
175
    [% IF Context.Scalar(Context.Scalar(items, "filter_by_for_hold"), "count") %]
175
    [% IF Context.Scalar(Context.Scalar(items, "filter_by_for_hold"), "count") %]
176
        [% IF ( holdfor ) %]
176
        [% IF ( holdfor ) %]
177
            <div class="btn-group">
177
            <div class="btn-group">
178
                <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
178
                <button class="toolbar-btn dropdown-toggle" data-toggle="dropdown">
179
                    <i class="fa fa-sticky-note-o"></i>
179
                    <i class="fa fa-sticky-note-o"></i>
180
                    Place hold
180
                    Place hold
181
                    <span class="caret"></span>
181
                    <span class="caret"></span>
Lines 186-204 Link Here
186
                </ul>
186
                </ul>
187
            </div>
187
            </div>
188
        [% ELSE %]
188
        [% ELSE %]
189
            <div class="btn-group"><a id="placehold" class="btn btn-default" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-sticky-note-o"></i> Place hold</a></div>
189
            <div class="btn-group"><a id="placehold" class="toolbar-btn" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-sticky-note-o"></i> Place hold</a></div>
190
        [% END %]
190
        [% END %]
191
    [% END %]
191
    [% END %]
192
[% END %]
192
[% END %]
193
193
194
[% IF Koha.Preference('ArticleRequests') %]
194
[% IF Koha.Preference('ArticleRequests') %]
195
    <div class="btn-group"><a id="placehold" class="btn btn-default" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-file-text-o"></i> Request article</a></div>
195
    <div class="btn-group"><a id="placehold" class="toolbar-btn" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-file-text-o"></i> Request article</a></div>
196
[% END %]
196
[% END %]
197
197
198
[% IF ( CAN_user_acquisition_order_manage ) %]
198
[% IF ( CAN_user_acquisition_order_manage ) %]
199
    [% IF ( searchtoorder_basketno && searchtoorder_vendorid ) %]
199
    [% IF ( searchtoorder_basketno && searchtoorder_vendorid ) %]
200
        <div class="btn-group">
200
        <div class="btn-group">
201
            <a class="btn btn-default" href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% searchtoorder_vendorid | uri %]&amp;basketno=[% searchtoorder_basketno | uri %]&amp;biblionumber=[% biblionumber | uri %]"><i class="fa fa-shopping-basket"></i> Add order</a>
201
            <a class="toolbar-btn" href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% searchtoorder_vendorid | uri %]&amp;basketno=[% searchtoorder_basketno | uri %]&amp;biblionumber=[% biblionumber | uri %]"><i class="fa fa-shopping-basket"></i> Add order</a>
202
        </div>
202
        </div>
203
    [% END %]
203
    [% END %]
204
[% END %]
204
[% END %]
Lines 232-243 Link Here
232
            </fieldset>
232
            </fieldset>
233
        </div>
233
        </div>
234
        <div class="modal-footer">
234
        <div class="modal-footer">
235
            <button type="submit" class="btn btn-default">Export</button>
235
            <button type="submit" class="principal">Export</button>
236
            <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
236
            <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
237
        </div>
237
        </div>
238
        <input type="hidden" name="op" value="export" />
238
        <input type="hidden" name="op" value="export" />
239
        <input type="hidden" name="bib" value="[% biblionumber | html %]" />
239
        <input type="hidden" name="bib" value="[% biblionumber | html %]" />
240
        </form>
240
        </form>
241
        </div>
241
        </div>
242
        </div>
243
    </div>
242
    </div>
243
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc (-36 / +43 lines)
Lines 1-43 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
[% PROCESS 'html_helpers.inc' %]
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Cataloging Resident Search Box -->
3
[% PROCESS 'patronfields.inc' %]
4
    <div id="header_search">
4
<!-- Begin Patrons Resident Search Box -->
5
6
<div id="header_search">
7
8
    <div>
5
        <div id="addbooks_search" class="residentsearch">
9
        <div id="addbooks_search" class="residentsearch">
6
            <form name="search" action="addbooks.pl">
10
            <form name="search" action="addbooks.pl">
7
                <label class="tip" for="cat_search">Search the catalog and the reservoir:</label>
11
                <input class="head-searchboxname-icon" type="text" name="q" id="cat_search" placeholder="Search the catalog and the reservoir" />
8
                <input class="head-searchbox" type="text" name="q" id="cat_search" size="40" />
12
                <input type="submit" id="submit" value="" />
9
                <input type="submit" class="submit" value="Submit" />
10
            </form>
13
            </form>
11
        </div>
14
        </div>
12
15
13
        [% INCLUDE 'patron-search-box.inc' %]
16
    [% INCLUDE 'patron-search-box.inc' %]
14
17
15
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
18
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
16
        <div id="checkin_search" class="residentsearch">
19
    <div id="checkin_search" class="residentsearch">
17
            <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
20
        <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
18
                <label class="tip" for="ret_barcode">Scan a barcode to check in:</label>
21
            <input class="head-searchbox" name="barcode" id="ret_barcode" accesskey="r" type="text" placeholder="Scan a barcode to check in" />
19
                <input class="head-searchbox" type="text" name="barcode" id="ret_barcode" size="40" />
22
            <input value="" type="submit" id="submit" />
20
                <input value="Submit" class="submit" type="submit" />
23
        </form>
21
            </form>
24
    </div>
22
        </div>
25
23
        <div id="renew_search" class="residentsearch">
26
    <div id="renew_search" class="residentsearch">
24
            <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
27
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
25
                <label class="tip" for="ren_barcode">Scan a barcode to renew:</label>
28
            <input class="head-searchbox" name="barcode" id="ren_barcode" type="text" placeholder="Scan a barcode to renew" />
26
                <input class="head-searchbox" type="text" name="barcode" id="ren_barcode" size="40" />
29
            <input value="" type="submit" id="submit" />
27
                <input value="Submit" class="submit" type="submit" />
30
        </form>
28
            </form>
31
    </div>
29
        </div>
32
    [% END %]
30
        [% END %]
33
31
34
    [% INCLUDE 'catalogue-search-box.inc' %]
32
        [% INCLUDE 'catalogue-search-box.inc' %]
35
33
36
    <ul id="btn-space">
34
        <ul>
37
        <li><a title="Search patrons" class="iconsearch" href="#addbooks_search"><i class="fa fa-fw fa-id-card-o"></i></a></li>[% END %]
35
            <li><a class="keep_text" href="#addbooks_search">Cataloging search</a></li>
38
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
36
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
39
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check in" class="iconsearch" href="#checkin_search"><i class="fa fa-download"></i></a></li>[% END %]
37
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#checkin_search">Check in</a></li>[% END %]
40
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" class="iconsearch" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
38
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %]
41
        <li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
39
            <li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>
42
40
        </ul>
43
        <span class="name-icon">Cataloging search</span>
41
    </div><!-- /header_search -->
44
        <span class="name-icon active">Check out</span>
42
</div><!-- /gradient -->
45
        <span class="name-icon">Check in</span>
43
<!-- End Cataloging Resident Search Box -->
46
        <span class="name-icon">Renew</span>
47
        <span class="name-icon">Search catalog</span>
48
    </ul>
49
</div><!-- /header_search -->
50
<!-- End Main page Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc (-3 / +2 lines)
Lines 1-12 Link Here
1
[% IF ( CAN_user_catalogue ) %]
1
[% IF ( CAN_user_catalogue ) %]
2
    <div id="catalog_search" class="residentsearch">
2
    <div id="catalog_search" class="residentsearch">
3
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
3
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
4
            <label class="tip" for="search-form">Enter search keywords:</label>
5
                [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
4
                [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
6
                    [% INCLUDE 'search_indexes.inc' %]
5
                    [% INCLUDE 'search_indexes.inc' %]
7
                [% END %]
6
                [% END %]
8
            <input type="text" name="q" id="search-form" size="40" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox" />
7
            <input type="text" name="q" id="search-form" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox" placeholder='Enter search keywords' />
9
            <input type="submit" value="Submit"  class="submit" />
8
            <input value="" type="submit" id="submit" />
10
        </form>
9
        </form>
11
    </div>
10
    </div>
12
[% END %]
11
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/category-out-of-age-limit.inc (-2 / +3 lines)
Lines 1-4 Link Here
1
    <li>
1
<li>
2
    <span class="circ-hlt">Patron's age is incorrect for their category.</span>
2
    <span class="circ-hlt">Patron's age is incorrect for their category.</span>
3
    Ages allowed are [% age_low | html %]-[% age_high | html %].
3
    Ages allowed are [% age_low | html %]-[% age_high | html %].
4
    <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | uri %]&amp;step=3" class="btn btn-default btn-xs">Change category</a></li>
4
    <a  href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | uri %]&amp;step=3" class="btn btn-default btn-xs">Change category</a>
5
</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc (-1 / +1 lines)
Lines 103-109 Link Here
103
            </div>
103
            </div>
104
            <div class="modal-footer">
104
            <div class="modal-footer">
105
                <button id="draw-chart" class="btn btn-default">Draw</button>
105
                <button id="draw-chart" class="btn btn-default">Draw</button>
106
                <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
106
                <button type="button" class="btn btn-default cancel" data-dismiss="modal">Close</button>
107
            </div>
107
            </div>
108
        </div>
108
        </div>
109
    </div>
109
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search.inc (-21 / +25 lines)
Lines 1-26 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
<!-- Begin Main page Resident Search Box -->
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Checkin Resident Search Box -->
3
4
<div id="header_search">
4
<div id="header_search">
5
[% INCLUDE 'patron-search-box.inc' %]
6
5
7
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
6
    [% INCLUDE 'patron-search-box.inc' %]
8
<div id="renew_search" class="residentsearch">
7
9
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
8
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
10
        <label class="tip" for="ren_barcode">Scan a barcode to renew:</label>
9
    <div id="renew_search" class="residentsearch">
11
        <input class="head-searchbox" type="text" name="barcode" id="ren_barcode" size="40" />
10
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
12
        <input value="Submit" class="submit" type="submit" />
11
            <input class="head-searchbox" type="text" name="barcode" id="ren_barcode" placeholder="Scan a barcode to renew" />
13
    </form>
12
            <input value="" id="submit" type="submit" />
14
</div>
13
        </form>
15
[% END %]
14
    </div>
15
    [% END %]
16
17
    [% INCLUDE 'catalogue-search-box.inc' %]
18
19
    <ul id="btn-space">
20
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
21
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" class="iconsearch" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
22
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
16
23
17
[% INCLUDE 'catalogue-search-box.inc' %]
24
        <span class="name-icon active">Check out</span>
18
<ul>
25
        <span class="name-icon">Renew</span>
19
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
26
        <span class="name-icon">Search catalog</span>
20
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %]
27
    </ul>
21
    [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
28
</div><!-- /header_search -->
22
</ul>   
29
<!-- End Main page Resident Search Box -->
23
30
24
</div>
25
</div><!-- /gradient -->
26
<!-- End Checkin Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc (-4 / +4 lines)
Lines 53-60 Link Here
53
                            <label id="renew_as_unseen_label" for="override_limit">Renew as &quot;unseen&quot; if appropriate:</label>
53
                            <label id="renew_as_unseen_label" for="override_limit">Renew as &quot;unseen&quot; if appropriate:</label>
54
                            <input type="checkbox" name="renew_as_unseen" id="renew_as_unseen_checkbox" value="1" />
54
                            <input type="checkbox" name="renew_as_unseen" id="renew_as_unseen_checkbox" value="1" />
55
                        [% END %]
55
                        [% END %]
56
                        <button class="btn btn-default" id="RenewCheckinChecked"><i class="fa fa-check"></i> Renew or check in selected items</button>
56
                        <button class="btn btn-default principal" id="RenewCheckinChecked"><i class="fa fa-check"></i> Renew or check in selected items</button>
57
                        <button class="btn btn-default" id="RenewAll"><i class="fa fa-book"></i> Renew all</button>
57
                        <button class="btn btn-default principal" id="RenewAll"><i class="fa fa-book"></i> Renew all</button>
58
                    [% END %]
58
                    [% END %]
59
                </fieldset>
59
                </fieldset>
60
60
Lines 81-87 Link Here
81
                        <input type="hidden" id="output_format" name="output_format" value="iso2709" />
81
                        <input type="hidden" id="output_format" name="output_format" value="iso2709" />
82
                        <input type="hidden" id="dont_export_item" name="dont_export_item" value="0" />
82
                        <input type="hidden" id="dont_export_item" name="dont_export_item" value="0" />
83
                        <input type="hidden" id="record_type" name="record_type" value="bibs" />
83
                        <input type="hidden" id="record_type" name="record_type" value="bibs" />
84
                        <button class="btn btn-default btn-sm" id="export_submit"><i class="fa fa-download"></i> Export</button>
84
                        <button class="btn btn-default btn-sm principal" id="export_submit"><i class="fa fa-download"></i> Export</button>
85
                    </fieldset>
85
                    </fieldset>
86
                [% END %]
86
                [% END %]
87
            </div>
87
            </div>
Lines 121-127 Link Here
121
          <input type="hidden" id="claims-returned-itemnumber" />
121
          <input type="hidden" id="claims-returned-itemnumber" />
122
      </div>
122
      </div>
123
      <div class="modal-footer">
123
      <div class="modal-footer">
124
        <button id="claims-returned-modal-btn-submit" type="button" class="btn btn-primary"><i class="fa fa-exclamation-circle"></i> Make claim</button>
124
        <button id="claims-returned-modal-btn-submit" type="button" class="btn btn-primary principal"><i class="fa fa-exclamation-circle"></i> Make claim</button>
125
        <button class="btn btn-default deny cancel" href="#" data-dismiss="modal" aria-hidden="true"><i class="fa fa-times"></i> Cancel</button>
125
        <button class="btn btn-default deny cancel" href="#" data-dismiss="modal" aria-hidden="true"><i class="fa fa-times"></i> Cancel</button>
126
      </div>
126
      </div>
127
    </div>
127
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-77 / +93 lines)
Lines 10-38 Link Here
10
[% ELSIF ( patron_is_staff ) %]
10
[% ELSIF ( patron_is_staff ) %]
11
    [% patron_type_class = 'is-staff' %]
11
    [% patron_type_class = 'is-staff' %]
12
[% END %]
12
[% END %]
13
<div class="patroninfo [% patron_type_class | html %]">
14
13
15
[% IF ( patronimages ) %]
14
<div id="filters">
15
<div class="patroninfo [% patron_type_class | html %]">
16
    [% IF ( patronimages ) %]
16
    <h5 class="text-center">
17
    <h5 class="text-center">
17
[% ELSE %]
18
    [% ELSE %]
18
    <h5>
19
    <h5>
19
[% END %]
20
    [% END %]
21
20
        [% IF ( patron_is_staff ) %]
22
        [% IF ( patron_is_staff ) %]
21
            <i class="fa fa-shield fa-fw" title="Staff patron"></i>
23
        <i class="fa fa-shield fa-fw" title="Staff patron"></i>
22
        [% END %]
24
        [% END %]
25
23
        [% IF ( patron_is_superlibrarian ) %]
26
        [% IF ( patron_is_superlibrarian ) %]
24
            <i class="fa fa-bolt fa-fw" title="Superlibrarian patron"></i>
27
        <i class="fa fa-bolt fa-fw" title="Superlibrarian patron"></i>
25
        [% END %]
28
        [% END %]
29
26
        [% INCLUDE 'patron-title.inc' %]
30
        [% INCLUDE 'patron-title.inc' %]
31
32
        [% IF ( patron.dateofbirth ) %]
33
        <li class="patrondateofbirth">
34
            [% INCLUDE 'patron-age.inc' %]
35
        </li>
36
        [% END %]
37
27
    </h5>
38
    </h5>
28
39
29
[% IF Koha.Preference('showLastPatron') %]
40
    [% IF Koha.Preference('showLastPatron') %]
30
    <input type="hidden" id="hiddenborrowernumber" value="[% patron.borrowernumber | html %]">
41
    <input type="hidden" id="hiddenborrowernumber" value="[% patron.borrowernumber | html %]">
31
    <input type="hidden" id="hiddenborrowername" value="[% patron.surname | html %] [% patron.firstname | html %]">
42
    <input type="hidden" id="hiddenborrowername" value="[% patron.surname | html %] [% patron.firstname | html %]">
32
    <input type="hidden" id="hiddenborrowercard" value="[% patron.cardnumber | html %]">
43
    <input type="hidden" id="hiddenborrowercard" value="[% patron.cardnumber | html %]">
33
[% END %]
44
    [% END %]
34
45
35
[% IF ( patronimages ) %]
46
    [% IF ( patronimages ) %]
36
    <div>
47
    <div>
37
        <div class="patronimage-container">
48
        <div class="patronimage-container">
38
            [% IF ( patron.image ) %]
49
            [% IF ( patron.image ) %]
Lines 48-104 Link Here
48
            [% END %]
59
            [% END %]
49
        </div>
60
        </div>
50
    </div>
61
    </div>
51
[% END %]
62
    [% END %]
52
63
53
<ul class="patronbriefinfo">
64
    <ul class="patronbriefinfo">
54
    [% IF !(Koha.Preference('HidePersonalPatronDetailOnCirculation')) %]
65
        [% IF !(Koha.Preference('HidePersonalPatronDetailOnCirculation')) %]
55
        [% PROCESS 'display-address-style' %]
66
        [% PROCESS 'display-address-style' %]
56
67
57
        [% IF ( patron.phone || patron.mobile || patron.phonepro ) %]<li class="patronphone">
68
        [% IF ( patron.phone || patron.mobile || patron.phonepro ) %]<li class="patronphone">
69
58
        [% IF ( patron.phone ) %]
70
        [% IF ( patron.phone ) %]
59
            <a href="tel:[% patron.phone | url %]">[% patron.phone | html %]</a>
71
        <a href="tel:[% patron.phone | url %]">[% patron.phone | html %]</a>
60
        [% ELSE %]
72
        [% ELSE %]
61
            [% IF ( patron.mobile ) %]
73
            [% IF ( patron.mobile ) %]
62
                <a href="tel:[% patron.mobile | url %]">[% patron.mobile | html %]</a>
74
            <a href="tel:[% patron.mobile | url %]">[% patron.mobile | html %]</a>
63
            [% ELSE %]
75
            [% ELSE %]
64
                [% IF ( patron.phonepro ) %]
76
                [% IF ( patron.phonepro ) %]
65
                    <a href="tel:[% patron.phonepro | url %]">[% patron.phonepro | html %]</a>
77
                <a href="tel:[% patron.phonepro | url %]">[% patron.phonepro | html %]</a>
66
                [% END %]
78
                [% END %]
67
            [% END %]
79
            [% END %]
68
        [% END %]</li>[% END %]
80
        [% END %]</li>[% END %]
81
69
        [% IF ( patron.email ) %]
82
        [% IF ( patron.email ) %]
70
            <li class="email"> <a href="mailto:[% patron.email | url %]" title="[% patron.email | html %]">[% patron.email | html %]</a></li>
83
        <li class="email"> <a href="mailto:[% patron.email | url %]" title="[% patron.email | html %]">[% patron.email | html %]</a></li>
71
        [% ELSE %]
84
        [% ELSE %]
72
            [% IF ( patron.emailpro ) %]
85
            [% IF ( patron.emailpro ) %]
73
                <li class="email"> <a href="mailto:[% patron.emailpro | url %]" title="[% patron.emailpro | html %]">[% patron.emailpro | html %]</a></li>
86
            <li class="email"> <a href="mailto:[% patron.emailpro | url %]" title="[% patron.emailpro | html %]">[% patron.emailpro | html %]</a></li>
74
            [% END %]
87
            [% END %]
75
        [% END %]
88
        [% END %]
76
        [% IF ( patron.dateofbirth ) %]
89
77
            <li class="patrondateofbirth">
90
78
                <span>Born:</span>
79
                [% INCLUDE 'patron-age.inc' %]
80
            </li>
81
        [% END %]
82
91
83
        [% UNLESS ( patron.address or patron.address2 ) %]
92
        [% UNLESS ( patron.address or patron.address2 ) %]
84
            <li><span class="empty" id="noaddressstored">No address stored.</span></li>
93
        <li><span class="empty" id="noaddressstored">No address stored.</span></li>
85
        [% END %]
94
        [% END %]
86
        [% UNLESS ( patron.city ) %]
95
        [% UNLESS ( patron.city ) %]
87
            <li><span class="empty" id="nocitystored">No city stored.</span></li>
96
        <li><span class="empty" id="nocitystored">No city stored.</span></li>
88
        [% END %]
97
        [% END %]
98
89
        [% UNLESS ( patron.phone or patron.mobile or patron.phonepro) %]
99
        [% UNLESS ( patron.phone or patron.mobile or patron.phonepro) %]
90
            <li> <span class="empty">No phone stored.</span></li>
100
        <li> <span class="empty">No phone stored.</span></li>
91
        [% END %]
101
        [% END %]
102
92
        [% UNLESS ( patron.email or patron.emailpro) %]
103
        [% UNLESS ( patron.email or patron.emailpro) %]
93
            <li> <span class="empty">No email stored.</span></li>
104
        <li> <span class="empty">No email stored.</span></li>
94
        [% END %]
105
        [% END %]
106
95
        [% UNLESS ( patron.dateofbirth ) %]
107
        [% UNLESS ( patron.dateofbirth ) %]
96
            <li> <span class="empty">No date of birth stored.</span></li>
108
        <li> <span class="empty">No date of birth stored.</span></li>
109
        [% END %]
97
        [% END %]
110
        [% END %]
98
111
99
    [% END %]
112
        [% IF Koha.Preference('ExtendedPatronAttributes') %]
100
101
    [% IF Koha.Preference('ExtendedPatronAttributes') %]
102
        [% FOREACH extendedattribute IN patron.extended_attributes %]
113
        [% FOREACH extendedattribute IN patron.extended_attributes %]
103
            [% IF ( extendedattribute.type.display_checkout ) %] [%# FIXME We should filter in the line above %]
114
            [% IF ( extendedattribute.type.display_checkout ) %] [%# FIXME We should filter in the line above %]
104
                [% IF ( extendedattribute.attribute ) %] [%# FIXME Why that? why not if == 0? %]
115
                [% IF ( extendedattribute.attribute ) %] [%# FIXME Why that? why not if == 0? %]
Lines 108-167 Link Here
108
                [% END %]
119
                [% END %]
109
            [% END %]
120
            [% END %]
110
        [% END %]
121
        [% END %]
111
    [% END %]
122
        [% END %]
112
    <li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li>
123
113
    <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li>
124
        <li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li>
114
    <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li>
125
        <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li>
115
    <li><span class="patronupdatedon">Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]</span></li>
126
        <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li>
116
    [% IF patron.account_locked %]
127
        <li><span class="patronupdatedon">Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]</span></li>
128
129
        [% IF patron.account_locked %]
117
        [% IF patron.login_attempts < 0 %]
130
        [% IF patron.login_attempts < 0 %]
118
            <li class="blocker account_admin_locked">Account has been administratively locked</li>
131
            <li class="blocker account_admin_locked">Account has been administratively locked</li>
119
        [% ELSE %]
132
        [% ELSE %]
120
            <li class="blocker account_locked">Account has been locked</li>
133
            <li class="blocker account_locked">Account has been locked</li>
121
        [% END %]
134
        [% END %]
122
    [% END %]
123
  </ul></div>
124
<div id="menu">
125
<ul>
126
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
127
        [% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% patron.borrowernumber | uri %]">Check out</a></li>
128
        [% IF Koha.Preference('BatchCheckouts') && Koha.Preference('BatchCheckoutsValidCategories').split(',').grep('^' _ patron.categorycode _ '$').size > 0 %]
129
          [% IF ( batch_checkout_view ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;batch=1">Batch check out</a></li>
130
        [% END %]
135
        [% END %]
131
    [% END %]
136
    </ul>
132
    [% IF CAN_user_borrowers_edit_borrowers %]
137
</div>
133
        [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">Details</a></li>
138
134
    [% END %]
139
<div id="navmenulist">
135
    [% IF ( CAN_user_updatecharges_remaining_permissions ) %]
140
    <ul>
136
        [% IF ( finesview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Accounting</a></li>
141
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
137
    [% END %]
142
            [% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% patron.borrowernumber | uri %]">Check out</a></li>
138
    [% IF ( CAN_user_circulate_circulate_remaining_permissions  )  %]
143
            [% IF Koha.Preference('BatchCheckouts') && Koha.Preference('BatchCheckoutsValidCategories').split(',').grep('^' _ patron.categorycode _ '$').size > 0 %]
139
        [% IF Koha.Preference("RoutingSerials") %][% IF ( routinglistview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/routing-lists.pl?borrowernumber=[% patron.borrowernumber | uri %]">Routing lists</a></li>[% END %]
144
            [% IF ( batch_checkout_view ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;batch=1">Batch check out</a></li>
140
    [% END %]
145
            [% END %]
141
    [% IF CAN_user_borrowers_edit_borrowers %]
142
        [% IF ( intranetreadinghistory ) %]
143
            [% IF ( readingrecordview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/readingrec.pl?borrowernumber=[% patron.borrowernumber | uri %]">Circulation history</a></li>
144
        [% END %]
146
        [% END %]
145
    [% END %]
147
        [% IF CAN_user_borrowers_edit_borrowers %]
146
    [% IF CAN_user_borrowers_edit_borrowers %]
148
            [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">Details</a></li>
147
        [% IF ( intranetreadinghistory ) %]
148
            [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdshistory.pl?borrowernumber=[% patron.borrowernumber | uri %]">Holds history</a></li>
149
        [% END %]
149
        [% END %]
150
    [% END %]
150
        [% IF ( CAN_user_updatecharges_remaining_permissions ) %]
151
    [% IF ( CAN_user_tools_view_system_logs ) %]
151
            [% IF ( finesview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Accounting</a></li>
152
        [% IF ( logview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&amp;modules=MEMBERS&amp;modules=CIRCULATION&amp;object=[% patron.borrowernumber | uri %]&amp;src=circ">Modification log</a></li>
152
        [% END %]
153
    [% END %]
153
        [% IF ( CAN_user_circulate_circulate_remaining_permissions  )  %]
154
    [% IF CAN_user_borrowers_edit_borrowers %]
154
            [% IF Koha.Preference("RoutingSerials") %][% IF ( routinglistview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/routing-lists.pl?borrowernumber=[% patron.borrowernumber | uri %]">Routing lists</a></li>[% END %]
155
    [% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% patron.borrowernumber | uri %]">Notices</a></li>
155
        [% END %]
156
    [% END %]
156
        [% IF CAN_user_borrowers_edit_borrowers %]
157
    [% IF CAN_user_borrowers_edit_borrowers %]
157
            [% IF ( intranetreadinghistory ) %]
158
        [% IF (  statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% patron.borrowernumber | uri %]">Statistics</a></li>
158
                [% IF ( readingrecordview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/readingrec.pl?borrowernumber=[% patron.borrowernumber | uri %]">Circulation history</a></li>
159
    [% END %]
159
            [% END %]
160
    [% IF CAN_user_borrowers_edit_borrowers %]
160
        [% END %]
161
        [% IF ( EnableBorrowerFiles ) %]
161
        [% IF CAN_user_borrowers_edit_borrowers %]
162
            [% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% patron.borrowernumber | uri %]">Files</a></li>
162
            [% IF ( intranetreadinghistory ) %]
163
                [% IF ( holdshistoryview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/holdshistory.pl?borrowernumber=[% patron.borrowernumber | uri %]">Holds history</a></li>
164
            [% END %]
165
        [% END %]
166
        [% IF ( CAN_user_tools_view_system_logs ) %]
167
            [% IF ( logview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&amp;modules=MEMBERS&amp;modules=CIRCULATION&amp;object=[% patron.borrowernumber | uri %]&amp;src=circ">Modification log</a></li>
168
        [% END %]
169
        [% IF CAN_user_borrowers_edit_borrowers %]
170
        [% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% patron.borrowernumber | uri %]">Notices</a></li>
171
        [% END %]
172
        [% IF CAN_user_borrowers_edit_borrowers %]
173
            [% IF (  statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% patron.borrowernumber | uri %]">Statistics</a></li>
174
        [% END %]
175
        [% IF CAN_user_borrowers_edit_borrowers %]
176
            [% IF ( EnableBorrowerFiles ) %]
177
                [% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% patron.borrowernumber | uri %]">Files</a></li>
178
            [% END %]
163
        [% END %]
179
        [% END %]
164
    [% END %]
165
180
166
    [% IF CAN_user_suggestions_suggestions_manage %]
181
    [% IF CAN_user_suggestions_suggestions_manage %]
167
        [% IF ( suggestionsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/purchase-suggestions.pl?borrowernumber=[% patron.borrowernumber | uri %]">Purchase suggestions</a></li>
182
        [% IF ( suggestionsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/purchase-suggestions.pl?borrowernumber=[% patron.borrowernumber | uri %]">Purchase suggestions</a></li>
Lines 179-184 Link Here
179
        [% IF recallsview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/recallshistory.pl?borrowernumber=[% patron.borrowernumber | uri %]">Recalls history</a></li>
194
        [% IF recallsview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/recallshistory.pl?borrowernumber=[% patron.borrowernumber | uri %]">Recalls history</a></li>
180
    [% END %]
195
    [% END %]
181
</ul></div>
196
</ul></div>
197
</div>
182
198
183
[% IF patronimages && CAN_user_tools_batch_upload_patron_images %]
199
[% IF patronimages && CAN_user_tools_batch_upload_patron_images %]
184
<!-- Modal -->
200
<!-- Modal -->
Lines 212-218 Link Here
212
                            <input type="hidden" id="image" name="filetype" value="image" />
228
                            <input type="hidden" id="image" name="filetype" value="image" />
213
                            <input type="hidden" id="cardnumber" name="cardnumber" value="[% patron.cardnumber | html %]" />
229
                            <input type="hidden" id="cardnumber" name="cardnumber" value="[% patron.cardnumber | html %]" />
214
                            <input type="hidden" id="borrowernumber" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
230
                            <input type="hidden" id="borrowernumber" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
215
                            <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-upload"></i> Upload photo</button>
231
                            <button type="submit" class="btn btn-default principal btn-xs"><i class="fa fa-upload"></i> Upload photo</button>
216
                            <input name="op" type="hidden" value="Upload" />
232
                            <input name="op" type="hidden" value="Upload" />
217
                            [% IF ( patron.image ) %]
233
                            [% IF ( patron.image ) %]
218
                                <a id="delpicture"
234
                                <a id="delpicture"
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc (-6 / +5 lines)
Lines 3-13 Link Here
3
<div id="navmenu">
3
<div id="navmenu">
4
    <div id="navmenulist">
4
    <div id="navmenulist">
5
5
6
        <ul>
6
        <h2><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation home</a></h2>
7
            <li><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation home</a></li>
8
        </ul>
9
7
10
        <h5>Circulation</h5>
8
        <h4>Circulation</h4>
11
        <ul>
9
        <ul>
12
            <li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li>
10
            <li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li>
13
            <li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
11
            <li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
Lines 33-50 Link Here
33
        </ul>
31
        </ul>
34
32
35
        [% IF Koha.Preference('ArticleRequests') %]
33
        [% IF Koha.Preference('ArticleRequests') %]
36
        <h5>Patron request</h5>
34
        <h4>Patron request</h4>
37
        <ul>
35
        <ul>
38
            <li><a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a></li>
36
            <li><a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a></li>
39
        </ul>
37
        </ul>
40
        [% END %]
38
        [% END %]
41
39
42
        <h5>Circulation reports</h5>
40
        <h4>Circulation reports</h4>
43
        <ul>
41
        <ul>
44
            <li><a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li>
42
            <li><a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li>
45
            <li><a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li>
43
            <li><a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li>
46
            <li><a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a></li>
44
            <li><a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a></li>
47
            <li><a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
45
            <li><a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
46
            <li><a href="/cgi-bin/koha/circ/transfers_to_send.pl">Transfers to send</a></li>
48
            <li><a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li>
47
            <li><a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li>
49
            [% IF ( CAN_user_circulate_overdues_report ) %]
48
            [% IF ( CAN_user_circulate_overdues_report ) %]
50
                <li><a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a></li>
49
                <li><a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc (-27 / +31 lines)
Lines 1-34 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
<!-- Begin Main page Resident Search Box -->
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Circulation Resident Search Box -->
4
3
5
<div id="header_search">
4
<div id="header_search">
5
6
    [% INCLUDE 'patron-search-box.inc' %]
6
    [% INCLUDE 'patron-search-box.inc' %]
7
8
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
9
    <div id="checkin_search" class="residentsearch">
10
        <form action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" method="post">
11
            <input id="ret_barcode" name="barcode" class="head-searchbox" accesskey="r" type="text" placeholder="Scan a barcode to check in" />
12
            <input value="" id="submit" type="submit"/>
13
        </form>
14
    </div>
15
16
    <div id="renew_search" class="residentsearch">
17
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
18
            <input class="head-searchbox" name="barcode" id="ren_barcode" accesskey="r" type="text" placeholder="Scan a barcode to renew" />
19
            <input value="" type="submit" id="submit" />
20
        </form>
21
    </div>
22
    [% END %]
23
7
    [% INCLUDE 'catalogue-search-box.inc' %]
24
    [% INCLUDE 'catalogue-search-box.inc' %]
8
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
9
<div id="checkin_search" class="residentsearch">
10
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
11
        <label class="tip" for="ret_barcode">Scan a barcode to check in:</label>
12
        <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" accesskey="r" type="text" />
13
        <input value="Submit" class="submit" type="submit" />
14
    </form>
15
</div>
16
<div id="renew_search" class="residentsearch">
17
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
18
        <label class="tip" for="ren_barcode">Scan a barcode to renew:</label>
19
        <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
20
        <input value="Submit" class="submit" type="submit" />
21
    </form>
22
</div>
23
[% END %]
24
25
25
<ul>
26
    <ul id="btn-space">
26
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
27
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
27
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#checkin_search">Check in</a></li>[% END %]
28
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check in" class="iconsearch" href="#checkin_search"><i class="fa fa-download"></i></a></li>[% END %]
28
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %]
29
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" class="iconsearch" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
29
    [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
30
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
30
</ul>   
31
31
32
</div><!-- /header_search -->
32
        <span class="name-icon active">Check out</span>
33
</div><!-- /gradient -->
33
        <span class="name-icon">Check in</span>
34
<!-- End Circulation Resident Search Box -->
34
        <span class="name-icon">Renew</span>
35
        <span class="name-icon">Search catalog</span>
36
    </ul>
37
</div>
38
<!-- End Main page Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc (-13 / +14 lines)
Lines 1-23 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Cities Resident Search Box -->
4
<div id="header_search">
2
<div id="header_search">
5
	<div id="city_search" class="residentsearch">
3
	<div id="city_search" class="residentsearch">
6
	<form action="[% script_name | html %]" method="post">
4
        <form action="[% script_name | html %]" method="post">
7
        <label class="tip" for="city_name_filter">City search:</label>
5
            <input class="head-searchbox" type="text" name="city_name_filter" id="city_name_filter" value="[% city_name_filter | html %]" placeholder="City search" />
8
        <input class="head-searchbox" type="text" name="city_name_filter" id="city_name_filter" value="[% city_name_filter | html %]" size="40" />
6
            <input type="submit" name="submit" value="" id="submit" />
9
		<input type="submit" name="submit" value="OK" class="submit" />
7
        </form>
10
	</form>
11
	</div>
8
	</div>
12
9
13
    [% INCLUDE 'patron-search-box.inc' %]
10
    [% INCLUDE 'patron-search-box.inc' %]
11
14
    [% INCLUDE 'catalogue-search-box.inc' %]
12
    [% INCLUDE 'catalogue-search-box.inc' %]
15
13
16
			<ul>
14
    <ul id="btn-space">
17
            <li><a class="keep_text" href="#city_search">Search cities</a></li>
15
        <li><a title="Search cities" class="iconsearch" href="#city_search"><i class="fa fa-building-o"></i></a></li>
18
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
16
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
19
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
17
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
20
			</ul>	
18
21
</div>
19
        <span class="name-icon active">Search cities</span>
20
        <span class="name-icon">Check out</span>
21
        <span class="name-icon">Search the catalog</span>
22
    </ul>
22
</div>
23
</div>
23
<!-- End Cities Resident Search Box -->
24
<!-- End Cities Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc (-10 / +11 lines)
Lines 1-24 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Patrons Admin Resident Search Box -->
4
2
5
<div id="header_search">
3
<div id="header_search">
6
	<div id="contract_description_search" class="residentsearch">
4
	<div id="contract_description_search" class="residentsearch">
7
	<form action="[% script_name | html %]" method="post">
5
	<form action="[% script_name | html %]" method="post">
8
        <label class="tip" for="searchfield">Search by contract name or/and description:</label>
6
        <input class="head-searchbox" type="text" name="searchfield" id="searchfield" value="[% searchfield | html %]" placeholder="Search by contract name or/and description:"/>
9
        <input class="head-searchbox" type="text" name="searchfield" id="searchfield" size="40" value="[% searchfield | html %]" />
7
		<input type="submit" class="submit" id="submit" name="search" value="" />
10
		<input type="submit" class="submit" name="search" value="Search" />
11
	</form>	
8
	</form>	
12
	</div>
9
	</div>
13
10
14
    [% INCLUDE 'patron-search-box.inc' %]
11
    [% INCLUDE 'patron-search-box.inc' %]
12
15
    [% INCLUDE 'catalogue-search-box.inc' %]
13
    [% INCLUDE 'catalogue-search-box.inc' %]
16
14
17
	<ul>
15
	<ul id="btn-space">
18
            <li><a class="keep_text" href="#contract_description_search">Search contracts</a></li>
16
        <li><a title="Search contracts" class="iconsearch" href="#contract_description_search"><i class="fa fa-pencil-square-o"></i></a></li>
19
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
17
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
20
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
18
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
19
20
        <span class="name-icon active">Search contracts</span>
21
        <span class="name-icon">Check out</span>
22
        <span class="name-icon">Search the catalog</span>
21
	</ul>
23
	</ul>
22
</div>
24
</div>
23
</div><!-- /gradient -->
24
<!-- End Patrons Admin Resident Search Box -->
25
<!-- End Patrons Admin Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc (-11 / +15 lines)
Lines 1-21 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Currencies Resident Search Box -->
4
<div id="header_search">
3
<div id="header_search">
5
	<div id="currency_search" class="residentsearch">
4
	<div id="currency_search" class="residentsearch">
6
        <form action="[% script_name | html %]" method="post">
5
        <form action="[% script_name | html %]" method="post">
7
            <label class="tip" for="description">Currencies search:</label>
6
                <input class="head-searchbox" type="text" name="description" id="description" value="[% searchfield | html %]" placeholder="Currencies search" />
8
                <input class="head-searchbox" type="text" name="description" id="description" size="40" value="[% searchfield | html %]" />
7
                <input type="submit" id="submit" name="search" value="" />
9
                <input type="submit" class="submit" name="search" value="Search" />
10
        </form>	
8
        </form>	
11
	</div>
9
	</div>
10
12
    [% INCLUDE 'patron-search-box.inc' %]
11
    [% INCLUDE 'patron-search-box.inc' %]
12
13
    [% INCLUDE 'catalogue-search-box.inc' %]
13
    [% INCLUDE 'catalogue-search-box.inc' %]
14
			<ul>
14
15
            <li><a class="keep_text" href="#currency_search">Search currencies</a></li>
15
    <ul id="btn-space">
16
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
16
        <li><a title="Search currencies" class="iconsearch" href="#currency_search"><i class="fa fa-dollar"></i></a></li>
17
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
17
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
18
			</ul>	
18
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
19
20
        <span class="name-icon active">Search currencies</span>
21
        <span class="name-icon">Check out</span>
22
        <span class="name-icon">Search catalog</span>
23
    </ul>
19
</div>
24
</div>
20
</div><!-- /gradient -->
21
<!-- End Currencies Resident Search Box -->
25
<!-- End Currencies Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/desks-admin-search.inc (-13 / +15 lines)
Lines 1-23 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName|html %]</a></div><!-- Begin Desks Resident Search Box -->
4
<div id="header_search">
2
<div id="header_search">
3
5
        <div id="desk_search" class="residentsearch">
4
        <div id="desk_search" class="residentsearch">
6
        <form action="[% script_name|html %]" method="post">
5
            <form action="[% script_name|html %]" method="post">
7
            <label class="tip" for="desk_name">Desk search:</label>
6
                <input class="head-searchbox" type="text" name="desk_name" placeholder="Desk search:" id="desk_name" value="[% searchfield|html %]" size="40" />
8
        <input class="head-searchbox" type="text" name="desk_name" id="desk_name" value="[% searchfield|html %]" size="40" />
7
                <input type="submit" name="submit" value="" class="submit" id="submit" />
9
                <input type="submit" name="submit" value="OK" class="submit" />
8
            </form>
10
        </form>
11
        </div>
9
        </div>
12
10
13
    [% INCLUDE 'patron-search-box.inc' %]
11
    [% INCLUDE 'patron-search-box.inc' %]
12
14
    [% INCLUDE 'catalogue-search-box.inc' %]
13
    [% INCLUDE 'catalogue-search-box.inc' %]
15
14
16
                        <ul>
15
    <ul id="btn-space">
17
            <li><a class="keep_text" href="#desk_search">Search desks</a></li>
16
        <li><a title="Search desks" class="iconsearch" href="#desk_search"><i class="fa fa-desktop"></i></a></li>
18
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
17
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
19
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
18
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
20
                        </ul>
19
21
</div>
20
        <span class="name-icon active">Search desks</span>
21
        <span class="name-icon">Check out</span>
22
        <span class="name-icon">Search catalog</span>
23
    </ul>
22
</div>
24
</div>
23
<!-- End Desks Resident Search Box -->
25
<!-- End Desks Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (-1 / +1 lines)
Lines 5-11 Link Here
5
[% IF ( facets_loop ) %]
5
[% IF ( facets_loop ) %]
6
<div id="search-facets">
6
<div id="search-facets">
7
<h4>Refine your search</h4>
7
<h4>Refine your search</h4>
8
<ul>
8
<ul class="cadre">
9
    <li id="availability_facet">Availability<ul><li>[% IF ( available ) %]<strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi_not_availablity | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]">Show all items</a>[% ELSE %]<a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]&amp;limit=available">Limit to currently available items</a>[% END %]</li></ul>
9
    <li id="availability_facet">Availability<ul><li>[% IF ( available ) %]<strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi_not_availablity | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]">Show all items</a>[% ELSE %]<a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %][% IF ( sort_by ) %]&amp;sort_by=[% sort_by | uri %][% END %]&amp;limit=available">Limit to currently available items</a>[% END %]</li></ul>
10
	[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search | html %][% END %])</li>[% END %]
10
	[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search | html %][% END %])</li>[% END %]
11
	</li>
11
	</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc (-20 / +18 lines)
Lines 1-24 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div id="navmenu">
2
<div id="navmenu">
3
<div id="navmenulist">
3
    <div id="navmenulist">
4
4
5
<h5>Run reports</h5>
5
            [% IF ( CAN_user_reports_execute_reports ) %]<h4>Run reports</h4><ul><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li></ul>[% END %]
6
<ul>
6
7
	[% IF ( CAN_user_reports_execute_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li>[% END %]
7
            <h4>Reports dictionary</h4>
8
</ul>
8
        <ul>
9
<h5>Reports dictionary</h5>
9
            <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
10
<ul>
10
        </ul>
11
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
11
            <h4>Useful resources</h4>
12
</ul>
12
        <ul>
13
<h5>Useful resources</h5>
13
            <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
14
<ul>
14
            [% SET koha_version = Koha.Version %]
15
<li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
15
            [% IF koha_version.development %]
16
[% SET koha_version = Koha.Version %]
16
                <li><a href="http://schema.koha-community.org/master" target="blank">Koha database schema</a></li>
17
[% IF koha_version.development %]
17
            [% ELSE %]
18
    <li><a href="http://schema.koha-community.org/master" target="blank">Koha database schema</a></li>
18
                <li><a href="http://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
19
[% ELSE %]
19
            [% END %]
20
    <li><a href="http://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
20
        </ul>
21
[% END %]
21
    </div>
22
</ul>
23
</div>
24
</div>
22
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (-144 / +161 lines)
Lines 3-34 Link Here
3
[% USE Desks %]
3
[% USE Desks %]
4
[% USE Registers %]
4
[% USE Registers %]
5
[% USE Koha %]
5
[% USE Koha %]
6
7
8
6
<nav class="navbar">
9
<nav class="navbar">
10
7
    <div class="navbar-header">
11
    <div class="navbar-header">
8
        <a href="#" class="header-menu-link collapsed" data-toggle="collapse" data-target="#header" aria-expanded="false" aria-controls="header">
12
        <ul id="logo">
9
            <i class="fa fa-bars"></i> Menu
13
            <a href="/cgi-bin/koha/mainpage.pl"></a>
10
        </a>
14
        </ul>
15
        <a href="#" class="header-menu-link collapsed" data-toggle="collapse" data-target="#header" aria-expanded="false" aria-controls="header"><i class="fa fa-bars"></i> Menu</a>
11
    </div>
16
    </div>
17
12
    <div id="header" class="navbar-collapse collapse">
18
    <div id="header" class="navbar-collapse collapse">
13
        <ul id="toplevelmenu" class="nav navbar-nav">
19
        <ul id="toplevelmenu" class="nav navbar-nav">
14
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></li>[% END %]
20
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></li>[% END %]
21
15
            [% IF CAN_user_borrowers_edit_borrowers %]<li><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></li>[% END %]
22
            [% IF CAN_user_borrowers_edit_borrowers %]<li><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></li>[% END %]
16
            <li id="catalog-search-link">
23
17
                <a href="/cgi-bin/koha/catalogue/search.pl">Search</a>
24
            <li class="dropdown">
18
            </li>
25
                <a href="/cgi-bin/koha/catalogue/search.pl" class="dropdown-toggle" data-toggle="dropdown">Search <b class="caret"></b></a>
19
            <li class="dropdown" id="catalog-search-dropdown">
20
                <a href="/cgi-bin/koha/catalogue/search.pl" class="dropdown-toggle" data-toggle="dropdown"><b class="caret"></b></a>
21
                <ul class="dropdown-menu dropdown-menu-right">
26
                <ul class="dropdown-menu dropdown-menu-right">
22
                    [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a></li>
27
                    [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a></li>
23
                    <li><a href="/cgi-bin/koha/catalogue/itemsearch.pl">Item search</a></li>[% END %]
28
                    <li><a href="/cgi-bin/koha/catalogue/itemsearch.pl">Item search</a></li>[% END %]
24
                </ul>
29
                </ul>
25
            </li>
30
            </li>
26
            [% IF ( Koha.Preference('intranetbookbag') ) %]
31
27
                <li>
28
                    <a href="#" id="cartmenulink"><i class="fa fa-shopping-cart"></i>Cart<span id="basketcount"></span></a>
29
                </li>
30
            [% END %]
31
            [% Koha.Preference('IntranetNav') | $raw %]
32
            <li class="dropdown">
32
            <li class="dropdown">
33
                <a href="/cgi-bin/koha/mainpage.pl" class="dropdown-toggle" data-toggle="dropdown">More <b class="caret"></b></a>
33
                <a href="/cgi-bin/koha/mainpage.pl" class="dropdown-toggle" data-toggle="dropdown">More <b class="caret"></b></a>
34
                <ul class="dropdown-menu dropdown-menu-right">
34
                <ul class="dropdown-menu dropdown-menu-right">
Lines 67-218 Link Here
67
                    <li><a href="/cgi-bin/koha/about.pl">About Koha</a></li>
67
                    <li><a href="/cgi-bin/koha/about.pl">About Koha</a></li>
68
                </ul>
68
                </ul>
69
            </li>
69
            </li>
70
            <li>[% Koha.Preference('IntranetNav') | $raw %]</li>
70
        </ul>
71
        </ul>
71
    </div>
72
    </div>
72
        <ul id="user-menu" class="nav navbar-nav navbar-right">
73
            [% IF ( loggedinusername ) %]
74
            <li class="dropdown">
75
                <a href="#" id="logged-in-menu" role="button" class="dropdown-toggle" data-toggle="dropdown">
76
                    <span id="logged-in-info-brief">
77
                        <i class="fa fa-user"></i>
78
                    </span>
79
                    <span id="logged-in-info-full">
80
                        [% SET is_superlibrarian = CAN_user_superlibrarian ? 'is_superlibrarian' : '' %]
81
                        <span class="loggedinusername [% is_superlibrarian | html %]">[% logged_in_user.userid | html %]</span>
82
                        <span class="separator">|</span>
83
                        [% IF ( AutoLocation ) %]
84
                            <brand>
85
                                [% Branches.GetLoggedInBranchname | html %]
86
                            </brand>
87
                        [% ELSE %]
88
                            <strong>
89
                                <span class="logged-in-branch-name">[% Branches.GetLoggedInBranchname | html %]</span>
90
                                <span class="logged-in-branch-code content_hidden">[% Branches.GetLoggedInBranchcode | html %]</span>
91
                            </strong>
92
                        [% END %]
93
                        [% IF Koha.Preference('UseCirculationDesks') && Desks.ListForLibrary.count %]
94
                            <span class="separator">|</span>
95
                            <strong>
96
                                [% IF ( Desks.GetLoggedInDeskName == '' ) %]
97
                                   <span class="logged-in-desk-name">NO DESK SET</span>
98
                                [% ELSE %]
99
                                    <span class="logged-in-desk-name">[% Desks.GetLoggedInDeskName | html %]</span>
100
                                    <span class="logged-in-desk-id content_hidden">[% Desks.GetLoggedInDeskId | html %]</span>
101
                                [% END %]
102
                            </strong>
103
                        [% END %]
104
                        [% IF Koha.Preference('UseCashRegisters') && !(Registers.session_register_name == '') %]
105
                            <span class="separator">|</span>
106
                            <strong>
107
                                <span class="logged-in-register-name">[% Registers.session_register_name | html %]</span>
108
                                <span class="logged-in-register-id content_hidden">[% Registers.session_register_id | html %]</span>
109
                            </strong>
110
                        [% END %]
111
                    </span>
112
                    <b class="caret"></b>
113
                </a>
114
                <ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="logged-in-menu">
115
73
116
                    <li class="loggedin-menu-label">
74
    <div class="navbar-head">
117
                        Logged in as:<br />
75
        <ul id="toplevelmenu" class="nav navbar-nav">
118
                        <span class="loggedinusername">[% logged_in_user.userid | html %]</span>
76
            <li>
119
                    </li>
77
                [% form %]
120
                    <li class="loggedin-menu-label">
78
            </li>
121
                        [% IF ( AutoLocation ) %]
79
122
                            <brand>
80
            [% IF ( Koha.Preference('intranetbookbag') ) %]
123
                                [% Branches.GetLoggedInBranchname | html %]
81
            <li>
124
                            </brand>
82
                <a href="#" id="cartmenulink"><i class="fa fa-shopping-cart"></i><span id="basketcount"></span></a>
125
                        [% ELSE %]
83
            </li>
126
                            Location: <br />
84
            [% END %]
127
                            <span class="logged-in-branch-name">[% Branches.GetLoggedInBranchname | html %]</span>
85
        </ul>
128
                            <span class="logged-in-branch-code content_hidden">[% Branches.GetLoggedInBranchcode | html %]</span>
86
    </div>
129
                        [% END %]
87
130
                    </li>
88
    <ul id="user-menu" class="nav navbar-nav navbar-right">
89
        [% IF ( loggedinusername ) %]
131
90
91
        <li class="dropdown">
92
            <a href="#" id="logged-in-menu" role="button" class="dropdown-toggle" data-toggle="dropdown">
93
94
                <span id="logged-in-info-brief">
95
                    <i class="fa fa-user">
96
                <b class="caret"></b></i>
97
                </span>
98
99
                <span id="logged-in-info-full">
100
                    [% SET is_superlibrarian = CAN_user_superlibrarian ? 'is_superlibrarian' : '' %]
101
                    <span class="loggedinusername [% is_superlibrarian | html %]">[% logged_in_user.userid | html %]</span>
102
103
                    [% IF ( AutoLocation ) %]
104
                        <brand>
105
                            [% Branches.GetLoggedInBranchname | html %]
106
                        </brand>
107
                    [% ELSE %]
108
                        <strong>
109
                            <span class="logged-in-branch-name">[% Branches.GetLoggedInBranchname | html %]<b class="caret"></b></span>
110
                            <span class="logged-in-branch-code content_hidden">[% Branches.GetLoggedInBranchcode | html %]</span>
111
                        </strong>
112
                    [% END %]
132
                    [% IF Koha.Preference('UseCirculationDesks') && Desks.ListForLibrary.count %]
113
                    [% IF Koha.Preference('UseCirculationDesks') && Desks.ListForLibrary.count %]
133
                    <li class="loggedin-menu-label">
114
                        <span class="separator">|</span>
134
                        Desk: <br />
115
                        <strong>
135
                        [% IF ( Desks.GetLoggedInDeskName == '' ) %]
116
                            [% IF ( Desks.GetLoggedInDeskName == '' ) %]
136
                           <span class="logged-in-desk-name">NO DESK SET</span>
117
                                <span class="logged-in-desk-name">NO DESK SET</span>
137
                        [% ELSE %]
118
                            [% ELSE %]
138
                            <span class="logged-in-desk-name">[% Desks.GetLoggedInDeskName | html %]</span>
119
                                <span class="logged-in-desk-name">[% Desks.GetLoggedInDeskName | html %]</span>
139
                            <span class="logged-in-desk-id content_hidden">[% Desks.GetLoggedInDeskId | html %]</span>
120
                                <span class="logged-in-desk-id content_hidden">[% Desks.GetLoggedInDeskId | html %]</span>
140
                        [% END %]
121
                            [% END %]
141
                    </li>
122
                        </strong>
142
                    [% END %]
123
                    [% END %]
143
144
                    [% IF Koha.Preference('UseCashRegisters') && !(Registers.session_register_name == '') %]
124
                    [% IF Koha.Preference('UseCashRegisters') && !(Registers.session_register_name == '') %]
145
                        <li class="loggedin-menu-label">
125
                        <span class="separator">|</span>
146
                            Register: <br />
126
                        <strong>
147
                            <span class="logged-in-register-name">[% Registers.session_register_name | html %]</span>
127
                            <span class="logged-in-register-name">[% Registers.session_register_name | html %]</span>
148
                            <span class="logged-in-register-id content_hidden">[% Registers.session_register_id | html %]</span>
128
                            <span class="logged-in-register-id content_hidden">[% Registers.session_register_id | html %]</span>
149
                        </li>
129
                        </strong>
150
                    [% END %]
130
                    [% END %]
151
131
                </span>
152
                    [% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %]
132
            </a>
153
                    <li role="separator" class="loggedin-menu-label divider"></li>
133
154
                    <li>
134
            <ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="logged-in-menu">
155
                        [% IF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %]
135
                <li class="loggedin-menu-label">
156
                        <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library, desk and register</a>
136
                    Logged in as:<br />
157
                        [% ELSIF Koha.Preference('UseCirculationDesks') %]
137
                    <span class="loggedinusername">[% logged_in_user.userid | html %]</span>
158
                        <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library and desk</a>
138
                </li>
159
                        [% ELSIF Koha.Preference('UseCashRegisters') %]
139
160
                        <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library and cash register</a>
140
                <li class="loggedin-menu-label">
161
                        [% ELSE %]
141
                    [% IF ( AutoLocation ) %]
162
                        <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library</a>
142
                        <brand>
163
                        [% END %]
143
                            [% Branches.GetLoggedInBranchname | html %]
164
                    </li>
144
                        </brand>
165
                    [% ELSIF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %]
145
                    [% ELSE %]
166
                    <li role="separator" class="loggedin-menu-label divider"></li>
146
                        Location: <br />
167
                    <li>
147
                        <span class="logged-in-branch-name">[% Branches.GetLoggedInBranchname | html %]</span>
168
                        <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set desk and cash register</a>
148
                        <span class="logged-in-branch-code content_hidden">[% Branches.GetLoggedInBranchcode | html %]</span>
149
                    [% END %]
150
                </li>
151
152
                [% IF Koha.Preference('UseCirculationDesks') && Desks.ListForLibrary.count %]
153
                <li class="loggedin-menu-label">
154
                    Desk: <br />
155
                    [% IF ( Desks.GetLoggedInDeskName == '' ) %]
156
                        <span class="logged-in-desk-name">NO DESK SET</span>
157
                    [% ELSE %]
158
                        <span class="logged-in-desk-name">[% Desks.GetLoggedInDeskName | html %]</span>
159
                        <span class="logged-in-desk-id content_hidden">[% Desks.GetLoggedInDeskId | html %]</span>
160
                    [% END %]
161
                </li>
162
                [% END %]
163
164
                [% IF Koha.Preference('UseCashRegisters') && !(Registers.session_register_name == '') %]
165
                    <li class="loggedin-menu-label">
166
                        Register: <br />
167
                        <span class="logged-in-register-name">[% Registers.session_register_name | html %]</span>
168
                        <span class="logged-in-register-id content_hidden">[% Registers.session_register_id | html %]</span>
169
                    </li>
169
                    </li>
170
                [% END %]
171
172
                [% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %]
173
                <li role="separator" class="loggedin-menu-label divider"></li>
174
                <li>
175
                    [% IF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %]
176
                    <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library, desk and register</a>
170
                    [% ELSIF Koha.Preference('UseCirculationDesks') %]
177
                    [% ELSIF Koha.Preference('UseCirculationDesks') %]
171
                    <li role="separator" class="loggedin-menu-label divider"></li>
178
                    <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library and desk</a>
172
                    <li>
173
                        <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set desk</a>
174
                    </li>
175
                    [% ELSIF Koha.Preference('UseCashRegisters') %]
179
                    [% ELSIF Koha.Preference('UseCashRegisters') %]
176
                    <li role="separator" class="loggedin-menu-label divider"></li>
180
                    <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library and cash register</a>
177
                    <li>
181
                    [% ELSE %]
178
                        <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set cash register</a>
182
                    <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set library</a>
179
                    </li>
180
                    [% END %]
181
                    [% IF EnableSearchHistory %]
182
                    <li>
183
                        <a class="toplinks" href="/cgi-bin/koha/catalogue/search-history.pl">Search history</a>
184
                    </li>
185
                    [% END %]
183
                    [% END %]
184
                </li>
185
                [% ELSIF Koha.Preference('UseCirculationDesks') && Koha.Preference('UseCashRegisters') %]
186
                <li role="separator" class="loggedin-menu-label divider"></li>
187
                <li>
188
                    <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set desk and cash register</a>
189
                </li>
190
                [% ELSIF Koha.Preference('UseCirculationDesks') %]
191
                <li role="separator" class="loggedin-menu-label divider"></li>
192
                <li>
193
                    <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set desk</a>
194
                </li>
195
                [% ELSIF Koha.Preference('UseCashRegisters') %]
196
                <li role="separator" class="loggedin-menu-label divider"></li>
197
                <li>
198
                    <a class="toplinks" href="/cgi-bin/koha/circ/set-library.pl">Set cash register</a>
199
                </li>
200
                [% END %]
201
                [% IF EnableSearchHistory %]
202
                <li>
203
                    <a class="toplinks" href="/cgi-bin/koha/catalogue/search-history.pl">Search history</a>
204
                </li>
205
                [% END %]
186
206
187
                    [% IF loggedinusernumber %]
207
                [% IF loggedinusernumber %]
188
                        <li class ="toplinks-myaccount">
208
                    <li class ="toplinks-myaccount">
189
                            <a class="toplinks" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loggedinusernumber | html %]">My account</a>
209
                        <a class="toplinks" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loggedinusernumber | html %]">My account</a>
190
                        </li>
191
                        <li class="toplinks-mycheckouts">
192
                            <a class="toplinks" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% loggedinusernumber | html %]">My checkouts</a>
193
                        </li>
194
                    [% END %]
195
                    <li>
196
                        <a id="logout" class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log out</a>
197
                    </li>
210
                    </li>
198
                </ul>
211
                    <li class="toplinks-mycheckouts">
199
            </li>
212
                        <a class="toplinks" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% loggedinusernumber | html %]">My checkouts</a>
200
            [% INCLUDE 'langmenu-staff-top.inc' %]
213
                    </li>
201
            <li>
214
                [% END %]
202
                <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
215
                <li>
203
            </li>
216
                    <a id="logout" class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log out</a>
204
            [% ELSE %]
217
                </li>
205
            <li class="loggedout">
218
            </ul>
206
                <span>
219
        </li>
207
                    <a href="/cgi-bin/koha/mainpage.pl" id="login">Log in</a>
220
208
                    <span class="separator">|</span>
221
        [% INCLUDE 'langmenu-staff-top.inc' %]
209
                    <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
222
210
                </span>
223
        [% ELSE %]
211
            </li>
224
        <li class="loggedout">
212
            [% END %]
225
            <span>
213
        </ul>
226
                <a href="/cgi-bin/koha/mainpage.pl" id="login">Log in</a>
227
                <span class="separator">|</span>
228
            </span>
229
        </li>
230
        [% END %]
231
    </ul>
214
232
215
    [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
216
    [% IF ( Koha.Preference('intranetbookbag') ) %]<div id="cartDetails">Your cart is empty.</div>[% END %]
233
    [% IF ( Koha.Preference('intranetbookbag') ) %]<div id="cartDetails">Your cart is empty.</div>[% END %]
217
234
218
</nav>
235
</nav>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc (-34 / +40 lines)
Lines 1-44 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
<!-- Begin Main page Resident Search Box -->
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Main page Resident Search Box -->
4
3
5
<div id="header_search">
4
<div id="header_search">
5
6
    [% INCLUDE 'patron-search-box.inc' %]
6
    [% INCLUDE 'patron-search-box.inc' %]
7
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
7
8
<div id="checkin_search" class="residentsearch">
8
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
9
    <label class="tip" for="ret_barcode">Scan a barcode to check in:</label>
9
    <div id="checkin_search" class="residentsearch">
10
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
10
        <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
11
        <input name="barcode" class="head-searchbox" id="ret_barcode" size="40" accesskey="r" type="text" />
11
            <input name="barcode" id="ret_barcode" class="head-searchbox" accesskey="r" type="text" placeholder="Scan a barcode to check in" />
12
        <input value="Submit" class="submit" type="submit" />
12
            <input value="" type="submit" id="submit" />
13
    </form>
13
        </form>
14
</div>
14
    </div>
15
<div id="renew_search" class="residentsearch">
15
16
    <label class="tip" for="ren_barcode">Scan a barcode to renew:</label>
16
    <div id="renew_search" class="residentsearch">
17
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
17
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
18
            <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
18
            <input name="barcode" id="ren_barcode" class="head-searchbox" accesskey="r" type="text" placeholder="Scan a barcode to renew" />
19
            <input value="Submit" class="submit" type="submit" />
19
            <input value="" type="submit" id="submit" />
20
        </form>
20
        </form>
21
    </div>
21
    </div>
22
[% END %]
22
    [% END %]
23
23
24
[% IF CAN_user_borrowers_edit_borrowers %]
24
    [% IF CAN_user_borrowers_edit_borrowers %]
25
<div id="patron_search" class="residentsearch">
25
    <div id="patron_search" class="residentsearch">
26
    <label class="tip" for="searchmember">Enter patron card number or partial name:</label>
26
        <form method="post" action="/cgi-bin/koha/members/member.pl">
27
    <form action="/cgi-bin/koha/members/member.pl" method="post">
27
            <input name="searchmember" id="searchmember" class="head-searchbox" type="text" placeholder="Enter patron card number or partial name" />
28
        <input name="searchmember" class="head-searchbox" id="searchmember" size="40" type="text" autocomplete="off" />
28
            <input type="hidden" name="quicksearch" value="1" />
29
        <input type="hidden" name="quicksearch" value="1" />
29
            <input value="" type="submit" id="submit" />
30
        <input value="Submit" class="submit" type="submit" />
30
        </form>
31
    </form>
31
    </div>
32
</div>[% END %]
32
    [% END %]
33
[% INCLUDE 'catalogue-search-box.inc' %]
33
34
<ul>
34
    [% INCLUDE 'catalogue-search-box.inc' %]
35
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
35
36
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#checkin_search">Check in</a></li>[% END %]
36
    <ul id="btn-space">
37
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %]
37
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
38
    [% IF CAN_user_borrowers_edit_borrowers %]<li><a class="keep_text" href="#patron_search">Search patrons</a></li>[% END %]
38
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check in" class="iconsearch" href="#checkin_search"><i class="fa fa-download"></i></a></li>[% END %]
39
    [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
39
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" class="iconsearch" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
40
</ul>
40
        [% IF ( CAN_user_borrowers_edit_borrowers ) %]<li><a title="Search patrons" class="iconsearch" href="#patron_search"><i class="fa fa-fw fa-id-card-o"></i></a></li>[% END %]
41
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
41
42
43
        <span class="name-icon active">Check out</span>
44
        <span class="name-icon">Check in</span>
45
        <span class="name-icon">Renew</span>
46
        <span class="name-icon">Search patrons</span>
47
        <span class="name-icon">Search catalog</span>
48
    </ul>
42
</div><!-- /header_search -->
49
</div><!-- /header_search -->
43
</div><!-- /gradient -->
44
<!-- End Main page Resident Search Box -->
50
<!-- End Main page Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-1 / +1 lines)
Lines 213-219 Link Here
213
    [% IF display_columns_selection %][%# Needs js/pages/batchMod.js %]
213
    [% IF display_columns_selection %][%# Needs js/pages/batchMod.js %]
214
        [% IF checkboxes_edit OR checkboxes_delete %]
214
        [% IF checkboxes_edit OR checkboxes_delete %]
215
            <div id="toolbar">
215
            <div id="toolbar">
216
                <a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a> | <a id="clearonloanbutton" href="#">Clear on loan</a>
216
                <a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" class="lienype" href="#"><i class="fa fa-remove"></i> Clear all</a> | <a id="clearonloanbutton" href="#">Clear on loan</a>
217
            </div>
217
            </div>
218
        [% END %]
218
        [% END %]
219
219
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc (-6 / +6 lines)
Lines 4-34 Link Here
4
        [% IF backends_available %]
4
        [% IF backends_available %]
5
          [% IF backends.size > 1 %]
5
          [% IF backends.size > 1 %]
6
            <div class="dropdown btn-group">
6
            <div class="dropdown btn-group">
7
                <button class="btn btn-default dropdown-toggle" type="button" id="ill-backend-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
7
                <button class="btn btn-default toolbar-btn dropdown-toggle" type="button" id="ill-backend-dropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
8
                    <i class="fa fa-plus"></i> New ILL request <span class="caret"></span>
8
                    <i class="fa fa-plus"></i> New ILL request <span class="caret"></span>
9
                </button>
9
                </button>
10
                <ul class="dropdown-menu" aria-labelledby="ill-backend-dropdown">
10
                <ul class="dropdown-menu toolbar-btn" aria-labelledby="ill-backend-dropdown">
11
                    [% FOREACH backend IN backends %]
11
                    [% FOREACH backend IN backends %]
12
                        <li><a href="/cgi-bin/koha/ill/ill-requests.pl?method=create&amp;backend=[% backend | uri %]">[% backend | html %]</a></li>
12
                        <li><a href="/cgi-bin/koha/ill/ill-requests.pl?method=create&amp;backend=[% backend | uri %]">[% backend | html %]</a></li>
13
                    [% END %]
13
                    [% END %]
14
                </ul>
14
                </ul>
15
            </div>
15
            </div>
16
          [% ELSE %]
16
          [% ELSE %]
17
            <a id="ill-new" class="btn btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=create&amp;backend=[% backends.0 | html %]">
17
            <a id="ill-new" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/ill/ill-requests.pl?method=create&amp;backend=[% backends.0 | html %]">
18
                <i class="fa fa-plus"></i> New ILL request
18
                <i class="fa fa-plus"></i> New ILL request
19
            </a>
19
            </a>
20
          [% END %]
20
          [% END %]
21
        [% ELSE %]
21
        [% ELSE %]
22
            <a id="ill-new" class="btn btn-default disabled" href="">
22
            <a id="ill-new" class="btn btn-default toolbar-btn disabled" href="">
23
                <i class="fa fa-plus"></i> New ILL request
23
                <i class="fa fa-plus"></i> New ILL request
24
            </a>
24
            </a>
25
        [% END %]
25
        [% END %]
26
        [% IF query_type == 'illlist' %]
26
        [% IF query_type == 'illlist' %]
27
            <a id="ill-list" class="btn btn-sm btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl">
27
            <a id="ill-list" class="btn btn-sm btn-default toolbar-btn btn-group" href="/cgi-bin/koha/ill/ill-requests.pl">
28
                <i class="fa fa-list"></i> Refresh
28
                <i class="fa fa-list"></i> Refresh
29
            </a>
29
            </a>
30
        [% ELSE %]
30
        [% ELSE %]
31
            <a id="ill-list" class="btn btn-sm btn-default btn-group" href="/cgi-bin/koha/ill/ill-requests.pl">
31
            <a id="ill-list" class="btn btn-sm btn-default toolbar-btn btn-group" href="/cgi-bin/koha/ill/ill-requests.pl">
32
                <i class="fa fa-list"></i> List requests
32
                <i class="fa fa-list"></i> List requests
33
            </a>
33
            </a>
34
        [% END %]
34
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc (+1 lines)
Lines 26-31 Link Here
26
[% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %]
26
[% Asset.js("lib/jquery/plugins/jquery.validate.min.js") | $raw %]
27
<!-- koha core js -->
27
<!-- koha core js -->
28
[% Asset.js("js/staff-global.js") | $raw %]
28
[% Asset.js("js/staff-global.js") | $raw %]
29
[% Asset.js("js/searchbaruse.js") | $raw %]
29
30
30
[% INCLUDE 'validator-strings.inc' %]
31
[% INCLUDE 'validator-strings.inc' %]
31
[% IF ( IntranetUserJS ) %]
32
[% IF ( IntranetUserJS ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-toolbar.inc (-2 / +2 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'blocking_errors.inc' %]
1
[% INCLUDE 'blocking_errors.inc' %]
2
<div id="toolbar" class="btn-toolbar">
2
<div id="toolbar" class="btn-toolbar">
3
    <div class="btn-group">
3
    <div class="btn-group">
4
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
4
        <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
5
        <ul class="dropdown-menu">
5
        <ul class="dropdown-menu">
6
            <li><a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=new">Label batch</a></li>
6
            <li><a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=new">Label batch</a></li>
7
            <li><a href="/cgi-bin/koha/labels/label-edit-layout.pl?op=new">Layout</a></li>
7
            <li><a href="/cgi-bin/koha/labels/label-edit-layout.pl?op=new">Layout</a></li>
Lines 11-17 Link Here
11
        </ul>
11
        </ul>
12
    </div>
12
    </div>
13
    <div class="btn-group">
13
    <div class="btn-group">
14
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-edit"></i> Manage <span class="caret"></span></button>
14
        <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-edit"></i> Manage <span class="caret"></span></button>
15
        <ul class="dropdown-menu">
15
        <ul class="dropdown-menu">
16
            <li><a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Label batches</a></li>
16
            <li><a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Label batches</a></li>
17
            <li><a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Layouts</a></li>
17
            <li><a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Layouts</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/last-borrower.inc (-3 / +4 lines)
Lines 1-4 Link Here
1
<div id="lastborrower-window">
1
<div id="lastborrower-window" class="lastborrower">
2
    <div id="lastborrower-ref" class="lastborrower"><a id="lastborrowerlink" href="" title="">Last patron</a></div>
2
    <div id="lastborrower-ref"><a id="lastborrowerlink" href="" title="">Last patron</a></div>
3
    <div id="lastborrower-remove" class="lastborrower"><i class="fa fa-remove"></i></div>
3
    <div id="lastborrower-bar">|</div>
4
    <div id="lastborrower-remove"><i class="fa fa-remove"></i></div>
4
</div>
5
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc (-17 / +21 lines)
Lines 1-21 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Notices Resident Search Box -->
4
<div id="header_search">
3
<div id="header_search">
5
	<div id="notices_search" class="residentsearch">
4
        <div id="notices_search" class="residentsearch">
6
<form action="/cgi-bin/koha/tools/letter.pl" method="post">
5
            <form action="/cgi-bin/koha/tools/letter.pl" method="post">
7
        <label class="tip" for="searchfield">Search existing notices:</label>
6
                <input class="head-searchbox" type="text" name="searchfield" id="searchfield" value="" placeholder="Search existing notices"/>
8
        <input class="head-searchbox" type="text" name="searchfield" id="searchfield" size="40" value="" />
7
                <input type="submit" class="submit" id="submit" name="search" value="" />
9
                <input type="submit" class="submit" name="search" value="Search" />
8
            </form>
10
        </form>	
9
        </div>
11
	</div>
10
12
    [% INCLUDE 'patron-search-box.inc' %]
11
        [% INCLUDE 'patron-search-box.inc' %]
13
    [% INCLUDE 'catalogue-search-box.inc' %]
12
14
			<ul>
13
        [% INCLUDE 'catalogue-search-box.inc' %]
15
            <li><a class="keep_text" href="#notices_search">Search notices</a></li>
14
16
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
15
	<ul id="btn-space">
17
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
16
                <li><a title="Search notices" class="iconsearch" href="#notices_search"><i class="fa fa-commenting-o"></i></a></li>
18
			</ul>	
17
                [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
18
                [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
19
20
                <span class="name-icon active" >Search notices</span>
21
                <span class="name-icon">Check out</span>
22
                <span class="name-icon">Search the catalog</span>
23
	</ul>
19
</div>
24
</div>
20
</div><!-- /gradient -->
21
<!-- End Notices Resident Search Box -->
25
<!-- End Notices Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-address-style.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
3
[% BLOCK 'alt-address-style' %]
3
[% BLOCK 'alt-address-style' %]
4
    <fieldset class="rows" id="memberentry_address">
4
    <fieldset class="rows" id="memberentry_address">
5
        <legend id="alt_address_lgd">Alternate address</legend>
5
        <h3 id="alt_address_lgd">Alternate address</h3>
6
        <ol>
6
        <ol>
7
            [% IF Koha.Preference( 'AddressFormat' ) %]
7
            [% IF Koha.Preference( 'AddressFormat' ) %]
8
                [% PROCESS "member-alt-address-style-${ Koha.Preference( 'AddressFormat' ) }" %]
8
                [% PROCESS "member-alt-address-style-${ Koha.Preference( 'AddressFormat' ) }" %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-alt-contact-style.inc (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% BLOCK 'alt-contact-style' %]
2
[% BLOCK 'alt-contact-style' %]
3
    <fieldset class="rows" id="memberentry_altaddress">
3
    <fieldset class="rows" id="memberentry_altaddress">
4
        <legend id="alt_contact_lgd">Alternate contact</legend>
4
        <h3 id="alt_contact_lgd">Alternate contact</h3>
5
        <ol>
5
        <ol>
6
            [% IF Koha.Preference( 'AddressFormat' ) %]
6
            [% IF Koha.Preference( 'AddressFormat' ) %]
7
                [% PROCESS "member-alt-contact-style-${ Koha.Preference( 'AddressFormat' ) }" %]
7
                [% PROCESS "member-alt-contact-style-${ Koha.Preference( 'AddressFormat' ) }" %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/member-main-address-style.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
3
[% BLOCK 'main-address-style' %]
3
[% BLOCK 'main-address-style' %]
4
    <fieldset class="rows" id="memberentry_mainaddress">
4
    <fieldset class="rows" id="memberentry_mainaddress">
5
        <legend id="main_address_lgd">Main address</legend>
5
        <h3 id="main_address_lgd">Main address</h3>
6
        <ol>
6
        <ol>
7
            [% IF Koha.Preference( 'AddressFormat' ) %]
7
            [% IF Koha.Preference( 'AddressFormat' ) %]
8
                [% PROCESS "member-main-address-style-${ Koha.Preference( 'AddressFormat' ) }" %]
8
                [% PROCESS "member-main-address-style-${ Koha.Preference( 'AddressFormat' ) }" %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc (-8 / +8 lines)
Lines 6-25 Link Here
6
[% USE scalar %]
6
[% USE scalar %]
7
<div id="toolbar" class="btn-toolbar">
7
<div id="toolbar" class="btn-toolbar">
8
    [% IF CAN_user_borrowers_edit_borrowers %]
8
    [% IF CAN_user_borrowers_edit_borrowers %]
9
        <a id="editpatron" class="btn btn-default" href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;destination=circ&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-pencil"></i> Edit</a>
9
        <a id="editpatron" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;destination=circ&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-pencil"></i> Edit</a>
10
    [% END %]
10
    [% END %]
11
11
12
    [% IF CAN_user_borrowers_edit_borrowers %]
12
    [% IF CAN_user_borrowers_edit_borrowers %]
13
        [% IF patron.is_adult AND Koha.Preference("borrowerRelationship") %]
13
        [% IF patron.is_adult AND Koha.Preference("borrowerRelationship") %]
14
            <a id="addchild" class="btn btn-default" href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;guarantor_id=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> Add guarantee</a>
14
            <a id="addchild" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;guarantor_id=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> Add guarantee</a>
15
        [% END %]
15
        [% END %]
16
        <a id="changepassword" class="btn btn-default" href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber | html %]"><i class="fa fa-lock"></i> Change password</a>
16
        <a id="changepassword" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber | html %]"><i class="fa fa-lock"></i> Change password</a>
17
        <a id="duplicate" class="btn btn-default" href="/cgi-bin/koha/members/memberentry.pl?op=duplicate&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-copy"></i> Duplicate</a>
17
        <a id="duplicate" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/members/memberentry.pl?op=duplicate&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-copy"></i> Duplicate</a>
18
    [% END %]
18
    [% END %]
19
19
20
    [% IF CAN_user_circulate_circulate_remaining_permissions %]
20
    [% IF CAN_user_circulate_circulate_remaining_permissions %]
21
    <div class="btn-group">
21
    <div class="btn-group">
22
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-print"></i> Print <span class="caret"></span></button>
22
        <button class="btn btn-default toolbar-btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-print"></i> Print <span class="caret"></span></button>
23
            <ul class="dropdown-menu">
23
            <ul class="dropdown-menu">
24
                <li><a id="printsummary" href="#">Print summary</a></li>
24
                <li><a id="printsummary" href="#">Print summary</a></li>
25
                <li><a id="printslip" href="#">Print slip</a></li>
25
                <li><a id="printslip" href="#">Print slip</a></li>
Lines 33-45 Link Here
33
    [% END %]
33
    [% END %]
34
34
35
    [% IF ( CAN_user_reserveforothers ) %]
35
    [% IF ( CAN_user_reserveforothers ) %]
36
        <a id="searchtohold" class="btn btn-default" href="#"><i class="fa fa-search"></i> Search to hold</a>
36
        <a id="searchtohold" class="btn btn-default toolbar-btn" href="#"><i class="fa fa-search"></i> Search to hold</a>
37
    [% END %]
37
    [% END %]
38
38
39
    <a id="addnewmessageLabel" href="#add_message_form" data-toggle="modal" class="btn btn-default"><i class="fa fa-comment-o"></i> Add message</a>
39
    <a id="addnewmessageLabel" href="#add_message_form" data-toggle="modal" class="btn btn-default toolbar-btn"><i class="fa fa-comment-o"></i> Add message</a>
40
40
41
         <div class="btn-group">
41
         <div class="btn-group">
42
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">More <span class="caret"></span></button>
42
        <button class="btn btn-default toolbar-btn dropdown-toggle" data-toggle="dropdown">More <span class="caret"></span></button>
43
            <ul class="dropdown-menu dropdown-menu-right">
43
            <ul class="dropdown-menu dropdown-menu-right">
44
                [% IF CAN_user_borrowers_edit_borrowers %]
44
                [% IF CAN_user_borrowers_edit_borrowers %]
45
                    <li><a id="renewpatron" href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | html %]&amp;destination=[% destination | html %]&amp;reregistration=y">Renew patron</a></li>
45
                    <li><a id="renewpatron" href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | html %]&amp;destination=[% destination | html %]&amp;reregistration=y">Renew patron</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-age.inc (-1 / +1 lines)
Lines 6-12 Link Here
6
        [%- SET age = (patron.get_age != undef) ? patron.get_age : patron.age -%]
6
        [%- SET age = (patron.get_age != undef) ? patron.get_age : patron.age -%]
7
        [%- IF age >= 0 %]
7
        [%- IF age >= 0 %]
8
            [%- patron.dateofbirth | $KohaDates -%]
8
            [%- patron.dateofbirth | $KohaDates -%]
9
            <span class='age_years'>[% I18N.tnx('({age} year)', '({age} years)', age, { age => age }) | html %]</span>
9
            <span class='age_years'>[% I18N.tnx('- {age} year', '- {age} years', age, { age => age }) | html %]</span>
10
        [%- END -%]
10
        [%- END -%]
11
   [%- END -%]
11
   [%- END -%]
12
[%- END -%]
12
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc (-19 / +20 lines)
Lines 1-24 Link Here
1
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
1
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
2
    <div id="circ_search" class="residentsearch">
2
    <div id="circ_search" class="residentsearch">
3
    <form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post">
3
        <form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post">
4
    <label class="tip" for="findborrower">Enter patron card number or partial name:</label>
4
            [% IF ( PatronAutoComplete ) %]
5
    [% IF ( PatronAutoComplete ) %]
5
                <div class="autocomplete">
6
    <div class="autocomplete">
6
                        <input autocomplete="off" id="findborrower" style="width: calc(291px);" name="findborrower" class="head-searchbox" type="text" placeholder="Enter patron card number or partial name" />
7
                <input autocomplete="off" id="findborrower" name="findborrower" size="40" class="head-searchbox" type="text" />
7
                        <input id="autocsubmit" type="submit" class="submit" value=""/>
8
                <input id="autocsubmit" type="submit" class="submit" value="Submit" />
8
9
            [% IF ( stickyduedate ) %]
9
                    [% IF ( stickyduedate ) %]
10
                        <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
11
                        <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
12
                    [% END %]
13
                </div>
14
15
            [% ELSE %]
16
                <input id="findborrower" name="findborrower" class="head-searchbox" type="text" autocomplete="off" />
17
                [% IF ( stickyduedate ) %]
10
                <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
18
                <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
11
                <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
19
                <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
20
                [% END %]
21
                <input value="" class="submit" type="submit" />
12
            [% END %]
22
            [% END %]
13
        </div>
23
        </form>
14
	[% ELSE %]
24
    </div>
15
            <input id="findborrower" name="findborrower" size="40" class="head-searchbox" type="text" autocomplete="off" />
25
[% END %]
16
            [% IF ( stickyduedate ) %]
17
            <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
18
            <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
19
            [% END %]
20
            <input value="Submit" class="submit" type="submit" />
21
	[% END %]
22
    </form>
23
	</div>
24
	[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-header.inc (-87 / +82 lines)
Lines 4-111 Link Here
4
[% USE raw %]
4
[% USE raw %]
5
[% PROCESS 'html_helpers.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
6
[% PROCESS 'patronfields.inc' %]
6
[% PROCESS 'patronfields.inc' %]
7
<div class="gradient">
8
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Patrons Resident Search Box -->
9
<div id="header_search">
10
    <div id="patron_search" class="residentsearch">
11
    <form action="/cgi-bin/koha/members/member.pl" method="post">
12
        <label class="tip" for="searchmember">Enter patron card number or partial name:</label>
13
    <div class="autocomplete">
14
        <input id="searchmember" data-toggle="tooltip" size="25" class="head-searchbox" name="searchmember" type="text" value="[% searchmember | html %]" autocomplete="off" />
15
        <input type="hidden" name="quicksearch" value="1" />
16
        <span class="filteraction" id="filteraction_off"> <a href="#">[-]</a></span>
17
        <span class="filteraction" id="filteraction_on"> <a href="#">[+]</a></span>
18
        <input value="Search" class="submit" type="submit" />
19
    </div>
20
7
8
<div id="header_search">
21
9
10
    <div id="patron_search" class="residentsearch">
11
        <form action="/cgi-bin/koha/members/member.pl" method="post">
12
            <div class="autocomplete">
13
                <input id="searchmember" data-toggle="tooltip" size="25" placeholder="Enter patron card number or partial name" class="head-searchbox" name="searchmember" type="text" value="[% searchmember | html %]" autocomplete="off" />
14
                <input type="hidden" name="quicksearch" value="1" />
15
                <span class="filteraction" id="filteraction_off"> <a href="#">[-]</a></span>
16
                <span class="filteraction" id="filteraction_on"> <a href="#">[+]</a></span>
17
                <input value="" class="submit" id="submit" type="submit" />
18
            </div>
22
19
23
    <div id="filters">
20
            <p class="more" id="filters" style="display:none">
24
        <p><label for="searchfieldstype">Search fields:</label>
21
                <select name="searchfieldstype" id="searchfieldstype" style="position: relative;bottom: 5px;">
25
            <select name="searchfieldstype" id="searchfieldstype">
22
                    <option disabled selected hidden>Search fields:</option>
26
              [% SET standard = Koha.Preference('DefaultPatronSearchFields') || 'firstname,middle_name,surname,othernames,cardnumber,userid' %]
23
                [% pref_fields = Koha.Preference('DefaultPatronSearchFields').split(',') %]
27
              [% default_fields = [ standard, 'surname', 'cardnumber', 'email', 'borrowernumber', 'userid', 'phone', 'address', 'dateofbirth', 'sort1', 'sort2' ] %]
24
                [% default_fields = [ 'standard', 'surname', 'cardnumber', 'email', 'borrowernumber', 'userid', 'phone', 'address', 'dateofbirth', 'sort1', 'sort2' ] %]
28
              [% search_options = default_fields.merge(standard.split(',')).unique %]
25
                [% search_options = default_fields.merge(pref_fields).unique %]
29
              [% FOREACH s_o IN search_options %]
26
                [% FOREACH s_o IN search_options %]
30
                  [% display_name = PROCESS patron_fields name=s_o %]
27
                    [% display_name = PROCESS patron_fields name=s_o %]
31
                  [% NEXT IF !display_name.length %]
28
                    [% NEXT IF !display_name.length %]
32
                  [% IF searchfieldstype == s_o %]
29
                    [% IF searchfieldstype == s_o %]
33
                      <option selected="selected" value="[% s_o | html %]">[% display_name | $raw %]</option>
30
                        <option value="[% s_o | html %]">[% display_name | $raw %]</option>
34
                  [% ELSE %]
31
                    [% ELSE %]
35
                      <option value="[% s_o | html %]">[% display_name | $raw %]</option>
32
                        <option value="[% s_o | html %]">[% display_name | $raw %]</option>
36
                  [% END %]
33
                    [% END %]
37
              [% END %]
34
                [% END %]
38
            </select>
35
                </select>
39
        </p>
40
        <p>
41
            <label for="searchtype">Search type:</label>
42
            <select name="searchtype" id="searchtype">
43
              [% IF searchtype == 'start_with' %]
44
                  <option selected="selected" value='start_with'>Starts with</option>
45
                  <option value='contain'>Contains</option>
46
              [% ELSE %]
47
                  <option value='start_with'>Starts with</option>
48
                  <option selected="selected" value='contain'>Contains</option>
49
              [% END %]
50
            </select>
51
        </p>
52
36
53
        <p>
37
                <select name="searchtype" id="searchtype" style="position: relative;bottom: 5px;">
54
            <label for="branchcode">Library: </label>
38
                    <option disabled selected hidden>Search type:</option>
55
            [% SET branches = Branches.all( selected => branchcode_filter, only_from_group => 1 ) %]
39
                [% IF searchtype == 'start_with' %]
56
            <select name="branchcode_filter" id="branchcode">
40
                    <option value='start_with'>Starts with</option>
57
                [% IF branches.size != 1 %]
41
                    <option value='contain'>Contains</option>
58
                  <option value="">Any</option>
42
                [% ELSE %]
43
                    <option value='start_with'>Starts with</option>
44
                    <option value='contain'>Contains</option>
59
                [% END %]
45
                [% END %]
60
                [% PROCESS options_for_libraries libraries => branches %]
46
                </select>
61
            </select>
62
        </p>
63
47
64
        <p>
48
                [% SET branches = Branches.all( selected => branchcode_filter, only_from_group => 1 ) %]
65
            <label for="categorycode">Category: </label>
49
                <select name="branchcode_filter" id="branchcode" style="position: relative;bottom: 5px;">
66
            [% SET categories = Categories.all() %]
50
                    <option disabled selected hidden>Library:</option>
67
            <select name="categorycode_filter" id="categorycode">
51
                    [% IF branches.size != 1 %]
68
                <option value="">Any</option>
52
                    <option value="">Any</option>
69
                [% FOREACH category IN categories %]
70
                    [% IF category.categorycode == categorycode_filter %]
71
                        <option value="[% category.categorycode | html %]" selected="selected">[% category.description | html %]</option>
72
                    [% ELSE %]
73
                        <option value="[% category.categorycode | html %]">[% category.description | html %]</option>
74
                    [% END %]
53
                    [% END %]
75
                [% END %]
54
                    [% PROCESS options_for_libraries libraries => branches %]
76
            </select>
55
                </select>
77
        </p>
56
57
                [% SET categories = Categories.all() %]
58
                <select name="categorycode_filter" id="categorycode" style="position: relative;bottom: 5px;">
59
                    <option disabled selected hidden>Category:</option>
60
                    <option value="">Any</option>
61
                    [% FOREACH category IN categories %]
62
                        [% IF category.categorycode == categorycode_filter %]
63
                            <option value="[% category.categorycode | html %]" selected="selected">[% category.description | html %]</option>
64
                        [% ELSE %]
65
                            <option value="[% category.categorycode | html %]">[% category.description | html %]</option>
66
                        [% END %]
67
                    [% END %]
68
                </select>
69
            </p>
70
        </form>
78
    </div>
71
    </div>
79
    </form>
72
80
</div>
81
    [% INCLUDE 'patron-search-box.inc' %]
73
    [% INCLUDE 'patron-search-box.inc' %]
82
74
83
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
75
    [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
84
    <div id="checkin_search" class="residentsearch">
76
    <div id="checkin_search" class="residentsearch">
85
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
77
        <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
86
        <label class="tip" for="ret_barcode">Scan a barcode to check in:</label>
78
            <input name="barcode" id="ret_barcode" class="head-searchbox" accesskey="r" type="text" placeholder="Scan a barcode to check in" />
87
    <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" accesskey="r" type="text" />
79
            <input value="" type="submit" id="submit" />
88
    <input value="Submit" class="submit" type="submit" />
80
        </form>
89
    </form>
81
    </div>
82
83
    <div id="renew_search" class="residentsearch">
84
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
85
            <input name="barcode" id="ren_barcode" class="head-searchbox" accesskey="r" type="text" placeholder="Scan a barcode to renew" />
86
            <input value="" type="submit" id="submit" />
87
        </form>
90
    </div>
88
    </div>
91
        <div id="renew_search" class="residentsearch">
92
            <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
93
                <label class="tip" for="ren_barcode">Scan a barcode to renew:</label>
94
                <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
95
                <input value="Submit" class="submit" type="submit" />
96
            </form>
97
        </div>
98
    [% END %]
89
    [% END %]
99
90
100
    [% INCLUDE 'catalogue-search-box.inc' %]
91
    [% INCLUDE 'catalogue-search-box.inc' %]
101
92
102
    <ul>
93
    <ul id="btn-space">
103
        <li><a class="keep_text" href="#patron_search">Search patrons</a></li>
94
        <li><a title="Search patrons" class="iconsearch" href="#patron_search"><i class="fa fa-fw fa-id-card-o"></i></a></li>
104
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
95
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
105
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#checkin_search">Check in</a></li>[% END %]
96
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check in" class="iconsearch" href="#checkin_search"><i class="fa fa-download"></i></a></li>[% END %]
106
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %]
97
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" class="iconsearch" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
107
        [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
98
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
99
100
        <span class="name-icon active">Search patrons</span>
101
        <span class="name-icon">Check out</span>
102
        <span class="name-icon">Check in</span>
103
        <span class="name-icon">Renew</span>
104
        <span class="name-icon">Search catalog</span>
108
    </ul>
105
    </ul>
109
</div><!-- /header_search -->
106
</div><!-- /header_search -->
110
</div><!-- /gradient -->
111
<!-- End Patrons Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-4 / +6 lines)
Lines 4-16 Link Here
4
[% USE raw %]
4
[% USE raw %]
5
[% USE Asset %]
5
[% USE Asset %]
6
[% USE To %]
6
[% USE To %]
7
[% PROCESS 'html_helpers.inc' %]
8
[% PROCESS 'patronfields.inc' %]
7
9
8
[%# Display a simple form %]
10
[%# Display a simple form %]
9
[% BLOCK patron_search_filters_simple  %]
11
[% BLOCK patron_search_filters_simple  %]
10
    <form id="patron_search_form">
12
    <form id="patron_search_form">
11
        <div class="hint">Enter patron card number or partial name:</div>
13
        <div class="hint">Enter patron card number or partial name:</div>
12
        <input type="text" size="40" id="search_patron_filter" class="focus" autocomplete="off" />
14
        <input type="text" size="40" id="search_patron_filter" class="focus" autocomplete="off" />
13
        <input type="submit" value="Search" />
15
        <input type="submit" class="principal" value="Search" />
14
    </form>
16
    </form>
15
[% END %]
17
[% END %]
16
18
Lines 23-29 Link Here
23
[%# - search_type: <select "contain" or "start with"> %]
25
[%# - search_type: <select "contain" or "start with"> %]
24
[% BLOCK patron_search_filters %]
26
[% BLOCK patron_search_filters %]
25
    <form id="patron_search_form">
27
    <form id="patron_search_form">
26
        <fieldset class="brief">
28
        <fieldset class="sidebar">
27
            <h3>Search for patron</h3>
29
            <h3>Search for patron</h3>
28
            <ol>
30
            <ol>
29
                <li>
31
                <li>
Lines 91-98 Link Here
91
                [% END %]
93
                [% END %]
92
            </ol>
94
            </ol>
93
            <fieldset class="action">
95
            <fieldset class="action">
94
                <input type="submit" value="Search" />
96
                <input type="submit" class="principal" value="Search" />
95
                <input type="button" value="Clear" id="clear_search" />
97
                <input type="button" value="Clear" class="cancel" id="clear_search" />
96
            </fieldset>
98
            </fieldset>
97
        </fieldset>
99
        </fieldset>
98
    </form>
100
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc (-13 / +17 lines)
Lines 5-27 Link Here
5
5
6
[% UNLESS ( no_add ) %]
6
[% UNLESS ( no_add ) %]
7
<div id="toolbar" class="btn-toolbar">
7
<div id="toolbar" class="btn-toolbar">
8
    <div class="btn-group" id="new-patron-button">
8
    <div class="btn-group">
9
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New patron <span class="caret"></span></button>
9
        <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New patron <span class="caret"></span></button>
10
            <ul class="dropdown-menu">
10
        <ul class="dropdown-menu">
11
                [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode | uri %]">[% category.description | html %]</a></li>[% END %]
11
            [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode | uri %]">[% category.description | html %]</a></li>[% END %]
12
            </ul>
12
        </ul>
13
    </div>
13
    </div>
14
15
    <div class="btn-group">
14
    [% IF Koha.Preference('PatronQuickAddFields') || Koha.Preference('BorrowerMandatoryField') %]
16
    [% IF Koha.Preference('PatronQuickAddFields') || Koha.Preference('BorrowerMandatoryField') %]
15
    <div class="btn-group" id="quick-add-new-patron-button">
17
        <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> Quick add new patron <span class="caret"></span></button>
16
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> Quick add new patron <span class="caret"></span></button>
18
        <ul class="dropdown-menu">
17
            <ul class="dropdown-menu">
19
            [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode | uri %]&amp;quickadd=true">[% category.description | html %]</a></li>[% END %]
18
                [% FOREACH category IN categories %]<li><a href="/cgi-bin/koha/members/memberentry.pl?op=add&amp;categorycode=[% category.categorycode | uri %]&amp;quickadd=true">[% category.description | html %]</a></li>[% END %]
20
        </ul>
19
            </ul>
21
20
    </div>
21
    [% END %]
22
    [% END %]
23
    </div>
24
25
    <div class="btn-group">
22
    [% IF CAN_user_tools_manage_patron_lists %]
26
    [% IF CAN_user_tools_manage_patron_lists %]
23
        <a class="btn btn-default" href="/cgi-bin/koha/patron_lists/lists.pl" id="patron-lists-button"><i class="fa fa-edit"></i> Patron lists</a>
27
        <a class="toolbar-btn" href="/cgi-bin/koha/patron_lists/lists.pl"><i class="fa fa-edit"></i> Patron lists</a>
24
    [% END %]
28
    [% END %]
25
29
    </div>
26
</div>
30
</div>
27
[% END %]
31
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc (-1 / +3 lines)
Lines 2-7 Link Here
2
[% SET return_claims = patron.return_claims %]
2
[% SET return_claims = patron.return_claims %]
3
3
4
[% IF ( has_modifications || warndeparture || returnbeforeexpiry || expired || patron.gonenoaddress || patron.lost || userdebarred || odues || ( return_claims.count > ClaimReturnedWarningThreshold ) || age_limitations || charges || charges_guarantors_guarantees || charges_guarantees || credits ) %]
4
[% IF ( has_modifications || warndeparture || returnbeforeexpiry || expired || patron.gonenoaddress || patron.lost || userdebarred || odues || ( return_claims.count > ClaimReturnedWarningThreshold ) || age_limitations || charges || charges_guarantors_guarantees || charges_guarantees || credits ) %]
5
    <fieldset>
5
    <h3>Attention</h3>
6
    <h3>Attention</h3>
6
    <ul>
7
    <ul>
7
        [% IF ( has_modifications ) %]
8
        [% IF ( has_modifications ) %]
Lines 126-131 Link Here
126
        [% END %]
127
        [% END %]
127
128
128
    </ul>
129
    </ul>
130
    </fieldset>
129
131
130
[% END # /F ( has_modifications || warndeparture... %]
132
[% END # /F ( has_modifications || warndeparture... %]
131
133
Lines 203-209 Link Here
203
205
204
[% IF ( patron_messages ) %]
206
[% IF ( patron_messages ) %]
205
    <div id="messages" class="circmessage">
207
    <div id="messages" class="circmessage">
206
        <h4>Messages</h4>
208
        <h3>Messages</h3>
207
        <ul>
209
        <ul>
208
            [% FOREACH patron_message IN patron_messages %]
210
            [% FOREACH patron_message IN patron_messages %]
209
                <li>
211
                <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-toolbar.inc (-2 / +2 lines)
Lines 1-7 Link Here
1
[% INCLUDE 'blocking_errors.inc' %]
1
[% INCLUDE 'blocking_errors.inc' %]
2
<div id="toolbar" class="btn-toolbar">
2
<div id="toolbar" class="btn-toolbar">
3
    <div class="btn-group">
3
    <div class="btn-group">
4
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
4
        <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New <span class="caret"></span></button>
5
        <ul class="dropdown-menu">
5
        <ul class="dropdown-menu">
6
            <li><a href="/cgi-bin/koha/patroncards/edit-batch.pl?op=new">Card batch</a></li>
6
            <li><a href="/cgi-bin/koha/patroncards/edit-batch.pl?op=new">Card batch</a></li>
7
            <li><a href="/cgi-bin/koha/patroncards/image-manage.pl">Image</a></li>
7
            <li><a href="/cgi-bin/koha/patroncards/image-manage.pl">Image</a></li>
Lines 11-17 Link Here
11
        </ul>
11
        </ul>
12
    </div>
12
    </div>
13
    <div class="btn-group">
13
    <div class="btn-group">
14
        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-edit"></i> Manage <span class="caret"></span></button>
14
        <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-edit"></i> Manage <span class="caret"></span></button>
15
        <ul class="dropdown-menu">
15
        <ul class="dropdown-menu">
16
            <li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Card batches</a></li>
16
            <li><a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Card batches</a></li>
17
            <li><a href="/cgi-bin/koha/patroncards/image-manage.pl">Images</a></li>
17
            <li><a href="/cgi-bin/koha/patroncards/image-manage.pl">Images</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc (-1 / +1 lines)
Lines 1-6 Link Here
1
[%- BLOCK patron_fields -%]
1
[%- BLOCK patron_fields -%]
2
     [%- SWITCH name -%]
2
     [%- SWITCH name -%]
3
     [%- CASE standard -%]<span>Standard</span>
3
     [%- CASE 'standard' -%]<span>Standard</span>
4
     [%- CASE 'borrowernumber' -%]<span>Borrowernumber</span>
4
     [%- CASE 'borrowernumber' -%]<span>Borrowernumber</span>
5
     [%- CASE 'cardnumber' -%]<span>Card number</span>
5
     [%- CASE 'cardnumber' -%]<span>Card number</span>
6
     [%- CASE 'surname' -%]<span>Surname</span>
6
     [%- CASE 'surname' -%]<span>Surname</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc (-26 / +17 lines)
Lines 1-34 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Patrons Admin Resident Search Box -->
4
<div id="header_search">
2
<div id="header_search">
3
5
	<div id="patron_category_search" class="residentsearch">
4
	<div id="patron_category_search" class="residentsearch">
6
	<form action="[% script_name | html %]" method="post">
5
        <form action="[% script_name | html %]" method="post">
7
        <label class="tip" for="description">Search by patron category name:</label>
6
            <input class="head-searchbox" type="text" name="description" value="[% searchfield | html %]" placeholder="Search by patron category name" />
8
        <input class="head-searchbox" type="text" name="description" size="40" value="[% searchfield | html %]" />
7
            <input type="submit" class="submit" id="submit" name="search" value="" />
9
		<input type="submit" class="submit" name="search" value="Search" />
8
        </form>
10
	</form>	
11
	</div>
9
	</div>
10
12
    [% INCLUDE 'patron-search-box.inc' %]
11
    [% INCLUDE 'patron-search-box.inc' %]
13
	[% IF ( CAN_user_catalogue ) %]
14
    <div id="catalog_search" class="residentsearch">
15
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
16
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
17
                <label class="tip" for="search-form">Enter search keywords:</label>
18
                [% INCLUDE 'search_indexes.inc' %]
19
            [% ELSE %]
20
                <label class="tip" for="search-form">Enter search keywords:</label>
21
            [% END %]
22
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
23
				<input type="submit" value="Submit"  class="submit" />
24
		</form>
25
	</div>[% END %]
26
12
27
	<ul>
13
	[% INCLUDE 'catalogue-search-box.inc' %]
28
            <li><a class="keep_text" href="#patron_category_search">Search patron categories</a></li>
14
29
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
15
	<ul id="btn-space">
30
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
16
        <li><a title="Search patron categories" class="iconsearch" href="#patron_category_search"><i class="fa fa-fw fa-id-card-o"></i></a></li>
31
			</ul>	
17
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
32
</div>
18
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
19
20
        <span class="name-icon active">Search patron categories</span>
21
        <span class="name-icon">Check out</span>
22
        <span class="name-icon">Search the catalog</span>
23
	</ul>
33
</div>
24
</div>
34
<!-- End Patrons Admin Resident Search Box -->
25
<!-- End Patrons Admin Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc (-2 / +2 lines)
Lines 3-9 Link Here
3
<div id="navmenu">
3
<div id="navmenu">
4
    <div id="navmenulist">
4
    <div id="navmenulist">
5
        [% IF ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) %]
5
        [% IF ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) %]
6
        <h5>Cash management</h5>
6
        <h4>Cash management</h4>
7
        <ul>
7
        <ul>
8
            <li><a href="/cgi-bin/koha/pos/pay.pl">Point of sale</a></li>
8
            <li><a href="/cgi-bin/koha/pos/pay.pl">Point of sale</a></li>
9
            [% IF !(Registers.session_register_name == '') %]
9
            [% IF !(Registers.session_register_name == '') %]
Lines 13-19 Link Here
13
        </ul>
13
        </ul>
14
        [% END %]
14
        [% END %]
15
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
15
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
16
        <h5>Administration</h5>
16
        <h4>Administration</h4>
17
        <ul>
17
        <ul>
18
            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
18
            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
19
                <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Configure cash registers</a></li>
19
                <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Configure cash registers</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc (-17 / +23 lines)
Lines 1-22 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div>
4
<div id="header_search">
3
<div id="header_search">
5
	<div id="syspref_search" class="residentsearch">
4
6
	    <form action="/cgi-bin/koha/admin/preferences.pl">
5
    <div id="syspref_search" class="residentsearch">
7
            <label class="tip" for="searchfield">System preference search:</label>
6
        <form action="/cgi-bin/koha/admin/preferences.pl">
8
        <input type="hidden" name="tab" value="[% last_tab | html %]" />
7
            <input type="hidden" name="tab" value="[% last_tab | html %]" />
9
        <input type="hidden" name="op" value="search" />
8
            <input type="hidden" name="op" value="search" />
10
        <input class="head-searchbox" type="text" size="40" name="searchfield" id="searchfield" value="">
9
            <input class="head-searchbox" type="text" name="searchfield" id="searchfield" value="" placeholder="System preference search">
11
        <input type="submit" class="submit" value="Search" />
10
            <input type="submit" id="submit" value="" />
12
    </form>
11
        </form>
13
	</div>
12
	</div>
13
14
    [% INCLUDE 'patron-search-box.inc' %]
14
    [% INCLUDE 'patron-search-box.inc' %]
15
15
    [% INCLUDE 'catalogue-search-box.inc' %]
16
    [% INCLUDE 'catalogue-search-box.inc' %]
16
			<ul>
17
17
            <li><a class="keep_text" href="#syspref_search">Search system preferences</a></li>
18
    <ul id="btn-space">
18
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
19
        <li><a title="Search system preferences" class="iconsearch" href="#syspref_search"><i class="fa fa-fw fa-cogs"></i></a></li>
19
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
20
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
20
			</ul>
21
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
21
</div>
22
22
</div>
23
        <span class="name-icon active">Search system preferences</span>
24
        <span class="name-icon">Check out</span>
25
        <span class="name-icon">Search the catalog</span>
26
    </ul>
27
</div><!-- /header_search -->
28
<!-- End Main page Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc (-2 / +4 lines)
Lines 1-5 Link Here
1
[% USE HtmlId %]
1
[% USE HtmlId %]
2
<div id="menu">
2
<div id="navmenu">
3
<div id="navmenulist">
3
    <ul>
4
    <ul>
4
        [% IF ( accounting ) %]
5
        [% IF ( accounting ) %]
5
            <li class="active">
6
            <li class="active">
Lines 170-180 Link Here
170
        </li>
171
        </li>
171
    </ul>
172
    </ul>
172
</div>
173
</div>
174
</div>
173
175
174
[% BLOCK subtabs %]
176
[% BLOCK subtabs %]
175
    [% UNLESS ( searchfield ) %]
177
    [% UNLESS ( searchfield ) %]
176
        [% FOREACH TAB IN TABS %]
178
        [% FOREACH TAB IN TABS %]
177
            <ul>
179
            <ul class="goto">
178
                [% FOREACH LINE IN TAB.LINES %]
180
                [% FOREACH LINE IN TAB.LINES %]
179
                    [% IF ( LINE.is_group_title ) %]
181
                    [% IF ( LINE.is_group_title ) %]
180
                        <li><a class="pref_sublink" href="#[% LINE.title | $HtmlId %]">[% LINE.title | html %]</a></li>
182
                        <li><a class="pref_sublink" href="#[% LINE.title | $HtmlId %]">[% LINE.title | html %]</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc (-32 / +30 lines)
Lines 2-54 Link Here
2
2
3
<div id="navmenu">
3
<div id="navmenu">
4
    <div id="navmenulist">
4
    <div id="navmenulist">
5
            <h4>Guided reports</h4>
6
        <ul>
7
            <li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li>
8
            [% IF ( CAN_user_reports_create_reports ) %]
9
                <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li>
10
            [% END %]
11
            [% IF ( CAN_user_reports_execute_reports ) %]
12
                <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use saved</a></li>
13
            [% END %]
14
            [% IF ( CAN_user_reports_create_reports ) %]
15
                <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li>
16
            [% END %]
17
        </ul>
5
18
6
        <h5>Guided reports</h5>
19
            <h4>Statistics wizards</h4>
7
            <ul>
20
        <ul>
8
                <li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li>
21
            <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li>
9
                [% IF ( CAN_user_reports_create_reports ) %]
22
            <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li>
10
                    <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li>
23
            <li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
11
                [% END %]
24
            <li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
12
                [% IF ( CAN_user_reports_execute_reports ) %]
25
            <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
13
                    <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use saved</a></li>
26
            <li><a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register</a></li>
14
                [% END %]
27
            <li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li>
15
                [% IF ( CAN_user_reports_create_reports ) %]
28
        </ul>
16
                    <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li>
17
                [% END %]
18
            </ul>
19
20
        <h5>Statistics wizards</h5>
21
            <ul>
22
                <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li>
23
                <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li>
24
                <li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
25
                <li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
26
                <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
27
                <li><a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register</a></li>
28
                <li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li>
29
            </ul>
30
29
31
        [% IF Koha.ArePluginsEnabled() %]
30
        [% IF Koha.ArePluginsEnabled() %]
32
            <h5>Report plugins</h5>
31
            <h4>Report plugins</h4>
33
            <ul>
32
        <ul>
34
                <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li>
33
            <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li>
35
            </ul>
34
        </ul>
36
        [% END %]
35
        [% END %]
37
36
38
        <h5>Top lists</h5>
37
            <h4>Top lists</h4>
39
        <ul>
38
        <ul>
40
            <li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
39
            <li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
41
            <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
40
            <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
42
        </ul>
41
        </ul>
43
42
44
        <h5>Inactive</h5>
43
            <h4>Inactive</h4>
45
        <ul>
44
        <ul>
46
            <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
45
            <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
47
            <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
46
            <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
48
        </ul>
47
        </ul>
49
48
50
49
            <h4>Other</h4>
51
        <h5>Other</h5>
52
        <ul>
50
        <ul>
53
            <li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a></li>
51
            <li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a></li>
54
            <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li>
52
            <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc (-13 / +13 lines)
Lines 2-8 Link Here
2
<div id="toolbar" class="btn-toolbar">
2
<div id="toolbar" class="btn-toolbar">
3
    [% IF ( CAN_user_reports_create_reports ) %]
3
    [% IF ( CAN_user_reports_create_reports ) %]
4
        <div class="btn-group">
4
        <div class="btn-group">
5
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New report <span class="caret"></span></button>
5
            <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New report <span class="caret"></span></button>
6
            <ul class="dropdown-menu">
6
            <ul class="dropdown-menu">
7
                <li id="newmenuc"><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">New guided report</a> </li>
7
                <li id="newmenuc"><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">New guided report</a> </li>
8
                <li id="newsql"><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">New SQL report</a> </li>
8
                <li id="newsql"><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">New SQL report</a> </li>
Lines 16-29 Link Here
16
    [% IF ( showsql || execute || editsql || save_successful ) %]
16
    [% IF ( showsql || execute || editsql || save_successful ) %]
17
        [% IF ( CAN_user_reports_delete_reports && !CAN_user_reports_create_reports ) %]
17
        [% IF ( CAN_user_reports_delete_reports && !CAN_user_reports_create_reports ) %]
18
            <div class="btn-group">
18
            <div class="btn-group">
19
                <a class="delete btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&phase=Delete%20Saved">
19
                <a class="toolbar-btn" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&phase=Delete%20Saved">
20
                    <i class="fa fa-trash"></i> Delete
20
                    <i class="fa fa-trash"></i> Delete
21
                </a>
21
                </a>
22
            </div>
22
            </div>
23
        [% ELSE %]
23
        [% ELSE %]
24
            [% IF ( CAN_user_reports_create_reports || CAN_user_reports_delete_reports ) %]
24
            [% IF ( CAN_user_reports_create_reports || CAN_user_reports_delete_reports ) %]
25
                <div class="btn-group">
25
                <div class="btn-group">
26
                    <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
26
                    <button type="button" class="btn btn-default toolbar-btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
27
                        aria-expanded="false">
27
                        aria-expanded="false">
28
                        <i class="fa fa-pencil"></i> Edit <span class="caret"></span>
28
                        <i class="fa fa-pencil"></i> Edit <span class="caret"></span>
29
                    </button>
29
                    </button>
Lines 59-70 Link Here
59
    [% IF ( showsql || execute || editsql || save_successful ) %]
59
    [% IF ( showsql || execute || editsql || save_successful ) %]
60
        [% UNLESS ( errors ) # Unless there are errors saving a report %]
60
        [% UNLESS ( errors ) # Unless there are errors saving a report %]
61
            <div class="btn-group">
61
            <div class="btn-group">
62
                <a id="runreport" class="btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&amp;phase=Run%20this%20report">
62
                <a id="runreport" class="toolbar-btn" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&amp;phase=Run%20this%20report">
63
                    <i class="fa fa-play"></i> Run report
63
                    <i class="fa fa-play"></i> Run report
64
                </a>
64
                </a>
65
            </div>
65
            </div>
66
            <div class="btn-group">
66
            <div class="btn-group">
67
                <a class="btn btn-default" href="/cgi-bin/koha/tools/scheduler.pl?id=[% id | html %]">
67
                <a class="toolbar-btn" href="/cgi-bin/koha/tools/scheduler.pl?id=[% id | html %]">
68
                    <i class="fa fa-clock-o"></i> Schedule
68
                    <i class="fa fa-clock-o"></i> Schedule
69
                </a>
69
                </a>
70
            </div>
70
            </div>
Lines 72-78 Link Here
72
72
73
        [% IF ( mana_id && Koha.Preference('Mana') == 1 ) %]
73
        [% IF ( mana_id && Koha.Preference('Mana') == 1 ) %]
74
            <div class="btn-group">
74
            <div class="btn-group">
75
                <button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"> Report mistake <span class="caret"></span></button>
75
                <button class="toolbar-btn" data-toggle="dropdown"> Report mistake <span class="caret"></span></button>
76
                <ul class="dropdown-menu">
76
                <ul class="dropdown-menu">
77
                    [% FOREACH c IN mana_comments %]
77
                    [% FOREACH c IN mana_comments %]
78
                        <li class="mana-comment" data-id="[% c.id | $raw %]">
78
                        <li class="mana-comment" data-id="[% c.id | $raw %]">
Lines 112-118 Link Here
112
112
113
113
114
            <div class="btn-group">
114
            <div class="btn-group">
115
                <button class="btn btn-default dropdown-toggle" data-toggle="dropdown" id="format"><i class="fa fa-download"></i> Download <span class="caret"></span></button>
115
                <button class="toolbar-btn" data-toggle="dropdown" id="format"><i class="fa fa-download"></i> Download <span class="caret"></span></button>
116
                <ul class="dropdown-menu">
116
                <ul class="dropdown-menu">
117
                    <li><a id="csv" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&amp;format=csv&amp;report_id=[% id | html %]&amp;reportname=[% name |uri %][% PROCESS params %]">[% PROCESS 'delimiter_text.inc' %]</a></li>
117
                    <li><a id="csv" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&amp;format=csv&amp;report_id=[% id | html %]&amp;reportname=[% name |uri %][% PROCESS params %]">[% PROCESS 'delimiter_text.inc' %]</a></li>
118
                    <li><a id="tab" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&amp;format=tab&amp;report_id=[% id | html %]&amp;reportname=[% name |uri %][% PROCESS params %]">Tab separated text</a></li>
118
                    <li><a id="tab" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&amp;format=tab&amp;report_id=[% id | html %]&amp;reportname=[% name |uri %][% PROCESS params %]">Tab separated text</a></li>
Lines 123-138 Link Here
123
                </ul>
123
                </ul>
124
            </div>
124
            </div>
125
            <div class="btn-group">
125
            <div class="btn-group">
126
                <button type="button" id="toggle_sql" class="btn btn-default toggle_sql" data-complete-text="<i class='fa fa-eye-slash'></i> [% t('Hide SQL code') | html %]" data-toggle="button" aria-pressed="false" autocomplete="off">
126
                <button type="button" id="toggle_sql toolbar-btn" class="btn btn-default toggle_sql" data-complete-text="<i class='fa fa-eye-slash'></i> [% t('Hide SQL code') | html %]" data-toggle="button" aria-pressed="false" autocomplete="off">
127
                    <i class="fa fa-eye"></i> Show SQL code
127
                    <i class="fa fa-eye"></i> Show SQL code
128
                </button>
128
                </button>
129
            </div>
129
            </div>
130
            <div class="btn-group">
130
            <div class="btn-group">
131
                [% IF allresults.size %]
131
                [% IF allresults.size %]
132
                    <a class="btn btn-default" href="#" data-toggle="modal" data-target="#chartModal"><i class="fa fa-bar-chart"></i> Create chart</a>
132
                    <a class="toolbar-btn" href="#" data-toggle="modal" data-target="#chartModal"><i class="fa fa-bar-chart"></i> Create chart</a>
133
                [% ELSE %]
133
                [% ELSE %]
134
                    <a class="btn btn-default" href="#" data-toggle="modal" data-target="#chartModal"><i class="fa fa-bar-chart"></i> Create chart</a>
134
                    <a class="toolbar-btn" href="#" data-toggle="modal" data-target="#chartModal"><i class="fa fa-bar-chart"></i> Create chart</a>
135
                    <a class="btn btn-default fetch_chart_data" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&amp;phase=Run this report&amp;reportname=[% name |uri %][% PROCESS params %]&amp;want_full_chart=1"><i class="fa fa-bar-chart"></i> Fetch all data for chart</a>
135
                    <a class="toolbar-btn fetch_chart_data" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&amp;phase=Run this report&amp;reportname=[% name |uri %][% PROCESS params %]&amp;want_full_chart=1"><i class="fa fa-bar-chart"></i> Fetch all data for chart</a>
136
                [% END %]
136
                [% END %]
137
137
138
            </div>
138
            </div>
Lines 163-169 Link Here
163
                            <p>
163
                            <p>
164
                                Search reports by keyword:
164
                                Search reports by keyword:
165
                                <input type="text" id="mana_search_field" />
165
                                <input type="text" id="mana_search_field" />
166
                                <input type="submit" class="mana_search_button" value="Search" />
166
                                <input type="submit" class="mana_search_button principal" value="Search" />
167
                                <span id="mana-loading" style="display:none"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </span>
167
                                <span id="mana-loading" style="display:none"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </span>
168
                            </p>
168
                            </p>
169
                        </fieldset>
169
                        </fieldset>
Lines 171-177 Link Here
171
                        </div>
171
                        </div>
172
                    </div>
172
                    </div>
173
                    <div class="modal-footer">
173
                    <div class="modal-footer">
174
                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
174
                        <button type="button" class="Cancel" data-dismiss="modal">Cancel</button>
175
                    </div>
175
                    </div>
176
                </div>
176
                </div>
177
            </form>
177
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/rotating-collections-toolbar.inc (-4 / +4 lines)
Lines 1-18 Link Here
1
[% INCLUDE 'blocking_errors.inc' %]
1
[% INCLUDE 'blocking_errors.inc' %]
2
<div id="toolbar" class="btn-toolbar">
2
<div id="toolbar" class="btn-toolbar">
3
    <div class="btn-group">
3
    <div class="btn-group">
4
        <a class="btn btn-default" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=new"><i class="fa fa-plus"></i> New collection</a>
4
        <a class="btn btn-default toolbar-btn" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=new"><i class="fa fa-plus"></i> New collection</a>
5
    </div>
5
    </div>
6
6
7
    [% IF ( colId ) %]
7
    [% IF ( colId ) %]
8
        <div class="btn-group">
8
        <div class="btn-group">
9
            <a class="btn btn-default" href="/cgi-bin/koha/rotating_collections/transferCollection.pl?colId=[% colId | html %]"><i class="fa fa-exchange"></i> Transfer</a>
9
            <a class="btn btn-default toolbar-btn" href="/cgi-bin/koha/rotating_collections/transferCollection.pl?colId=[% colId | html %]"><i class="fa fa-exchange"></i> Transfer</a>
10
        </div>
10
        </div>
11
        <div class="btn-group">
11
        <div class="btn-group">
12
            <a class="btn btn-default" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=edit&amp;colId=[% colId | html %]"><i class="fa fa-pencil"></i> Edit</a>
12
            <a class="btn btn-default toolbar-btn" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=edit&amp;colId=[% colId | html %]"><i class="fa fa-pencil"></i> Edit</a>
13
        </div>
13
        </div>
14
        <div class="btn-group">
14
        <div class="btn-group">
15
            <a class="btn btn-default confirmdelete" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=delete&amp;colId=[% colId | html %]"><i class="fa fa-trash"></i> Delete</a>
15
            <a class="btn btn-default  toolbar-btn confirmdelete" href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=delete&amp;colId=[% colId | html %]"><i class="fa fa-trash"></i> Delete</a>
16
        </div>
16
        </div>
17
    [% END %]
17
    [% END %]
18
</div>
18
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc (-17 / +17 lines)
Lines 1-19 Link Here
1
<div id="navmenu">
1
<div id="navmenu">
2
    <div id="navmenulist">
2
    <div id="navmenulist">
3
        <h5>Serials</h5>
3
            <h4>Serials</h4>
4
        <ul>
4
        <ul>
5
        [% IF ( subscriptionid ) %]
5
            [% IF ( subscriptionid ) %]
6
                <li><a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=[% subscriptionid | uri %]">Serial collection</a></li>
6
            <li><a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=[% subscriptionid | uri %]">Serial collection</a></li>
7
                [% UNLESS closed %]
7
            [% UNLESS closed %]
8
                    [% IF ( routing && CAN_user_serials_routing ) %]
8
            [% IF ( routing && CAN_user_serials_routing ) %]
9
                        [% IF ( hasRouting ) %]
9
            [% IF ( hasRouting ) %]
10
                            <li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid | uri %]">Edit routing list</a></li>
10
            <li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid | uri %]">Edit routing list</a></li>
11
                        [% ELSE %]
11
            [% ELSE %]
12
                            <li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid | uri %]&amp;op=new">Create routing list</a></li>
12
            <li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid | uri %]&amp;op=new">Create routing list</a></li>
13
                        [% END %]
13
            [% END %]
14
                    [% END %]
14
            [% END %]
15
                [% END %]
15
            [% END %]
16
        [% END %]
16
            [% END %]
17
17
18
            [% IF ( CAN_user_serials_claim_serials ) %]
18
            [% IF ( CAN_user_serials_claim_serials ) %]
19
                <li><a href="/cgi-bin/koha/serials/claims.pl">Claims</a></li>
19
                <li><a href="/cgi-bin/koha/serials/claims.pl">Claims</a></li>
Lines 42-51 Link Here
42
        </ul>
42
        </ul>
43
43
44
        [% IF ( CAN_user_reports ) %]
44
        [% IF ( CAN_user_reports ) %]
45
            <h5>Reports</h5>
45
            <h4>Reports</h4>
46
            <ul>
46
        <ul>
47
                <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials statistics wizard</a></li>
47
            <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials statistics wizard</a></li>
48
            </ul>
48
        </ul>
49
        [% END %]
49
        [% END %]
50
50
51
    </div>
51
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc (-22 / +27 lines)
Lines 1-30 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
2
<!-- Begin Main page Resident Search Box -->
3
  <div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Serials Resident Search Box -->
3
4
  <div id="header_search">
4
<div id="header_search">
5
    <div id="subscription_search" class="residentsearch">
5
    <div id="subscription_search" class="residentsearch">
6
    <p class="tip">Search subscriptions:</p>
6
        <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
7
    <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
7
            [% IF ( routing ) %]
8
      [% IF ( routing ) %]
8
            <input type="hidden" name="routing" value="[% routing | html %]" />
9
        <input type="hidden" name="routing" value="[% routing | html %]" />
9
            [% END %]
10
      [% END %]
10
            <input type="hidden" name="searched" value="1" />
11
      <input type="hidden" name="searched" value="1" />
11
            <input type="text" placeholder="ISSN" size="3" class="multi-input" style="display:inline;right: 225px" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter | html %]" />
12
      <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter | html %]" />
13
12
14
      [% IF (UNIMARC) %]
13
            [% IF (UNIMARC) %]
15
        <label for="EAN_filter">EAN:</label> <input type="text" size="20" maxlength="40" name="EAN_filter" id="EAN_filter" value="[% EAN_filter | html %]" />
14
            <input type="text" placeholder="EAN" size="3" class="multi-input" style="display:inline;right: 130px" maxlength="40" name="EAN_filter" id="EAN_filter" value="[% EAN_filter | html %]" />
16
      [% END %]
15
            [% END %]
17
      <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter | html %]" />
16
            <input type="text" size="3" placeholder="Title" class="multi-input" style="display:inline" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter | html %]" />
18
      <input value="Submit" class="submit" type="submit" /> <a href="/cgi-bin/koha/serials/serials-search.pl">Advanced search</a>
17
            <input value="" class="submit" id="submit" type="submit" />
19
    </form>
18
        </form>
20
    </div>
19
    </div>
20
21
    [% INCLUDE 'patron-search-box.inc' %]
21
    [% INCLUDE 'patron-search-box.inc' %]
22
22
    [% INCLUDE 'catalogue-search-box.inc' %]
23
    [% INCLUDE 'catalogue-search-box.inc' %]
23
    <ul>
24
24
      <li><a href="#subscription_search">Search subscriptions</a></li>
25
    <ul id="btn-space">
25
      [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
26
        <li><a title="Search subscriptions" class="iconsearch" href="#subscription_search"><i class="fa fa-book"></i></a></li>
26
      [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
27
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
28
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
29
30
        <span class="name-icon active">Search subscriptions</span>
31
        <span class="name-icon">Check out</span>
32
        <span class="name-icon">Search catalog</span>
27
    </ul>
33
    </ul>
28
  </div><!-- /header_search -->
34
</div><!-- /header_search -->
29
</div><!-- /gradient -->
30
<!-- End Serials Resident Search Box -->
35
<!-- End Serials Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc (-15 / +15 lines)
Lines 4-19 Link Here
4
    <div id="toolbar" class="btn-toolbar">
4
    <div id="toolbar" class="btn-toolbar">
5
        [% IF CAN_user_serials_create_subscription %]
5
        [% IF CAN_user_serials_create_subscription %]
6
            [% IF biblionumber_for_new_subscription %]
6
            [% IF biblionumber_for_new_subscription %]
7
                <div class="btn-group"><a id="newsubscription" class="btn btn-default" href="/cgi-bin/koha/serials/subscription-add.pl?biblionumber_for_new_subscription=[% biblionumber_for_new_subscription | html %]"><i class="fa fa-plus"></i> New subscription for this serial</a></div>
7
                <div class="btn-group"><a id="newsubscription" class="toolbar-btn" href="/cgi-bin/koha/serials/subscription-add.pl?biblionumber_for_new_subscription=[% biblionumber_for_new_subscription | html %]"><i class="fa fa-plus"></i> New subscription for this serial</a></div>
8
            [% ELSE %]
8
            [% ELSE %]
9
                <div class="btn-group"><a id="newsubscription" class="btn btn-default" href="/cgi-bin/koha/serials/subscription-add.pl"><i class="fa fa-plus"></i> New subscription</a></div>
9
                <div class="btn-group"><a id="newsubscription" class="toolbar-btn" href="/cgi-bin/koha/serials/subscription-add.pl"><i class="fa fa-plus"></i> New subscription</a></div>
10
            [% END %]
10
            [% END %]
11
        [% END %]
11
        [% END %]
12
12
13
        [% IF ( CAN_user_serials_edit_subscription || CAN_user_serials_create_subscription || CAN_user_serials_delete_subscription ) %]
13
        [% IF ( CAN_user_serials_edit_subscription || CAN_user_serials_create_subscription || CAN_user_serials_delete_subscription ) %]
14
            [% UNLESS ( cannotedit ) %]
14
            [% UNLESS ( cannotedit ) %]
15
                <div class="btn-group">
15
                <div class="btn-group">
16
                    <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
16
                    <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
17
                        <ul class="dropdown-menu">
17
                        <ul class="dropdown-menu">
18
                            [% IF ( CAN_user_serials_edit_subscription ) %]
18
                            [% IF ( CAN_user_serials_edit_subscription ) %]
19
                                <li>
19
                                <li>
Lines 51-81 Link Here
51
51
52
        [% IF not cannotedit or CAN_user_serials_receive_serials %]
52
        [% IF not cannotedit or CAN_user_serials_receive_serials %]
53
            [% IF CAN_user_serials_renew_subscription and not closed %]
53
            [% IF CAN_user_serials_renew_subscription and not closed %]
54
                <div class="btn-group"><a id="renew" class="btn btn-default" href="#"><i class="fa fa-refresh"></i> Renew</a></div>
54
                <div class="btn-group"><a id="renew" class="toolbar-btn" href="#"><i class="fa fa-refresh"></i> Renew</a></div>
55
            [% END %]
55
            [% END %]
56
            [% IF CAN_user_serials_receive_serials and not closed %]
56
            [% IF CAN_user_serials_receive_serials and not closed %]
57
                <div class="btn-group"><a id="receive" class="btn btn-default" href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=[% subscriptionid | html %]&amp;serstatus=1,3"><i class="fa fa-inbox"></i> Receive</a></div>
57
                <div class="btn-group"><a id="receive" class="toolbar-btn" href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=[% subscriptionid | html %]&amp;serstatus=1,3"><i class="fa fa-inbox"></i> Receive</a></div>
58
            [% END %]
58
            [% END %]
59
            [% UNLESS cannotedit %]
59
            [% UNLESS cannotedit %]
60
                [% IF closed %]
60
                [% IF closed %]
61
                    <div class="btn-group"><a id="reopen" class="btn btn-default" href="#"><i class="fa fa-repeat"></i> Reopen</a></div>
61
                    <div class="btn-group"><a id="reopen" class="toolbar-btn" href="#"><i class="fa fa-repeat"></i> Reopen</a></div>
62
                [% ELSE %]
62
                [% ELSE %]
63
                    <div class="btn-group"><a id="close" class="btn btn-default" href="#"><i class="fa fa-times-circle"></i> Close</a></div>
63
                    <div class="btn-group"><a id="close" class="toolbar-btn" href="#"><i class="fa fa-times-circle"></i> Close</a></div>
64
                [% END %]
64
                [% END %]
65
            [% END %]
65
            [% END %]
66
        [% END %]
66
        [% END %]
67
67
68
        [% IF Koha.Preference('Mana') == 1 and Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %]
68
        [% IF Koha.Preference('Mana') == 1 and Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %]
69
            [% IF one_language_enabled==0 or mana_id %]
69
            [% IF one_language_enabled==0 or mana_id %]
70
                <div class="btn-group"><a data-toggle="modal" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing." data-target="#mana_share_modal" class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div>
70
                <div class="btn-group"><a data-toggle="modal" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing." data-target="#mana_share_modal" class="toolbar-btn"><i class="fa fa-share-alt"></i> Share</a></div>
71
            [% ELSE %]
71
            [% ELSE %]
72
                <div class="btn-group" id="mana-subscription-share" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing."><a class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div>
72
                <div class="btn-group" id="mana-subscription-share" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing."><a class="toolbar-btn"><i class="fa fa-share-alt"></i> Share</a></div>
73
            [% END %]
73
            [% END %]
74
        [% END %]
74
        [% END %]
75
75
76
        [% IF ( mana_id && Koha.Preference('Mana') == 1 ) %]
76
        [% IF ( mana_id && Koha.Preference('Mana') == 1 ) %]
77
            <div class="btn-group">
77
            <div class="btn-group">
78
                <button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"> Report mistake <span class="caret"></span></button>
78
                <button class="toolbar-btn" data-toggle="dropdown"> Report mistake <span class="caret"></span></button>
79
                <ul class="dropdown-menu mana-actions">
79
                <ul class="dropdown-menu mana-actions">
80
                    [% IF ( mana_comments ) %]
80
                    [% IF ( mana_comments ) %]
81
                        [% FOREACH c IN mana_comments %]
81
                        [% FOREACH c IN mana_comments %]
Lines 93-101 Link Here
93
[% ELSIF CAN_user_serials_create_subscription %]
93
[% ELSIF CAN_user_serials_create_subscription %]
94
    <div id="toolbar" class="btn-toolbar">
94
    <div id="toolbar" class="btn-toolbar">
95
        [% IF ( biblionumber_for_new_subscription ) %]
95
        [% IF ( biblionumber_for_new_subscription ) %]
96
            <div class="btn-group"><a id="newsubscription" class="btn btn-default" href="/cgi-bin/koha/serials/subscription-add.pl?biblionumber_for_new_subscription=[% biblionumber_for_new_subscription | html %]"><i class="fa fa-plus"></i> New subscription for this serial</a></div>
96
            <div class="btn-group"><a id="newsubscription" class="toolbar-btn" href="/cgi-bin/koha/serials/subscription-add.pl?biblionumber_for_new_subscription=[% biblionumber_for_new_subscription | html %]"><i class="fa fa-plus"></i> New subscription for this serial</a></div>
97
        [% ELSE %]
97
        [% ELSE %]
98
            <div class="btn-group"><a id="newsubscription" class="btn btn-default" href="/cgi-bin/koha/serials/subscription-add.pl"><i class="fa fa-plus"></i> New subscription</a></div>
98
            <div class="btn-group"><a id="newsubscription" class="toolbar-btn" href="/cgi-bin/koha/serials/subscription-add.pl"><i class="fa fa-plus"></i> New subscription</a></div>
99
        [% END %]
99
        [% END %]
100
    </div>
100
    </div>
101
[% END %]
101
[% END %]
Lines 116-122 Link Here
116
                    <a href="#" class="cancel" id="mana-comment-close">Cancel</a>
116
                    <a href="#" class="cancel" id="mana-comment-close">Cancel</a>
117
                </div>
117
                </div>
118
                <div class="modal-footer">
118
                <div class="modal-footer">
119
                    <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
119
                    <button type="button" class="toolbar-btn" data-dismiss="modal">Close</button>
120
                </div>
120
                </div>
121
            </form>
121
            </form>
122
        </div> <!-- /.modal-content -->
122
        </div> <!-- /.modal-content -->
Lines 210-217 Link Here
210
                [% END %]
210
                [% END %]
211
            </div> <!-- /.modal-body -->
211
            </div> <!-- /.modal-body -->
212
            <div class="modal-footer">
212
            <div class="modal-footer">
213
                <button type="submit" form="mana_share_form" class="btn btn-default">Share</button>
213
                <button type="submit" form="mana_share_form" class="principal">Share</button>
214
                <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button>
214
                <button class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</button>
215
            </div>
215
            </div>
216
        </div> <!-- /.modal-content -->
216
        </div> <!-- /.modal-content -->
217
    </div> <!-- /.modal-dialog -->
217
    </div> <!-- /.modal-dialog -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/shortcut.inc (+11 lines)
Line 0 Link Here
1
<nav id='shortcut'>
2
    <ol>
3
        <li>
4
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
5
        </li>
6
7
        <li>
8
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
9
        </li>
10
    </ol>
11
</nav>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc (-5 / +6 lines)
Lines 1-14 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div id="toolbar" class="btn-toolbar">
2
<div id="toolbar" class="btn-toolbar">
3
<div>
3
    [% IF no_op_set %]
4
    [% IF no_op_set %]
4
        <a id="addrota" class="btn btn-default" href="/cgi-bin/koha/tools/stockrotation.pl?op=create_edit_rota"><i class="fa fa-plus"></i> New rota</a>
5
        <a id="addrota" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/tools/stockrotation.pl?op=create_edit_rota"><i class="fa fa-plus"></i> New rota</a>
5
    [% END %]
6
    [% END %]
6
    [% IF op == 'manage_stages' %]
7
    [% IF op == 'manage_stages' %]
7
        <a id="editrota" class="btn btn-default" href="/cgi-bin/koha/tools/stockrotation.pl?op=create_edit_rota&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-pencil"></i> Edit rota</a>
8
        <a id="editrota" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/tools/stockrotation.pl?op=create_edit_rota&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-pencil"></i> Edit rota</a>
8
        <a class="btn btn-default" href="#" id="addstage" data-toggle="modal" data-target="#addStageModal"><i class="fa fa-plus"></i> Add stage</a>
9
        <a class="btn btn-default toolbar-btn" href="#" id="addstage" data-toggle="modal" data-target="#addStageModal"><i class="fa fa-plus"></i> Add stage</a>
9
    [% END %]
10
    [% END %]
10
    [% IF op == 'manage_items' %]
11
    [% IF op == 'manage_items' %]
11
        <a id="editrota" class="btn btn-default" href="/cgi-bin/koha/tools/stockrotation.pl?op=create_edit_rota&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-pencil"></i> Edit rota</a>
12
        <a id="editrota" class="btn btn-default" href="/cgi-bin/koha/tools/stockrotation.pl?op=create_edit_rota&amp;rota_id=[% rota_id | uri %]"><i class="fa fa-pencil"></i> Edit rota</a>
12
        <a class="btn btn-default" href="#" id="additems" data-toggle="modal" data-target="#addItemsModal"><i class="fa fa-plus"></i> Add items</a>
13
        <a class="btn btn-default toolbar-btn" href="#" id="additems" data-toggle="modal" data-target="#addItemsModal"><i class="fa fa-plus"></i> Add items</a>
13
    [% END %]
14
    [% END %]
14
</div>
15
</div></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc (-3 / +3 lines)
Lines 1-7 Link Here
1
[% PROCESS 'html_helpers.inc' %]
1
[% PROCESS 'html_helpers.inc' %]
2
<div id="advsearch">
2
<div id="advsearch">
3
    <form action="" method="get">
3
    <form action="" method="get">
4
        <fieldset class="brief">
4
        <fieldset class="sidebar">
5
        <a href="#" class="toggle_element" data-element="#advsearch_form">Advanced search</a>
5
        <a href="#" class="toggle_element" data-element="#advsearch_form">Advanced search</a>
6
            <div id="advsearch_form" style="display:none">
6
            <div id="advsearch_form" style="display:none">
7
            <ol>
7
            <ol>
Lines 28-34 Link Here
28
                <input type="text" id="supplier" name="supplier_filter" value="[% supplier_filter | html %]" />
28
                <input type="text" id="supplier" name="supplier_filter" value="[% supplier_filter | html %]" />
29
              </li>
29
              </li>
30
              <li>
30
              <li>
31
                <label for="branch">Library:</label>
31
                <p for="branch">Library:</label>
32
                <select id="branch" name="branch_filter">
32
                <select id="branch" name="branch_filter">
33
                  <option value="">All</option>
33
                  <option value="">All</option>
34
                  [%# FIXME Should not we filter the libraries? %]
34
                  [%# FIXME Should not we filter the libraries? %]
Lines 44-50 Link Here
44
                <input type="hidden" name="basketno" value="[% basketno | html %]" />
44
                <input type="hidden" name="basketno" value="[% basketno | html %]" />
45
            [% END %]
45
            [% END %]
46
            <fieldset class="action">
46
            <fieldset class="action">
47
              <input type="submit" value="Search" />
47
              <input type="submit" class="principal" value="Search" />
48
            </fieldset>
48
            </fieldset>
49
            </div>
49
            </div>
50
        </fieldset>
50
        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc (-3 / +3 lines)
Lines 5-11 Link Here
5
<div style="display:none;" id="Coded_Fields">
5
<div style="display:none;" id="Coded_Fields">
6
<!-- SUBTYPE LIMITS -->
6
<!-- SUBTYPE LIMITS -->
7
        <fieldset>
7
        <fieldset>
8
        <legend>Coded fields</legend>
8
        <h3>Coded fields</h3>
9
        <p>
9
        <p>
10
        <label for="audience">Audience: </label>
10
        <label for="audience">Audience: </label>
11
        <select id="audience" name="limit" class="subtype">
11
        <select id="audience" name="limit" class="subtype">
Lines 128-134 Link Here
128
		</fieldset>
128
		</fieldset>
129
129
130
		<fieldset>
130
		<fieldset>
131
        <legend>Serials</legend>
131
        <h3>Serials</h3>
132
		<p>
132
		<p>
133
            <label for="serial_type">Serial type: </label>
133
            <label for="serial_type">Serial type: </label>
134
            <select id="serial_type" name="limit" class="subtype">
134
            <select id="serial_type" name="limit" class="subtype">
Lines 179-185 Link Here
179
        </fieldset>
179
        </fieldset>
180
180
181
		<fieldset>
181
		<fieldset>
182
        <legend>Picture</legend>
182
        <h3>Picture</h3>
183
        <p>
183
        <p>
184
		<select name="limit" class="subtype">
184
		<select name="limit" class="subtype">
185
				<option value="">Any</option>
185
				<option value="">Any</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc (-15 / +17 lines)
Lines 1-26 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Suggestions Resident Search Box -->
4
<div id="header_search">
2
<div id="header_search">
3
5
	<div id="suggestions_search" class="residentsearch">
4
	<div id="suggestions_search" class="residentsearch">
6
    <p class="tip">Suggestions search:</p>
5
        <form action="/cgi-bin/koha/acqui/newordersuggestion.pl" method="get">
7
	<form action="/cgi-bin/koha/acqui/newordersuggestion.pl" method="get">
6
            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
8
    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
7
            <input type="text" id="searchtitle" class="head-searchbox" placeholder="Title:" name="title" size="10" value="[% title | html %]" />
9
	<label for="searchtitle">Title:</label> <input type="text" id="searchtitle" name="title" size="10" value="[% title | html %]" />
8
            <input type="text" id="searchauthor" class="head-searchbox" placeholder="Author:"  name="author" size="10" value="[% author | html %]" />
10
    <label for="searchauthor">Author:</label> <input type="text" id="searchauthor" name="author" size="10" value="[% author | html %]" />
9
            <input type="text" class="head-searchbox" placeholder="Publisher:" id="searchpublishercode" name="publishercode" size="10" value="[% publishercode | html %]" />
11
    <label for="searchpublishercode">Publisher:</label> <input type="text" id="searchpublishercode" name="publishercode" size="10" value="[% publishercode | html %]" />
10
            <input type="submit" class="submit" id="submit" value="" />
12
    <input type="submit" class="submit" value="Search" />
13
        </form>
11
        </form>
14
	</div>
12
	</div>
15
13
16
    [% INCLUDE 'patron-search-box.inc' %]
14
    [% INCLUDE 'patron-search-box.inc' %]
15
17
    [% INCLUDE 'catalogue-search-box.inc' %]
16
    [% INCLUDE 'catalogue-search-box.inc' %]
18
17
19
			<ul>
18
    <ul id="btn-space">
20
            <li><a href="#suggestions_search">Search suggestions</a></li>
19
        <li><a title="Search suggestions" class="iconsearch" href="#suggestions_search"><i class="fa fa-comment-o"></i></a></li>
21
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
20
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
22
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
21
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
23
            </ul>
22
23
        <span class="name-icon active">Search suggestions</span>
24
        <span class="name-icon">Check out</span>
25
        <span class="name-icon">Search catalog</span>
26
    </ul>
24
</div>
27
</div>
25
</div><!-- /gradient -->
26
<!-- End Suggestions Resident Search Box -->
28
<!-- End Suggestions Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc (-6 / +6 lines)
Lines 2-12 Link Here
2
2
3
<div id="navmenu">
3
<div id="navmenu">
4
<div id="navmenulist">
4
<div id="navmenulist">
5
<ul>
5
6
    <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li>
6
    <h2><a class="titre" href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></h2>
7
</ul>
7
8
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons  || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons  || CAN_user_tools_edit_patrons || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
8
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons  || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons  || CAN_user_tools_edit_patrons || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
9
<h5>Patrons and circulation</h5>
9
<h4>Patrons and circulation</h4>
10
<ul>
10
<ul>
11
    [% IF ( CAN_user_tools_manage_patron_lists ) %]
11
    [% IF ( CAN_user_tools_manage_patron_lists ) %]
12
	<li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li>
12
	<li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li>
Lines 47-53 Link Here
47
</ul>
47
</ul>
48
[% END %]
48
[% END %]
49
[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
49
[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
50
<h5>Catalog</h5>
50
<h4>Catalog</h4>
51
<ul>
51
<ul>
52
    [% IF ( CAN_user_tools_items_batchdel ) %]
52
    [% IF ( CAN_user_tools_items_batchdel ) %]
53
	<li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li>
53
	<li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li>
Lines 96-102 Link Here
96
</ul>
96
</ul>
97
[% END %]
97
[% END %]
98
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents  || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
98
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents  || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
99
<h5>Additional tools</h5>
99
<h4>Additional tools</h4>
100
<ul>
100
<ul>
101
    [% IF ( CAN_user_tools_edit_calendar ) %]
101
    [% IF ( CAN_user_tools_edit_calendar ) %]
102
	<li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li>
102
	<li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/vendor-menu.inc (-2 / +3 lines)
Lines 1-5 Link Here
1
[% IF ( booksellerid ) %]
1
[% IF ( booksellerid ) %]
2
<div id="menu">
2
<div id="navmenu">
3
<div id="navmenulist">
3
    <ul>
4
    <ul>
4
        [% IF ( CAN_user_acquisition_order_manage ) %]<li><a href="/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid | uri %]">Baskets</a></li>[% END %]
5
        [% IF ( CAN_user_acquisition_order_manage ) %]<li><a href="/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid | uri %]">Baskets</a></li>[% END %]
5
        [% IF ( CAN_user_acquisition_group_manage ) %]<li><a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket groups</a></li>[% END %]
6
        [% IF ( CAN_user_acquisition_group_manage ) %]<li><a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket groups</a></li>[% END %]
Lines 11-15 Link Here
11
        <li><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid | uri %]&amp;owner=1">Uncertain prices</a></li>
12
        <li><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid | uri %]&amp;owner=1">Uncertain prices</a></li>
12
        [% END %] [% END %]
13
        [% END %] [% END %]
13
    </ul>
14
    </ul>
14
</div>
15
</div></div>
15
[% END %]
16
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc (-6 / +6 lines)
Lines 1-11 Link Here
1
[% INCLUDE 'blocking_errors.inc' %]
1
[% INCLUDE 'blocking_errors.inc' %]
2
2
3
<div id="toolbar" class="btn-toolbar">
3
<div id="toolbar" class="btn-toolbar">
4
    <div class="btn-group"><a id="newshelf" class="btn btn-default" href="/cgi-bin/koha/virtualshelves/shelves.pl?op=add_form&amp;referer=[% op | html %]"><i class="fa fa-plus"></i> New list</a></div>
4
    <div class="btn-group"><a id="newshelf" class="toolbar-btn" href="/cgi-bin/koha/virtualshelves/shelves.pl?op=add_form&amp;referer=[% op | html %]"><i class="fa fa-plus"></i> New list</a></div>
5
5
6
    [% IF ( can_add_biblios ) %]
6
    [% IF ( can_add_biblios ) %]
7
        <div class="btn-group">
7
        <div class="btn-group">
8
            <button type="button" class="btn btn-default" data-toggle="modal" data-target="#addToList">
8
            <button type="button" class="toolbar-btn" data-toggle="modal" data-target="#addToList">
9
                <i class="fa fa-plus"></i> Add items
9
                <i class="fa fa-plus"></i> Add items
10
            </button>
10
            </button>
11
        </div>
11
        </div>
Lines 14-20 Link Here
14
    [% IF shelf AND op == 'view' %]
14
    [% IF shelf AND op == 'view' %]
15
        [% IF can_manage_shelf %]
15
        [% IF can_manage_shelf %]
16
        <div class="btn-group">
16
        <div class="btn-group">
17
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
17
            <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-pencil"></i> Edit <span class="caret"></span></button>
18
            <ul class="dropdown-menu">
18
            <ul class="dropdown-menu">
19
                <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl?op=edit_form&amp;shelfnumber=[% shelf.shelfnumber | uri %]&amp;referer=[% op | uri %]">Edit list</a></li>
19
                <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl?op=edit_form&amp;shelfnumber=[% shelf.shelfnumber | uri %]&amp;referer=[% op | uri %]">Edit list</a></li>
20
                <li><a id="deleteshelf" href="/cgi-bin/koha/virtualshelves/shelves.pl?op=delete&amp;shelfnumber=[% shelf.shelfnumber | html %]">Delete list</a></li>
20
                <li><a id="deleteshelf" href="/cgi-bin/koha/virtualshelves/shelves.pl?op=delete&amp;shelfnumber=[% shelf.shelfnumber | html %]">Delete list</a></li>
Lines 23-29 Link Here
23
        [% END %]
23
        [% END %]
24
24
25
        <div class="btn-group">
25
        <div class="btn-group">
26
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-download"></i> Download list <span class="caret"></span></button>
26
            <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-download"></i> Download list <span class="caret"></span></button>
27
                <ul class="dropdown-menu">
27
                <ul class="dropdown-menu">
28
                    <li><a href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=iso2709&amp;shelfid=[% shelf.shelfnumber | uri %]">iso2709</a></li>
28
                    <li><a href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=iso2709&amp;shelfid=[% shelf.shelfnumber | uri %]">iso2709</a></li>
29
                    <li><a href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&amp;shelfid=[% shelf.shelfnumber | uri %]">RIS</a></li>
29
                    <li><a href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&amp;shelfid=[% shelf.shelfnumber | uri %]">RIS</a></li>
Lines 33-39 Link Here
33
                    [% END %]
33
                    [% END %]
34
                </ul>
34
                </ul>
35
        </div>
35
        </div>
36
        <div class="btn-group"><a class="btn btn-default" href="#" id="sendlist"><i class="fa fa-envelope"></i> Send list</a></div>
36
        <div class="btn-group"><a class="toolbar-btn" href="#" id="sendlist"><i class="fa fa-envelope"></i> Send list</a></div>
37
        <div class="btn-group"><a class="btn btn-default" id="printlist" target="_blank" href="/cgi-bin/koha/virtualshelves/shelves.pl?op=view&amp;shelfnumber=[% shelf.shelfnumber | html %]&amp;print=1"><i class="fa fa-print"></i> Print list</a></div>
37
        <div class="btn-group"><a class="toolbar-btn" id="printlist" target="_blank" href="/cgi-bin/koha/virtualshelves/shelves.pl?op=view&amp;shelfnumber=[% shelf.shelfnumber | html %]&amp;print=1"><i class="fa fa-print"></i> Print list</a></div>
38
    [% END %]
38
    [% END %]
39
</div>
39
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc (-12 / +15 lines)
Lines 1-23 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div class="gradient">
3
<div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin z3950 Admin Resident Search Box -->
4
<div id="header_search">
2
<div id="header_search">
3
5
    <div id="z3950_search" class="residentsearch">
4
    <div id="z3950_search" class="residentsearch">
6
	<form action="/cgi-bin/koha/admin/z3950servers.pl" method="post">
5
	    <form action="/cgi-bin/koha/admin/z3950servers.pl" method="post">
7
        <label class="tip" for="searchfield">Z39.50/SRU server search:</label>
6
                <input class="head-searchbox" type="text" name="searchfield" id="searchfield" value="[% searchfield | html %]" placeholder="Z39.50/SRU server search" />
8
                <input class="head-searchbox" type="text" name="searchfield" id="searchfield" size="40" value="[% searchfield | html %]" />
7
                <input type="submit" class="submit" id="submit" name="search" value="" />
9
                <input type="submit" class="submit" name="search" value="Search" />
10
        </form>
8
        </form>
11
	</div>
9
	</div>
12
10
13
    [% INCLUDE 'patron-search-box.inc' %]
11
    [% INCLUDE 'patron-search-box.inc' %]
12
14
    [% INCLUDE 'catalogue-search-box.inc' %]
13
    [% INCLUDE 'catalogue-search-box.inc' %]
15
14
16
			<ul>
15
    <ul id="btn-space">
17
            <li><a class="keep_text" href="#z3950_search">Search Z39.50/SRU servers</a></li>
16
        <li><li><a title="Search Z39.50/SRU servers" class="iconsearch" href="#z3950_search"><i style="font-weight:bold">Z39.50</i></a></li>
18
            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
17
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><li><a title="Check out" class="iconsearch" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
19
            [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
18
        [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" class="iconsearch" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
20
			</ul>	
19
21
</div>
20
21
        <span class="name-icon active">Search Z39.50/SRU servers</span>
22
        <span class="name-icon">Check out</span>
23
        <span class="name-icon">Search the catalog</span>
24
    </ul>
22
</div>
25
</div>
23
<!-- End Members Resident Search Box -->
26
<!-- End Members Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (+6 lines)
Lines 19-24 Link Here
19
            <a href="#" aria-current="page">About Koha</a>
19
            <a href="#" aria-current="page">About Koha</a>
20
        </li>
20
        </li>
21
    </ol>
21
    </ol>
22
        <ol>
23
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
24
        </ol>
25
        <ol>
26
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
27
        </ol>
22
</nav>
28
</nav>
23
29
24
<div class="main container-fluid">
30
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-16 / +22 lines)
Lines 4-9 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'acquisitions-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Acquisitions &rsaquo; Koha</title>
11
<title>Acquisitions &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
Lines 11-38 Link Here
11
</head>
14
</head>
12
15
13
<body id="acq_acqui-home" class="acq">
16
<body id="acq_acqui-home" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="#" aria-current="page">Acquisitions</a>
25
            <a href="#" aria-current="page">Acquisitions</a>
24
        </li>
26
        </li>
25
    </ol>
27
    </ol>
26
</nav>
28
</nav>
29
[% INCLUDE 'shortcut.inc' %]
27
30
28
<div class="main container-fluid">
31
<div class="main container-fluid">
29
    <div class="row">
32
    <div class="row">
30
        <div class="col-sm-10 col-sm-push-2">
33
        <div class="col-sm-10 col-sm-push-2">
31
            <main>
34
            <main>
32
35
33
[% INCLUDE 'acquisitions-toolbar.inc' %]
34
36
35
<h1>Acquisitions</h1>
37
[% INCLUDE 'acquisitions-toolbar.inc' %]
38
<h2>Acquisitions</h2>
36
    [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %]
39
    [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %]
37
    [% UNLESS ( loop_budget ) %]
40
    [% UNLESS ( loop_budget ) %]
38
        [% IF ( CAN_user_acquisition_period_manage ) %]
41
        [% IF ( CAN_user_acquisition_period_manage ) %]
Lines 48-60 Link Here
48
        <div class="col-sm-12">
51
        <div class="col-sm-12">
49
    [% END %]
52
    [% END %]
50
<div id="acqui_acqui_home_order">
53
<div id="acqui_acqui_home_order">
51
    <fieldset>
54
    <fieldset class="rows">
52
        <legend>Manage orders</legend>
55
        <h3>Manage orders</h3>
53
        <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
56
        <fieldset>
54
            <p><label for="supplierpage">Vendor: </label><input type="text" size="25" name="supplier" id="supplierpage" class="focus" />
57
            <form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
55
            <input type="submit" value="Search" />
58
                <p>Vendor: <input type="text" size="25" name="supplier" id="supplierpage" class="focus" />
56
            </p>
59
                <input type="submit" class="principal" value="Search" /></p>
57
        </form>
60
            </form>
61
        <fieldset>
58
    </fieldset>
62
    </fieldset>
59
</div>
63
</div>
60
</div>
64
</div>
Lines 62-69 Link Here
62
[% IF ( CAN_user_suggestions_suggestions_manage && ( suggestions_count || all_pendingsuggestions ) ) %]
66
[% IF ( CAN_user_suggestions_suggestions_manage && ( suggestions_count || all_pendingsuggestions ) ) %]
63
<div class="col-sm-6">
67
<div class="col-sm-6">
64
    <div id="acqui_acqui_home_suggestions">
68
    <div id="acqui_acqui_home_suggestions">
65
        <fieldset>
69
        <fieldset class="rows">
66
        <legend>Pending suggestions</legend>
70
        <h3>Pending suggestions</h3>
67
        <p>
71
        <p>
68
            Manage suggestions:
72
            Manage suggestions:
69
            <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
73
            <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
Lines 85-94 Link Here
85
89
86
[% IF ( loop_budget ) %]
90
[% IF ( loop_budget ) %]
87
91
92
    <fieldset id="searchresults">
93
88
    <h3>All available funds</h3>
94
    <h3>All available funds</h3>
89
95
90
    <div id="BudgetsAndFunds">
96
    <div id="BudgetsAndFunds">
91
        <div class="toolbar btn-toolbar">
97
        <div class="searchheader">
92
            <span class="actions">
98
            <span class="actions">
93
                <a href="#" id="expand_all">Expand all</a> |
99
                <a href="#" id="expand_all">Expand all</a> |
94
                <a href="#" id="collapse_all">Collapse all</a> |
100
                <a href="#" id="collapse_all">Collapse all</a> |
Lines 195-201 Link Here
195
        [% END %]
201
        [% END %]
196
        </tbody>
202
        </tbody>
197
    </table>
203
    </table>
198
    </div>
204
    </div></fieldset>
199
    [% END %]
205
    [% END %]
200
206
201
</main>
207
</main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-14 / +19 lines)
Lines 15-20 Link Here
15
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %]
15
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %]
16
[% Asset.js("js/acquisitions-menu.js") | $raw %]
16
[% Asset.js("js/acquisitions-menu.js") | $raw %]
17
[% INCLUDE 'datatables.inc' %]
17
[% INCLUDE 'datatables.inc' %]
18
[% formulaire = BLOCK %]
19
    [% INCLUDE 'acquisitions-search.inc' %]
20
[% END %]
18
[% Asset.js("js/acq.js") | $raw %]
21
[% Asset.js("js/acq.js") | $raw %]
19
[% Asset.js("js/funds_sorts.js") | $raw %]
22
[% Asset.js("js/funds_sorts.js") | $raw %]
20
[% Asset.js("js/addorderiso2709.js") | $raw %]
23
[% Asset.js("js/addorderiso2709.js") | $raw %]
Lines 22-34 Link Here
22
</head>
25
</head>
23
26
24
<body id="acq_addorderiso2709" class="acq">
27
<body id="acq_addorderiso2709" class="acq">
25
    [% INCLUDE 'header.inc' %]
28
[% INCLUDE 'header.inc' form=formulaire %]
26
    [% INCLUDE 'acquisitions-search.inc' %]
27
29
28
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
29
        <ol>
31
        <ol>
30
            <li>
32
            <li>
31
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
33
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
32
            </li>
34
            </li>
33
            <li>
35
            <li>
34
                <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
36
                <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 44-49 Link Here
44
            </li>
46
            </li>
45
        </ol>
47
        </ol>
46
    </nav>
48
    </nav>
49
    [% INCLUDE 'shortcut.inc' %]
47
50
48
    <div class="container-fluid">
51
    <div class="container-fluid">
49
        <div class="row">
52
        <div class="row">
Lines 56-67 Link Here
56
                [% END %]
59
                [% END %]
57
60
58
                [% IF ( batch_details ) %]
61
                [% IF ( batch_details ) %]
59
                    <h1>
62
                    <h2>
60
                        Add orders from [% comments | html %]
63
                        Add orders from [% comments | html %]
61
                        ([% file_name | html %] staged on [% upload_timestamp | $KohaDates  with_hours => 1 %])
64
                        ([% file_name | html %] staged on [% upload_timestamp | $KohaDates  with_hours => 1 %])
62
                    </h1>
65
                    </h2>
63
                    <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform">
66
                    <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform">
64
                        <div id="tabs" class="toptabs">
67
                        <div id="tabs" class="toptabs">
68
                        <div id="searchresults">
65
                            <ul>
69
                            <ul>
66
                                <li><a href="#records_to_import">Select to import</a></li>
70
                                <li><a href="#records_to_import">Select to import</a></li>
67
                                <li><a href="#items_info" class="items_info">Item information</a></li>
71
                                <li><a href="#items_info" class="items_info">Item information</a></li>
Lines 109-115 Link Here
109
113
110
                                [% FOREACH biblio IN biblio_list %]
114
                                [% FOREACH biblio IN biblio_list %]
111
                                    <fieldset class="biblio unselected rows" style="float:none;">
115
                                    <fieldset class="biblio unselected rows" style="float:none;">
112
                                        <legend>
116
                                        <h3>
113
                                            <label for="record_[% biblio.import_record_id | html %]" style="width:auto;">
117
                                            <label for="record_[% biblio.import_record_id | html %]" style="width:auto;">
114
                                                <input type="checkbox" name="import_record_id" id="record_[% biblio.import_record_id | html %]" value="[% biblio.import_record_id | html %]" />
118
                                                <input type="checkbox" name="import_record_id" id="record_[% biblio.import_record_id | html %]" value="[% biblio.import_record_id | html %]" />
115
                                                <span class="citation">[% biblio.citation | html %]</span>
119
                                                <span class="citation">[% biblio.citation | html %]</span>
Lines 117-123 Link Here
117
                                            <span class="links" style="font-weight: normal;">
121
                                            <span class="links" style="font-weight: normal;">
118
                                                ( <a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% biblio.import_record_id | uri %]" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% biblio.import_record_id | html %]" class="previewData">Card</a> | <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]&amp;breedingid=[% biblio.import_record_id | html %]&amp;import_batch_id=[% biblio.import_batch_id | html %]&amp;biblionumber=[% biblio.match_biblionumber | html %]">Add order</a> )
122
                                                ( <a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% biblio.import_record_id | uri %]" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% biblio.import_record_id | html %]" class="previewData">Card</a> | <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]&amp;breedingid=[% biblio.import_record_id | html %]&amp;import_batch_id=[% biblio.import_batch_id | html %]&amp;biblionumber=[% biblio.match_biblionumber | html %]">Add order</a> )
119
                                            </span>
123
                                            </span>
120
                                        </legend>
124
                                        </h3>
121
                                        <div style="float:left">
125
                                        <div style="float:left">
122
                                            <ol>
126
                                            <ol>
123
                                                <li class="status">
127
                                                <li class="status">
Lines 193-199 Link Here
193
                                            [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %]
197
                                            [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %]
194
                                            [% FOREACH item IN biblio.iteminfos %]
198
                                            [% FOREACH item IN biblio.iteminfos %]
195
                                                <fieldset>
199
                                                <fieldset>
196
                                                    <legend>Item record [% item.item_id | html %]</legend>
200
                                                    <h3>Item record [% item.item_id | html %]</h3>
197
                                                    <ol>
201
                                                    <ol>
198
                                                        <li>
202
                                                        <li>
199
                                                            <label for="homebranch_item_[% item.item_id | html %]">homebranch</label>
203
                                                            <label for="homebranch_item_[% item.item_id | html %]">homebranch</label>
Lines 346-352 Link Here
346
350
347
                                [% IF ( items ) %]
351
                                [% IF ( items ) %]
348
                                    <fieldset class="rows" style="float:none;">
352
                                    <fieldset class="rows" style="float:none;">
349
                                        <legend>Item</legend>
353
                                        <h3>Item</h3>
350
                                        [% IF ( NoACQframework ) %]
354
                                        [% IF ( NoACQframework ) %]
351
                                            <div class="dialog message">No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used</div>
355
                                            <div class="dialog message">No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used</div>
352
                                        [% END %]
356
                                        [% END %]
Lines 398-404 Link Here
398
                            <div id="accounting_details">
402
                            <div id="accounting_details">
399
                                <p>Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):</p>
403
                                <p>Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):</p>
400
                                <fieldset class="rows" style="float:none;">
404
                                <fieldset class="rows" style="float:none;">
401
                                    <legend>Accounting details</legend>
405
                                    <h3>Accounting details</h3>
402
                                    <ol>
406
                                    <ol>
403
                                        <li>
407
                                        <li>
404
                                            <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
408
                                            <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
Lines 458-472 Link Here
458
                                    </ol>
462
                                    </ol>
459
                                </fieldset> <!-- /.rows -->
463
                                </fieldset> <!-- /.rows -->
460
                            </div> <!-- /#accounting_details -->
464
                            </div> <!-- /#accounting_details -->
461
                        </div> <!-- /#tabs -->
465
                        </div></div> <!-- /#tabs -->
462
466
463
                        <fieldset class="action">
467
                        <fieldset class="action">
464
                            <input id="add_order" type="submit" value="Save" /><a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
468
                            <input id="add_order" type="submit" class="principal" value="Save" /><a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
465
                        </fieldset>
469
                        </fieldset>
466
                    </form> <!-- /#Aform -->
470
                    </form> <!-- /#Aform -->
467
                [% ELSE # IF ( batch_details ) %]
471
                [% ELSE # IF ( batch_details ) %]
468
                    <div>
472
                    <div>
469
                        <h1>Choose the file to add to the basket</h1>
473
                        <h2>Choose the file to add to the basket</h2>
474
                        <div id="searchresults">
470
                        <table id="files">
475
                        <table id="files">
471
                            <thead>
476
                            <thead>
472
                                <tr>
477
                                <tr>
Lines 511-517 Link Here
511
                                [% END # /FOREACH batch_lis %]
516
                                [% END # /FOREACH batch_lis %]
512
                            </tbody>
517
                            </tbody>
513
                        </table> <!-- /#files -->
518
                        </table> <!-- /#files -->
514
                    </div>
519
                    </div></div>
515
                [% END # /IF ( batch_details ) %]
520
                [% END # /IF ( batch_details ) %]
516
            </div> [% # /div.col-sm-6 %]
521
            </div> [% # /div.col-sm-6 %]
517
        </div> [% # /div.row %]
522
        </div> [% # /div.row %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-13 / +16 lines)
Lines 4-11 Link Here
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% BLOCK csv_export %]
5
[% BLOCK csv_export %]
6
    <div class="btn-group">
6
    <div class="btn-group">
7
        <a id="exportbutton" class="btn btn-default" href="[% script_name | url %]?op=export&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]"><i class="fa fa-download"></i> Export as CSV</a>
7
        <a id="exportbutton" class="btn btn-default toolbar-btn" href="[% script_name | url %]?op=export&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]"><i class="fa fa-download"></i> Export as CSV</a>
8
      <a class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
8
      <a class="btn btn-default dropdown-toggle toolbar-btn" data-toggle="dropdown"><span class="caret"></span></a>
9
      <ul class="dropdown-menu" id="export-csv-menu">
9
      <ul class="dropdown-menu" id="export-csv-menu">
10
          <li><a href="#">Default</a></li>
10
          <li><a href="#">Default</a></li>
11
          [% IF csv_profiles.count %]
11
          [% IF csv_profiles.count %]
Lines 22-27 Link Here
22
[% USE AuthorisedValues %]
22
[% USE AuthorisedValues %]
23
[% USE TablesSettings %]
23
[% USE TablesSettings %]
24
[% SET footerjs = 1 %]
24
[% SET footerjs = 1 %]
25
[% formulaire = BLOCK %]
26
    [% INCLUDE 'acquisitions-search.inc' %]
27
[% END %]
25
[% INCLUDE 'doc-head-open.inc' %]
28
[% INCLUDE 'doc-head-open.inc' %]
26
<title>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
29
<title>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
27
[% INCLUDE 'doc-head-close.inc' %]
30
[% INCLUDE 'doc-head-close.inc' %]
Lines 31-43 Link Here
31
</head>
34
</head>
32
35
33
<body id="acq_basket" class="acq">
36
<body id="acq_basket" class="acq">
34
[% INCLUDE 'header.inc' %]
37
[% INCLUDE 'header.inc' form=formulaire %]
35
[% INCLUDE 'acquisitions-search.inc' %]
36
38
37
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
39
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
38
    <ol>
40
    <ol>
39
        <li>
41
        <li>
40
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
42
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
41
        </li>
43
        </li>
42
        <li>
44
        <li>
43
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
45
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 63-68 Link Here
63
        </li>
65
        </li>
64
    </ol>
66
    </ol>
65
</nav>
67
</nav>
68
[% INCLUDE 'shortcut.inc' %]
66
69
67
<div class="main container-fluid">
70
<div class="main container-fluid">
68
    <div class="row">
71
    <div class="row">
Lines 79-106 Link Here
79
            [% UNLESS ( delete_confirmed ) %]
82
            [% UNLESS ( delete_confirmed ) %]
80
                <div id="toolbar" class="btn-toolbar fh-fixedHeader">
83
                <div id="toolbar" class="btn-toolbar fh-fixedHeader">
81
                    [% IF active %]
84
                    [% IF active %]
82
                        <div class="btn-group"><a href="#addtoBasket" role="button" class="btn btn-default" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a></div>
85
                        <div class="btn-group"><a href="#addtoBasket" role="button" class="btn btn-default toolbar-btn" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a></div>
83
                    [% END %]
86
                    [% END %]
84
                    <div class="btn-group"><a href="basketheader.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;op=add_form" class="btn btn-default" id="basketheadbutton"><i class="fa fa-pencil"></i> Edit basket</a></div>
87
                    <div class="btn-group"><a href="basketheader.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;op=add_form" class="btn btn-default toolbar-btn" id="basketheadbutton"><i class="fa fa-pencil"></i> Edit basket</a></div>
85
                    [% IF CAN_user_acquisition_delete_baskets %]
88
                    [% IF CAN_user_acquisition_delete_baskets %]
86
                        <div class="btn-group"><a href="#deleteBasketModal" role="button" class="btn btn-default" data-toggle="modal" id="delbasketbutton"><i class="fa fa-trash"></i> Delete basket</a></div>
89
                        <div class="btn-group"><a href="#deleteBasketModal" role="button" class="btn btn-default toolbar-btn" data-toggle="modal" id="delbasketbutton"><i class="fa fa-trash"></i> Delete basket</a></div>
87
                    [% END %]
90
                    [% END %]
88
                   [% IF ( unclosable ) %]
91
                   [% IF ( unclosable ) %]
89
                    [% ELSIF ( uncertainprices ) %]
92
                    [% ELSIF ( uncertainprices ) %]
90
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid | uri %]&amp;owner=1" class="btn btn-default" id="uncertpricesbutton"><i class="fa fa-usd"></i> Uncertain prices</a></div>
93
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid | uri %]&amp;owner=1" class="btn btn-default toolbar-btn" id="uncertpricesbutton"><i class="fa fa-usd"></i> Uncertain prices</a></div>
91
                        <div title="Can not close baskets that have items with uncertain prices in them." class="btn-group">
94
                        <div title="Can not close baskets that have items with uncertain prices in them." class="btn-group">
92
                            <a href="" class="btn btn-default disabled" id="closebutton"><i class="fa fa-times-circle"></i> Close basket</a>
95
                            <a href="" class="btn btn-default disabled toolbar-btn" id="closebutton"><i class="fa fa-times-circle"></i> Close basket</a>
93
                        </div>
96
                        </div>
94
                    [% ELSE %]
97
                    [% ELSE %]
95
                        <div class="btn-group">
98
                        <div class="btn-group">
96
                            <a href="/cgi-bin/koha/acqui/basket.pl?op=close&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="closebutton"><i class="fa fa-times-circle"></i> Close basket</a>
99
                            <a href="/cgi-bin/koha/acqui/basket.pl?op=close&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default toolbar-btn" id="closebutton"><i class="fa fa-times-circle"></i> Close basket</a>
97
                        </div>
100
                        </div>
98
                    [% END %]
101
                    [% END %]
99
102
100
                    [% PROCESS csv_export %]
103
                    [% PROCESS csv_export %]
101
104
102
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
105
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
103
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/edi_ean.pl?op=ediorder&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="ediorderbutton"><i class="fa fa-download"></i> Create EDIFACT order</a></div>
106
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/edi_ean.pl?op=ediorder&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default toolbar-btn" id="ediorderbutton"><i class="fa fa-download"></i> Create EDIFACT order</a></div>
104
                        [% END %]
107
                        [% END %]
105
108
106
                        [% IF ( active && books_loop ) %]
109
                        [% IF ( active && books_loop ) %]
Lines 108-114 Link Here
108
                                <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
111
                                <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
109
                                    <input type="hidden" name="op" value="email" />
112
                                    <input type="hidden" name="op" value="email" />
110
                                    <input type="hidden" name="basketno" value="[% basketno | html %]" />
113
                                    <input type="hidden" name="basketno" value="[% basketno | html %]" />
111
                                    <button type="submit" class="btn btn-default" id="emailvendorbutton"><i class="fa fa-envelope"></i> E-mail order</button>
114
                                    <button type="submit" class="btn btn-default toolbar-btn" id="emailvendorbutton"><i class="fa fa-envelope"></i> E-mail order</button>
112
                                </form>
115
                                </form>
113
                            </div>
116
                            </div>
114
                        [% END %]
117
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-16 / +25 lines)
Lines 2-11 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Price %]
4
[% USE Price %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'acquisitions-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Basket grouping for [% booksellername | html %] &rsaquo; Koha</title>
9
<title>Basket grouping for [% booksellername | html %] &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
[% formulaire = BLOCK %]
13
    [% INCLUDE 'acquisitions-search.inc' %]
14
[% END %]
9
<script>
15
<script>
10
16
11
    var MSG_CONFIRM_CLOSE_BASKETGROUP = _("Are you sure you want to close this basketgroup?");
17
    var MSG_CONFIRM_CLOSE_BASKETGROUP = _("Are you sure you want to close this basketgroup?");
Lines 86-98 Link Here
86
92
87
</head>
93
</head>
88
<body id="acq_basketgroup" class="acq">
94
<body id="acq_basketgroup" class="acq">
89
[% INCLUDE 'header.inc' %]
95
[% INCLUDE 'header.inc' form=formulaire %]
90
[% INCLUDE 'acquisitions-search.inc' %]
91
96
92
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
97
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
93
    <ol>
98
    <ol>
94
        <li>
99
        <li>
95
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
100
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
96
        </li>
101
        </li>
97
        <li>
102
        <li>
98
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
103
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 112-117 Link Here
112
        </li>
117
        </li>
113
    </ol>
118
    </ol>
114
</nav>
119
</nav>
120
[% INCLUDE 'shortcut.inc' %]
115
121
116
[% ELSE %]
122
[% ELSE %]
117
        <li>
123
        <li>
Lines 124-129 Link Here
124
        </li>
130
        </li>
125
    </ol>
131
    </ol>
126
</nav>
132
</nav>
133
[% INCLUDE 'shortcut.inc' %]
127
[% END %]
134
[% END %]
128
135
129
136
Lines 135-159 Link Here
135
                [% IF ( grouping ) %]
142
                [% IF ( grouping ) %]
136
                    [% IF (closedbg) %]
143
                    [% IF (closedbg) %]
137
                        <div id="toolbar" class="btn-toolbar">
144
                        <div id="toolbar" class="btn-toolbar">
138
                            <div class="btn-group"><a href="[% script_name | url %]?op=reopen&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;mode=singlebg" class="btn btn-default" id="reopenbutton"><i class="fa fa-download"></i> Reopen basket group</a></div>
145
                            <div class="btn-group"><a href="[% script_name | url %]?op=reopen&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;mode=singlebg" class="btn btn-default toolbar-btn" id="reopenbutton"><i class="fa fa-download"></i> Reopen basket group</a></div>
139
                            <div class="btn-group"><a href="[% script_name | url %]?op=export&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="exportbutton"><i class="fa fa-download"></i> Export basket group as CSV</a></div>
146
                            <div class="btn-group"><a href="[% script_name | url %]?op=export&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default toolbar-btn" id="exportbutton"><i class="fa fa-download"></i> Export basket group as CSV</a></div>
140
                            <div class="btn-group"><a href="[% script_name | url %]?op=print&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="printbutton"><i class="fa fa-download"></i> Print basket group in PDF</a></div>
147
                            <div class="btn-group"><a href="[% script_name | url %]?op=print&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default toolbar-btn" id="printbutton"><i class="fa fa-download"></i> Print basket group in PDF</a></div>
141
                        [% IF (ediaccount) %]
148
                        [% IF (ediaccount) %]
142
                            <div class="btn-group"><a href="[% script_name | url %]?op=ediprint&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="printbutton"><i class="fa fa-download"></i> Generate EDIFACT order</a></div>
149
                            <div class="btn-group"><a href="[% script_name | url %]?op=ediprint&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default toolbar-btn" id="printbutton"><i class="fa fa-download"></i> Generate EDIFACT order</a></div>
143
                        [% END %]
150
                        [% END %]
144
                        </div>
151
                        </div>
145
                    [% END %]
152
                    [% END %]
146
                    [% IF (name && closedbg) %]
153
                    [% IF (name && closedbg) %]
147
                        <h1>Basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
154
                        <h2>Basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h2>
148
                    [% ELSIF (name) %]
155
                    [% ELSIF (name) %]
149
                        <h1>Edit basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
156
                        <h2>Edit basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h2>
150
                    [% ELSE %]
157
                    [% ELSE %]
151
                        <h1>Add basket group for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
158
                        <h2>Add basket group for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h2>
152
                    [% END %]
159
                    [% END %]
153
                    <div id="basketgroupcolumns" class="row">
160
                    <div id="basketgroupcolumns" class="row">
154
                        [% UNLESS (closedbg) %]
161
                        [% UNLESS (closedbg) %]
155
                            <div class="col-xs-6 col-xs-push-6">
162
                            <div class="col-xs-6 col-xs-push-6">
156
163
164
                                <fieldset id="searchresults">
157
                                    <div id="groups">
165
                                    <div id="groups">
158
                                        <div class="workarea_alt" >
166
                                        <div class="workarea_alt" >
159
                                            <h3>Ungrouped baskets</h3>
167
                                            <h3>Ungrouped baskets</h3>
Lines 194-200 Link Here
194
                                                </table>
202
                                                </table>
195
                                        </div>
203
                                        </div>
196
                                    </div>
204
                                    </div>
197
205
                                </fieldset>
198
                            </div>
206
                            </div>
199
                        [% END %]
207
                        [% END %]
200
                        [% IF ( closedbg ) %]
208
                        [% IF ( closedbg ) %]
Lines 203-209 Link Here
203
                            <div class="col-xs-6 col-xs-pull-6">
211
                            <div class="col-xs-6 col-xs-pull-6">
204
                        [% END %]
212
                        [% END %]
205
                            <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post" id="groupingform" onsubmit="return submitForm(this)">
213
                            <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post" id="groupingform" onsubmit="return submitForm(this)">
206
                                <fieldset id="various" class="brief">
214
                                <fieldset id="various">
207
                                    <ol>
215
                                    <ol>
208
                                        [% UNLESS (closedbg) %]
216
                                        [% UNLESS (closedbg) %]
209
                                            <li>
217
                                            <li>
Lines 312-318 Link Here
312
                                            <input type="hidden" name="basketgroupid" value="[% basketgroupid | html %]" />
320
                                            <input type="hidden" name="basketgroupid" value="[% basketgroupid | html %]" />
313
                                        [% END %]
321
                                        [% END %]
314
                                        <input type="hidden" name="op" value="attachbasket" />
322
                                        <input type="hidden" name="op" value="attachbasket" />
315
                                        <input type="submit" value="Save" /> <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]" class="cancel">Cancel</a>
323
                                        <input type="submit" class="principal" value="Save" /> <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]" class="cancel">Cancel</a>
316
                                    </fieldset>
324
                                    </fieldset>
317
                                [% END %]
325
                                [% END %]
318
                            </form>
326
                            </form>
Lines 320-329 Link Here
320
                    </div>
328
                    </div>
321
                [% ELSE %]
329
                [% ELSE %]
322
                    <div id="toolbar" class="btn-toolbar">
330
                    <div id="toolbar" class="btn-toolbar">
323
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="newbasketgroup"><i class="fa fa-plus"></i> New basket group</a></div>
331
                        <div class="btn-group"><a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default toolbar-btn" id="newbasketgroup"><i class="fa fa-plus"></i> New basket group</a></div>
324
                    </div>
332
                    </div>
325
                    <h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
333
                    <h2>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h2>
326
                    [% IF (NoEDIMessage) %]<div><strong>No EDIFACT configuration for [% booksellername | html %]</strong></div>[% END %]
334
                    [% IF (NoEDIMessage) %]<div><strong>No EDIFACT configuration for [% booksellername | html %]</strong></div>[% END %]
335
                    <div id="searchresults">
327
                    <div id="basket_groups" class="toptabs">
336
                    <div id="basket_groups" class="toptabs">
328
                        <ul class="nav nav-tabs" role="tablist">
337
                        <ul class="nav nav-tabs" role="tablist">
329
                            <li role="presentation"><a href="#opened" aria-controls="opened" role="tab" data-toggle="tab">Open</a></li>
338
                            <li role="presentation"><a href="#opened" aria-controls="opened" role="tab" data-toggle="tab">Open</a></li>
Lines 414-420 Link Here
414
                                </table>
423
                                </table>
415
                            </div>
424
                            </div>
416
                        </div>
425
                        </div>
417
                    </div>
426
                    </div></div>
418
                [% END %]
427
                [% END %]
419
            </main>
428
            </main>
420
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
429
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-6 / +9 lines)
Lines 3-8 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Koha %]
4
[% USE Koha %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'acquisitions-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
8
    [% IF ( add_form ) %]
11
    [% IF ( add_form ) %]
Lines 15-27 Link Here
15
</head>
18
</head>
16
19
17
<body id="acq_basketheader" class="acq">
20
<body id="acq_basketheader" class="acq">
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'acquisitions-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
29
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 46-51 Link Here
46
        [% END %]
48
        [% END %]
47
    </ol>
49
    </ol>
48
</nav>
50
</nav>
51
[% INCLUDE 'shortcut.inc' %]
49
52
50
<div class="main container-fluid">
53
<div class="main container-fluid">
51
    <div class="row">
54
    <div class="row">
Lines 53-60 Link Here
53
56
54
    [% IF ( add_form ) %]
57
    [% IF ( add_form ) %]
55
        [% IF ( basketno ) %]
58
        [% IF ( basketno ) %]
56
            <h1>Edit basket [% basketname | html %]</h1>
59
            <h2>Edit basket [% basketname | html %]</h2>
57
        [% ELSE %]<h1>Add a basket to [% booksellername | html %]</h1>
60
        [% ELSE %]<h2>Add a basket to [% booksellername | html %]</h2>
58
        [% END %]
61
        [% END %]
59
    <form name="Aform" action="[% script_name | html %]" method="post" class="validated">
62
    <form name="Aform" action="[% script_name | html %]" method="post" class="validated">
60
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
63
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
Lines 154-160 Link Here
154
157
155
        <fieldset class="action">
158
        <fieldset class="action">
156
            <input type="hidden" name="op" value="add_validate" />
159
            <input type="hidden" name="op" value="add_validate" />
157
            <input type="submit" value="Save" />
160
            <input type="submit" class="principal" value="Save" />
158
            [% IF ( basketno ) %]
161
            [% IF ( basketno ) %]
159
                <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
162
                <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
160
            [% ELSE %]
163
            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-3 / +6 lines)
Lines 3-8 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'acquisitions-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Search for vendor [% supplier | html %] &rsaquo; Koha</title>
10
<title>Search for vendor [% supplier | html %] &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 14-26 Link Here
14
</head>
17
</head>
15
18
16
<body id="acq_booksellers" class="acq">
19
<body id="acq_booksellers" class="acq">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'acquisitions-search.inc' %]
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
        </li>
26
        </li>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
28
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 32-37 Link Here
32
        </li>
34
        </li>
33
    </ol>
35
    </ol>
34
</nav>
36
</nav>
37
[% INCLUDE 'shortcut.inc' %]
35
38
36
<div class="main container-fluid">
39
<div class="main container-fluid">
37
    <div class="row">
40
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-1 / +2 lines)
Lines 9-15 Link Here
9
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
9
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
    <ol>
10
    <ol>
11
        <li>
11
        <li>
12
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
12
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
13
        </li>
13
        </li>
14
        <li>
14
        <li>
15
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
15
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 24-29 Link Here
24
        </li>
24
        </li>
25
    </ol>
25
    </ol>
26
</nav>
26
</nav>
27
[% INCLUDE 'shortcut.inc' %]
27
28
28
<div class="main container-fluid">
29
<div class="main container-fluid">
29
    <div class="row">
30
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-10 / +13 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'acquisitions-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
8
[% UNLESS blocking_error %]
11
[% UNLESS blocking_error %]
Lines 18-30 Acquisitions &rsaquo; Koha Link Here
18
21
19
<body id="acq_duplicate_orders" class="acq">
22
<body id="acq_duplicate_orders" class="acq">
20
23
21
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' form=formulaire %]
22
[% INCLUDE 'acquisitions-search.inc' %]
23
25
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
    <ol>
27
    <ol>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
29
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
28
        </li>
30
        </li>
29
        <li>
31
        <li>
30
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
32
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 44-62 Acquisitions &rsaquo; Koha Link Here
44
    [% END %]
46
    [% END %]
45
    </ol>
47
    </ol>
46
</nav>
48
</nav>
49
[% INCLUDE 'shortcut.inc' %]
47
50
48
<div class="main container-fluid">
51
<div class="main container-fluid">
49
    <div class="row">
52
    <div class="row">
50
        <div class="col-sm-10 col-sm-push-2">
53
        <div class="col-sm-10 col-sm-push-2">
51
            <main>
54
            <main>
52
55
53
<h1>Duplicate existing orders</h1>
56
<h2>Duplicate existing orders</h2>
54
[% INCLUDE 'blocking_errors.inc' %]
57
[% INCLUDE 'blocking_errors.inc' %]
55
58
56
[% IF op == 'search' || op == 'select' %]
59
[% IF op == 'search' || op == 'select' %]
57
<form action="/cgi-bin/koha/acqui/duplicate_orders.pl" method="post">
60
<form action="/cgi-bin/koha/acqui/duplicate_orders.pl" method="post">
58
    <fieldset class="rows">
61
    <fieldset class="rows">
59
        <legend>
62
        <h3>
60
            [% IF op == 'search' %]
63
            [% IF op == 'search' %]
61
                <span>Search orders</span>
64
                <span>Search orders</span>
62
            [% ELSE %]
65
            [% ELSE %]
Lines 64-77 Acquisitions &rsaquo; Koha Link Here
64
            [% END %]
67
            [% END %]
65
            <span class="toggle_orders_filters" id="show_orders_filters"><a href="#">[+]</a></span>
68
            <span class="toggle_orders_filters" id="show_orders_filters"><a href="#">[+]</a></span>
66
            <span class="toggle_orders_filters" id="hide_orders_filters"><a href="#">[-]</a></span>
69
            <span class="toggle_orders_filters" id="hide_orders_filters"><a href="#">[-]</a></span>
67
        </legend>
70
        </h3>
68
        <div id="orders_filters">
71
        <div id="orders_filters">
69
            [% INCLUDE 'filter-orders.inc' %]
72
            [% INCLUDE 'filter-orders.inc' %]
70
            <input type="hidden" name="op" value="select" />
73
            <input type="hidden" name="op" value="select" />
71
            <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
74
            <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
72
75
73
            <input type="hidden" name="ordernumbers" value="[% ordernumbers.join(',') | html %]" />
76
            <input type="hidden" name="ordernumbers" value="[% ordernumbers.join(',') | html %]" />
74
            <fieldset class="action"><input type="submit" value="Search" /></fieldset>
77
            <fieldset class="action"><input type="submit" class="principal" value="Search" /></fieldset>
75
        </div>
78
        </div>
76
    </fieldset>
79
    </fieldset>
77
</form>
80
</form>
Lines 176-182 Acquisitions &rsaquo; Koha Link Here
176
        <fieldset class="action">
179
        <fieldset class="action">
177
            <input type="hidden" name="op" value="batch_edit" />
180
            <input type="hidden" name="op" value="batch_edit" />
178
            <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
181
            <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
179
            <button type="submit" class="btn btn-default go_to_batch_edit">Next <i class="fa fa-fw fa-arrow-right"></i></button>
182
            <button type="submit" class="btn btn-default go_to_batch_edit principal">Next <i class="fa fa-fw fa-arrow-right"></i></button>
180
        </fieldset>
183
        </fieldset>
181
        </form>
184
        </form>
182
    </div>
185
    </div>
Lines 187-193 Acquisitions &rsaquo; Koha Link Here
187
    <div id="accounting_details">
190
    <div id="accounting_details">
188
      <p>Duplicate all the orders with the following accounting details:</p>
191
      <p>Duplicate all the orders with the following accounting details:</p>
189
      <fieldset class="rows" style="float:none;">
192
      <fieldset class="rows" style="float:none;">
190
          <legend>Accounting details</legend>
193
          <h3>Accounting details</h3>
191
          <div class="hint" style="margin: 1em 1em 0">Check boxes to duplicate the original values</div>
194
          <div class="hint" style="margin: 1em 1em 0">Check boxes to duplicate the original values</div>
192
          <ol>
195
          <ol>
193
              <li>
196
              <li>
Lines 257-263 Acquisitions &rsaquo; Koha Link Here
257
        <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
260
        <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
258
        <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
261
        <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
259
        <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="1" />
262
        <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="1" />
260
        <button type="submit" class="btn btn-default">Duplicate orders</button>
263
        <button type="submit" class="btn btn-default principal">Duplicate orders</button>
261
        <a class="cancel" href="/cgi-bin/koha/acqui/duplicate_orders.pl?basketno=[% basket.basketno | html %]">Cancel</a>
264
        <a class="cancel" href="/cgi-bin/koha/acqui/duplicate_orders.pl?basketno=[% basket.basketno | html %]">Cancel</a>
262
    </fieldset>
265
    </fieldset>
263
</form>
266
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt (-3 / +7 lines)
Lines 1-16 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'acquisitions-search.inc' %]
4
[% END %]
1
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Basket ([% basketno | html %]) &rsaquo; Acquisitions &rsaquo; Koha</title>
6
<title>Basket ([% basketno | html %]) &rsaquo; Acquisitions &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
4
8
5
</head>
9
</head>
6
<body id="acq_edi_ean" class="acq">
10
<body id="acq_edi_ean" class="acq">
7
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
8
[% INCLUDE 'acquisitions-search.inc' %]
9
12
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
    <ol>
14
    <ol>
12
        <li>
15
        <li>
13
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
14
        </li>
17
        </li>
15
        <li>
18
        <li>
16
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
19
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 20-25 Link Here
20
        </li>
23
        </li>
21
    </ol>
24
    </ol>
22
</nav>
25
</nav>
26
[% INCLUDE 'shortcut.inc' %]
23
27
24
<div class="main container-fluid">
28
<div class="main container-fluid">
25
    <div class="row">
29
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-3 / +6 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'acquisitions-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>EDIFACT messages &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>EDIFACT messages &rsaquo; Acquisitions &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 11-22 Link Here
11
</head>
14
</head>
12
15
13
<body id="acq_edifactmsgs" class="acq">
16
<body id="acq_edifactmsgs" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt (-3 / +7 lines)
Lines 1-16 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'acquisitions-search.inc' %]
4
[% END %]
1
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
2
<title>EDIFACT message display &rsaquo; Acquisitions &rsaquo; Koha</title>
6
<title>EDIFACT message display &rsaquo; Acquisitions &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
8
</head>
5
<body id="acq_edifactmsgs" class="acq">
9
<body id="acq_edifactmsgs" class="acq">
6
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' form=formulaire %]
7
[% INCLUDE 'acquisitions-search.inc' %]
8
11
9
12
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
    <ol>
14
    <ol>
12
        <li>
15
        <li>
13
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
14
        </li>
17
        </li>
15
        <li>
18
        <li>
16
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
19
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 20-25 Link Here
20
        </li>
23
        </li>
21
    </ol>
24
    </ol>
22
</nav>
25
</nav>
26
[% INCLUDE 'shortcut.inc' %]
23
27
24
<div class="main container-fluid">
28
<div class="main container-fluid">
25
    <div class="row">
29
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-23 / +26 lines)
Lines 4-52 Link Here
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'acquisitions-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
11
<title>[% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="acq_histsearch" class="acq">
15
<body id="acq_histsearch" class="acq">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'acquisitions-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
23
        </li>
25
        </li>
24
26
25
    [% IF ( order_loop ) %]
27
        [% IF ( order_loop ) %]
26
    <li>
28
        <li>
27
        <a href="/cgi-bin/koha/acqui/histsearch.pl">Orders search</a>
29
            <a href="/cgi-bin/koha/acqui/histsearch.pl">Orders search</a>
28
    </li>
30
        </li>
29
    <li>
31
        <li>
30
        <a href="#" aria-current="page">
32
            <a href="#" aria-current="page">
31
            Search results
33
                Search results
32
        </a>
34
            </a>
33
    </li>
35
        </li>
34
    [% ELSE %]
36
        [% ELSE %]
35
    <li>
37
        <li>
36
        <a href="#" aria-current="page">
38
            <a href="#" aria-current="page">
37
            Order search
39
                Order search
38
        </a>
40
            </a>
39
    </li>
41
        </li>
40
    [% END %]
42
        [% END %]
41
    </ol>
43
    </ol>
42
</nav>
44
</nav>
45
[% INCLUDE 'shortcut.inc' %]
43
46
44
<div class="main container-fluid">
47
<div class="main container-fluid">
45
    <div class="row">
48
    <div class="row">
46
        <div class="col-sm-10 col-sm-push-2">
49
        <div class="col-sm-10 col-sm-push-2">
47
            <main>
50
            <main>
48
51
49
                <h1>Order search</h1>
52
                <h2>Order search</h2>
50
53
51
                [% IF !order_loop && search_done %]
54
                [% IF !order_loop && search_done %]
52
                    <div class="dialog message">
55
                    <div class="dialog message">
Lines 59-65 Link Here
59
                [% END %]
62
                [% END %]
60
63
61
64
62
    [% IF ( order_loop ) %]<h1>Search results</h1>
65
    [% IF ( order_loop ) %]<h2>Search results</h2>
63
	<div id="acqui_histsearch">
66
	<div id="acqui_histsearch">
64
        <table id="histsearcht">
67
        <table id="histsearcht">
65
            <thead>
68
            <thead>
Lines 182-192 Link Here
182
                <h4>Search orders</h4>
185
                <h4>Search orders</h4>
183
        [% ELSE %]
186
        [% ELSE %]
184
            <fieldset class="rows">
187
            <fieldset class="rows">
185
                <legend>Search orders</legend>
188
                <h3>Search orders</h3>
186
        [% END %]
189
        [% END %]
187
            [% INCLUDE 'filter-orders.inc' %]
190
            [% INCLUDE 'filter-orders.inc' %]
188
            <input type="hidden" name="do_search" value="1" />
191
            <input type="hidden" name="do_search" value="1" />
189
            <fieldset class="action"><input type="submit" value="Search" /></fieldset>
192
            <fieldset class="action"><input type="submit" class="principal" value="Search" /></fieldset>
190
        </fieldset>
193
        </fieldset>
191
    </form>
194
    </form>
192
[% END %]
195
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-3 / +6 lines)
Lines 2-21 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'acquisitions-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Files &rsaquo; Invoice &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>Files &rsaquo; Invoice &rsaquo; Acquisitions &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="acq_invoice_files" class="acq">
13
<body id="acq_invoice_files" class="acq">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'acquisitions-search.inc' %]
13
15
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
21
        </li>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
23
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 31-36 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-11 / +14 lines)
Lines 4-9 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Price %]
5
[% USE Price %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'acquisitions-search.inc' %]
9
[% END %]
7
[% USE AuthorisedValues %]
10
[% USE AuthorisedValues %]
8
11
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
Lines 12-19 Link Here
12
</head>
15
</head>
13
16
14
<body id="acq_invoice" class="acq">
17
<body id="acq_invoice" class="acq">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'acquisitions-search.inc' %]
17
19
18
[% SET readonly = NOT CAN_user_acquisition_edit_invoices %]
20
[% SET readonly = NOT CAN_user_acquisition_edit_invoices %]
19
21
Lines 21-27 Link Here
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
29
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 34-39 Link Here
34
        </li>
36
        </li>
35
    </ol>
37
    </ol>
36
</nav>
38
</nav>
39
[% INCLUDE 'shortcut.inc' %]
37
40
38
<div class="main container-fluid">
41
<div class="main container-fluid">
39
    <div class="row">
42
    <div class="row">
Lines 143-149 Link Here
143
            <fieldset class="action">
146
            <fieldset class="action">
144
                <input type="submit" value="Save" />
147
                <input type="submit" value="Save" />
145
                [% IF CAN_user_acquisition_delete_invoices AND NOT orders_loop.size %]
148
                [% IF CAN_user_acquisition_delete_invoices AND NOT orders_loop.size %]
146
                <a href="invoice.pl?op=delete&invoiceid=[% invoiceid | uri %]" id="delete">Delete</a>
149
                <a class="cancel" href="invoice.pl?op=delete&invoiceid=[% invoiceid | uri %]" id="delete">Delete</a>
147
                [% END %]
150
                [% END %]
148
            </fieldset>
151
            </fieldset>
149
        [% END %]
152
        [% END %]
Lines 252-258 Link Here
252
                                  [% END %]
255
                                  [% END %]
253
                                  [% UNLESS readonly %]
256
                                  [% UNLESS readonly %]
254
                                      <td>
257
                                      <td>
255
                                         <a class="btn btn-default btn-xs delete_adjustment" href="/cgi-bin/koha/acqui/invoice.pl?op=del_adj&adjustment_id=[% adjustment.adjustment_id | html %]&invoiceid=[% invoiceid | html %]"><i class="fa fa-trash"></i> Delete</a>
258
                                         <a class="btn btn-default cancel btn-xs delete_adjustment" href="/cgi-bin/koha/acqui/invoice.pl?op=del_adj&adjustment_id=[% adjustment.adjustment_id | html %]&invoiceid=[% invoiceid | html %]"><i class="fa fa-trash"></i> Delete</a>
256
                                      </td>
259
                                      </td>
257
                                  [% END %]
260
                                  [% END %]
258
                              </tr>
261
                              </tr>
Lines 327-333 Link Here
327
                          </fieldset>
330
                          </fieldset>
328
                          <fieldset class="action">
331
                          <fieldset class="action">
329
                              <input type="hidden" name="op" value="mod_adj" />
332
                              <input type="hidden" name="op" value="mod_adj" />
330
                              <input type="submit" value="Update adjustments" />
333
                              <input type="submit" class="principal" value="Update adjustments" />
331
                          </fieldset>
334
                          </fieldset>
332
                    [% END %]
335
                    [% END %]
333
                  </fieldset>
336
                  </fieldset>
Lines 469-479 Link Here
469
    </main>
472
    </main>
470
  </div> <!-- /.col-sm-10.col-sm-push-2 -->
473
  </div> <!-- /.col-sm-10.col-sm-push-2 -->
471
474
472
    <aside>
475
    <div class="col-sm-2 col-sm-pull-10">
473
        <div class="col-sm-2 col-sm-pull-10">
476
        <aside>
474
            [% INCLUDE 'acquisitions-menu.inc' %]
477
                [% INCLUDE 'acquisitions-menu.inc' %]
475
        </div>
478
        </aside>
476
    </aside>
479
    </div>
477
</div> <!-- /.row -->
480
</div> <!-- /.row -->
478
481
479
[% MACRO jsinclude BLOCK %]
482
[% MACRO jsinclude BLOCK %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-5 / +8 lines)
Lines 3-8 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'acquisitions-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Invoices &rsaquo; Acquisitions &rsaquo; Koha</title>
10
<title>Invoices &rsaquo; Acquisitions &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 10-23 Link Here
10
</head>
13
</head>
11
14
12
<body id="acq_invoices" class="acq">
15
<body id="acq_invoices" class="acq">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'acquisitions-search.inc' %]
15
17
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
25
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 27-32 Link Here
27
        </li>
29
        </li>
28
    </ol>
30
    </ol>
29
</nav>
31
</nav>
32
[% INCLUDE 'shortcut.inc' %]
30
33
31
<div class="main container-fluid">
34
<div class="main container-fluid">
32
    <div class="row">
35
    <div class="row">
Lines 299-305 Link Here
299
        <div class="col-sm-2 col-sm-pull-10">
302
        <div class="col-sm-2 col-sm-pull-10">
300
            <aside>
303
            <aside>
301
                <form action="" method="get">
304
                <form action="" method="get">
302
                    <fieldset class="sidebar brief">
305
                    <fieldset class="sidebar">
303
                        <h3>Search filters</h3>
306
                        <h3>Search filters</h3>
304
                        <ol>
307
                        <ol>
305
                            <li>
308
                            <li>
Lines 384-390 Link Here
384
                            </li>
387
                            </li>
385
                        </ol>
388
                        </ol>
386
                        <fieldset class="action">
389
                        <fieldset class="action">
387
                            <input type="submit" value="Search" />
390
                            <input type="submit" class="principal" value="Search" />
388
                        </fieldset>
391
                        </fieldset>
389
                    </fieldset> <!-- /.sidebar.brief -->
392
                    </fieldset> <!-- /.sidebar.brief -->
390
                    <input type="hidden" name="op" id="op" value="do_search" />
393
                    <input type="hidden" name="op" id="op" value="do_search" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-7 / +11 lines)
Lines 5-24 Link Here
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'acquisitions-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Late orders &rsaquo; Acquisitions &rsaquo; Koha</title>
12
<title>Late orders &rsaquo; Acquisitions &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="acq_lateorders" class="acq">
16
<body id="acq_lateorders" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
18
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
26
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 28-40 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="main container-fluid">
35
<div class="main container-fluid">
33
    <div class="row">
36
    <div class="row">
34
        <div class="col-sm-10 col-sm-push-2">
37
        <div class="col-sm-10 col-sm-push-2">
35
            <main>
38
            <main>
36
39
37
<h1>[% IF bookseller_filter %][% bookseller_filter.name | html %] : [% END %]Late orders</h1>
40
<h2>[% IF bookseller_filter %][% bookseller_filter.name | html %] : [% END %]Late orders</h2>
38
<div id="acqui_lateorders">
41
<div id="acqui_lateorders">
39
42
40
[% IF error_claim %]
43
[% IF error_claim %]
Lines 224-231 Link Here
224
<div class="col-sm-2 col-sm-pull-10">
227
<div class="col-sm-2 col-sm-pull-10">
225
    <aside>
228
    <aside>
226
<form action="lateorders.pl" method="get">
229
<form action="lateorders.pl" method="get">
227
<fieldset class="brief">
230
<fieldset class="sidebar">
228
<h4>Filter results:</h4>
231
<h3>Filter results</h3>
229
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
232
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
230
[% 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 %]
233
[% 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 %]
231
[% END %]
234
[% END %]
Lines 251-258 Link Here
251
                [% END %]
254
                [% END %]
252
            [% END %]
255
            [% END %]
253
        </select>
256
        </select>
257
    </li>
254
</ol>
258
</ol>
255
    <fieldset class="action"><input type="submit" value="Filter" /></fieldset>
259
    <fieldset class="action"><input type="submit" class="principal" value="Filter" /></fieldset>
256
</fieldset>
260
</fieldset>
257
    </form>
261
    </form>
258
[% INCLUDE 'acquisitions-menu.inc' %]
262
[% INCLUDE 'acquisitions-menu.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt (-1 / +2 lines)
Lines 15-21 Link Here
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
16
    <ol>
17
        <li>
17
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
19
        </li>
20
        <li>
20
        <li>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a>
Lines 33-38 Link Here
33
        </li>
33
        </li>
34
    </ol>
34
    </ol>
35
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
36
37
37
<div class="main container-fluid">
38
<div class="main container-fluid">
38
    <div class="row">
39
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-15 / +18 lines)
Lines 5-10 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'acquisitions-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
12
<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
Lines 12-24 Link Here
12
15
13
<body id="acq_neworderempty" class="acq">
16
<body id="acq_neworderempty" class="acq">
14
17
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'acquisitions-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
26
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 45-50 Link Here
45
        [% END %]
47
        [% END %]
46
    </ol>
48
    </ol>
47
</nav>
49
</nav>
50
[% INCLUDE 'shortcut.inc' %]
48
51
49
[% INCLUDE 'blocking_errors.inc' %]
52
[% INCLUDE 'blocking_errors.inc' %]
50
53
Lines 53-72 Link Here
53
        <div class="col-sm-10 col-sm-push-2">
56
        <div class="col-sm-10 col-sm-push-2">
54
            <main>
57
            <main>
55
58
56
<h1>
59
<h2>
57
    [% IF ( ordernumber ) %]
60
    [% IF ( ordernumber ) %]
58
        Modify order line
61
        Modify order line
59
    [% ELSE %]
62
    [% ELSE %]
60
        New order
63
        New order
61
    [% END %]
64
    [% END %]
62
</h1>
65
</h2>
63
66
64
<div class="dialog alert order_error" style="display:none"></div>
67
<div class="dialog alert order_error" style="display:none"></div>
65
68
66
[% IF ( basketno ) %]
69
[% IF ( basketno ) %]
67
    <div id="acqui_basket_summary">
70
    <div id="acqui_basket_summary">
68
    <fieldset class="rows">
71
    <fieldset class="rows">
69
        <legend>Basket details</legend>
72
        <h3>Basket details</h3>
70
        <ol>
73
        <ol>
71
        [% IF ( basketnote ) %]<li><span class="label">Internal note:</span> [% basketnote | html %]</li>[% END %]
74
        [% IF ( basketnote ) %]<li><span class="label">Internal note:</span> [% basketnote | html %]</li>[% END %]
72
        [% IF ( basketbooksellernote ) %]<li><span class="label">Vendor note:</span> [% basketbooksellernote | html %]</li>[% END %]
75
        [% IF ( basketbooksellernote ) %]<li><span class="label">Vendor note:</span> [% basketbooksellernote | html %]</li>[% END %]
Lines 93-99 Link Here
93
                <input type="hidden" value="mod_basket" name="op" />
96
                <input type="hidden" value="mod_basket" name="op" />
94
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
97
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
95
            </li>
98
            </li>
96
            <fieldset class="action"><input type="submit" value="Change basketgroup" /></fieldset>
99
            <fieldset class="action"><input type="submit" class="princial" value="Change basketgroup" /></fieldset>
97
        [% END %]
100
        [% END %]
98
        </form>
101
        </form>
99
        [% END %]
102
        [% END %]
Lines 105-111 Link Here
105
<form action="/cgi-bin/koha/acqui/addorder.pl" method="post" class="validated noEnterSubmit" id="Aform" onsubmit="return Check(this);" >
108
<form action="/cgi-bin/koha/acqui/addorder.pl" method="post" class="validated noEnterSubmit" id="Aform" onsubmit="return Check(this);" >
106
109
107
    <fieldset class="rows">
110
    <fieldset class="rows">
108
        <legend>Patrons</legend>
111
        <h3>Patrons</h3>
109
        <ol>
112
        <ol>
110
            <li>
113
            <li>
111
                <span class="label">To notify on receiving:</span>
114
                <span class="label">To notify on receiving:</span>
Lines 120-138 Link Here
120
                    </ul>
123
                    </ul>
121
                    <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
124
                    <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
122
                    <input type="hidden" id="op" name="op" value="mod_users" />
125
                    <input type="hidden" id="op" name="op" value="mod_users" />
123
                    <input type="button" id="add_user" onclick="UserSearchPopup();" value="Add user" />
126
                    <input type="button" id="add_user" class="principal" onclick="UserSearchPopup();" value="Add user" />
124
                </div>
127
                </div>
125
            </li>
128
            </li>
126
        </ol>
129
        </ol>
127
    </fieldset>
130
    </fieldset>
128
131
129
<fieldset class="rows">
132
<fieldset class="rows">
130
        <legend>
133
        <h3>
131
            Catalog details
134
            Catalog details
132
            [% IF ( biblionumber ) %]
135
            [% IF ( biblionumber ) %]
133
                <span><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | uri %]"> Edit record</a></span>
136
                <span><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber | uri %]"> Edit record</a></span>
134
            [% END %]
137
            [% END %]
135
        </legend>
138
        </h3>
136
        [% UNLESS ( existing ) %]
139
        [% UNLESS ( existing ) %]
137
        <input type="hidden" name="existing" value="no" />
140
        <input type="hidden" name="existing" value="no" />
138
        [% END %]
141
        [% END %]
Lines 268-274 Link Here
268
271
269
    [% IF ( suggestionid ) %]
272
    [% IF ( suggestionid ) %]
270
        <fieldset class="rows">
273
        <fieldset class="rows">
271
        <legend>Suggestion</legend>
274
        <h3>Suggestion</h3>
272
        <ol>
275
        <ol>
273
          <li>
276
          <li>
274
            <span class="label">Suggested by: </span>
277
            <span class="label">Suggested by: </span>
Lines 310-316 Link Here
310
      </div>
313
      </div>
311
314
312
      <fieldset class="rows" id="itemfieldset">
315
      <fieldset class="rows" id="itemfieldset">
313
          <legend>Item</legend>
316
          <h3>Item</h3>
314
          [% IF ( NoACQframework ) %]
317
          [% IF ( NoACQframework ) %]
315
              <div class="dialog message">No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used</div>
318
              <div class="dialog message">No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used</div>
316
          [% END %]
319
          [% END %]
Lines 325-331 Link Here
325
      [% END %][%# | html UNLESS subscriptionid %]
328
      [% END %][%# | html UNLESS subscriptionid %]
326
    [% END %][%# IF (AcqCreateItemOrdering) %]
329
    [% END %][%# IF (AcqCreateItemOrdering) %]
327
    <fieldset class="rows">
330
    <fieldset class="rows">
328
        <legend>Accounting details</legend>
331
        <h3>Accounting details</h3>
329
        <ol>
332
        <ol>
330
            <li>
333
            <li>
331
                <label class="required" for="quantity">Quantity: </label>
334
                <label class="required" for="quantity">Quantity: </label>
Lines 492-498 Link Here
492
    </fieldset>
495
    </fieldset>
493
    <fieldset class="action">
496
    <fieldset class="action">
494
        <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
497
        <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
495
        <input type="submit" value="Save" />
498
        <input type="submit" class="principal" value="Save" />
496
        [% IF (suggestionid) %]
499
        [% IF (suggestionid) %]
497
            <a class="cancel" href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]">Cancel</a>
500
            <a class="cancel" href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]">Cancel</a>
498
        [% ELSE %]
501
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt (-3 / +8 lines)
Lines 1-17 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'acquisitions-search.inc' %]
4
[% END %]
5
1
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Duplicate warning &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
7
<title>Duplicate warning &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
9
</head>
5
<body id="acq_neworderempty_duplicate" class="acq">
10
<body id="acq_neworderempty_duplicate" class="acq">
6
11
7
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
8
[% INCLUDE 'acquisitions-search.inc' %]
9
13
10
14
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
16
    <ol>
13
        <li>
17
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
19
        </li>
16
        <li>
20
        <li>
17
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 26-31 Link Here
26
        </li>
30
        </li>
27
    </ol>
31
    </ol>
28
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
29
34
30
<div class="main container-fluid">
35
<div class="main container-fluid">
31
    <div class="row">
36
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-4 / +7 lines)
Lines 5-23 Link Here
5
[% USE Koha %]
5
[% USE Koha %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'acquisitions-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
12
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="acq_newordersubscription" class="acq">
16
<body id="acq_newordersubscription" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
25
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 35-47 Link Here
35
        </li>
37
        </li>
36
    </ol>
38
    </ol>
37
</nav>
39
</nav>
40
[% INCLUDE 'shortcut.inc' %]
38
41
39
<div class="main container-fluid">
42
<div class="main container-fluid">
40
    <div class="row">
43
    <div class="row">
41
        <div class="col-sm-10 col-sm-push-2">
44
        <div class="col-sm-10 col-sm-push-2">
42
            <main>
45
            <main>
43
46
44
            <h1>Serials subscriptions</h1>
47
            <h2>Serials subscriptions</h2>
45
            [% IF (done_searched) %]
48
            [% IF (done_searched) %]
46
                <label for="show_only_renewed">
49
                <label for="show_only_renewed">
47
                    <input type="checkbox" style="vertical-align: middle;" id="show_only_renewed" />
50
                    <input type="checkbox" style="vertical-align: middle;" id="show_only_renewed" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-3 / +6 lines)
Lines 4-22 Link Here
4
[% USE Asset %]
4
[% USE Asset %]
5
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'suggestions-add-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Add order from a suggestion &rsaquo; Acquisitions &rsaquo; Koha</title>
11
<title>Add order from a suggestion &rsaquo; Acquisitions &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="acq_newordersuggestion" class="acq">
15
<body id="acq_newordersuggestion" class="acq">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'suggestions-add-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 34-39 Link Here
34
        </li>
36
        </li>
35
    </ol>
37
    </ol>
36
</nav>
38
</nav>
39
[% INCLUDE 'shortcut.inc' %]
37
40
38
<div class="main container-fluid">
41
<div class="main container-fluid">
39
    <div class="row">
42
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-3 / +6 lines)
Lines 5-24 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'acquisitions-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Ordered &rsaquo; Acquisitions &rsaquo; Koha</title>
12
<title>Ordered &rsaquo; Acquisitions &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="acq_ordered" class="acq">
16
<body id="acq_ordered" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
18
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
26
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 30-35 Link Here
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
32
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
33
36
34
<div class="main container-fluid">
37
<div class="main container-fluid">
35
    <div class="row">
38
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-3 / +6 lines)
Lines 7-25 Link Here
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE Price %]
8
[% USE Price %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% formulaire = BLOCK %]
11
    [% INCLUDE 'acquisitions-search.inc' %]
12
[% END %]
10
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Receipt summary for : [% name | html %] [% IF ( invoice ) %]invoice, [% invoice | html %][% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
14
<title>Receipt summary for : [% name | html %] [% IF ( invoice ) %]invoice, [% invoice | html %][% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
16
</head>
14
17
15
<body id="acq_orderreceive" class="acq">
18
<body id="acq_orderreceive" class="acq">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'acquisitions-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
27
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 36-41 Link Here
36
        </li>
38
        </li>
37
    </ol>
39
    </ol>
38
</nav>
40
</nav>
41
[% INCLUDE 'shortcut.inc' %]
39
42
40
<div class="main container-fluid">
43
<div class="main container-fluid">
41
    <div class="row">
44
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-5 / +9 lines)
Lines 5-10 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'acquisitions-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>
12
<title>
10
    [% IF ( invoiceclosedate ) %]
13
    [% IF ( invoiceclosedate ) %]
Lines 18-30 Link Here
18
</head>
21
</head>
19
22
20
<body id="acq_parcel" class="acq">
23
<body id="acq_parcel" class="acq">
21
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' form=formulaire %]
22
[% INCLUDE 'acquisitions-search.inc' %]
23
25
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
    <ol>
27
    <ol>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
29
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
28
        </li>
30
        </li>
29
        <li>
31
        <li>
30
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
32
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 46-51 Link Here
46
        [% END %]
48
        [% END %]
47
    </ol>
49
    </ol>
48
</nav>
50
</nav>
51
[% INCLUDE 'shortcut.inc' %]
49
52
50
53
51
<div class="main container-fluid">
54
<div class="main container-fluid">
Lines 112-117 Link Here
112
</div>
115
</div>
113
[% UNLESS (invoiceclosedate) %]
116
[% UNLESS (invoiceclosedate) %]
114
    <div id="acqui_receive_search">
117
    <div id="acqui_receive_search">
118
    <fieldset id="searchresults">
115
        <h3>Pending orders</h3>
119
        <h3>Pending orders</h3>
116
        <table id="pending_orders" class="table table-bordered table-striped">
120
        <table id="pending_orders" class="table table-bordered table-striped">
117
            <thead>
121
            <thead>
Lines 131-137 Link Here
131
                </tr>
135
                </tr>
132
            </thead>
136
            </thead>
133
        </table>
137
        </table>
134
    </div>
138
    </fieldset></div>
135
[% ELSE %]
139
[% ELSE %]
136
    <p>
140
    <p>
137
        <span>Invoice is closed, so you can't receive orders anymore.</span>
141
        <span>Invoice is closed, so you can't receive orders anymore.</span>
Lines 320-326 Link Here
320
    <form action="/cgi-bin/koha/acqui/invoice.pl" method="get">
324
    <form action="/cgi-bin/koha/acqui/invoice.pl" method="get">
321
        <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
325
        <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
322
        <fieldset class="action">
326
        <fieldset class="action">
323
            <input type="submit" value="Finish receiving" />
327
            <input type="submit" class="principal" value="Finish receiving" />
324
        </fieldset>
328
        </fieldset>
325
    </form>
329
    </form>
326
[% END %]
330
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-11 / +13 lines)
Lines 2-20 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'acquisitions-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Receive shipment from vendor [% name | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>Receive shipment from vendor [% name | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="acq_parcels" class="acq">
13
<body id="acq_parcels" class="acq">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'acquisitions-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
22
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 29-34 Link Here
29
        </li>
31
        </li>
30
    </ol>
32
    </ol>
31
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
32
35
33
<div class="main container-fluid">
36
<div class="main container-fluid">
34
    <div class="row">
37
    <div class="row">
Lines 38-44 Link Here
38
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
41
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
39
        [% END %]
42
        [% END %]
40
            <main>
43
            <main>
41
<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1>
44
<h2>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h2>
42
45
43
[% IF ( error_failed_to_create_invoice ) %]
46
[% IF ( error_failed_to_create_invoice ) %]
44
    <div id="error" class="dialog alert">
47
    <div id="error" class="dialog alert">
Lines 68-74 Link Here
68
            <input type="hidden" name="shipmentdate" value="[% shipmentdate | $KohaDates %]" />
71
            <input type="hidden" name="shipmentdate" value="[% shipmentdate | $KohaDates %]" />
69
            <input type="hidden" name="shipmentcost" value="[% shipmentcost | html %]" />
72
            <input type="hidden" name="shipmentcost" value="[% shipmentcost | html %]" />
70
            <input type="hidden" name="shipmentcost_budgetid" value="[% shipmentcost_budgetid | html %]" />
73
            <input type="hidden" name="shipmentcost_budgetid" value="[% shipmentcost_budgetid | html %]" />
71
            <input type="submit" class="button" value="Create new invoice anyway" />
74
            <input type="submit" class="button principal" value="Create new invoice anyway" />
72
        </form>
75
        </form>
73
    </div>
76
    </div>
74
    [% END %]
77
    [% END %]
Lines 143-149 Link Here
143
    <div id="parcels_new_parcel">
146
    <div id="parcels_new_parcel">
144
        <form method="get" action="parcels.pl" class="validated">
147
        <form method="get" action="parcels.pl" class="validated">
145
    <fieldset class="rows">
148
    <fieldset class="rows">
146
    <legend>Receive a new shipment</legend>
149
    <h3>Receive a new shipment</h3>
147
       <ol> <li>
150
       <ol> <li>
148
            <label for="invoice" class="required">Vendor invoice:</label>
151
            <label for="invoice" class="required">Vendor invoice:</label>
149
            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
152
            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
Lines 187-194 Link Here
187
190
188
        </li>
191
        </li>
189
		</ol>
192
		</ol>
190
    </fieldset>
193
<input type="submit" class="button principal" value="Next" /> <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">Cancel</a></fieldset>
191
            <fieldset class="action"><input type="submit" class="button" value="Next" /> <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">Cancel</a></fieldset>
192
        </form>
194
        </form>
193
    </div>
195
    </div>
194
</main>
196
</main>
Lines 198-205 Link Here
198
<div class="col-sm-2 col-sm-pull-10">
200
<div class="col-sm-2 col-sm-pull-10">
199
    <aside>
201
    <aside>
200
    <form method="get" action="parcels.pl">
202
    <form method="get" action="parcels.pl">
201
    <fieldset class="brief">
203
    <fieldset class="sidebar">
202
	<h4>Filter</h4>
204
	<h3>Filter</h3>
203
        <ol>
205
        <ol>
204
            <li> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /></li>
206
            <li> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /></li>
205
            <li><label for="filter">Invoice number:</label><input type="text" size="20" name="filter" value="[% filter | html %]" id="filter" /></li>
207
            <li><label for="filter">Invoice number:</label><input type="text" size="20" name="filter" value="[% filter | html %]" id="filter" /></li>
Lines 226-232 Link Here
226
                <option value="100">100</option>
228
                <option value="100">100</option>
227
                </select></li>
229
                </select></li>
228
        </ol>
230
        </ol>
229
    <fieldset class="action"><input type="submit" class="button" value="Filter" /> <a href="/cgi-bin/koha/acqui/parcels.pl?booksellerid=[% booksellerid | uri %]">Clear</a></fieldset>
231
    <fieldset class="action"><input type="submit" class="button principal" value="Filter" /> <a href="/cgi-bin/koha/acqui/parcels.pl?booksellerid=[% booksellerid | uri %]">Clear</a></fieldset>
230
	</fieldset>
232
	</fieldset>
231
</form>
233
</form>
232
</aside>
234
</aside>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-3 / +6 lines)
Lines 5-24 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'acquisitions-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Spent &rsaquo; Acquisitions &rsaquo; Koha</title>
12
<title>Spent &rsaquo; Acquisitions &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="acq_spent" class="acq">
16
<body id="acq_spent" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
18
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
26
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 30-35 Link Here
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
32
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
33
36
34
<div class="main container-fluid">
37
<div class="main container-fluid">
35
    <div class="row">
38
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-17 / +23 lines)
Lines 88-106 Link Here
88
[% END %]
88
[% END %]
89
89
90
[% SET footerjs = 1 %]
90
[% SET footerjs = 1 %]
91
[% formulaire = BLOCK %]
92
    [% INCLUDE 'acquisitions-search.inc' %]
93
[% END %]
91
[% INCLUDE 'doc-head-open.inc' %]
94
[% INCLUDE 'doc-head-open.inc' %]
92
<title>Vendor [% name | html %] &rsaquo; Koha</title>
95
<title>Vendor [% name | html %] &rsaquo; Koha</title>
93
[% INCLUDE 'doc-head-close.inc' %]
96
[% INCLUDE 'doc-head-close.inc' %]
94
</head>
97
</head>
95
98
96
<body id="acq_supplier" class="acq">
99
<body id="acq_supplier" class="acq">
97
[% INCLUDE 'header.inc' %]
100
[% INCLUDE 'header.inc' form=formulaire %]
98
[% INCLUDE 'acquisitions-search.inc' %]
99
101
100
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
102
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
101
    <ol>
103
    <ol>
102
        <li>
104
        <li>
103
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
105
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
104
        </li>
106
        </li>
105
        <li>
107
        <li>
106
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
108
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 131-136 Link Here
131
        [% END %]
133
        [% END %]
132
    </ol>
134
    </ol>
133
</nav>
135
</nav>
136
[% INCLUDE 'shortcut.inc' %]
134
137
135
<div class="main container-fluid">
138
<div class="main container-fluid">
136
    <div class="row">
139
    <div class="row">
Lines 139-164 Link Here
139
142
140
    [% IF ( enter ) %]
143
    [% IF ( enter ) %]
141
        [% IF ( booksellerid ) %]
144
        [% IF ( booksellerid ) %]
142
        <h1>Update: [% name | html %]</h1>
145
        <h2>Update: [% name | html %]</h2>
143
    [% ELSE %]
146
    [% ELSE %]
144
        <h1>Add vendor</h1>
147
        <h2>Add vendor</h2>
145
    [% END %]
148
    [% END %]
146
    [% END %]
149
    [% END %]
147
[% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %]
150
[% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %]
148
[% IF ( enter ) %]
151
[% IF ( enter ) %]
149
    <form action="updatesupplier.pl" name="updatesupplier" style="display:block" class="validated" method="post">
152
    <form action="updatesupplier.pl" name="updatesupplier" style="display:block" class="validated" method="post">
150
        <div id="toolbar" class="btn-toolbar">
153
        <div id="toolbar" class="btn-toolbar">
151
            <button class="btn btn-default" type="submit"><i class="fa fa-save"></i> Save</button>
154
            <div>
155
            <button class="btn btn-default principal" type="submit"><i class="fa fa-save"></i> Save</button>
152
            [% IF ( booksellerid ) %]
156
            [% IF ( booksellerid ) %]
153
                <a class="btn btn-default cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">
157
                <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">
154
            [% ELSE %]
158
            [% ELSE %]
155
                <a class="btn btn-default cancel" href="/cgi-bin/koha/acqui/acqui-home.pl">
159
                <a class="cancel" href="/cgi-bin/koha/acqui/acqui-home.pl">
156
            [% END %] <i class="fa fa-remove"></i> Cancel</a>
160
            [% END %] <i class="fa fa-remove"></i> Cancel</a>
157
        </div>
161
        </div></div>
158
162
159
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
163
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
160
        <fieldset class="rows">
164
        <fieldset class="rows">
161
            <legend>Company details</legend>
165
            <h3>Company details</h3>
162
            <ol><li><label for="company" class="required">Name:</label>
166
            <ol><li><label for="company" class="required">Name:</label>
163
                <input type="text" size="40" id="company" name="company" value="[% name | html %]" required="required" class="required focus" /><span class="required">Required</span></li>
167
                <input type="text" size="40" id="company" name="company" value="[% name | html %]" required="required" class="required focus" /><span class="required">Required</span></li>
164
            <li><label for="company_postal">Postal address: </label>
168
            <li><label for="company_postal">Postal address: </label>
Lines 175-188 Link Here
175
                <input type="text" size="40" id="accountnumber" name="accountnumber" value="[% accountnumber | html %]" /></li></ol>
179
                <input type="text" size="40" id="accountnumber" name="accountnumber" value="[% accountnumber | html %]" /></li></ol>
176
        </fieldset>
180
        </fieldset>
177
        <fieldset class="rows">
181
        <fieldset class="rows">
178
            <legend>Contacts</legend>
182
            <h3>Contacts</h3>
179
            <fieldset id="contact-template" class="supplier-contact">
183
            <fieldset id="contact-template" class="supplier-contact">
180
                <legend>Contact details</legend>
184
                <h3nd>Contact details</h3nd>
181
                [% INCLUDE edit_contact %]
185
                [% INCLUDE edit_contact %]
182
            </fieldset>
186
            </fieldset>
183
            [% FOREACH contact IN contacts %]
187
            [% FOREACH contact IN contacts %]
184
                <fieldset class="supplier-contact">
188
                <fieldset class="supplier-contact">
185
                    <legend>Contact details</legend>
189
                    <h3nd>Contact details</h3nd>
186
                    [% INCLUDE edit_contact %]
190
                    [% INCLUDE edit_contact %]
187
                </fieldset>
191
                </fieldset>
188
            [% END %]
192
            [% END %]
Lines 190-196 Link Here
190
        </fieldset>
194
        </fieldset>
191
195
192
        <fieldset class="rows">
196
        <fieldset class="rows">
193
            <legend>Ordering information</legend>
197
            <h3>Ordering information</h3>
194
            <ol><li><label for="activestatus">Vendor is:</label>
198
            <ol><li><label for="activestatus">Vendor is:</label>
195
                    [% IF ( active ) %]
199
                    [% IF ( active ) %]
196
                        <label class="radio" for="activestatus">
200
                        <label class="radio" for="activestatus">
Lines 306-312 Link Here
306
                <textarea cols="40" rows="4" id="notes" name="notes" >[% notes | html %]</textarea></li>
310
                <textarea cols="40" rows="4" id="notes" name="notes" >[% notes | html %]</textarea></li>
307
            </ol>
311
            </ol>
308
        </fieldset>
312
        </fieldset>
309
        <fieldset class="action"><input type="submit" value="Save" /> [% IF ( booksellerid ) %]
313
        <fieldset class="action"><input type="submit" class="principal" value="Save" /> [% IF ( booksellerid ) %]
310
        <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% ELSE %]<a class="cancel" href="/cgi-bin/koha/acqui/acqui-home.pl">
314
        <a class="cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% ELSE %]<a class="cancel" href="/cgi-bin/koha/acqui/acqui-home.pl">
311
        [% END %]Cancel</a></fieldset>
315
        [% END %]Cancel</a></fieldset>
312
316
Lines 315-320 Link Here
315
    <h1>[% name | html %]</h1>
319
    <h1>[% name | html %]</h1>
316
        <div class="row">
320
        <div class="row">
317
            <div id="supplier-company-details" class="col-sm-6">
321
            <div id="supplier-company-details" class="col-sm-6">
322
            <fieldset>
318
                <h2>Vendor details</h2>
323
                <h2>Vendor details</h2>
319
                <p><span class="label">Company name: </span>[% name | html %]</p>
324
                <p><span class="label">Company name: </span>[% name | html %]</p>
320
                <p><span class="label">Postal address: </span>[% postal | html %]</p>
325
                <p><span class="label">Postal address: </span>[% postal | html %]</p>
Lines 355-363 Link Here
355
                [% IF ( notes ) %]<p><strong>Notes: </strong>
360
                [% IF ( notes ) %]<p><strong>Notes: </strong>
356
                    [% notes | html %]</p>[% END %]
361
                    [% notes | html %]</p>[% END %]
357
            </div> <!-- .supplier-ordering-information -->
362
            </div> <!-- .supplier-ordering-information -->
363
            </fieldset>
358
            </div> <!-- /.col-sm-6 -->
364
            </div> <!-- /.col-sm-6 -->
359
365
360
            <div class="col-sm-6">
366
            <div class="col-sm-6">
367
            <div id="searchresults">
361
                <div class="supplier-contact-details">
368
                <div class="supplier-contact-details">
362
                    <h2>Contact</h2>
369
                    <h2>Contact</h2>
363
                    [% FOREACH contact IN contacts %]
370
                    [% FOREACH contact IN contacts %]
Lines 375-383 Link Here
375
                        [% END %]
382
                        [% END %]
376
                    </p>
383
                    </p>
377
                </div>
384
                </div>
378
379
            </div>
385
            </div>
380
386
</div>
381
        </div>
387
        </div>
382
388
383
        [% IF ( contracts ) %]
389
        [% IF ( contracts ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-5 / +10 lines)
Lines 3-21 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'acquisitions-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
10
<title>[% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
13
11
<body id="acq_uncertainprice" class="acq">
14
<body id="acq_uncertainprice" class="acq">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'acquisitions-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
21
        </li>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
23
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 38-43 Link Here
38
        [% END %]
40
        [% END %]
39
    </ol>
41
    </ol>
40
</nav>
42
</nav>
43
[% INCLUDE 'shortcut.inc' %]
41
44
42
<div class="main container-fluid">
45
<div class="main container-fluid">
43
    <div class="row">
46
    <div class="row">
Lines 79-85 Link Here
79
            [% END %]
82
            [% END %]
80
        [% END %]
83
        [% END %]
81
84
82
        <h1>Orders with uncertain prices</h1>
85
    <div id="searchresults">
86
        <h3>Orders with uncertain prices</h3>
83
        <form action="[% scriptname | html %]" method="post">
87
        <form action="[% scriptname | html %]" method="post">
84
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
88
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
85
        <label for="owner">Orders from:</label>
89
        <label for="owner">Orders from:</label>
Lines 150-157 Link Here
150
	    [% END %]
154
	    [% END %]
151
    </tbody>
155
    </tbody>
152
	</table>
156
	</table>
153
    <fieldset class="action"><input type="submit" value="Save" /></fieldset>
157
    <fieldset class="action"><input type="submit" value="Save" class="principal" /></fieldset>
154
	</form>
158
	</form>
159
    </div>
155
	[% END %]
160
	[% END %]
156
161
157
</main>
162
</main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-6 / +9 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'acquisitions-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% IF ( opsearch ) %]Order from external source[% ELSE %]Search results &rsaquo; Acquisitions &rsaquo; Order from external source[% END %] &rsaquo; Koha</title>
9
<title>[% IF ( opsearch ) %]Order from external source[% ELSE %]Search results &rsaquo; Acquisitions &rsaquo; Order from external source[% END %] &rsaquo; Koha</title>
7
10
Lines 40-52 tr.selected td { Link Here
40
</head>
43
</head>
41
44
42
<body id="acq_z3950_search" class="acq">
45
<body id="acq_z3950_search" class="acq">
43
[% INCLUDE 'header.inc' %]
46
[% INCLUDE 'header.inc' form=formulaire %]
44
[% INCLUDE 'acquisitions-search.inc' %]
45
47
46
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
48
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
47
    <ol>
49
    <ol>
48
        <li>
50
        <li>
49
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
51
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
50
        </li>
52
        </li>
51
        <li>
53
        <li>
52
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
54
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
Lines 75-87 tr.selected td { Link Here
75
        [% END %]
77
        [% END %]
76
    </ol>
78
    </ol>
77
</nav>
79
</nav>
80
[% INCLUDE 'shortcut.inc' %]
78
81
79
<div class="main container-fluid">
82
<div class="main container-fluid">
80
      [% IF ( opsearch ) %]
83
      [% IF ( opsearch ) %]
81
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
84
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
82
    <div class="row">
85
    <div class="row">
83
    <div class="col-sm-6">
86
    <div class="col-sm-6">
84
    <h1>Order from external source</h1>
87
    <h2>Order from external source</h2>
85
    <input type="hidden" name="op" id="op" value="do_search" />
88
    <input type="hidden" name="op" id="op" value="do_search" />
86
	    <fieldset class="rows">
89
	    <fieldset class="rows">
87
         <ol>
90
         <ol>
Lines 145-151 tr.selected td { Link Here
145
148
146
<div class="row">
149
<div class="row">
147
    <div class="col-md-12">
150
    <div class="col-md-12">
148
    <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Cancel</a></fieldset>
151
    <fieldset class="action"><input type="submit"  class="principal" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Cancel</a></fieldset>
149
    </div>
152
    </div>
150
</div>
153
</div>
151
</form>
154
</form>
Lines 266-272 tr.selected td { Link Here
266
        [% IF ( show_nextbutton ) %]
269
        [% IF ( show_nextbutton ) %]
267
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
270
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
268
        [% END %]
271
        [% END %]
269
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /> <input type="submit" name="changepage_goto" value="Go" />
272
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /> <input type="submit" class="principal" name="changepage_goto" value="Go" />
270
    </form>
273
    </form>
271
274
272
    [% ELSE %]
275
    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-6 / +18 lines)
Lines 1-5 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>
7
<title>
5
    [% SWITCH op %]
8
    [% SWITCH op %]
Lines 14-21 Link Here
14
[% show_marcfield = marcfield_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %]
17
[% show_marcfield = marcfield_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %]
15
18
16
<body id="ser_add_fields" class="ser">
19
<body id="ser_add_fields" class="ser">
17
    [% INCLUDE 'header.inc' %]
20
    [% INCLUDE 'header.inc' form=formulaire %]
18
    [% INCLUDE 'cat-search.inc' %]
19
21
20
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
        <ol>
23
        <ol>
Lines 63-68 Link Here
63
65
64
            [% END %]
66
            [% END %]
65
        </ol>
67
        </ol>
68
69
        <ol>
70
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
71
        </ol>
72
73
        <ol>
74
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
75
        </ol>
66
    </nav>
76
    </nav>
67
77
68
<div class="main container-fluid">
78
<div class="main container-fluid">
Lines 71-79 Link Here
71
            <main>
81
            <main>
72
82
73
    [% IF op == 'list' %]
83
    [% IF op == 'list' %]
74
        <div id="toolbar" class="btn-toolbar">
84
    <div id="toolbar" class="btn-toolbar">
75
            <a class="btn btn-default" id="newfields" href="?op=add_form&amp;tablename=[% tablename | uri %]"><i class="fa fa-plus"></i> Create field</a>
85
        <div>
86
            <a class="toolbar-btn" id="newfields" href="?op=add_form&amp;tablename=[% tablename | uri %]"><i class="fa fa-plus"></i> Create field</a>
76
        </div>
87
        </div>
88
    </div>
77
    [% END %]
89
    [% END %]
78
90
79
    [% IF messages %]
91
    [% IF messages %]
Lines 191-206 Link Here
191
                        [% END %]
203
                        [% END %]
192
                    </li>
204
                    </li>
193
                </ol>
205
                </ol>
194
            </fieldset>
195
            <fieldset class="action">
206
            <fieldset class="action">
196
                [% IF field %]
207
                [% IF field %]
197
                    <input type="hidden" name="field_id" value="[% field.id | html %]" />
208
                    <input type="hidden" name="field_id" value="[% field.id | html %]" />
198
                [% END %]
209
                [% END %]
199
                <input type="hidden" name="tablename" value="[% tablename | html %]" />
210
                <input type="hidden" name="tablename" value="[% tablename | html %]" />
200
                <input type="hidden" name="op" value="add" />
211
                <input type="hidden" name="op" value="add" />
201
                <input type="submit" value="Save" />
212
                <input type="submit" class="principal" value="Save" />
202
                <a href="?tablename=[% tablename | uri %]" class="cancel">Cancel</a>
213
                <a href="?tablename=[% tablename | uri %]" class="cancel">Cancel</a>
203
            </fieldset>
214
            </fieldset>
215
            </fieldset>
204
        </form>
216
        </form>
205
    [% END %]
217
    [% END %]
206
218
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-7 / +23 lines)
Lines 1-12 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'prefs-admin-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Administration &rsaquo; Koha</title>
7
<title>Administration &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
<body id="admin_admin-home" class="admin">
10
<body id="admin_admin-home" class="admin">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'prefs-admin-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
Lines 19-24 Link Here
19
            </a>
21
            </a>
20
        </li>
22
        </li>
21
    </ol>
23
    </ol>
24
25
    <ol>
26
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
27
    </ol>
28
29
    <ol>
30
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
31
    </ol>
22
</nav>
32
</nav>
23
33
24
<div class="main container-fluid">
34
<div class="main container-fluid">
Lines 57-72 Link Here
57
                <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
67
                <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
58
                <fieldset>
68
                <fieldset>
59
                    <h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4>
69
                    <h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4>
60
                    <p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
70
                    <fieldset>
61
                    <input type="hidden" name="op" value="search" />
71
                        <p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
62
                    <input type="text" name="searchfield" value="[% searchfield | html %]" />
72
                        <input type="hidden" name="op" value="search" />
63
                    <input type="submit" name="ok" class="submit" value="Search" />
73
                        <input type="text" name="searchfield" value="[% searchfield | html %]" />
74
                        <input type="submit" name="ok" class="principal" value="Search" />
75
                    </fieldset>
64
                </fieldset>
76
                </fieldset>
65
                </form>
77
                </form>
66
            [% END %]
78
            [% END %]
67
79
68
            [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %]
80
            [% IF ( CAN_user_parameters_manage_libraries || CAN_user_parameters_manage_itemtypes || CAN_user_parameters_manage_auth_values ) %]
69
                <div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div>
81
                <div class="hint">
82
                    <h4>Hint:</h4><p>Configure these parameters in the order they appear.</p>
83
                </div>
84
70
                <h3>Basic parameters</h3>
85
                <h3>Basic parameters</h3>
71
                <dl>
86
                <dl>
72
                    [% IF ( CAN_user_parameters_manage_libraries ) %]
87
                    [% IF ( CAN_user_parameters_manage_libraries ) %]
Lines 125-130 Link Here
125
            [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %]
140
            [% IF ( CAN_user_parameters_manage_accounts || ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) ) %]
126
                <h3>Accounting</h3>
141
                <h3>Accounting</h3>
127
                <dl>
142
                <dl>
143
128
                [% IF ( CAN_user_parameters_manage_accounts ) %]
144
                [% IF ( CAN_user_parameters_manage_accounts ) %]
129
                    <dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt>
145
                    <dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt>
130
                    <dd>Define debit types</dd>
146
                    <dd>Define debit types</dd>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt (-2 / +10 lines)
Lines 2-14 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE ''prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Advanced editor shortcuts &rsaquo; Administration &rsaquo; Koha</title>
9
<title>Advanced editor shortcuts &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="adveditor_shortcuts" class="admin">
12
<body id="adveditor_shortcuts" class="admin">
10
    [% INCLUDE 'header.inc' %]
13
    [% INCLUDE 'header.inc' form=formulaire %]
11
    [% INCLUDE 'prefs-admin-search.inc' %]
12
    [% PROCESS 'keyboard_shortcuts.inc' %]
14
    [% PROCESS 'keyboard_shortcuts.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
Lines 23-28 Link Here
23
            <a href="#" aria-current="page">Advanced editor shortcuts</a>
25
            <a href="#" aria-current="page">Advanced editor shortcuts</a>
24
        </li>
26
        </li>
25
    </ol>
27
    </ol>
28
        <ol>
29
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
30
        </ol>
31
        <ol>
32
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
33
        </ol>
26
</nav>
34
</nav>
27
35
28
<div class="main container-fluid">
36
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-17 / +16 lines)
Lines 3-8 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Price %]
4
[% USE Price %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'budgets-admin-search.inc' %]
8
[% END %]
6
[%- BLOCK action_menu %]
9
[%- BLOCK action_menu %]
7
    <div class="btn-group dropup">
10
    <div class="btn-group dropup">
8
        <a class="btn btn-default btn-xs dropdown-toggle" id="budgetmenu_[% block_budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
11
        <a class="btn btn-default btn-xs dropdown-toggle" id="budgetmenu_[% block_budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
Lines 72-83 Link Here
72
75
73
<body id="admin_aqbudgetperiods" class="admin">
76
<body id="admin_aqbudgetperiods" class="admin">
74
77
75
[% INCLUDE 'header.inc' %]
78
[% INCLUDE 'header.inc' form=formulaire %]
76
[% INCLUDE 'budgets-admin-search.inc' %]
77
78
<!-- ################################################################################# -->
79
<!-- BREADCRUMBS -->
80
<!-- ################################################################################# -->
81
79
82
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
80
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
83
    <ol>
81
    <ol>
Lines 167-172 Link Here
167
            </li>
165
            </li>
168
        [% END %]
166
        [% END %]
169
    </ol>
167
    </ol>
168
        <ol>
169
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
170
        </ol>
171
        <ol>
172
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
173
        </ol>
170
</nav>
174
</nav>
171
175
172
<div class="main container-fluid">
176
<div class="main container-fluid">
Lines 230-239 Link Here
230
    </li>
234
    </li>
231
235
232
    </ol>
236
    </ol>
233
    </fieldset>
234
237
235
    <fieldset class="action">
238
        <input type="submit" value="Save" class="principal" />
236
        <input type="submit" value="Save" />
237
        <a class="cancel" href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | html %]">Cancel</a>
239
        <a class="cancel" href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | html %]">Cancel</a>
238
    </fieldset>
240
    </fieldset>
239
241
Lines 302-313 Link Here
302
        [% IF ( budget_period_locked ) %]<input type="checkbox" checked="checked" id="budget_period_locked" name="budget_period_locked" value="1" />[% ELSE %]  <input type="checkbox" id="budget_period_locked" name="budget_period_locked" value="1"/> [% END %]
304
        [% IF ( budget_period_locked ) %]<input type="checkbox" checked="checked" id="budget_period_locked" name="budget_period_locked" value="1" />[% ELSE %]  <input type="checkbox" id="budget_period_locked" name="budget_period_locked" value="1"/> [% END %]
303
    </li>
305
    </li>
304
    </ol>
306
    </ol>
305
    </fieldset>
306
307
307
    <fieldset class="action">
308
        <input type="submit" value="Save" class="principal" />
308
        <!-- "save changes" button -->
309
        <!-- ###################################### -->
310
        <input type="submit" value="Save" />
311
        [% IF ( budget_period_id ) %]
309
        [% IF ( budget_period_id ) %]
312
            <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]" class="cancel">Cancel</a>
310
            <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]" class="cancel">Cancel</a>
313
        [% ELSE %]
311
        [% ELSE %]
Lines 403-413 Link Here
403
            <input type="checkbox" name="move_remaining_unspent" id="move_remaining_unspent" />
401
            <input type="checkbox" name="move_remaining_unspent" id="move_remaining_unspent" />
404
          </li>
402
          </li>
405
        </ol>
403
        </ol>
406
      </fieldset>
404
407
      <fieldset class="action">
408
          <input type="hidden" name="op" value="close_confirmed" />
405
          <input type="hidden" name="op" value="close_confirmed" />
409
          <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
406
          <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
410
          <input type="submit" value="Move unreceived orders" />
407
          <input type="submit" class="principal" value="Move unreceived orders" />
411
          <a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a>
408
          <a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a>
412
      </fieldset>
409
      </fieldset>
413
    </form>
410
    </form>
Lines 472-477 Link Here
472
469
473
  [% INCLUDE 'budgets-active-currency.inc' %]
470
  [% INCLUDE 'budgets-active-currency.inc' %]
474
471
472
<fieldset id="searchresults">
475
  <div id="budgetsTabs" class="toptabs">
473
  <div id="budgetsTabs" class="toptabs">
476
    <ul class="nav nav-tabs" role="tablist">
474
    <ul class="nav nav-tabs" role="tablist">
477
        <li role="presentation" class="active">
475
        <li role="presentation" class="active">
Lines 552-557 Link Here
552
        </div>
550
        </div>
553
    </div> <!-- /.tab-content -->
551
    </div> <!-- /.tab-content -->
554
  </div>
552
  </div>
553
  </fieldset>
555
[% END %]
554
[% END %]
556
555
557
            </main>
556
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-11 / +18 lines)
Lines 4-9 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Price %]
5
[% USE Price %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'budgets-admin-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
11
9
<title>[% IF op == 'add_form' %][% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund[% END %] &rsaquo;[% END %] Funds &rsaquo; Administration &rsaquo; Koha</title>
12
<title>[% IF op == 'add_form' %][% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund[% END %] &rsaquo;[% END %] Funds &rsaquo; Administration &rsaquo; Koha</title>
Lines 12-19 Link Here
12
</head>
15
</head>
13
16
14
<body id="admin_aqbudgets" class="admin">
17
<body id="admin_aqbudgets" class="admin">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'budgets-admin-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
Lines 74-79 Link Here
74
        </li>
76
        </li>
75
    [% END %]
77
    [% END %]
76
    </ol>
78
    </ol>
79
        <ol>
80
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
81
        </ol>
82
        <ol>
83
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
84
        </ol>
77
</nav>
85
</nav>
78
86
79
<div class="main container-fluid">
87
<div class="main container-fluid">
Lines 102-107 Link Here
102
[% INCLUDE 'budgets-active-currency.inc' %]
110
[% INCLUDE 'budgets-active-currency.inc' %]
103
111
104
[% IF budgets %]
112
[% IF budgets %]
113
<fieldset id="searchresults">
105
114
106
    [% UNLESS budget_period_id %]
115
    [% UNLESS budget_period_id %]
107
        <div class="toolbar btn-toolbar">
116
        <div class="toolbar btn-toolbar">
Lines 113-119 Link Here
113
            </span>
122
            </span>
114
        </div>
123
        </div>
115
    [% END %]
124
    [% END %]
116
117
<table id="budgeth" class="group">
125
<table id="budgeth" class="group">
118
    <thead>
126
    <thead>
119
        <tr>
127
        <tr>
Lines 231-237 Link Here
231
    [% END %]
239
    [% END %]
232
    </tbody>
240
    </tbody>
233
</table>
241
</table>
234
242
</fieldset
235
[% ELSE %]
243
[% ELSE %]
236
    <p>No fund found</p>
244
    <p>No fund found</p>
237
[% END %]
245
[% END %]
Lines 400-411 Link Here
400
    [% IF ( budget_id ) %]
408
    [% IF ( budget_id ) %]
401
        <input type="hidden" name="budget_id" value="[% budget_id | html %]" />
409
        <input type="hidden" name="budget_id" value="[% budget_id | html %]" />
402
    [% END %]
410
    [% END %]
403
    </fieldset>
404
405
    <fieldset class="action">
411
    <fieldset class="action">
406
        <input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/aqbudgets.pl">Cancel</a>
412
        <input type="submit" class="principal" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/aqbudgets.pl">Cancel</a>
407
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
413
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
408
    </fieldset>
414
    </fieldset>
415
    </fieldset>
416
409
</form>
417
</form>
410
418
411
[% END %] <!-- add_form -->
419
[% END %] <!-- add_form -->
Lines 441-449 Link Here
441
449
442
[% IF op == 'list' %]
450
[% IF op == 'list' %]
443
  <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get">
451
  <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get">
444
    <a href="#" id="filterbutton">Filters</a>
452
    <fieldset class="sidebar" id="fundfilters">
445
    <fieldset class="brief" id="fundfilters">
453
    <h3>Fund filters</h3>
446
    <h4>Fund filters</h4>
447
        <ol>
454
        <ol>
448
        <li>
455
        <li>
449
            <label for="filter_budgetbranch2">Library: </label>
456
            <label for="filter_budgetbranch2">Library: </label>
Lines 480-486 Link Here
480
        </ol>
487
        </ol>
481
488
482
        <input type="hidden" name="op" value="list" />
489
        <input type="hidden" name="op" value="list" />
483
        <input type="submit" class="submit" name="filter" value="Go" />
490
        <input type="submit" class="principal" name="filter" value="Go" />
484
    </fieldset>
491
    </fieldset>
485
</form>[% END %]
492
</form>[% END %]
486
493
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-13 / +21 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'contracts-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
[% IF ( add_form ) %]
10
[% IF ( add_form ) %]
Lines 18-25 Link Here
18
</head>
21
</head>
19
22
20
<body id="acq_aqcontract" class="acq">
23
<body id="acq_aqcontract" class="acq">
21
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' form=formulaire %]
22
[% INCLUDE 'contracts-admin-search.inc' %]
23
25
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
    <ol>
27
    <ol>
Lines 93-98 Link Here
93
            </li>
95
            </li>
94
        [% END %]
96
        [% END %]
95
    </ol>
97
    </ol>
98
        <ol>
99
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
100
        </ol>
101
        <ol>
102
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
103
        </ol>
96
</nav>
104
</nav>
97
105
98
<div class="main container-fluid">
106
<div class="main container-fluid">
Lines 111-122 Link Here
111
                        <input type="hidden" name="op" value="add_validate" />
119
                        <input type="hidden" name="op" value="add_validate" />
112
                        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
120
                        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
113
                        <input type="hidden" name="checked" value="0" />
121
                        <input type="hidden" name="checked" value="0" />
122
                        <fieldset class="rows">
114
                        [% IF ( contractnumber ) %]
123
                        [% IF ( contractnumber ) %]
115
                            <h1>Modify contract [% contractname | html %] for [% booksellername | html %]</h1>
124
                            <h3>Modify contract [% contractname | html %] for [% booksellername | html %]</h3>
116
                        [% ELSE %]
125
                        [% ELSE %]
117
                            <h1>New contract for [% booksellername | html %]</h1>
126
                            <h3>New contract for [% booksellername | html %]</h3>
118
                        [% END %]
127
                        [% END %]
119
                        <fieldset class="rows">
120
                            <ol>
128
                            <ol>
121
                                [% IF ( contractnumber ) %]
129
                                [% IF ( contractnumber ) %]
122
                                        <li><span class="label">Contract id </span>[% contractnumber | html %]
130
                                        <li><span class="label">Contract id </span>[% contractnumber | html %]
Lines 142-162 Link Here
142
                                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
150
                                    <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
143
                                </li>
151
                                </li>
144
                            </ol>
152
                            </ol>
145
                        </fieldset>
153
                            <input type="submit" class="principal" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid | html %]&amp;contractnumber=[% contractnumber | html %]">Cancel</a>
146
                        <fieldset class="action">
147
                            <input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid | html %]&amp;contractnumber=[% contractnumber | html %]">Cancel</a>
148
                        </fieldset>
154
                        </fieldset>
149
                    </form>
155
                    </form>
150
            [% END %]
156
            [% END %]
151
            [% IF ( add_validate ) %]
157
            [% IF ( add_validate ) %]
152
                <h1>Data recorded</h1>
158
                <h2>Data recorded</h2>
153
                <form action="[% script_name | html %]" method="post">
159
                <form action="[% script_name | html %]" method="post">
154
                    <input type="submit" value="OK" />
160
                    <input type="submit" class="principal" value="OK" />
155
                </form>
161
                </form>
156
            [% END %]
162
            [% END %]
157
            [% IF ( delete_confirm ) %]
163
            [% IF ( delete_confirm ) %]
158
                    <div class="dialog alert">
164
                    <div class="dialog alert">
159
                        <h1>Confirm deletion of contract <em>[% contractname | html %]</em></h1>
165
                        <h2>Confirm deletion of contract <em>[% contractname | html %]</em></h2>
160
                        <table>
166
                        <table>
161
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
167
                            <tr><th scope="row">Contract number:</th><td>[% contractnumber | html %]</td></tr>
162
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
168
                            <tr><th scope="row">Contract name:</th><td>[% contractname | html %]</td></tr>
Lines 179-192 Link Here
179
                    </div>
185
                    </div>
180
            [% END %]
186
            [% END %]
181
            [% IF ( delete_confirmed ) %]
187
            [% IF ( delete_confirmed ) %]
182
                <h1>Contract deleted</h1>
188
                <h2>Contract deleted</h2>
183
                <form action="[% script_name | html %]" method="post">
189
                <form action="[% script_name | html %]" method="post">
184
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
190
                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
185
                    <input type="submit" value="OK" />
191
                    <input type="submit" class="principal" value="OK" />
186
                </form>
192
                </form>
187
            [% END %]
193
            [% END %]
188
            [% IF ( else ) %]
194
            [% IF ( else ) %]
189
                <h1>Contract(s) of [% booksellername | html %]</h1>
195
                <h1>Contract(s) of [% booksellername | html %]</h1>
196
                <fieldset id="searchresults">
190
                [% IF ( loop ) %]
197
                [% IF ( loop ) %]
191
                    <table>
198
                    <table>
192
                        <tr>
199
                        <tr>
Lines 219-224 Link Here
219
                        [% END %]
226
                        [% END %]
220
                    </div>
227
                    </div>
221
                [% END %]
228
                [% END %]
229
                </fieldset>
222
            [% END %]
230
            [% END %]
223
231
224
            </main>
232
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-19 / +29 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Price %]
3
[% USE Price %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'budgets-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
[% PROCESS 'budget_planning.inc' %]
9
[% PROCESS 'budget_planning.inc' %]
7
<title>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %] &rsaquo; Funds &rsaquo; Budgets &rsaquo; Administration &rsaquo; Koha</title>
10
<title>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %] &rsaquo; Funds &rsaquo; Budgets &rsaquo; Administration &rsaquo; Koha</title>
Lines 10-17 Link Here
10
</head>
13
</head>
11
14
12
<body id="admin_aqplan" class="admin">
15
<body id="admin_aqplan" class="admin">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'budgets-admin-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
Lines 31-36 Link Here
31
            <a href="#" aria-current="page">Planning</a>
33
            <a href="#" aria-current="page">Planning</a>
32
        </li>
34
        </li>
33
    </ol>
35
    </ol>
36
        <ol>
37
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
38
        </ol>
39
        <ol>
40
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
41
        </ol>
34
</nav>
42
</nav>
35
43
36
<div class="main container-fluid">
44
<div class="main container-fluid">
Lines 41-47 Link Here
41
[% INCLUDE 'budgets-admin-toolbar.inc' %]
49
[% INCLUDE 'budgets-admin-toolbar.inc' %]
42
50
43
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
51
<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
44
<h1>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h1>
52
<h2>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]</h2>
45
<input type="hidden" name="authcat" value="[% authcat | html %]" />
53
<input type="hidden" name="authcat" value="[% authcat | html %]" />
46
<!-- Budget Lines -->
54
<!-- Budget Lines -->
47
55
Lines 54-59 Link Here
54
            <p><strong>Cells contain estimated values only.</strong></p>
62
            <p><strong>Cells contain estimated values only.</strong></p>
55
        [% END %]
63
        [% END %]
56
64
65
    <fieldset id="searchresults">
66
57
    <p id="selections">
67
    <p id="selections">
58
        <strong>Show/hide columns:</strong> <span class="selected"><input type="checkbox" checked="checked" id="showall"/><label for="showall">Show all columns</label></span> <span><input type="checkbox" id="hideall"/><label for="hideall">Hide all columns</label></span>
68
        <strong>Show/hide columns:</strong> <span class="selected"><input type="checkbox" checked="checked" id="showall"/><label for="showall">Show all columns</label></span> <span><input type="checkbox" id="hideall"/><label for="hideall">Hide all columns</label></span>
59
        [% FOREACH authvals_ro IN authvals_row %]
69
        [% FOREACH authvals_ro IN authvals_row %]
Lines 164-173 Link Here
164
174
165
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
175
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
166
    [% IF ( budget_period_locked ) %]
176
    [% IF ( budget_period_locked ) %]
167
        <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled="disabled"/> -->
177
        <!-- <input STYLE="background: gray;" class="principal" type="submit" value="Save" disabled="disabled"/> -->
168
    [% ELSE %]
178
    [% ELSE %]
169
        <input type="hidden" name="op" value="save" />
179
        <input type="hidden" name="op" class="principal" value="save" />
170
        <fieldset class="action"><input type="submit" value="Save"/></fieldset>
180
        <fieldset class="action"><input type="submit" class="principal" value="Save"/></fieldset>
181
    </fieldset>
171
    [% END %]
182
    [% END %]
172
183
173
184
Lines 197-207 Link Here
197
208
198
        <div class="col-sm-2 col-sm-pull-10">
209
        <div class="col-sm-2 col-sm-pull-10">
199
            <aside>
210
            <aside>
200
201
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
211
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
202
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
212
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
203
<fieldset class="brief">
213
<fieldset class="sidebar">
204
<h4>Filter</h4>
214
<h3>Filter</h3>
205
[% BLOCK planning_types %]
215
[% BLOCK planning_types %]
206
[%   SWITCH type %]
216
[%   SWITCH type %]
207
[%     CASE 'MONTHS'    %]<span>by months</span>
217
[%     CASE 'MONTHS'    %]<span>by months</span>
Lines 223-266 Link Here
223
        [% END %]
233
        [% END %]
224
        </select>
234
        </select>
225
    </li>
235
    </li>
226
    <li class="radio">
236
    <li class="radio"><label for="show_mine">
227
    [% IF ( show_mine ) %]
237
    [% IF ( show_mine ) %]
228
        <input type="checkbox" id="show_mine"  name="show_mine" value="1" checked="checked" />
238
        <input type="checkbox" id="show_mine"  name="show_mine" value="1" checked="checked" />
229
    [% ELSE %]
239
    [% ELSE %]
230
        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
240
        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
231
    [% END %]
241
    [% END %]
232
    <label for="show_mine">Show my funds only</label>
242
    Show my funds only</label>
233
    </li>
243
    </li>
234
244
235
    <li class="radio">
245
    <li class="radio"><label for="show_active">
236
    [% IF ( show_active ) %]
246
    [% IF ( show_active ) %]
237
        <input type="checkbox" id="show_active" name="show_active" value="1" checked="checked" />
247
        <input type="checkbox" id="show_active" name="show_active" value="1" checked="checked" />
238
    [% ELSE %]
248
    [% ELSE %]
239
        <input type="checkbox" id="show_active" name="show_active" value="1" />
249
        <input type="checkbox" id="show_active" name="show_active" value="1" />
240
        [% END %]
250
        [% END %]
241
    <label for="show_active">Show active funds only</label>
251
    Show active funds only</label>
242
    </li>
252
    </li>
243
253
244
254
245
    <li class="radio">
255
    <li class="radio"><label for="show_actual">
246
        [% IF ( show_actual ) %]
256
        [% IF ( show_actual ) %]
247
            <input type="checkbox" id="show_actual" name="show_actual" value="1" checked="checked" />
257
            <input type="checkbox" id="show_actual" name="show_actual" value="1" checked="checked" />
248
        [% ELSE %]
258
        [% ELSE %]
249
            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
259
            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
250
        [% END %]
260
        [% END %]
251
        <label for="show_actual">Show actual/estimated values</label>
261
        Show actual/estimated values</label>
252
    </li>
262
    </li>
253
    </ol>
263
    </ol>
254
    <fieldset class="action">
264
    <fieldset class="action">
255
        <input type="submit" name="option_submit" value="Submit" />
265
        <input type="submit" class="principal" name="option_submit" value="Submit" />
256
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
266
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
257
    </fieldset>
267
    </fieldset>
258
</fieldset>
268
</fieldset>
259
</form>
269
</form>
260
[% IF ( budget_lines ) %]
270
[% IF ( budget_lines ) %]
261
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
271
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
262
<fieldset class="brief">
272
<fieldset class="sidebar">
263
<h4>Export</h4>
273
<h3>Export</h3>
264
    <ol>
274
    <ol>
265
        <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li>
275
        <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li>
266
        <li><label class="inline" for="MIME">Into an application</label>
276
        <li><label class="inline" for="MIME">Into an application</label>
Lines 276-282 Link Here
276
            </select>
286
            </select>
277
        </li>
287
        </li>
278
    </ol>
288
    </ol>
279
    <fieldset class="action">    <input type="submit" value="Submit"/>
289
    <fieldset class="action">    <input type="submit" class="principal" value="Submit"/>
280
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
290
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
281
    <input type="hidden" name="report_name" value="[% report_name | html %]" />
291
    <input type="hidden" name="report_name" value="[% report_name | html %]" />
282
    <input type="hidden" name="output" value="file" /></fieldset>
292
    <input type="hidden" name="output" value="file" /></fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-9 / +19 lines)
Lines 2-15 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Audio alerts &rsaquo; Administration &rsaquo; Koha</title>
9
<title>Audio alerts &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="admin_audio_alerts" class="admin">
13
<body id="admin_audio_alerts" class="admin">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'prefs-admin-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
Lines 25-30 Link Here
25
            </a>
27
            </a>
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
30
        <ol>
31
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
32
        </ol>
33
        <ol>
34
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
35
        </ol>
28
</nav>
36
</nav>
29
37
30
<div class="main container-fluid">
38
<div class="main container-fluid">
Lines 32-40 Link Here
32
        <div class="col-sm-10 col-sm-push-2">
40
        <div class="col-sm-10 col-sm-push-2">
33
            <main>
41
            <main>
34
42
35
                <div id="toolbar" class="btn-toolbar">
43
                <div id="toolbar" class="btn-toolbar"><div>
36
                    <a class="btn btn-default" id="newalert" href="/cgi-bin/koha/admin/audio_alerts.pl"><i class="fa fa-plus"></i> New alert</a>
44
                    <a class="toolbar-btn" id="newalert" href="/cgi-bin/koha/admin/audio_alerts.pl"><i class="fa fa-plus"></i> New alert</a>
37
                </div>
45
                </div></div>
38
46
39
                <form id="new-alert-form" action="audio_alerts.pl" method="post" class="validated">
47
                <form id="new-alert-form" action="audio_alerts.pl" method="post" class="validated">
40
                    <fieldset class="rows">
48
                    <fieldset class="rows">
Lines 78-88 Link Here
78
                                </select>
86
                                </select>
79
                            </li>
87
                            </li>
80
                        </ol>
88
                        </ol>
81
                    </fieldset>
82
                    <fieldset class="action">
89
                    <fieldset class="action">
83
                            <input id="save-alert" type="submit" value="Submit" />
90
                            <input id="save-alert" class="principal" type="submit" value="Submit" />
84
                            <a href="#" id="cancel-edit" class="cancel cancel-edit">Cancel</a>
91
                            <a href="#" id="cancel-edit" class="cancel cancel-edit">Cancel</a>
85
                    </fieldset>
92
                    </fieldset>
93
                    </fieldset>
86
                </form>
94
                </form>
87
95
88
                <form id="delete-alert-form" action="audio_alerts.pl" method="post">
96
                <form id="delete-alert-form" action="audio_alerts.pl" method="post">
Lines 97-102 Link Here
97
                            [% END %]
105
                            [% END %]
98
                        </div>
106
                        </div>
99
                    [% END %]
107
                    [% END %]
108
                <fieldset id="searchresults">
100
                    <table id="audio-alerts-table">
109
                    <table id="audio-alerts-table">
101
                        <thead id="audio-alerts-table-head">
110
                        <thead id="audio-alerts-table-head">
102
                            <tr>
111
                            <tr>
Lines 139-149 Link Here
139
                            [% END %]
148
                            [% END %]
140
                        </tbody>
149
                        </tbody>
141
                    </table>
150
                    </table>
151
                </fieldset>
152
                </form>
142
153
143
                    <p>
154
                    <p>
144
                        <button id="delete-alerts" type="submit" class="btn btn-default disabled"><i class="fa fa-trash"></i> Delete selected alerts</button>
155
                        <button id="delete-alerts" type="submit" class="btn btn-default disabled principal"><i class="fa fa-trash"></i> Delete selected alerts</button>
145
                    </p>
156
                    </p>
146
                </form>
147
            </main>
157
            </main>
148
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
158
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
149
159
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-2 / +10 lines)
Lines 1-14 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Authority MARC subfield structure &rsaquo; Administration &rsaquo; Koha</title>
8
<title>Authority MARC subfield structure &rsaquo; Administration &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="admin_auth_subfields_structure" class="admin">
12
<body id="admin_auth_subfields_structure" class="admin">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'prefs-admin-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
Lines 70-75 Link Here
70
            [% END %]
72
            [% END %]
71
        [% END %]
73
        [% END %]
72
    </ol>
74
    </ol>
75
        <ol>
76
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
77
        </ol>
78
        <ol>
79
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
80
        </ol>
73
</nav>
81
</nav>
74
82
75
<div class="main container-fluid">
83
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-2 / +10 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
    [% IF ( add_form ) %]
10
    [% IF ( add_form ) %]
Lines 38-45 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
38
</head>
41
</head>
39
42
40
<body id="admin_auth_tag_structure" class="admin">
43
<body id="admin_auth_tag_structure" class="admin">
41
[% INCLUDE 'header.inc' %]
44
[% INCLUDE 'header.inc'' form=formulaire %]
42
[% INCLUDE 'prefs-admin-search.inc' %]
43
45
44
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
46
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
45
    <ol>
47
    <ol>
Lines 158-163 Authority MARC framework &rsaquo; Administration &rsaquo; Koha Link Here
158
            [% END %]
160
            [% END %]
159
        [% END %]
161
        [% END %]
160
    </ol>
162
    </ol>
163
        <ol>
164
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
165
        </ol>
166
        <ol>
167
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
168
        </ol>
161
</nav>
169
</nav>
162
170
163
<div class="main container-fluid">
171
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-13 / +25 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [% IF op == 'add_form' %]
9
    [% IF op == 'add_form' %]
Lines 38-45 Link Here
38
</head>
41
</head>
39
42
40
<body id="admin_authorised_values" class="admin">
43
<body id="admin_authorised_values" class="admin">
41
[% INCLUDE 'header.inc' %]
44
[% INCLUDE 'header.inc' form=formulaire %]
42
[% INCLUDE 'prefs-admin-search.inc' %]
43
45
44
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
46
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
45
    <ol>
47
    <ol>
Lines 94-99 Link Here
94
            </li>
96
            </li>
95
        [% END # /IF op == 'add_form' %]
97
        [% END # /IF op == 'add_form' %]
96
    </ol>
98
    </ol>
99
        <ol>
100
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
101
        </ol>
102
        <ol>
103
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
104
        </ol>
97
</nav> <!-- /#breadcrumbs -->
105
</nav> <!-- /#breadcrumbs -->
98
106
99
<div class="main container-fluid">
107
<div class="main container-fluid">
Lines 239-267 Link Here
239
                                    </div> <!-- /.tab-content -->
247
                                    </div> <!-- /.tab-content -->
240
                                </div> <!-- /#icons -->
248
                                </div> <!-- /#icons -->
241
                            [% END # /IF action_add_category %]
249
                            [% END # /IF action_add_category %]
242
                        </fieldset>
243
244
                        <fieldset class="action">
250
                        <fieldset class="action">
245
                            <input type="hidden" name="id" value="[% av.id | html %]" />
251
                            <input type="hidden" name="id" value="[% av.id | html %]" />
246
                            <input type="submit" value="Save" />
252
                            <input type="submit" class="principal" value="Save" />
247
                            <a class="cancel" href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=[% category_name | url %]">Cancel</a>
253
                            <a class="cancel" href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=[% category_name | url %]">Cancel</a>
248
                        </fieldset>
254
                        </fieldset>
255
                        </fieldset>
256
249
                    </form>
257
                    </form>
250
                [% END # /IF op == 'add_form' %]
258
                [% END # /IF op == 'add_form' %]
251
259
252
                [% IF op == 'list' %]
260
                [% IF op == 'list' %]
253
                    <div id="toolbar" class="btn-toolbar">
261
                    <div id="toolbar" class="btn-toolbar">
254
                        <a id="addcat" class="btn btn-default" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form"><i class="fa fa-plus"> </i> New category</a>
262
                    <div>
263
                        <a id="addcat" class="toolbar-btn" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form"><i class="fa fa-plus"> </i> New category</a>
255
                        [% IF ( searchfield ) %]
264
                        [% IF ( searchfield ) %]
256
                            <a id="addauth" class="btn btn-default" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;category=[% category.category_name | url %]"><i class="fa fa-plus"> </i> New authorized value for [% category.category_name | html %]</a>
265
                            <a class="toolbar-btn" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;category=[% category.category_name | url %]"><i class="fa fa-plus"> </i> New authorized value for [% category.category_name | html %]</a>
257
                        [% END %]
266
                        [% END %]
258
                    </div>
267
                    </div></div>
259
268
260
                    [% IF ( searchfield ) %]
269
                    [% IF ( searchfield ) %]
261
                        <h1>Authorized values for category [% category.category_name | html %]</h1>
270
                        <h2>Authorized values for category [% category.category_name | html %]</h2>
262
                        [% PROCESS category_descriptions code_category = category.category_name %]
271
                        [% PROCESS category_descriptions code_category = category.category_name %]
263
                    [% ELSE %]
272
                    [% ELSE %]
264
                        <h1>Authorized values</h1>
273
                        <h2>Authorized values</h2>
265
                    [% END %]
274
                    [% END %]
266
275
267
                    [% IF ( searchfield ) %]
276
                    [% IF ( searchfield ) %]
Lines 304-311 Link Here
304
                    [% END # /FOR m IN messages %]
313
                    [% END # /FOR m IN messages %]
305
314
306
                    [% IF ( searchfield ) %]
315
                    [% IF ( searchfield ) %]
307
308
                        <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get" id="category">
316
                        <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get" id="category">
317
                        <fieldset>
309
                            <p>
318
                            <p>
310
                                <label for="category_search">Show category: </label>
319
                                <label for="category_search">Show category: </label>
311
                                <select name="searchfield" id="category_search">
320
                                <select name="searchfield" id="category_search">
Lines 318-325 Link Here
318
                                    [% END %]
327
                                    [% END %]
319
                                </select>
328
                                </select>
320
                            </p>
329
                            </p>
330
                        </fieldset>
321
                        </form> <!-- /#category -->
331
                        </form> <!-- /#category -->
322
332
333
                        <fieldset id="searchresults">
323
                        [% IF loop %]
334
                        [% IF loop %]
324
                            <table id="categoriest" class="authorized_values_table">
335
                            <table id="categoriest" class="authorized_values_table">
325
                                <thead>
336
                                <thead>
Lines 383-391 Link Here
383
                                [% END %]
394
                                [% END %]
384
                            </div>
395
                            </div>
385
                        [% END # /IF loop %]
396
                        [% END # /IF loop %]
397
                        </fieldset>
386
398
387
                    [% ELSE # category was selected %]
399
                    [% ELSE # category was selected %]
388
400
                        <fieldset>
389
                        <table id="categoriest" class="authorized_values_table">
401
                        <table id="categoriest" class="authorized_values_table">
390
                            <thead>
402
                            <thead>
391
                                <tr>
403
                                <tr>
Lines 408-414 Link Here
408
                                [% END # /FOR c %]
420
                                [% END # /FOR c %]
409
                            </tbody>
421
                            </tbody>
410
                        </table> <!-- /#categoriest -->
422
                        </table> <!-- /#categoriest -->
411
423
                        </fieldset>
412
                    [% END # /IF ( searchfield  )%]
424
                    [% END # /IF ( searchfield  )%]
413
425
414
                [% END # /IF op == 'list' %]
426
                [% END # /IF op == 'list' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-11 / +22 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
[% IF op == 'add_form' %]
9
[% IF op == 'add_form' %]
Lines 16-23 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
16
</head>
19
</head>
17
20
18
<body id="admin_authtypes" class="admin">
21
<body id="admin_authtypes" class="admin">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form=formulaire %]
20
[% INCLUDE 'prefs-admin-search.inc' %]
21
23
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <ol>
25
    <ol>
Lines 58-63 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
58
            </li>
60
            </li>
59
        [% END %]
61
        [% END %]
60
    </ol>
62
    </ol>
63
        <ol>
64
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
65
        </ol>
66
        <ol>
67
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
68
        </ol>
61
</nav>
69
</nav>
62
70
63
<div class="main container-fluid">
71
<div class="main container-fluid">
Lines 133-143 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
133
                    [% END %]
141
                    [% END %]
134
                </li>
142
                </li>
135
            </ol>
143
            </ol>
136
        </fieldset>
137
        <fieldset class="action">
144
        <fieldset class="action">
138
            <input type="submit" value="Submit" />
145
            <input type="submit" class="principal" value="Submit" />
139
            <a class="cancel" href="/cgi-bin/koha/admin/authtypes.pl">Cancel</a>
146
            <a class="cancel" href="/cgi-bin/koha/admin/authtypes.pl">Cancel</a>
140
        </fieldset>
147
        </fieldset>
148
        </fieldset>
141
    </form>
149
    </form>
142
[% END %]
150
[% END %]
143
151
Lines 163-173 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
163
171
164
[% IF op == 'list' %]
172
[% IF op == 'list' %]
165
    <div id="toolbar" class="btn-toolbar">
173
    <div id="toolbar" class="btn-toolbar">
166
        <a id="authtype" class="btn btn-default" href="/cgi-bin/koha/admin/authtypes.pl?op=add_form"><i class="fa fa-plus"></i> New authority type</a>
174
    <div>
167
    </div>
175
        <a id="authtype" class="toolbar-btn" href="/cgi-bin/koha/admin/authtypes.pl?op=add_form"><i class="fa fa-plus"></i> New authority type</a>
176
    </div></div>
168
177
169
    <h1>Authority types</h1>
178
    <h2>Authority types</h2>
170
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p>
179
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p>
180
    <fieldset id="searchresults">
171
    <table id="authtypes">
181
    <table id="authtypes">
172
        <thead>
182
        <thead>
173
        <tr>
183
        <tr>
Lines 217-224 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
217
                                      </fieldset>
227
                                      </fieldset>
218
                                  </div>
228
                                  </div>
219
                                  <div class="modal-footer">
229
                                  <div class="modal-footer">
220
                                      <button type="submit" class="btn btn-default">Export</button>
230
                                      <button type="submit" class="btn btn-default principal">Export</button>
221
                                      <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
231
                                      <button class="btn btn-link cancel" data-dismiss="modal" aria-hidden="true">Cancel</button>
222
                                  </div>
232
                                  </div>
223
                              </form>
233
                              </form>
224
                          </div>
234
                          </div>
Lines 241-248 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
241
                                      <div id="importing_[% authority_type.authtypecode | html %]" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div>
251
                                      <div id="importing_[% authority_type.authtypecode | html %]" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div>
242
                                  </div>
252
                                  </div>
243
                                  <div class="modal-footer">
253
                                  <div class="modal-footer">
244
                                      <button type="submit" class="btn btn-default">Import</button>
254
                                      <button type="submit" class="btn btn-default principal">Import</button>
245
                                      <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Close</button>
255
                                      <button class="btn btn-link cancel" data-dismiss="modal" aria-hidden="true">Close</button>
246
                                  </div>
256
                                  </div>
247
                              </form>
257
                              </form>
248
                          </div>
258
                          </div>
Lines 254-259 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
254
        [% END %]
264
        [% END %]
255
        <tbody>
265
        <tbody>
256
    </table>
266
    </table>
267
    </fieldset>
257
[% END %]
268
[% END %]
258
269
259
            </main>
270
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-4 / +14 lines)
Lines 3-8 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'prefs-admin-search.inc' %]
8
[% END %]
6
[% BLOCK show_job_status %]
9
[% BLOCK show_job_status %]
7
    [% SWITCH job.status %]
10
    [% SWITCH job.status %]
8
        [% CASE "new" %]
11
        [% CASE "new" %]
Lines 58-65 Link Here
58
</head>
61
</head>
59
62
60
<body id="admin_background_jobs" class="admin">
63
<body id="admin_background_jobs" class="admin">
61
[% INCLUDE 'header.inc' %]
64
[% INCLUDE 'header.inc' form=formulaire %]
62
[% INCLUDE 'prefs-admin-search.inc' %]
63
65
64
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
66
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
65
    <ol>
67
    <ol>
Lines 89-94 Link Here
89
        </li>
91
        </li>
90
    [% END %]
92
    [% END %]
91
    </ol>
93
    </ol>
94
        <ol>
95
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
96
        </ol>
97
        <ol>
98
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
99
        </ol>
92
</nav>
100
</nav>
93
101
94
<div class="main container-fluid">
102
<div class="main container-fluid">
Lines 108-114 Link Here
108
[% END %]
116
[% END %]
109
117
110
[% IF op == 'view' %]
118
[% IF op == 'view' %]
111
    <h1>Details of job #[% job.id | html %]</h1>
119
    <h2>Details of job #[% job.id | html %]</h2>
112
120
113
    [% PROCESS "background_jobs/${job.type}.inc" %]
121
    [% PROCESS "background_jobs/${job.type}.inc" %]
114
122
Lines 154-161 Link Here
154
162
155
[% IF op == 'list' %]
163
[% IF op == 'list' %]
156
164
157
    <h1>Background jobs</h1>
165
    <h2>Background jobs</h2>
158
166
167
    <fieldset id="searchresults">
159
    [% IF jobs.count %]
168
    [% IF jobs.count %]
160
        <table id="table_background_jobs">
169
        <table id="table_background_jobs">
161
            <thead>
170
            <thead>
Lines 199-204 Link Here
199
            There are no background jobs yet.
208
            There are no background jobs yet.
200
        </div>
209
        </div>
201
    [% END %]
210
    [% END %]
211
    </fieldset>
202
[% END %]
212
[% END %]
203
213
204
            </main>
214
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-17 / +28 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
[% IF op == 'add_form' %]
9
[% IF op == 'add_form' %]
Lines 16-23 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
16
</head>
19
</head>
17
20
18
    <body id="admin_biblio_framework" class="admin">
21
    <body id="admin_biblio_framework" class="admin">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form=formulaire %]
20
[% INCLUDE 'prefs-admin-search.inc' %]
21
23
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <ol>
25
    <ol>
Lines 64-69 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
64
            </li>
66
            </li>
65
        [% END %]
67
        [% END %]
66
    </ol>
68
    </ol>
69
        <ol>
70
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
71
        </ol>
72
        <ol>
73
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
74
        </ol>
67
</nav>
75
</nav>
68
76
69
<div class="main container-fluid">
77
<div class="main container-fluid">
Lines 98-109 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
98
106
99
[% IF op == 'list'%]
107
[% IF op == 'list'%]
100
    <div id="toolbar" class="btn-toolbar">
108
    <div id="toolbar" class="btn-toolbar">
101
        <a class="btn btn-default" id="newframework" href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form"><i class="fa fa-plus"></i> New framework</a>
109
    <div>
102
    </div>
110
        <a class="toolbar-btn" id="newframework" href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form"><i class="fa fa-plus"></i> New framework</a>
111
    </div></div>
103
[% END %]
112
[% END %]
104
113
105
[% IF op == 'add_form' %]
114
[% IF op == 'add_form' %]
106
    <h1>[% IF framework %]Modify framework text[% ELSE %]Add framework[% END %]</h1>
115
    <h2>[% IF framework %]Modify framework text[% ELSE %]Add framework[% END %]</h2>
107
    <form action="/cgi-bin/koha/admin/biblio_framework.pl" name="Aform" method="post" class="validated">
116
    <form action="/cgi-bin/koha/admin/biblio_framework.pl" name="Aform" method="post" class="validated">
108
        <input type="hidden" name="op" value="add_validate" />
117
        <input type="hidden" name="op" value="add_validate" />
109
        <fieldset class="rows">
118
        <fieldset class="rows">
Lines 127-135 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
127
                    <span class="required">Required</span>
136
                    <span class="required">Required</span>
128
                </li>
137
                </li>
129
            </ol>
138
            </ol>
130
        </fieldset>
131
        <fieldset class="action">
139
        <fieldset class="action">
132
            <input type="submit" value="Submit" class="submit" />
140
            <input type="submit" value="Submit" class="principal" />
141
        </fieldset>
133
        </fieldset>
142
        </fieldset>
134
    </form>
143
    </form>
135
[% END %]
144
[% END %]
Lines 158-165 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
158
[% END %]
167
[% END %]
159
168
160
[% IF op == 'list' %]
169
[% IF op == 'list' %]
161
<h1>MARC frameworks</h1>
170
<h2>MARC frameworks</h2>
162
171
172
<fieldset id="searchresults">
163
<table id="table_biblio_frameworks">
173
<table id="table_biblio_frameworks">
164
    <thead>
174
    <thead>
165
    <tr>
175
    <tr>
Lines 202-209 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
202
                            </fieldset>
212
                            </fieldset>
203
                        </div> <!-- /.modal-body -->
213
                        </div> <!-- /.modal-body -->
204
                        <div class="modal-footer">
214
                        <div class="modal-footer">
205
                            <button type="submit" class="btn btn-default">Export</button>
215
                            <button type="submit" class="btn btn-default principal">Export</button>
206
                            <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
216
                            <button class="btn btn-link cancel" data-dismiss="modal" aria-hidden="true">Cancel</button>
207
                        </div> <!-- /.modal-footer -->
217
                        </div> <!-- /.modal-footer -->
208
                    </form> <!-- /.form_export -->
218
                    </form> <!-- /.form_export -->
209
                </div> <!-- /.modal-content -->
219
                </div> <!-- /.modal-content -->
Lines 226-233 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
226
                            <div id="importing_default" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div>
236
                            <div id="importing_default" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div>
227
                        </div> <!-- /.modal-body -->
237
                        </div> <!-- /.modal-body -->
228
                        <div class="modal-footer">
238
                        <div class="modal-footer">
229
                            <button type="submit" class="btn btn-default">Import</button>
239
                            <button type="submit" class="btn btn-default principal">Import</button>
230
                            <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Close</button>
240
                            <button class="btn btn-link cancel" data-dismiss="modal" aria-hidden="true">Close</button>
231
                        </div> <!-- /.modal-footer -->
241
                        </div> <!-- /.modal-footer -->
232
                    </form> <!-- /.form_export -->
242
                    </form> <!-- /.form_export -->
233
                </div> <!-- /.modal-content -->
243
                </div> <!-- /.modal-content -->
Lines 242-248 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
242
            <td>[% loo.frameworktext | html %]</td>
252
            <td>[% loo.frameworktext | html %]</td>
243
            <td>
253
            <td>
244
              <div class="btn-group dropup">
254
              <div class="btn-group dropup">
245
                <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#">
255
                <a class="btn btn-default btn-xs dropdown-toggle" role="button" data-toggle="dropdown" href="#">
246
                  Actions <b class="caret"></b>
256
                  Actions <b class="caret"></b>
247
                </a>
257
                </a>
248
                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]">
258
                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]">
Lines 272-279 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
272
                                </fieldset>
282
                                </fieldset>
273
                            </div> <!-- /.modal-body -->
283
                            </div> <!-- /.modal-body -->
274
                            <div class="modal-footer">
284
                            <div class="modal-footer">
275
                                <button type="submit" class="btn btn-default">Export</button>
285
                                <button type="submit" class="btn btn-default principal">Export</button>
276
                                <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
286
                                <button class="btn btn-link cancel" data-dismiss="modal" aria-hidden="true">Cancel</button>
277
                            </div> <!-- /.modal-footer -->
287
                            </div> <!-- /.modal-footer -->
278
                        </form> <!-- /.form_export -->
288
                        </form> <!-- /.form_export -->
279
                    </div> <!-- /.modal-content -->
289
                    </div> <!-- /.modal-content -->
Lines 296-303 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
296
                                <div id="importing_[% loo.frameworkcode | html %]" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div>
306
                                <div id="importing_[% loo.frameworkcode | html %]" style="display:none" class="importing"><img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div>
297
                            </div> <!-- /.modal-body -->
307
                            </div> <!-- /.modal-body -->
298
                            <div class="modal-footer">
308
                            <div class="modal-footer">
299
                                <button type="submit" class="btn btn-default" title="[% loo.frameworkcode | html %]">Import</button>
309
                                <button type="submit" class="btn btn-default principal" title="[% loo.frameworkcode | html %]">Import</button>
300
                                <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Close</button>
310
                                <button class="btn btn-link cancel" data-dismiss="modal" aria-hidden="true">Close</button>
301
                            </div> <!-- /.modal-footer -->
311
                            </div> <!-- /.modal-footer -->
302
                        </form> <!-- /.form_export -->
312
                        </form> <!-- /.form_export -->
303
                    </div> <!-- /.modal-content -->
313
                    </div> <!-- /.modal-content -->
Lines 308-313 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
308
318
309
    [% END %]
319
    [% END %]
310
</table>
320
</table>
321
</fieldset>
311
322
312
[% END %]
323
[% END %]
313
324
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-5 / +10 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'prefs-admin-search.inc' %]
8
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Library checkin and transfer policy &rsaquo; Administration &rsaquo; Koha</title>
10
<title>Library checkin and transfer policy &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 9-21 Link Here
9
</head>
13
</head>
10
14
11
<body id="admin_branch_transfer_limits" class="admin">
15
<body id="admin_branch_transfer_limits" class="admin">
12
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'prefs-admin-search.inc' %]
14
17
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
19
    <ol>
17
        <li>
20
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
22
        </li>
20
        <li>
23
        <li>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
24
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 27-39 Link Here
27
        </li>
30
        </li>
28
    </ol>
31
    </ol>
29
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
30
34
31
<div class="main container-fluid">
35
<div class="main container-fluid">
32
    <div class="row">
36
    <div class="row">
33
        <div class="col-sm-10 col-sm-push-2">
37
        <div class="col-sm-10 col-sm-push-2">
34
            <main>
38
            <main>
35
39
36
<h1>Library [% branchcode | html %] - [% Branches.GetName( branchcode ) | html %] Checkin and transfer policy</h1>
40
<h2>Library [% branchcode | html %] - [% Branches.GetName( branchcode ) | html %] Checkin and transfer policy</h2>
37
    <form method="get" action="/cgi-bin/koha/admin/branch_transfer_limits.pl" id="selectlibrary">
41
    <form method="get" action="/cgi-bin/koha/admin/branch_transfer_limits.pl" id="selectlibrary">
38
        <label for="branchselect">Select a library :</label>
42
        <label for="branchselect">Select a library :</label>
39
        <select name="branchcode" id="branchselect">
43
        <select name="branchcode" id="branchselect">
Lines 42-47 Link Here
42
    </form>
46
    </form>
43
47
44
<p class="help">Check the boxes for the libraries you allow your items to be transferred to.</p>
48
<p class="help">Check the boxes for the libraries you allow your items to be transferred to.</p>
49
45
<fieldset>
50
<fieldset>
46
    [% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]
51
    [% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]
47
    <a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a>
52
    <a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a>
Lines 99-105 Link Here
99
        <fieldset class="action">
104
        <fieldset class="action">
100
            <input type="hidden" name="updateLimits" value="1" />
105
            <input type="hidden" name="updateLimits" value="1" />
101
            <input type="hidden" name="branchcode" value="[% branchcode | html %]" />
106
            <input type="hidden" name="branchcode" value="[% branchcode | html %]" />
102
            <input type="submit" value="Save" />
107
            <input type="submit" class="principal" value="Save" />
103
            <a class="cancel" href="/cgi-bin/koha/admin/admin-home.pl">Cancel</a>
108
            <a class="cancel" href="/cgi-bin/koha/admin/admin-home.pl">Cancel</a>
104
        </fieldset>
109
        </fieldset>
105
        </form>
110
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-12 / +17 lines)
Lines 2-7 Link Here
2
[% USE raw %]
2
[% USE raw %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% USE TablesSettings %]
8
[% USE TablesSettings %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
Lines 18-30 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
18
</head>
21
</head>
19
22
20
<body id="admin_branches" class="admin">
23
<body id="admin_branches" class="admin">
21
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' form=formulaire %]
22
[% INCLUDE 'prefs-admin-search.inc' %]
23
25
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
    <ol>
27
    <ol>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
29
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
28
        </li>
30
        </li>
29
        <li>
31
        <li>
30
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
32
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 77-82 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
77
        [% END %]
79
        [% END %]
78
    </ol>
80
    </ol>
79
</nav>
81
</nav>
82
[% INCLUDE 'shortcut.inc' %]
80
83
81
<div class="main container-fluid">
84
<div class="main container-fluid">
82
    <div class="row">
85
    <div class="row">
Lines 129-145 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
129
132
130
[% IF op == 'list' || op == 'view' %]
133
[% IF op == 'list' || op == 'view' %]
131
    <div id="toolbar" class="btn-toolbar">
134
    <div id="toolbar" class="btn-toolbar">
132
        <a class="btn btn-default" id="newbranch" href="/cgi-bin/koha/admin/branches.pl?op=add_form"><i class="fa fa-plus"></i> New library</a>
135
        <a class="btn btn-default toolbar-btn" id="newbranch" href="/cgi-bin/koha/admin/branches.pl?op=add_form"><i class="fa fa-plus"></i> New library</a>
133
        [% IF op == 'view' && library %]
136
        [% IF op == 'view' && library %]
134
            <a class="btn btn-default" id="editbranch" href="/cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=[% library.branchcode | uri %]"><i class="fa fa-pencil"></i> Edit library</a>
137
            <a class="btn btn-default toolbar-btn" id="editbranch" href="/cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=[% library.branchcode | uri %]"><i class="fa fa-pencil"></i> Edit library</a>
135
        [% END %]
138
        [% END %]
136
    </div>
139
    </div>
137
[% END %]
140
[% END %]
138
141
142
<fieeldset id="searchresults">
139
[% IF op == 'add_form' %]
143
[% IF op == 'add_form' %]
140
    <h1>[% IF library %]Modify library[% ELSE %]New library[% END %]</h1>
144
    <h2>[% IF library %]Modify library[% ELSE %]New library[% END %]</h2>
141
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
145
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
142
        <fieldset class="rows">
146
        <fieldset>
143
            <input type="hidden" name="op" value="add_validate" />
147
            <input type="hidden" name="op" value="add_validate" />
144
            [% IF library %]
148
            [% IF library %]
145
                <input type="hidden" name="is_a_modif" value="1" />
149
                <input type="hidden" name="is_a_modif" value="1" />
Lines 168-174 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
168
            </ol>
172
            </ol>
169
        </fieldset>
173
        </fieldset>
170
        [% IF categories %]
174
        [% IF categories %]
171
            <fieldset class="rows"><legend>Group(s):</legend>
175
            <fieldset><legend>Group(s):</legend>
172
                <ol>
176
                <ol>
173
                    [% FOREACH category IN categories %]
177
                    [% FOREACH category IN categories %]
174
                        <li>
178
                        <li>
Lines 184-190 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
184
                </ol>
188
                </ol>
185
            </fieldset>
189
            </fieldset>
186
        [% END %]
190
        [% END %]
187
        <fieldset class="rows">
191
        <fieldset>
188
            <ol>
192
            <ol>
189
                <li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% library.branchaddress1 | html %]" /></li>
193
                <li><label for="branchaddress1">Address line 1: </label><input type="text" name="branchaddress1" id="branchaddress1" size="60" value="[% library.branchaddress1 | html %]" /></li>
190
                <li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% library.branchaddress2 | html %]" /></li>
194
                <li><label for="branchaddress2">Address line 2: </label><input type="text" name="branchaddress2" id="branchaddress2" size="60" value="[% library.branchaddress2 | html %]" /></li>
Lines 293-299 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
293
            </ol>
297
            </ol>
294
        </fieldset>
298
        </fieldset>
295
        <fieldset class="action">
299
        <fieldset class="action">
296
            <input type="submit" value="Submit" />
300
            <input type="submit" class="principal" value="Submit" />
297
            <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a>
301
            <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a>
298
        </fieldset>
302
        </fieldset>
299
    </form>
303
    </form>
Lines 302-308 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
302
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
306
[% IF op == 'delete_confirm' and not ( items_count or patrons_count )%]
303
    <div class="dialog alert">
307
    <div class="dialog alert">
304
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
308
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
305
            <h1>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h1>
309
            <h2>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h2>
306
            <input type="hidden" name="op" value="delete_confirmed" />
310
            <input type="hidden" name="op" value="delete_confirmed" />
307
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
311
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
308
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
312
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
Lines 315-321 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
315
[% END %]
319
[% END %]
316
320
317
[% IF op == 'list' %]
321
[% IF op == 'list' %]
318
    <h1>Libraries</h1>
322
    <h2>Libraries</h2>
319
    [% IF libraries_count > 0 %]
323
    [% IF libraries_count > 0 %]
320
        <table id="libraries">
324
        <table id="libraries">
321
            <thead>
325
            <thead>
Lines 336-341 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
336
        <div class="dialog message">There are no libraries defined. <a href="/cgi-bin/koha/admin/branches.pl?op=add_form">Start defining libraries</a>.</div>
340
        <div class="dialog message">There are no libraries defined. <a href="/cgi-bin/koha/admin/branches.pl?op=add_form">Start defining libraries</a>.</div>
337
    [% END %]
341
    [% END %]
338
[% END %]
342
[% END %]
343
</fieldset>
339
344
340
[% IF op == 'view' && library %]
345
[% IF op == 'view' && library %]
341
    <h1>[% library.branchname | html %]</h1>
346
    <h1>[% library.branchname | html %]</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-4 / +7 lines)
Lines 3-8 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Price %]
4
[% USE Price %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'prefs-admin-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
8
[% IF op == 'add_form' %]
11
[% IF op == 'add_form' %]
Lines 18-30 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
18
</head>
21
</head>
19
22
20
<body id="admin_cash_registers" class="admin">
23
<body id="admin_cash_registers" class="admin">
21
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' form=formulaire %]
22
[% INCLUDE 'prefs-admin-search.inc' %]
23
25
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
    <ol>
27
    <ol>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
29
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
28
        </li>
30
        </li>
29
        <li>
31
        <li>
30
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
32
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 66-71 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
66
        [% END %]
68
        [% END %]
67
    </ol>
69
    </ol>
68
</nav>
70
</nav>
71
[% INCLUDE 'shortcut.inc' %]
69
72
70
<div class="main container-fluid">
73
<div class="main container-fluid">
71
    <div class="row">
74
    <div class="row">
Lines 152-158 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
152
155
153
               [% IF op == 'list' %]
156
               [% IF op == 'list' %]
154
               <div id="toolbar" class="btn-toolbar">
157
               <div id="toolbar" class="btn-toolbar">
155
                   <a class="btn btn-default" id="newcashregister" href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form"><i class="fa fa-plus"></i> New cash register</a>
158
                   <a class="btn btn-default toolbar-btn" id="newcashregister" href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form"><i class="fa fa-plus"></i> New cash register</a>
156
               </div>
159
               </div>
157
160
158
               <h1>Cash registers</h1>
161
               <h1>Cash registers</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-11 / +16 lines)
Lines 6-11 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'patrons-admin-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>[% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode | html %]'[% ELSE %]New category[% END %][% END %]
13
<title>[% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode | html %]'[% ELSE %]New category[% END %][% END %]
11
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode | html %] in use[% ELSE %]Confirm deletion of category '[% categorycode | html %]'[% END %][% END %] &rsaquo; Patron categories &rsaquo; Administration &rsaquo; Koha
14
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode | html %] in use[% ELSE %]Confirm deletion of category '[% categorycode | html %]'[% END %][% END %] &rsaquo; Patron categories &rsaquo; Administration &rsaquo; Koha
Lines 15-27 Link Here
15
</head>
18
</head>
16
19
17
<body id="admin_categorie" class="admin">
20
<body id="admin_categorie" class="admin">
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'patrons-admin-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
29
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 85-90 Link Here
85
        [% END %]
87
        [% END %]
86
    </ol>
88
    </ol>
87
</nav>
89
</nav>
90
[% INCLUDE 'shortcut.inc' %]
88
91
89
<div class="main container-fluid">
92
<div class="main container-fluid">
90
    <div class="row">
93
    <div class="row">
Lines 119-127 Link Here
119
        <input type="hidden" name="op" value="add_validate" />
122
        <input type="hidden" name="op" value="add_validate" />
120
        <input type="hidden" name="checked" value="0" />
123
        <input type="hidden" name="checked" value="0" />
121
        [% IF category %]
124
        [% IF category %]
122
            <h1>Modify category [% categorycode | html %]</h1>
125
            <h2>Modify category [% categorycode | html %]</h2>
123
        [% ELSE %]
126
        [% ELSE %]
124
            <h1>New category</h1>
127
            <h2>New category</h2>
125
        [% END %]
128
        [% END %]
126
        <fieldset class="rows">
129
        <fieldset class="rows">
127
            <ol>
130
            <ol>
Lines 143-151 Link Here
143
                    <span class="required">Required</span>
146
                    <span class="required">Required</span>
144
                </li>
147
                </li>
145
                <li>
148
                <li>
146
                    <span class="label">Enrollment period: </span>
147
                    <fieldset>
149
                    <fieldset>
148
                        <legend>Choose one</legend>
150
                        <legend>Enrollment period</legend>
149
                        <ol>
151
                        <ol>
150
                            <li>
152
                            <li>
151
                                <label for="enrolmentperiod">In months: </label>
153
                                <label for="enrolmentperiod">In months: </label>
Lines 422-428 Link Here
422
                    <div class="hint">If <i>Yes</i>, holds placed by patrons of this category will not be given priority</div>
424
                    <div class="hint">If <i>Yes</i>, holds placed by patrons of this category will not be given priority</div>
423
                </li>
425
                </li>
424
            </ol>
426
            </ol>
425
        </fieldset>
426
427
427
        [% IF ( EnhancedMessagingPreferences ) %]
428
        [% IF ( EnhancedMessagingPreferences ) %]
428
            <fieldset class="rows">
429
            <fieldset class="rows">
Lines 431-439 Link Here
431
            </fieldset>
432
            </fieldset>
432
        [% END %]
433
        [% END %]
433
        <fieldset class="action">
434
        <fieldset class="action">
434
            <input type="submit" value="Save" />
435
            <input type="submit" class="principal" value="Save" />
435
            <a href="/cgi-bin/koha/admin/categories.pl" class="cancel">Cancel</a>
436
            <a href="/cgi-bin/koha/admin/categories.pl" class="cancel">Cancel</a>
436
        </fieldset>
437
        </fieldset>
438
        </fieldset>
437
    </form>
439
    </form>
438
[% END %]
440
[% END %]
439
441
Lines 522-531 Link Here
522
[% IF op == 'list' %]
524
[% IF op == 'list' %]
523
525
524
    <div id="toolbar" class="btn-toolbar">
526
    <div id="toolbar" class="btn-toolbar">
525
        <a class="btn btn-default" id="newcategory" href="/cgi-bin/koha/admin/categories.pl?op=add_form"><i class="fa fa-plus"></i> New category</a>
527
    <div>
526
    </div>
528
        <a class="toolbar-btn" id="newcategory" href="/cgi-bin/koha/admin/categories.pl?op=add_form"><i class="fa fa-plus"></i> New category</a>
529
    </div></div>
527
530
528
    <h1>Patron categories</h1>
531
    <h1>Patron categories</h1>
532
    <fieldset id="searchresults">
529
    [% IF searchfield %]
533
    [% IF searchfield %]
530
        You searched for [% searchfield | html %]</span>
534
        You searched for [% searchfield | html %]</span>
531
    [% END %]
535
    [% END %]
Lines 698-703 Link Here
698
    [% ELSE %]
702
    [% ELSE %]
699
        <div class="dialog alert">No categories have been defined. <a href="/cgi-bin/koha/admin/categories.pl?op=add_form">Create a new category</a>.</div>
703
        <div class="dialog alert">No categories have been defined. <a href="/cgi-bin/koha/admin/categories.pl?op=add_form">Create a new category</a>.</div>
700
    [% END %]
704
    [% END %]
705
    </fieldset>
701
[% END %]
706
[% END %]
702
707
703
            </main>
708
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (-4 / +7 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>MARC check
8
<title>MARC check
6
[% IF ( total ) %] :[% total | html %] errors found[% ELSE %] : Configuration OK![% END %] &rsaquo; Administration &rsaquo; Koha</title>
9
[% IF ( total ) %] :[% total | html %] errors found[% ELSE %] : Configuration OK![% END %] &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="admin_checkmarc" class="admin">
12
<body id="admin_checkmarc" class="admin">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'prefs-admin-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 30-42 Link Here
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
32
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
33
36
34
<div class="main container-fluid">
37
<div class="main container-fluid">
35
    <div class="row">
38
    <div class="row">
36
        <div class="col-sm-10 col-sm-push-2">
39
        <div class="col-sm-10 col-sm-push-2">
37
            <main>
40
            <main>
38
41
39
<h1>MARC bibliographic framework test</h1>
42
<h2>MARC bibliographic framework test</h2>
40
<table>
43
<table>
41
    <tr>
44
    <tr>
42
        <th>Test</th>
45
        <th>Test</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-10 / +16 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cities-admin-search.inc' %]
6
[% END %]
4
[% USE TablesSettings %]
7
[% USE TablesSettings %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
Lines 19-31 Link Here
19
</head>
22
</head>
20
23
21
<body id="admin_cities" class="admin">
24
<body id="admin_cities" class="admin">
22
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' form=formulaire %]
23
[% INCLUDE 'cities-admin-search.inc' %]
24
26
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
28
    <ol>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
30
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
29
        </li>
31
        </li>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
33
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 64-69 Link Here
64
        [% END %]
66
        [% END %]
65
    </ol>
67
    </ol>
66
</nav>
68
</nav>
69
[% INCLUDE 'shortcut.inc' %]
67
70
68
<div class="main container-fluid">
71
<div class="main container-fluid">
69
    <div class="row">
72
    <div class="row">
Lines 95-103 Link Here
95
98
96
[% IF op == 'add_form' %]
99
[% IF op == 'add_form' %]
97
    [% IF city %]
100
    [% IF city %]
98
        <h1>Modify a city</h1>
101
        <h2>Modify a city</h2>
99
    [% ELSE %]
102
    [% ELSE %]
100
        <h1>New city</h1>
103
        <h2>New city</h2>
101
    [% END %]
104
    [% END %]
102
105
103
    <form action="/cgi-bin/koha/admin/cities.pl" name="Aform" method="post" class="validated">
106
    <form action="/cgi-bin/koha/admin/cities.pl" name="Aform" method="post" class="validated">
Lines 126-137 Link Here
126
                    <input type="text" name="city_country" id="city_country" size="80" maxlength="100" value="[% city.city_country | html %]" />
129
                    <input type="text" name="city_country" id="city_country" size="80" maxlength="100" value="[% city.city_country | html %]" />
127
                </li>
130
                </li>
128
            </ol>
131
            </ol>
129
        </fieldset>
130
131
        <fieldset class="action">
132
        <fieldset class="action">
132
            <input type="submit" value="Submit" />
133
            <input type="submit" class="principal" value="Submit" />
133
            <a class="cancel" href="/cgi-bin/koha/admin/cities.pl">Cancel</a>
134
            <a class="cancel" href="/cgi-bin/koha/admin/cities.pl">Cancel</a>
134
        </fieldset>
135
        </fieldset>
136
        </fieldset>
137
135
    </form>
138
    </form>
136
[% END %]
139
[% END %]
137
140
Lines 169-182 Link Here
169
[% IF op == 'list' %]
172
[% IF op == 'list' %]
170
173
171
    <div id="toolbar" class="btn-toolbar">
174
    <div id="toolbar" class="btn-toolbar">
172
        <a class="btn btn-default" id="newcity" href="/cgi-bin/koha/admin/cities.pl?op=add_form"><i class="fa fa-plus"></i> New city</a>
175
    <div>
173
    </div>
176
        <a class="toolbar-btn" id="newcity" href="/cgi-bin/koha/admin/cities.pl?op=add_form"><i class="fa fa-plus"></i> New city</a>
177
    </div></div>
174
178
175
    <h1>Cities</h1>
179
    <h1>Cities</h1>
176
    [% IF city_name_filter %]
180
    [% IF city_name_filter %]
177
        Searching: [% city_name_filter | html %]
181
        Searching: [% city_name_filter | html %]
178
    [% END %]
182
    [% END %]
179
183
184
    <fieldset id="searchresults">
180
    [% IF cities_count > 0 %]
185
    [% IF cities_count > 0 %]
181
        <div class="table_cities_table_controls"></div>
186
        <div class="table_cities_table_controls"></div>
182
        <table id="table_cities">
187
        <table id="table_cities">
Lines 196-201 Link Here
196
            There are no cities defined. <a href="/cgi-bin/koha/admin/cities.pl?op=add_form">Create a new city</a>.
201
            There are no cities defined. <a href="/cgi-bin/koha/admin/cities.pl?op=add_form">Create a new city</a>.
197
        </div>
202
        </div>
198
    [% END %]
203
    [% END %]
204
    </fieldset>
199
[% END %]
205
[% END %]
200
206
201
            </main>
207
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-22 / +33 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
[% IF op == 'add_source' %]
9
[% IF op == 'add_source' %]
Lines 33-45 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
33
</head>
36
</head>
34
37
35
<body id="admin_classsources" class="admin">
38
<body id="admin_classsources" class="admin">
36
[% INCLUDE 'header.inc' %]
39
[% INCLUDE 'header.inc' form=formulaire %]
37
[% INCLUDE 'prefs-admin-search.inc' %]
38
40
39
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
41
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
40
    <ol>
42
    <ol>
41
        <li>
43
        <li>
42
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
44
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
43
        </li>
45
        </li>
44
        <li>
46
        <li>
45
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
47
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 97-102 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
97
99
98
    </ol>
100
    </ol>
99
</nav>
101
</nav>
102
[% INCLUDE 'shortcut.inc' %]
100
103
101
<div class="main container-fluid">
104
<div class="main container-fluid">
102
    <div class="row">
105
    <div class="row">
Lines 151-159 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
151
154
152
[% IF op == 'add_source' %]
155
[% IF op == 'add_source' %]
153
  [% IF class_source %]
156
  [% IF class_source %]
154
<h1>Modify classification source</h1>
157
<h2>Modify classification source</h2>
155
  [% ELSE %]
158
  [% ELSE %]
156
<h1>Add classification source</h1>
159
<h2>Add classification source</h2>
157
  [% END %]
160
  [% END %]
158
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
161
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
159
  <input type="hidden" name="op" value="add_source_validate" />
162
  <input type="hidden" name="op" value="add_source_validate" />
Lines 205-223 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
205
            <span class="required">Required</span>
208
            <span class="required">Required</span>
206
        </li>
209
        </li>
207
    </ol>
210
    </ol>
208
  </fieldset>
209
  <fieldset class="action">
211
  <fieldset class="action">
210
    <input type="submit" value="Save" />
212
    <input type="submit" class="principal" value="Save" />
211
    <a class="cancel" href="/cgi-bin/koha/admin/classsources.pl">Cancel</a>
213
    <a class="cancel" href="/cgi-bin/koha/admin/classsources.pl">Cancel</a>
212
  </fieldset>
214
  </fieldset>
215
  </fieldset>
213
</form>
216
</form>
214
[% END %]
217
[% END %]
215
218
216
[% IF op == 'add_sort_rule' %]
219
[% IF op == 'add_sort_rule' %]
217
  [% IF sort_rule %]
220
  [% IF sort_rule %]
218
<h1>Modify filing rule</h1>
221
<h2>Modify filing rule</h2>
219
  [% ELSE %]
222
  [% ELSE %]
220
<h1>Add filing rule</h1>
223
<h2>Add filing rule</h2>
221
  [% END %]
224
  [% END %]
222
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
225
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
223
  <input type="hidden" name="op" value="add_sort_rule_validate" />
226
  <input type="hidden" name="op" value="add_sort_rule_validate" />
Lines 251-269 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
251
           <span class="required">Required</span>
254
           <span class="required">Required</span>
252
       </li>
255
       </li>
253
    </ol>
256
    </ol>
254
  </fieldset>
255
    <fieldset class="action">
257
    <fieldset class="action">
256
        <input type="submit" value="Save" />
258
        <input type="submit" class="principal" value="Save" />
257
        <a class="cancel" href="/cgi-bin/koha/admin/classsources.pl">Cancel</a>
259
        <a class="cancel" href="/cgi-bin/koha/admin/classsources.pl">Cancel</a>
260
  </fieldset>
258
    </fieldset>
261
    </fieldset>
259
</form>
262
</form>
260
[% END %]
263
[% END %]
261
264
262
[% IF op == 'add_split_rule' %]
265
[% IF op == 'add_split_rule' %]
263
  [% IF split_rule %]
266
  [% IF split_rule %]
264
<h1>Modify splitting rule</h1>
267
<h2>Modify splitting rule</h2>
265
  [% ELSE %]
268
  [% ELSE %]
266
<h1>Add splitting rule</h1>
269
<h2>Add splitting rule</h2>
267
  [% END %]
270
  [% END %]
268
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
271
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
269
  <input type="hidden" name="op" value="add_split_rule_validate" />
272
  <input type="hidden" name="op" value="add_split_rule_validate" />
Lines 280-290 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
280
              <span class="required">Required</span>
283
              <span class="required">Required</span>
281
          [% END %]
284
          [% END %]
282
       </li>
285
       </li>
283
       <li><label for="description" class="required">Description: </label>
286
       <li>
287
            <label for="description" class="required">Description: </label>
284
           <input class="required" required="required" type="text" id="description" name="description" size="50" maxlength="250" value="[% split_rule.description | html %]" />
288
           <input class="required" required="required" type="text" id="description" name="description" size="50" maxlength="250" value="[% split_rule.description | html %]" />
285
           <span class="required">Required</span>
289
           <span class="required">Required</span>
286
       </li>
290
       </li>
287
       <li><label for="split_routine" class="required">Splitting routine: </label>
291
       <li>
292
            <label for="split_routine" class="required">Splitting routine: </label>
288
           <select class="required" required="required" id="split_routine" name="split_routine">
293
           <select class="required" required="required" id="split_routine" name="split_routine">
289
            [% FOREACH routine_name IN split_routines %]
294
            [% FOREACH routine_name IN split_routines %]
290
                [% IF routine_name == split_rule.split_routine %]
295
                [% IF routine_name == split_rule.split_routine %]
Lines 325-346 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
325
            </div>
330
            </div>
326
        </li>
331
        </li>
327
    </ol>
332
    </ol>
328
  </fieldset>
329
    <fieldset class="action">
333
    <fieldset class="action">
330
        <input type="submit" value="Save" />
334
        <input type="submit" class="principal" value="Save" />
331
        <a class="cancel" href="/cgi-bin/koha/admin/classsources.pl">Cancel</a>
335
        <a class="cancel" href="/cgi-bin/koha/admin/classsources.pl">Cancel</a>
332
    </fieldset>
336
    </fieldset>
337
  </fieldset>
333
</form>
338
</form>
334
[% END %]
339
[% END %]
335
340
336
[% IF op == 'list' %]
341
[% IF op == 'list' %]
337
342
338
<div id="toolbar" class="btn-toolbar">
343
<div id="toolbar" class="btn-toolbar">
339
    <a class="btn btn-default" id="newsource" href="[% script_name | url %]?op=add_source"><i class="fa fa-plus"></i> New classification source</a>
344
    <a class="btn btn-default toolbar-btn" id="newsource" href="[% script_name | url %]?op=add_source"><i class="fa fa-plus"></i> New classification source</a>
340
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
345
    <a class="btn btn-default toolbar-btn" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
341
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
346
    <a class="btn btn-default toolbar-btn" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
342
</div>
347
</div>
343
<h1>Classification configuration</h1>
348
<h1>Classification configuration</h1>
349
<fieldset>
344
<h2>Classification sources</h2>
350
<h2>Classification sources</h2>
345
<table>
351
<table>
346
  <tr>
352
  <tr>
Lines 365-372 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
365
  </tr>
371
  </tr>
366
  [% END %]
372
  [% END %]
367
</table>
373
</table>
374
</fieldset>
368
375
369
<h2>Classification filing rules</h2>
376
<fieldset>
377
<h3>Classification filing rules</h3>
370
<table>
378
<table>
371
  <tr>
379
  <tr>
372
    <th>Code</th>
380
    <th>Code</th>
Lines 386-393 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
386
  </tr>
394
  </tr>
387
  [% END %]
395
  [% END %]
388
</table>
396
</table>
397
</fieldset>
389
398
390
<h2>Classification splitting rules</h2>
399
<fieldset>
400
<h3>Classification splitting rules</h3>
391
<table>
401
<table>
392
  <tr>
402
  <tr>
393
    <th>Code</th>
403
    <th>Code</th>
Lines 407-412 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
407
  </tr>
417
  </tr>
408
  [% END %]
418
  [% END %]
409
</table>
419
</table>
420
</fieldset>
410
421
411
422
412
[% END %]
423
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-3 / +6 lines)
Lines 2-19 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Clone circulation and fine rules &rsaquo; Circulation and fine rules &rsaquo; Administration &rsaquo; Koha</title>
9
<title>Clone circulation and fine rules &rsaquo; Circulation and fine rules &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="admin_clone-rules" class="admin">
12
<body id="admin_clone-rules" class="admin">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'prefs-admin-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 28-33 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="main container-fluid">
35
<div class="main container-fluid">
33
    <div class="row">
36
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-4 / +7 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE TablesSettings %]
3
[% USE TablesSettings %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% SET panel_id = 0 %]
8
[% SET panel_id = 0 %]
6
[% BLOCK pagelist %]
9
[% BLOCK pagelist %]
7
    [% IF module.keys and module.keys.size > 0 %]
10
    [% IF module.keys and module.keys.size > 0 %]
Lines 143-149 Link Here
143
                            </div>
146
                            </div>
144
                        [% END %]
147
                        [% END %]
145
                        <fieldset class="action">
148
                        <fieldset class="action">
146
                            <input type="submit" value="Save" />
149
                            <input type="submit" class="principal" value="Save" />
147
                        </fieldset>
150
                        </fieldset>
148
                    [% ELSE %]
151
                    [% ELSE %]
149
                        There is no table to configure for this module.
152
                        There is no table to configure for this module.
Lines 177-188 Link Here
177
180
178
<body id="admin_tables" class="admin">
181
<body id="admin_tables" class="admin">
179
182
180
    [% INCLUDE 'header.inc' %]
183
    [% INCLUDE 'header.inc' form=formulaire %]
181
    [% INCLUDE 'prefs-admin-search.inc' %]
182
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
184
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
183
    <ol>
185
    <ol>
184
        <li>
186
        <li>
185
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
187
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
186
        </li>
188
        </li>
187
        <li>
189
        <li>
188
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
190
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 194-199 Link Here
194
        </li>
196
        </li>
195
    </ol>
197
    </ol>
196
</nav>
198
</nav>
199
[% INCLUDE 'shortcut.inc' %]
197
200
198
    <div class="main container-fluid">
201
    <div class="main container-fluid">
199
        <div class="row">
202
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-11 / +17 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
    [% IF op =='add_form' %]
10
    [% IF op =='add_form' %]
Lines 19-31 Link Here
19
</head>
22
</head>
20
23
21
<body id="admin_credit_types" class="admin">
24
<body id="admin_credit_types" class="admin">
22
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' form=formulaire %]
23
[% INCLUDE 'prefs-admin-search.inc' %]
24
26
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
28
    <ol>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
30
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
29
        </li>
31
        </li>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
33
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 54-59 Link Here
54
        [% END %]
56
        [% END %]
55
    </ol>
57
    </ol>
56
</nav>
58
</nav>
59
[% INCLUDE 'shortcut.inc' %]
57
60
58
<div class="main container-fluid">
61
<div class="main container-fluid">
59
    <div class="row">
62
    <div class="row">
Lines 79-87 Link Here
79
82
80
                [% IF op == 'add_form' %]
83
                [% IF op == 'add_form' %]
81
                    [% IF credit_type %]
84
                    [% IF credit_type %]
82
                        <h1>Modify a credit type</h1>
85
                        <h2>Modify a credit type</h2>
83
                    [% ELSE %]
86
                    [% ELSE %]
84
                        <h1>New credit type</h1>
87
                        <h2>New credit type</h2>
85
                    [% END %]
88
                    [% END %]
86
89
87
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
90
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
Lines 143-163 Link Here
143
                                    [% END %]
146
                                    [% END %]
144
                                </li>
147
                                </li>
145
                            </ol>
148
                            </ol>
146
                        </fieldset>
147
148
                        <fieldset class="action">
149
                        <fieldset class="action">
149
                            <button id="save_credit_type" class="btn btn-default">Save</button>
150
                            <button id="save_credit_type" class="btn btn-default principal">Save</button>
150
                            <a class="cancel" href="/cgi-bin/koha/admin/credit_types.pl">Cancel</a>
151
                            <a class="cancel" href="/cgi-bin/koha/admin/credit_types.pl">Cancel</a>
151
                        </fieldset>
152
                        </fieldset>
153
                        </fieldset>
154
152
                    </form>
155
                    </form>
153
                [% END %]
156
                [% END %]
154
157
155
                [% IF op == 'list' %]
158
                [% IF op == 'list' %]
156
                    <div id="toolbar" class="btn-toolbar">
159
                    <div id="toolbar" class="btn-toolbar">
157
                        <a class="btn btn-default" id="newcredittype" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form"><i class="fa fa-plus"></i> New credit type</a>
160
                    <div>
158
                    </div>
161
                        <a class="toolbar-btn" id="newcredittype" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form"><i class="fa fa-plus"></i> New credit type</a>
162
                    </div></div>
159
163
160
                    <h1>Account credit types</h1>
164
                    <h2>Account credit types</h2>
165
                    <fieldset id="searchresults">
161
                    [% IF credit_types.count %]
166
                    [% IF credit_types.count %]
162
                        <table id="table_credit_types">
167
                        <table id="table_credit_types">
163
                            <thead>
168
                            <thead>
Lines 218-223 Link Here
218
                            <a href="/cgi-bin/koha/admin/credit_types.pl?op=add_form">Create new credit type</a>
223
                            <a href="/cgi-bin/koha/admin/credit_types.pl?op=add_form">Create new credit type</a>
219
                        </div>
224
                        </div>
220
                    [% END %]
225
                    [% END %]
226
                    </fieldset>
221
                [% END %]
227
                [% END %]
222
            </main>
228
            </main>
223
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
229
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-10 / +18 lines)
Lines 4-9 Link Here
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% USE HtmlTags %]
5
[% USE HtmlTags %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'currencies-admin-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %]
11
<title>[% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %]
9
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %]
12
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %]
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="admin_currency" class="admin">
18
<body id="admin_currency" class="admin">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'currencies-admin-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
27
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 56-61 Link Here
56
        [% END %]
58
        [% END %]
57
    </ol>
59
    </ol>
58
</nav>
60
</nav>
61
[% INCLUDE 'shortcut.inc' %]
59
62
60
<div class="main container-fluid">
63
<div class="main container-fluid">
61
    <div class="row">
64
    <div class="row">
Lines 64-71 Link Here
64
67
65
[% IF op == 'list' %]
68
[% IF op == 'list' %]
66
<div id="toolbar" class="btn-toolbar">
69
<div id="toolbar" class="btn-toolbar">
67
    <a class="btn btn-default" id="newcurrency" href="/cgi-bin/koha/admin/currency.pl?op=add_form"><i class="fa fa-plus"></i> New currency</a>
70
<div>
68
</div>
71
    <a class="toolbar-btn" id="newcurrency" href="/cgi-bin/koha/admin/currency.pl?op=add_form"><i class="fa fa-plus"></i> New currency</a>
72
</div></div>
69
[% END %]
73
[% END %]
70
74
71
[% FOR m IN messages %]
75
[% FOR m IN messages %]
Lines 149-160 Link Here
149
                <span id="hint" class="hint"></span>
153
                <span id="hint" class="hint"></span>
150
            </li>
154
            </li>
151
        </ol>
155
        </ol>
152
    </fieldset>
153
154
    <fieldset class="action">
156
    <fieldset class="action">
155
        <input type="submit" value="Submit" />
157
        <input class="principal" type="submit" value="Submit" />
156
        <a href="/cgi-bin/koha/admin/currency.pl" class="cancel">Cancel</a>
158
        <a href="/cgi-bin/koha/admin/currency.pl" class="cancel">Cancel</a>
157
    </fieldset>
159
    </fieldset>
160
    </fieldset>
161
158
    </form>
162
    </form>
159
163
160
[% END %]
164
[% END %]
Lines 162-168 Link Here
162
[% IF op =='delete_confirm' %]
166
[% IF op =='delete_confirm' %]
163
    [% IF nb_of_orders or nb_of_vendors %]
167
    [% IF nb_of_orders or nb_of_vendors %]
164
    <div class="dialog alert">
168
    <div class="dialog alert">
165
        <h1>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1>
169
        <h2>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h2>
166
        <p>
170
        <p>
167
            [% IF nb_of_orders %]
171
            [% IF nb_of_orders %]
168
                <span>This currency is used by [% nb_of_orders | html %] orders.</span>
172
                <span>This currency is used by [% nb_of_orders | html %] orders.</span>
Lines 186-191 Link Here
186
                <td>[% currency.rate | html %]</td>
190
                <td>[% currency.rate | html %]</td>
187
            </tr>
191
            </tr>
188
        </table>
192
        </table>
193
189
        <form action="/cgi-bin/koha/admin/currency.pl" method="post">
194
        <form action="/cgi-bin/koha/admin/currency.pl" method="post">
190
            <input type="hidden" name="op" value="delete_confirmed" />
195
            <input type="hidden" name="op" value="delete_confirmed" />
191
            <input type="hidden" name="currency_code" value="[% currency.currency | html %]" />
196
            <input type="hidden" name="currency_code" value="[% currency.currency | html %]" />
Lines 200-206 Link Here
200
205
201
[% IF op == 'list' %]
206
[% IF op == 'list' %]
202
207
203
<h1>Currencies and exchange rates</h1>
208
<h2>Currencies and exchange rates</h2>
204
209
205
    [% IF currencies and no_active_currency %]
210
    [% IF currencies and no_active_currency %]
206
        <div class="dialog alert"><h3>No active currency is defined</h3><p>Please edit one currency and mark it as active.</p></div>
211
        <div class="dialog alert"><h3>No active currency is defined</h3><p>Please edit one currency and mark it as active.</p></div>
Lines 210-215 Link Here
210
        You searched for [% searchfield | html %]</span>
215
        You searched for [% searchfield | html %]</span>
211
    [% END %]
216
    [% END %]
212
217
218
    <fieldset id="searchresults">
219
213
    <table id='currencies-table'>
220
    <table id='currencies-table'>
214
      <thead>
221
      <thead>
215
        <tr>
222
        <tr>
Lines 241-246 Link Here
241
        [% END %]
248
        [% END %]
242
      </tbody>
249
      </tbody>
243
    </table>
250
    </table>
251
    </fieldset>
244
252
245
    <br />
253
    <br />
246
    <div class="hint">
254
    <div class="hint">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-11 / +17 lines)
Lines 3-8 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Price %]
4
[% USE Price %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'prefs-admin-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
8
    [% IF op =='add_form' %]
11
    [% IF op =='add_form' %]
Lines 17-29 Link Here
17
</head>
20
</head>
18
21
19
<body id="admin_debit_types" class="admin">
22
<body id="admin_debit_types" class="admin">
20
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'header.inc' form=formulaire %]
21
[% INCLUDE 'prefs-admin-search.inc' %]
22
24
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    <ol>
26
    <ol>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
28
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
27
        </li>
29
        </li>
28
        <li>
30
        <li>
29
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
31
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 52-57 Link Here
52
        [% END %]
54
        [% END %]
53
    </ol>
55
    </ol>
54
</nav>
56
</nav>
57
[% INCLUDE 'shortcut.inc' %]
55
58
56
<div class="main container-fluid">
59
<div class="main container-fluid">
57
    <div class="row">
60
    <div class="row">
Lines 77-85 Link Here
77
80
78
                [% IF op == 'add_form' %]
81
                [% IF op == 'add_form' %]
79
                    [% IF debit_type %]
82
                    [% IF debit_type %]
80
                        <h1>Modify a debit type</h1>
83
                        <h2>Modify a debit type</h2>
81
                    [% ELSE %]
84
                    [% ELSE %]
82
                        <h1>New debit type</h1>
85
                        <h2>New debit type</h2>
83
                    [% END %]
86
                    [% END %]
84
87
85
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
88
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
Lines 134-154 Link Here
134
                                    <div class="hint">Select 'All libraries' if this debit type should be available at all libraries. Otherwise select libraries you want to associate debit type with.</div>
137
                                    <div class="hint">Select 'All libraries' if this debit type should be available at all libraries. Otherwise select libraries you want to associate debit type with.</div>
135
                                </li>
138
                                </li>
136
                            </ol>
139
                            </ol>
137
                        </fieldset>
138
139
                        <fieldset class="action">
140
                        <fieldset class="action">
140
                            <button id="save_debit_type" class="btn btn-default">Save</button>
141
                            <button id="save_debit_type" class="btn btn-default principal">Save</button>
141
                            <a class="cancel" href="/cgi-bin/koha/admin/debit_types.pl">Cancel</a>
142
                            <a class="cancel" href="/cgi-bin/koha/admin/debit_types.pl">Cancel</a>
142
                        </fieldset>
143
                        </fieldset>
144
                        </fieldset>
145
143
                    </form>
146
                    </form>
144
                [% END %]
147
                [% END %]
145
148
146
                [% IF op == 'list' %]
149
                [% IF op == 'list' %]
147
                    <div id="toolbar" class="btn-toolbar">
150
                    <div id="toolbar" class="btn-toolbar">
148
                        <a class="btn btn-default" id="newdebittype" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form"><i class="fa fa-plus"></i> New debit type</a>
151
                    <div>
149
                    </div>
152
                        <a class="toolbar-btn" id="newdebittype" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form"><i class="fa fa-plus"></i> New debit type</a>
153
                    </div></div>
150
154
151
                    <h1>Account debit types</h1>
155
                    <h2>Account debit types</h2>
156
                    <fieldset id="searchresults">
152
                    [% IF debit_types.count %]
157
                    [% IF debit_types.count %]
153
                        <table id="table_debit_types">
158
                        <table id="table_debit_types">
154
                            <thead>
159
                            <thead>
Lines 214-219 Link Here
214
                            There are no account debit types defined. <a href="/cgi-bin/koha/admin/debit_types.pl?op=add_form">Create new debit type</a>
219
                            There are no account debit types defined. <a href="/cgi-bin/koha/admin/debit_types.pl?op=add_form">Create new debit type</a>
215
                        </div>
220
                        </div>
216
                    [% END %]
221
                    [% END %]
222
                    </fieldset>
217
                [% END %]
223
                [% END %]
218
            </main>
224
            </main>
219
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
225
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-4 / +7 lines)
Lines 2-7 Link Here
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'desks-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
    [% IF op =='add_form' %]
10
    [% IF op =='add_form' %]
Lines 19-31 Link Here
19
</head>
22
</head>
20
23
21
<body id="admin_desks" class="admin">
24
<body id="admin_desks" class="admin">
22
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' form=formulaire %]
23
[% INCLUDE 'desks-admin-search.inc' %]
24
26
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
28
    <ol>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
30
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
29
        </li>
31
        </li>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
33
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 64-69 Link Here
64
        [% END %]
66
        [% END %]
65
    </ol>
67
    </ol>
66
</nav>
68
</nav>
69
[% INCLUDE 'shortcut.inc' %]
67
70
68
<div class="main container-fluid">
71
<div class="main container-fluid">
69
    <div class="row">
72
    <div class="row">
Lines 170-176 Link Here
170
[% IF op == 'list' %]
173
[% IF op == 'list' %]
171
174
172
    <div id="toolbar" class="btn-toolbar">
175
    <div id="toolbar" class="btn-toolbar">
173
        <a class="btn btn-default" id="newdesk" href="/cgi-bin/koha/admin/desks.pl?op=add_form"><i class="fa fa-plus"></i> New desk</a>
176
        <a class="btn btn-default toolbar-btn" id="newdesk" href="/cgi-bin/koha/admin/desks.pl?op=add_form"><i class="fa fa-plus"></i> New desk</a>
174
    </div>
177
    </div>
175
178
176
    <h1>Desks</h1>
179
    <h1>Desks</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt (-1 / +2 lines)
Lines 34-40 Link Here
34
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
34
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
35
    <ol>
35
    <ol>
36
        <li>
36
        <li>
37
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
37
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
38
        </li>
38
        </li>
39
        <li>
39
        <li>
40
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
40
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 46-51 Link Here
46
        </li>
46
        </li>
47
    </ol>
47
    </ol>
48
</nav>
48
</nav>
49
[% INCLUDE 'shortcut.inc' %]
49
50
50
<div class="main container-fluid">
51
<div class="main container-fluid">
51
    <div class="row">
52
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-14 / +17 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
[% IF acct_form %]
10
[% IF acct_form %]
Lines 17-29 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
17
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
18
</head>
21
</head>
19
<body id="admin_edi_acct" class="admin">
22
<body id="admin_edi_acct" class="admin">
20
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'header.inc' form=formulaire %]
21
[% INCLUDE 'prefs-admin-search.inc' %]
22
24
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    <ol>
26
    <ol>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
28
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
27
        </li>
29
        </li>
28
        <li>
30
        <li>
29
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
31
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 66-71 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
66
        [% END %]
68
        [% END %]
67
    </ol>
69
    </ol>
68
</nav>
70
</nav>
71
[% INCLUDE 'shortcut.inc' %]
69
72
70
<div class="main container-fluid">
73
<div class="main container-fluid">
71
    <div class="row">
74
    <div class="row">
Lines 80-91 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
80
[% END %]
83
[% END %]
81
84
82
[% IF display %]
85
[% IF display %]
83
    <div id="toolbar" class="btn-toolbar">
86
    <div id="toolbar" class="btn-toolbar"><div>
84
    <a class="btn btn-default" id="newediacct" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form">
87
        <a class="toolbar-btn" id="newediacct" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form"><i class="fa fa-plus"></i> New account</a>
85
         <i class="fa fa-plus"></i>
88
    </div></div>
86
         New account
87
    </a>
88
    </div>
89
[% END %]
89
[% END %]
90
90
91
[% IF acct_form %]
91
[% IF acct_form %]
Lines 260-277 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
260
    </div>
260
    </div>
261
  </li>
261
  </li>
262
  </ol>
262
  </ol>
263
  </fieldset>
264
265
  <fieldset class="action">
263
  <fieldset class="action">
266
    <input type="submit" value="Submit" />
264
    <input type="submit" class="principal" value="Submit" />
267
    <a href="/cgi-bin/koha/admin/edi_accounts.pl" class="cancel">Cancel</a>
265
    <a href="/cgi-bin/koha/admin/edi_accounts.pl" class="cancel">Cancel</a>
268
  </fieldset>
266
  </fieldset>
267
268
  </fieldset>
269
</form>
269
</form>
270
270
271
[% END %]
271
[% END %]
272
[% IF delete_confirm %]
272
[% IF delete_confirm %]
273
<div class="dialog alert">
273
<div class="dialog alert">
274
<h1>Delete this account?</h1>
274
<h2>Delete this account?</h2>
275
<table>
275
<table>
276
    <tr>
276
    <tr>
277
    <th>Vendor</th>
277
    <th>Vendor</th>
Lines 299-306 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
299
</div>
299
</div>
300
[% END %]
300
[% END %]
301
[% IF display %]
301
[% IF display %]
302
<fieldset id="searchresults">
302
[% IF ( ediaccounts ) %]
303
[% IF ( ediaccounts ) %]
303
<h1>Vendor EDI accounts</h1>
304
<h2>Vendor EDI accounts</h2>
305
304
306
305
    <table>
307
    <table>
306
    <tr>
308
    <tr>
Lines 380-385 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
380
            There are no EDI accounts.
382
            There are no EDI accounts.
381
        </div>
383
        </div>
382
    [% END %]
384
    [% END %]
385
    </fieldset>
383
[% END %]
386
[% END %]
384
387
385
            </main>
388
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-14 / +15 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
[% IF ean_form %]
9
[% IF ean_form %]
Lines 16-28 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
16
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
17
</head>
20
</head>
18
<body id="admin_edi_ean" class="admin">
21
<body id="admin_edi_ean" class="admin">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form=formulaire %]
20
[% INCLUDE 'prefs-admin-search.inc' %]
21
23
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <ol>
25
    <ol>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
26
        </li>
28
        </li>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
30
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 61-66 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
61
        [% END %]
63
        [% END %]
62
    </ol>
64
    </ol>
63
</nav>
65
</nav>
66
[% INCLUDE 'shortcut.inc' %]
64
67
65
<div class="main container-fluid">
68
<div class="main container-fluid">
66
    <div class="row">
69
    <div class="row">
Lines 68-79 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
68
            <main>
71
            <main>
69
72
70
[% IF display %]
73
[% IF display %]
71
    <div id="toolbar" class="btn-toolbar">
74
    <div id="toolbar" class="btn-toolbar"><div>
72
    <a class="btn btn-default" id="newediean" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form">
75
        <a class="toolbar-btn" id="newediean" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form"><i class="fa fa-plus"></i> New EAN</a>
73
         <i class="fa fa-plus"></i>
76
    </div></div>
74
         New EAN
75
    </a>
76
    </div>
77
[% END %]
77
[% END %]
78
78
79
[% IF ean_form %]
79
[% IF ean_form %]
Lines 134-151 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
134
             </select>
134
             </select>
135
          </li>
135
          </li>
136
      </ol>
136
      </ol>
137
  </fieldset>
138
139
  <fieldset class="action">
137
  <fieldset class="action">
140
    <input type="submit" value="Submit"/>
138
    <input type="submit" class="principal" value="Submit"/>
141
    <a href="/cgi-bin/koha/admin/edi_ean_accounts.pl" class="cancel">Cancel</a>
139
    <a href="/cgi-bin/koha/admin/edi_ean_accounts.pl" class="cancel">Cancel</a>
142
  </fieldset>
140
  </fieldset>
141
  </fieldset>
142
143
</form>
143
</form>
144
[% END %]
144
[% END %]
145
145
146
[% IF delete_confirm %]
146
[% IF delete_confirm %]
147
<div class="dialog alert">
147
<div class="dialog alert">
148
<h1>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h1>
148
<h2>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h2>
149
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
149
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
150
    <input type="hidden" name="op" value="delete_confirmed" />
150
    <input type="hidden" name="op" value="delete_confirmed" />
151
    <input type="hidden" name="id" value="[% ean.id | html %]" />
151
    <input type="hidden" name="id" value="[% ean.id | html %]" />
Lines 158-164 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
158
[% END %]
158
[% END %]
159
159
160
[% IF display %]
160
[% IF display %]
161
    <h1>Library EANs</h1>
161
    <fieldset id="searchresults">
162
[% IF ( eans ) %]
162
[% IF ( eans ) %]
163
    <table>
163
    <table>
164
        <tr>
164
        <tr>
Lines 196-201 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
196
        There are no library EANs.
196
        There are no library EANs.
197
    </div>
197
    </div>
198
[% END %]
198
[% END %]
199
    </fieldset>
199
[% END %]
200
[% END %]
200
201
201
            </main>
202
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-7 / +11 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Item circulation alerts &rsaquo; Administration &rsaquo; Koha</title>
9
<title>Item circulation alerts &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 45-57 Link Here
45
</head>
48
</head>
46
49
47
<body id="admin_item_circulation_alerts" class="admin">
50
<body id="admin_item_circulation_alerts" class="admin">
48
[% INCLUDE 'header.inc' %]
51
[% INCLUDE 'header.inc' form=formulaire %]
49
[% INCLUDE 'prefs-admin-search.inc' %]
50
52
51
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
53
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
52
    <ol>
54
    <ol>
53
        <li>
55
        <li>
54
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
56
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
55
        </li>
57
        </li>
56
        <li>
58
        <li>
57
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
59
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 63-68 Link Here
63
        </li>
65
        </li>
64
    </ol>
66
    </ol>
65
</nav>
67
</nav>
68
[% INCLUDE 'shortcut.inc' %]
66
69
67
<div class="main container-fluid">
70
<div class="main container-fluid">
68
    <div class="row">
71
    <div class="row">
Lines 70-76 Link Here
70
            <main>
73
            <main>
71
                <div class="row">
74
                <div class="row">
72
                    <div class="col-sm-6">
75
                    <div class="col-sm-6">
73
<h1>Item circulation alerts</h1>
76
<h2>Item circulation alerts</h2>
74
<h2>Select a library:</h2>
77
<h2>Select a library:</h2>
75
<form id="branch_selector" method="get" action="/cgi-bin/koha/admin/item_circulation_alerts.pl">
78
<form id="branch_selector" method="get" action="/cgi-bin/koha/admin/item_circulation_alerts.pl">
76
<select id="branch" name="branch">
79
<select id="branch" name="branch">
Lines 107-113 Link Here
107
                    </div> <!-- /.col-sm-6 -->
110
                    </div> <!-- /.col-sm-6 -->
108
                </div> <!-- /.row -->
111
                </div> <!-- /.row -->
109
112
110
                <h2>Circulation alerts for [% Branches.GetName( branch ) || 'Default' | html %]</h2>
113
                <fieldset>
114
                <h3>Circulation alerts for [% Branches.GetName( branch ) || 'Default' | html %]</h3>
111
                <p>Click on the grid to toggle the settings.</p>
115
                <p>Click on the grid to toggle the settings.</p>
112
116
113
117
Lines 168-175 Link Here
168
                        </div>
172
                        </div>
169
                    </div> <!-- /.tab-content -->
173
                    </div> <!-- /.tab-content -->
170
174
171
                </div> <!-- /#alerttabs -->
175
                </div> <!-- /#alerttabs --></div>
172
176
                </fieldset>
173
177
174
            </main>
178
            </main>
175
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
179
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt (-3 / +6 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
  <title>Item search fields &rsaquo; Administration &rsaquo; Koha</title>
9
  <title>Item search fields &rsaquo; Administration &rsaquo; Koha</title>
7
  [% INCLUDE 'doc-head-close.inc' %]
10
  [% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="admin_itemssearchfields" class="admin">
12
<body id="admin_itemssearchfields" class="admin">
10
  [% INCLUDE 'header.inc' %]
13
  [% INCLUDE 'header.inc' form=formulaire %]
11
  [% INCLUDE 'prefs-admin-search.inc' %]
12
14
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
        <ol>
16
        <ol>
15
            <li>
17
            <li>
16
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
            </li>
19
            </li>
18
            <li>
20
            <li>
19
                <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
                <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 38-43 Link Here
38
            [% END %]
40
            [% END %]
39
        </ol>
41
        </ol>
40
    </nav>
42
    </nav>
43
    [% INCLUDE 'shortcut.inc' %]
41
44
42
<div class="main container-fluid">
45
<div class="main container-fluid">
43
    <div class="row">
46
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-10 / +16 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
  <title>Item search fields &rsaquo; Administration &rsaquo; Koha</title>
9
  <title>Item search fields &rsaquo; Administration &rsaquo; Koha</title>
Lines 8-20 Link Here
8
</head>
11
</head>
9
12
10
<body id="admin_itemssearchfields" class="admin">
13
<body id="admin_itemssearchfields" class="admin">
11
  [% INCLUDE 'header.inc' %]
14
  [% INCLUDE 'header.inc' form=formulaire %]
12
  [% INCLUDE 'prefs-admin-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
22
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
Lines 33-40 Link Here
33
            <main>
36
            <main>
34
37
35
    <div id="toolbar" class="btn-toolbar">
38
    <div id="toolbar" class="btn-toolbar">
36
        <a class="btn btn-default" id="new_search_field" href="/cgi-bin/koha/admin/items_search_fields.pl"><i class="fa fa-plus"></i> New search field</a>
39
    <div>
37
    </div>
40
        <a class="toolbar-btn" id="new_search_field" href="/cgi-bin/koha/admin/items_search_fields.pl"><i class="fa fa-plus"></i> New search field</a>
41
    </div></div>
38
42
39
          [% IF field_added %]
43
          [% IF field_added %]
40
            <div class="dialog message">
44
            <div class="dialog message">
Lines 66-72 Link Here
66
          [% END %]
70
          [% END %]
67
          [% IF fields.size %]
71
          [% IF fields.size %]
68
              <div id="search_fields_list">
72
              <div id="search_fields_list">
69
                  <h1>Item search fields</h1>
73
                  <h2>Item search fields</h2>
74
75
                  <fieldset id="searchresults">
70
76
71
                  <table id="search_fields_table">
77
                  <table id="search_fields_table">
72
                    <thead>
78
                    <thead>
Lines 95-103 Link Here
95
                      [% END %]
101
                      [% END %]
96
                    </tbody>
102
                    </tbody>
97
                  </table>
103
                  </table>
98
              </div>
104
              </fieldset></div>
99
          [% ELSE %]
105
          [% ELSE %]
100
                <h1>Item search fields</h1>
106
                <h2>Item search fields</h2>
101
              <div class="dialog message">
107
              <div class="dialog message">
102
                  There are no item search fields defined.
108
                  There are no item search fields defined.
103
              </div>
109
              </div>
Lines 108-118 Link Here
108
                <legend><h1>Add a new field</h1></legend>
114
                <legend><h1>Add a new field</h1></legend>
109
              [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
115
              [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
110
              <input type="hidden" name="op" value="add" />
116
              <input type="hidden" name="op" value="add" />
111
            </fieldset>
112
            <fieldset class="action">
117
            <fieldset class="action">
113
              <input type="submit" value="Submit" />
118
              <input type="submit" value="Submit" class="principal" />
114
              <a href="#" class="cancel hide_form">Cancel</a>
119
              <a href="#" class="cancel hide_form">Cancel</a>
115
            </fieldset>
120
            </fieldset>
121
            </fieldset>
116
          </form>
122
          </form>
117
123
118
            </main>
124
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-12 / +19 lines)
Lines 6-11 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'prefs-admin-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>
13
<title>
11
[% IF op == 'add_form' %]
14
[% IF op == 'add_form' %]
Lines 47-59 Item types &rsaquo; Administration &rsaquo; Koha Link Here
47
</head>
50
</head>
48
51
49
<body id="admin_itemtypes" class="admin">
52
<body id="admin_itemtypes" class="admin">
50
[% INCLUDE 'header.inc' %]
53
[% INCLUDE 'header.inc' form=formulaire %]
51
[% INCLUDE 'prefs-admin-search.inc' %]
52
54
53
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
55
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
54
    <ol>
56
    <ol>
55
        <li>
57
        <li>
56
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
58
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
57
        </li>
59
        </li>
58
        <li>
60
        <li>
59
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
61
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 117-122 Item types &rsaquo; Administration &rsaquo; Koha Link Here
117
        [% END %]
119
        [% END %]
118
    </ol>
120
    </ol>
119
</nav>
121
</nav>
122
[% INCLUDE 'shortcut.inc' %]
120
123
121
<div class="main container-fluid">
124
<div class="main container-fluid">
122
    <div class="row">
125
    <div class="row">
Lines 124-131 Item types &rsaquo; Administration &rsaquo; Koha Link Here
124
            <main>
127
            <main>
125
128
126
[% IF op == 'list' %]<div id="toolbar" class="btn-toolbar">
129
[% IF op == 'list' %]<div id="toolbar" class="btn-toolbar">
127
    <a class="btn btn-default" id="newitemtype" href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form"><i class="fa fa-plus"></i> New item type</a>
130
<div>
128
</div>[% END %]
131
    <a class="toolbar-btn" id="newitemtype" href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form"><i class="fa fa-plus"></i> New item type</a>
132
</div></div>[% END %]
129
133
130
[% FOREACH m IN messages %]
134
[% FOREACH m IN messages %]
131
    <div class="dialog [% m.type | html %]">
135
    <div class="dialog [% m.type | html %]">
Lines 152-158 Item types &rsaquo; Administration &rsaquo; Koha Link Here
152
    </div>
156
    </div>
153
[% END %]
157
[% END %]
154
158
155
156
[% IF op == 'add_form' %]
159
[% IF op == 'add_form' %]
157
    [% IF itemtype %]
160
    [% IF itemtype %]
158
        <h1>Modify item type</h1>
161
        <h1>Modify item type</h1>
Lines 426-443 Item types &rsaquo; Administration &rsaquo; Koha Link Here
426
                    <div class="hint"><strong>&lt;a href="[856u]"&gt;open site&lt;/a&gt;</strong> will show the link just below the title</div>
429
                    <div class="hint"><strong>&lt;a href="[856u]"&gt;open site&lt;/a&gt;</strong> will show the link just below the title</div>
427
                </li>
430
                </li>
428
            </ol>
431
            </ol>
429
        </fieldset>
432
            <fieldset class="action">
430
433
            <input type="submit" class="principal" value="Save changes" />
431
        <fieldset class="action">
432
            <input type="submit" value="Save changes" />
433
            <a href="/cgi-bin/koha/admin/itemtypes.pl" class="cancel">Cancel</a>
434
            <a href="/cgi-bin/koha/admin/itemtypes.pl" class="cancel">Cancel</a>
434
        </fieldset>
435
        </fieldset>
436
        </fieldset>
437
438
435
    </form>
439
    </form>
436
[% END %]
440
[% END %]
437
441
438
[% IF op == 'delete_confirm' %]
442
[% IF op == 'delete_confirm' %]
439
    <div class="dialog alert">
443
    <div class="dialog alert">
440
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
444
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
445
    <fieldset>
441
        <table>
446
        <table>
442
            <tr>
447
            <tr>
443
                <th scope="row">Item type</th>
448
                <th scope="row">Item type</th>
Lines 455-472 Item types &rsaquo; Administration &rsaquo; Koha Link Here
455
            [% END %]
460
            [% END %]
456
            <tr><th scope="row">Rental charge</th><td>[% itemtype.rentalcharge | $Price %]</td></tr>
461
            <tr><th scope="row">Rental charge</th><td>[% itemtype.rentalcharge | $Price %]</td></tr>
457
        </table>
462
        </table>
463
    </fieldset>
458
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
464
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
459
            <input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
465
            <input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
460
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this item type</button>
466
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this item type</button>
461
        </form>
467
        </form>
462
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
468
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
463
            <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
469
            <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
464
        </form>
470
        </form></div>
465
    </div>
466
[% END %]
471
[% END %]
467
472
468
[% IF op == 'list' %]
473
[% IF op == 'list' %]
469
    <h1>Item types administration</h1>
474
    <h1>Item types administration</h1>
475
<fieldset>
470
    [% IF itemtypes %]
476
    [% IF itemtypes %]
471
        <table id="table_item_type">
477
        <table id="table_item_type">
472
          <thead>
478
          <thead>
Lines 594-599 Item types &rsaquo; Administration &rsaquo; Koha Link Here
594
    [% ELSE %]
600
    [% ELSE %]
595
        <div class="dialog message">There are no itemtypes defined</div>
601
        <div class="dialog message">There are no itemtypes defined</div>
596
    [% END %]
602
    [% END %]
603
        </fieldset>
597
[% END %]
604
[% END %]
598
605
599
            </main>
606
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-4 / +9 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha to MARC mapping &rsaquo; Administration &rsaquo; Koha</title>
8
<title>Koha to MARC mapping &rsaquo; Administration &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="admin_koha2marclinks" class="admin">
12
<body id="admin_koha2marclinks" class="admin">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'prefs-admin-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 23-35 Link Here
23
        </li>
25
        </li>
24
    </ol>
26
    </ol>
25
</nav>
27
</nav>
28
[% INCLUDE 'shortcut.inc' %]
26
29
27
<div class="main container-fluid">
30
<div class="main container-fluid">
28
    <div class="row">
31
    <div class="row">
29
        <div class="col-sm-10 col-sm-push-2">
32
        <div class="col-sm-10 col-sm-push-2">
30
            <main>
33
            <main>
31
34
32
<h1>Koha to MARC mapping</h1>
35
<h2>Koha to MARC mapping</h2>
33
<br/>
36
<br/>
34
<div class="dialog message">If you make any change to the mappings, you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</div>
37
<div class="dialog message">If you make any change to the mappings, you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</div>
35
<form action="/cgi-bin/koha/admin/koha2marclinks.pl" method="post" id="koha2marc">
38
<form action="/cgi-bin/koha/admin/koha2marclinks.pl" method="post" id="koha2marc">
Lines 38-43 Link Here
38
    <div class="dialog alert">Failed to add mapping for [% error_info | html %]</div>
41
    <div class="dialog alert">Failed to add mapping for [% error_info | html %]</div>
39
[% END %]
42
[% END %]
40
43
44
<fieldset id="searchresults">
41
<table id="kohafields">
45
<table id="kohafields">
42
<thead><tr>
46
<thead><tr>
43
    <th>Koha field</th>
47
    <th>Koha field</th>
Lines 64-69 Link Here
64
[% END %]
68
[% END %]
65
</tbody>
69
</tbody>
66
</table>
70
</table>
71
</fieldset>
67
72
68
<input id="remove_field" name="remove_field" type="hidden" value=""/>
73
<input id="remove_field" name="remove_field" type="hidden" value=""/>
69
<input id="add_field" name="add_field" type="hidden" value=""/>
74
<input id="add_field" name="add_field" type="hidden" value=""/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-11 / +14 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaSpan %]
3
[% USE KohaSpan %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Library groups &rsaquo; Administration &rsaquo; Koha</title>
9
<title>Library groups &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 9-21 Link Here
9
</head>
12
</head>
10
13
11
<body id="admin_library_groups" class="admin">
14
<body id="admin_library_groups" class="admin">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
21
        </li>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
23
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 25-30 Link Here
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
[% FOR m IN messages %]
32
[% FOR m IN messages %]
30
    <div class="dialog [% m.type | html %]">
33
    <div class="dialog [% m.type | html %]">
Lines 66-78 Link Here
66
69
67
                    <div id="toolbar" class="btn-toolbar">
70
                    <div id="toolbar" class="btn-toolbar">
68
                        <div class="btn-group">
71
                        <div class="btn-group">
69
                            <a id="add-group-root" class="btn btn-default add-group" href="#">
72
                            <a id="add-group-root" class="btn btn-default add-group toolbar-btn" href="#">
70
                                <i class="fa fa-plus"></i> Add group
73
                                <i class="fa fa-plus"></i> Add group
71
                            </a>
74
                            </a>
72
                        </div>
75
                        </div>
73
                    </div>
76
                    </div>
74
77
75
                <h1>Library groups</h1>
78
                <h2>Library groups</h2>
76
79
77
                [% FOREACH root_group IN root_groups %]
80
                [% FOREACH root_group IN root_groups %]
78
                    <table class="library-groups">
81
                    <table class="library-groups">
Lines 104-110 Link Here
104
                        <h3 id="add-group-modal-label">Add group</h3>
107
                        <h3 id="add-group-modal-label">Add group</h3>
105
                    </div>
108
                    </div>
106
                    <div class="modal-body">
109
                    <div class="modal-body">
107
                        <fieldset class="rows">
110
                        <fieldset>
108
                            <input type="hidden" id="add-group-modal-parent-id" name="parent_id" value="" />
111
                            <input type="hidden" id="add-group-modal-parent-id" name="parent_id" value="" />
109
                            <input type="hidden" id="add-group-modal-action" name="action" value="add">
112
                            <input type="hidden" id="add-group-modal-action" name="action" value="add">
110
                            <ol>
113
                            <ol>
Lines 151-157 Link Here
151
                        </div>
154
                        </div>
152
                    </div>
155
                    </div>
153
                    <div class="modal-footer">
156
                    <div class="modal-footer">
154
                        <button type="submit" class="btn btn-default">Save</button>
157
                        <button type="submit" class="btn btn-default principal">Save</button>
155
                        <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a>
158
                        <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a>
156
                    </div>
159
                    </div>
157
                </div>
160
                </div>
Lines 169-175 Link Here
169
                    <div class="modal-body">
172
                    <div class="modal-body">
170
                        <input type="hidden" id="edit-group-modal-id" name="id" value="" />
173
                        <input type="hidden" id="edit-group-modal-id" name="id" value="" />
171
                        <input type="hidden" id="edit-group-modal-action" name="action" value="edit" />
174
                        <input type="hidden" id="edit-group-modal-action" name="action" value="edit" />
172
                        <fieldset class="rows">
175
                        <fieldset>
173
                            <ol>
176
                            <ol>
174
                                <li>
177
                                <li>
175
                                    <label for="edit-group-modal-title">Title: </label>
178
                                    <label for="edit-group-modal-title">Title: </label>
Lines 215-221 Link Here
215
                        </div>
218
                        </div>
216
                    </div>
219
                    </div>
217
                    <div class="modal-footer">
220
                    <div class="modal-footer">
218
                        <button type="submit" class="btn btn-default">Update</button>
221
                        <button type="submit" class="btn btn-default principal">Update</button>
219
                        <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a>
222
                        <a href="#" class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</a>
220
                    </div>
223
                    </div>
221
                </div>
224
                </div>
Lines 236-242 Link Here
236
                        Are you sure you want to delete <span id="delete-group-modal-title" class="name"></span>?
239
                        Are you sure you want to delete <span id="delete-group-modal-title" class="name"></span>?
237
                    </div>
240
                    </div>
238
                    <div class="modal-footer">
241
                    <div class="modal-footer">
239
                        <button type="submit" class="btn btn-danger"><i class="fa fa-trash"></i> Delete</button>
242
                        <button type="submit" class="btn btn-danger principal"><i class="fa fa-trash"></i> Delete</button>
240
                        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button>
243
                        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button>
241
                    </div>
244
                    </div>
242
                </div>
245
                </div>
Lines 257-263 Link Here
257
                        Are you sure you want to remove <span id="remove-library-modal-library" class="name"></span> from <span id="remove-library-modal-group" class="name"></span>?
260
                        Are you sure you want to remove <span id="remove-library-modal-library" class="name"></span> from <span id="remove-library-modal-group" class="name"></span>?
258
                    </div>
261
                    </div>
259
                    <div class="modal-footer">
262
                    <div class="modal-footer">
260
                        <button type="submit" class="btn btn-danger"><i class="fa fa-trash"></i> Remove</button>
263
                        <button type="submit" class="btn btn-danger principal"><i class="fa fa-trash"></i> Remove</button>
261
                        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button>
264
                        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button>
262
                    </div>
265
                    </div>
263
                </div>
266
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-6 / +10 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% USE Koha %]
7
[% USE Koha %]
5
[% USE KohaSpan %]
8
[% USE KohaSpan %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
Lines 15-27 Link Here
15
18
16
</head>
19
</head>
17
<body id="admin_marc-overlay-rules" class="admin">
20
<body id="admin_marc-overlay-rules" class="admin">
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'cat-search.inc' %]
20
22
21
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
        <ol>
24
        <ol>
23
            <li>
25
            <li>
24
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
            </li>
27
            </li>
26
            <li>
28
            <li>
27
                <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
29
                <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 33-44 Link Here
33
            </li>
35
            </li>
34
        </ol>
36
        </ol>
35
    </nav>
37
    </nav>
38
    [% INCLUDE 'shortcut.inc' %]
36
39
37
    <div class="main container-fluid">
40
    <div class="main container-fluid">
38
        <div class="row">
41
        <div class="row">
39
            <div class="col-sm-10 col-sm-push-2">
42
            <div class="col-sm-10 col-sm-push-2">
40
43
41
                <h1>Manage MARC overlay rules</h1>
44
                <h2>Manage MARC overlay rules</h2>
42
45
43
                [% FOR m IN messages %]
46
                [% FOR m IN messages %]
44
                <div class="dialog [% m.type | html %]">
47
                <div class="dialog [% m.type | html %]">
Lines 70-76 Link Here
70
                    <button type="button" class="approve" id="doremove"><i class="fa fa-fw fa-check"></i> Yes, remove</button>
73
                    <button type="button" class="approve" id="doremove"><i class="fa fa-fw fa-check"></i> Yes, remove</button>
71
                </div>
74
                </div>
72
                [% END %]
75
                [% END %]
73
76
                <fieldset id="searchresults">
74
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form">
77
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form">
75
                    <table id="marc-overlay-rules">
78
                    <table id="marc-overlay-rules">
76
                        <thead><tr>
79
                        <thead><tr>
Lines 134-140 Link Here
134
                                    </select>
137
                                    </select>
135
                                </th>
138
                                </th>
136
                                <th><button class="btn btn-default btn-xs" title="Add" id="add"><i class="fa fa-plus"></i> Add rule</button></th>
139
                                <th><button class="btn btn-default btn-xs" title="Add" id="add"><i class="fa fa-plus"></i> Add rule</button></th>
137
                                <th><button id="btn_batchremove" disabled="disabled" class="btn btn-default btn-xs" title="Batch remove"><i class="fa fa-trash"></i> Delete selected</button></th>
140
                                <th><button id="btn_batchremove" disabled="disabled" class=" btn btn-default btn-xs " title="Batch remove"><i class="fa fa-trash"></i> Delete selected</button></th>
138
                            </tr>
141
                            </tr>
139
                        </tfoot>
142
                        </tfoot>
140
                        [% END %]
143
                        [% END %]
Lines 250-255 Link Here
250
                        </tbody>
253
                        </tbody>
251
                    </table>
254
                    </table>
252
                </form>
255
                </form>
256
                </fieldset>
253
257
254
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post">
258
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post">
255
                    <input type="hidden" name="op" value="redo-matching" />
259
                    <input type="hidden" name="op" value="redo-matching" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-17 / +22 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [%- IF ( add_form ) -%]
9
    [%- IF ( add_form ) -%]
Lines 36-48 Link Here
36
</head>
39
</head>
37
40
38
<body id="admin_marc_subfields_structure" class="admin">
41
<body id="admin_marc_subfields_structure" class="admin">
39
    [% INCLUDE 'header.inc' %]
42
    [% INCLUDE 'header.inc' form=formulaire %]
40
    [% INCLUDE 'prefs-admin-search.inc' %]
41
43
42
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
44
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
43
        <ol>
45
        <ol>
44
            <li>
46
            <li>
45
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
47
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
46
            </li>
48
            </li>
47
            <li>
49
            <li>
48
                <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
50
                <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 104-109 Link Here
104
            [% END %]
106
            [% END %]
105
        </ol>
107
        </ol>
106
    </nav> <!-- /#breadcrumbs -->
108
    </nav> <!-- /#breadcrumbs -->
109
    [% INCLUDE 'shortcut.inc' %]
107
110
108
    <div class="main container-fluid">
111
    <div class="main container-fluid">
109
        <div class="row">
112
        <div class="row">
Lines 111-123 Link Here
111
                <main>
114
                <main>
112
115
113
                    [% IF ( add_form ) %]
116
                    [% IF ( add_form ) %]
114
                        <h1>
117
                        <h2>
115
                            [% IF ( use_heading_flags_p ) %]
118
                            [% IF ( use_heading_flags_p ) %]
116
                                [% IF ( heading_edit_subfields_p ) %]<span>Tag</span> [% tagfield | html %] <span>Subfield constraints</span>[% END %]
119
                                [% IF ( heading_edit_subfields_p ) %]<span>Tag</span> [% tagfield | html %] <span>Subfield constraints</span>[% END %]
117
                            [% ELSE %]
120
                            [% ELSE %]
118
                                [% action | html %]
121
                                [% action | html %]
119
                            [% END %]
122
                            [% END %]
120
                        </h1>
123
                        </h2>
121
124
122
                        <form action="[% script_name | html %]" name="Aform" method="post">
125
                        <form action="[% script_name | html %]" name="Aform" method="post">
123
                            <input type="hidden" name="op" value="add_validate" />
126
                            <input type="hidden" name="op" value="add_validate" />
Lines 136-141 Link Here
136
                            [% END %][% END %]
139
                            [% END %][% END %]
137
140
138
                            <div id="subfieldtabs" class="toptabs numbered">
141
                            <div id="subfieldtabs" class="toptabs numbered">
142
                            <fieldset>
139
                                 <ul class="nav nav-tabs" role="tablist">
143
                                 <ul class="nav nav-tabs" role="tablist">
140
                                    [% FOREACH loo IN loop %]
144
                                    [% FOREACH loo IN loop %]
141
                                        <li id="tab_subfield_[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="tab-item" role="presentation">
145
                                        <li id="tab_subfield_[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="tab-item" role="presentation">
Lines 155-162 Link Here
155
                                    [% FOREACH loo IN loop %]
159
                                    [% FOREACH loo IN loop %]
156
                                        <div class="constraints tab-pane" role="tabpanel" id="sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field">
160
                                        <div class="constraints tab-pane" role="tabpanel" id="sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field">
157
                                            <div id="basic[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="contraints">
161
                                            <div id="basic[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="contraints">
158
                                                <fieldset class="rows">
162
                                                <fieldset>
159
                                                    <legend>Basic constraints</legend>
163
                                                    <h3>Basic constraints</h3>
160
                                                    <ol>
164
                                                    <ol>
161
                                                        [% IF ( subfieldcode == 0 || subfieldcode ) %]
165
                                                        [% IF ( subfieldcode == 0 || subfieldcode ) %]
162
                                                            <li>
166
                                                            <li>
Lines 228-235 Link Here
228
                                            </div> <!-- /#basic[%- PROCESS outputsubfield subfieldanchor = subfieldcode -%] -->
232
                                            </div> <!-- /#basic[%- PROCESS outputsubfield subfieldanchor = subfieldcode -%] -->
229
233
230
                                            <div id="advanced[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="contraints">
234
                                            <div id="advanced[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="contraints">
231
                                                <fieldset class="rows">
235
                                                <fieldset>
232
                                                    <legend>Advanced constraints</legend>
236
                                                    <h3>Advanced constraints</h3>
233
                                                    <ol>
237
                                                    <ol>
234
                                                        <li>
238
                                                        <li>
235
                                                            <label for="defaultvalue[% loo.row | html %]">Default value:</label>
239
                                                            <label for="defaultvalue[% loo.row | html %]">Default value:</label>
Lines 291-298 Link Here
291
                                            </div> <!-- /#advanced[%- PROCESS outputsubfield subfieldanchor = subfieldcode -%] -->
295
                                            </div> <!-- /#advanced[%- PROCESS outputsubfield subfieldanchor = subfieldcode -%] -->
292
296
293
                                            <div id="oth[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="constraints">
297
                                            <div id="oth[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="constraints">
294
                                                <fieldset class="rows">
298
                                                <fieldset>
295
                                                    <legend>Other options (choose one)</legend>
299
                                                    <h3>Other options (choose one)</h3>
296
                                                    <ol>
300
                                                    <ol>
297
                                                        <li>
301
                                                        <li>
298
                                                            <label for="authorised_value[% loo.row | html %]">Authorized value:</label>
302
                                                            <label for="authorised_value[% loo.row | html %]">Authorized value:</label>
Lines 337-353 Link Here
337
                                        </div><!-- /constraints -->
341
                                        </div><!-- /constraints -->
338
                                    [% END # /FOREACH loo %]
342
                                    [% END # /FOREACH loo %]
339
                                </div> <!-- /.tab-content -->
343
                                </div> <!-- /.tab-content -->
340
                            </div><!-- /subfieldtabs -->
341
344
342
                            <fieldset class="action">
345
                                <input type="submit" class="principal" value="Save changes" /> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield  | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="cancel">Cancel</a>
343
                                <input type="submit" value="Save changes" /> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield  | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="cancel">Cancel</a>
344
                            </fieldset>
346
                            </fieldset>
347
                            </div><!-- /subfieldtabs -->
345
                        </form>
348
                        </form>
346
                    [% END # /IF ( add_form ) %]
349
                    [% END # /IF ( add_form ) %]
347
350
348
                    [% IF ( delete_confirm ) %]
351
                    [% IF ( delete_confirm ) %]
349
                        <div class="dialog alert">
352
                        <div class="dialog alert">
350
                            <h1>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h1>
353
                            <h3>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h3>
351
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
354
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
352
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
355
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
353
356
Lines 369-379 Link Here
369
                    [% END # /IF ( delete_confirm ) %]
372
                    [% END # /IF ( delete_confirm ) %]
370
373
371
                    [% IF ( else ) %]
374
                    [% IF ( else ) %]
372
                        <h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1>
375
                        <h2>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h2>
373
376
374
                        <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>
377
                        <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>
375
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
378
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
376
379
380
                        <fieldset>
377
                        <table id="table_marcsubfieldstructure">
381
                        <table id="table_marcsubfieldstructure">
378
                            <thead>
382
                            <thead>
379
                                <tr>
383
                                <tr>
Lines 420-431 Link Here
420
                                [% END %]
424
                                [% END %]
421
                            </tbody>
425
                            </tbody>
422
                        </table> <!-- /#table_marcsubfieldstructure -->
426
                        </table> <!-- /#table_marcsubfieldstructure -->
427
                        </fieldset>
423
428
424
                        <form action="[% script_name | html %]" method="get">
429
                        <form action="[% script_name | html %]" method="get">
425
                            <fieldset class="action"><input type="hidden" name="op" value="add_form" />
430
                            <fieldset class="action"><input type="hidden" name="op" value="add_form" />
426
                                <input type="hidden" name="tagfield" value="[% edit_tagfield | html %]" />
431
                                <input type="hidden" name="tagfield" value="[% edit_tagfield | html %]" />
427
                                <input type="hidden" name="frameworkcode" value="[% edit_frameworkcode | html %]" />
432
                                <input type="hidden" name="frameworkcode" value="[% edit_frameworkcode | html %]" />
428
                                <input type="submit" value="Edit subfields" />
433
                                <input type="submit" class="principal" value="Edit subfields" />
429
                                <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | html %]">Cancel</a>
434
                                <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | html %]">Cancel</a>
430
                            </fieldset>
435
                            </fieldset>
431
                        </form>
436
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-15 / +19 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
[% IF ( add_form ) %]
10
[% IF ( add_form ) %]
Lines 22-34 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
22
</head>
25
</head>
23
26
24
<body id="admin_marctagstructure" class="admin">
27
<body id="admin_marctagstructure" class="admin">
25
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'header.inc' form=formulaire %]
26
[% INCLUDE 'prefs-admin-search.inc' %]
27
29
28
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
29
    <ol>
31
    <ol>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
33
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
32
        </li>
34
        </li>
33
        <li>
35
        <li>
34
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
36
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 102-107 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
102
        [% END %]
104
        [% END %]
103
    </ol>
105
    </ol>
104
</nav>
106
</nav>
107
[% INCLUDE 'shortcut.inc' %]
105
108
106
<div class="main container-fluid">
109
<div class="main container-fluid">
107
    <div class="row">
110
    <div class="row">
Lines 109-132 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
109
            <main>
112
            <main>
110
113
111
[% IF ( else ) %]
114
[% IF ( else ) %]
112
<div id="toolbar" class="btn-toolbar">
115
<div id="toolbar" class="btn-toolbar"><div>
113
    <a class="btn btn-default" id="addtag" href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&amp;frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-plus"></i> New tag</a>
116
    <a class="toolbar-btn" id="addtag" href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&amp;frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-plus"></i> New tag</a>
114
</div>[% END %]
117
</div></div>[% END %]
115
118
116
<h1>MARC Framework for [% IF framework %][% framework.frameworktext | html %] ([% framework.frameworkcode | html %])[% ELSE %]default MARC framework[% END %]</h1>
119
<h2>MARC Framework for [% IF framework %][% framework.frameworktext | html %] ([% framework.frameworkcode | html %])[% ELSE %]default MARC framework[% END %]</h2>
117
120
118
[% IF ( add_form ) %]
121
[% IF ( add_form ) %]
119
122
120
    <form action="[% script_name | html %]" name="Aform" method="post" class="validated">
123
    <form action="[% script_name | html %]" name="Aform" method="post" class="validated">
121
124
122
      <fieldset class="rows">
125
      <fieldset class="rows">
123
            <legend>
126
            <h3>
124
                [% IF heading_add_tag_p %]
127
                [% IF heading_add_tag_p %]
125
                    <span>Add tag</span>
128
                    <span>Add tag</span>
126
                [% ELSE %]
129
                [% ELSE %]
127
                    <span>Modify tag</span> <input type="hidden" name="modif" value="1" />[% searchfield | html %]
130
                    <span>Modify tag</span> <input type="hidden" name="modif" value="1" />[% searchfield | html %]
128
                [% END %]
131
                [% END %]
129
            </legend>
132
            </h3>
130
            <input type="hidden" name="op" value="add_validate" />
133
            <input type="hidden" name="op" value="add_validate" />
131
            <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
134
            <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
132
        <ol>
135
        <ol>
Lines 176-184 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
176
            [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => authorised_value ) %]
179
            [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => authorised_value ) %]
177
        </select>
180
        </select>
178
        (if you select a value here, the indicators will be limited to the authorized value list)</li>
181
        (if you select a value here, the indicators will be limited to the authorized value list)</li>
179
</ol></fieldset> 
182
</ol>
180
    <fieldset class="action">
183
        <input type="submit" value="Save changes" class="principal"/>
181
        <input type="submit" value="Save changes" />
182
        <a class="cancel" href="[% script_name | url %]?frameworkcode=[% framework.frameworkcode | uri %]">Cancel</a>
184
        <a class="cancel" href="[% script_name | url %]?frameworkcode=[% framework.frameworkcode | uri %]">Cancel</a>
183
    </fieldset>
185
    </fieldset>
184
    </form>
186
    </form>
Lines 221-227 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
221
            <option value="[% fw.frameworkcode | html %]">[% fw.frameworktext | html %]</option>
223
            <option value="[% fw.frameworkcode | html %]">[% fw.frameworktext | html %]</option>
222
        [% END %]
224
        [% END %]
223
        </select>
225
        </select>
224
        <input type="submit" value="OK" />
226
        <input type="submit" value="OK" class="principal"/>
225
    </form>
227
    </form>
226
[% END %]
228
[% END %]
227
229
Lines 243-249 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
243
                [% END %]
245
                [% END %]
244
            [% END %]
246
            [% END %]
245
        </select>
247
        </select>
246
    <input type="submit" value="Search" />
248
    <input type="submit" value="Search" class="principal"/>
247
<p>        <label for="select_display">Display only used tags/subfields</label>
249
<p>        <label for="select_display">Display only used tags/subfields</label>
248
        [% IF ( select_display ) %]
250
        [% IF ( select_display ) %]
249
            <input type="checkbox" name="select_display" id="select_display" value="True" checked="checked" />
251
            <input type="checkbox" name="select_display" id="select_display" value="True" checked="checked" />
Lines 253-258 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
253
</fieldset>
255
</fieldset>
254
</form>
256
</form>
255
257
258
<fieldset id="searchresults">
256
    <table id="table_marctagstructure">
259
    <table id="table_marctagstructure">
257
    <thead>
260
    <thead>
258
        <tr>
261
        <tr>
Lines 290-296 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
290
            <td>[% loo.ind2_defaultvalue | html %]</td>
293
            <td>[% loo.ind2_defaultvalue | html %]</td>
291
            <td>
294
            <td>
292
                <div class="btn-group dropup">
295
                <div class="btn-group dropup">
293
                    <a class="btn btn-default btn-xs dropdown-toggle" id="marctagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#">
296
                    <a class="btn btn-default btn-xs dropdown-toggle" role="button" data-toggle="dropdown" href="#">
294
                        Actions <b class="caret"></b></a>
297
                        Actions <b class="caret"></b></a>
295
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]">
298
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]">
296
                        <li><a href="?op=add_form&amp;searchfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-pencil"></i> Edit tag</a></li>
299
                        <li><a href="?op=add_form&amp;searchfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-pencil"></i> Edit tag</a></li>
Lines 304-309 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
304
    [% END %]
307
    [% END %]
305
    </tbody>
308
    </tbody>
306
    </table>
309
    </table>
310
    </fieldset>
307
[% END %]
311
[% END %]
308
312
309
            </main>
313
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-2 / +6 lines)
Lines 59-66 Link Here
59
</style>
59
</style>
60
</head>
60
</head>
61
<body id="admin_matching-rules" class="admin">
61
<body id="admin_matching-rules" class="admin">
62
[% INCLUDE 'header.inc' %]
62
[% form = BLOCK %]
63
[% INCLUDE 'prefs-admin-search.inc' %]
63
    [% INCLUDE 'prefs-admin-search.inc' %]
64
[% END %]
65
[% INCLUDE 'header.inc' form=form %]
64
66
65
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
67
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
66
    <ol>
68
    <ol>
Lines 105-110 Link Here
105
    </ol>
107
    </ol>
106
</nav> <!-- /#breadcrumbs -->
108
</nav> <!-- /#breadcrumbs -->
107
109
110
[% INCLUDE 'shortcut.inc' %]
111
108
<div class="main container-fluid">
112
<div class="main container-fluid">
109
    <div class="row">
113
    <div class="row">
110
        <div class="col-sm-10 col-sm-push-2">
114
        <div class="col-sm-10 col-sm-push-2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (-3 / +6 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>OAI set mappings &rsaquo; OAI sets &rsaquo; Administration &rsaquo; Koha</title>
8
<title>OAI set mappings &rsaquo; OAI sets &rsaquo; Administration &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="admin_oai_set_mappings" class="admin">
12
<body id="admin_oai_set_mappings" class="admin">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'prefs-admin-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-10 / +18 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [% IF ( op_new ) %]
9
    [% IF ( op_new ) %]
Lines 11-23 Link Here
11
</head>
14
</head>
12
15
13
<body id="admin_oai_sets" class="admin">
16
<body id="admin_oai_sets" class="admin">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'prefs-admin-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
25
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 52-57 Link Here
52
        [% END %]
54
        [% END %]
53
    </ol>
55
    </ol>
54
</nav>
56
</nav>
57
[% INCLUDE 'shortcut.inc' %]
55
58
56
<div class="main container-fluid">
59
<div class="main container-fluid">
57
    <div class="row">
60
    <div class="row">
Lines 61-70 Link Here
61
        [% IF ( op_new || op_mod ) %]
64
        [% IF ( op_new || op_mod ) %]
62
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
65
            <form method="post" action="/cgi-bin/koha/admin/oai_sets.pl" class="validated">
63
            [% IF ( op_new ) %]
66
            [% IF ( op_new ) %]
64
                <h1>Add a new OAI set</h1>
67
                <h2>Add a new OAI set</h2>
65
                <input type="hidden" name="op" value="savenew" />
68
                <input type="hidden" name="op" value="savenew" />
66
            [% ELSIF ( op_mod ) %]
69
            [% ELSIF ( op_mod ) %]
67
                <h1>Edit OAI set '[% spec | html %]'</h1>
70
                <h2>Edit OAI set '[% spec | html %]'</h2>
68
                    <input type="hidden" name="op" value="savemod" />
71
                    <input type="hidden" name="op" value="savemod" />
69
                    <input type="hidden" name="id" value="[% id | html %]" />
72
                    <input type="hidden" name="id" value="[% id | html %]" />
70
            [% END %]
73
            [% END %]
Lines 90-108 Link Here
90
                        <li id="adddescription"><span class="label">&nbsp;</span><a href="#" class="add_description"><i class="fa fa-fw fa-plus"></i> Add description</a></li>
93
                        <li id="adddescription"><span class="label">&nbsp;</span><a href="#" class="add_description"><i class="fa fa-fw fa-plus"></i> Add description</a></li>
91
94
92
                    </ol>
95
                    </ol>
93
                </fieldset>
94
                <fieldset class="action">
96
                <fieldset class="action">
95
                    <input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/oai_sets.pl">Cancel</a>
97
                    <input type="submit" class="principal" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/oai_sets.pl">Cancel</a>
98
                </fieldset>
96
                </fieldset>
99
                </fieldset>
97
            </form>
100
            </form>
98
        [% ELSE %]
101
        [% ELSE %]
99
102
100
        <div id="toolbar" class="btn-toolbar">
103
        <div id="toolbar" class="btn-toolbar">
101
            <a class="btn btn-default" id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new"><i class="fa fa-plus"></i> New set</a>
104
        <div>
102
        </div>
105
            <a class="toolbar-btn" id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new"><i class="fa fa-plus"></i> New set</a>
106
        </div></div>
103
107
104
        <h1>OAI sets</h1>
108
        <h2>OAI sets</h2>
105
        [% IF sets_loop %]
109
        [% IF sets_loop %]
110
        <div>
111
        <fieldset id="searchresults">
106
            <table>
112
            <table>
107
                <thead>
113
                <thead>
108
                    <tr>
114
                    <tr>
Lines 143-148 Link Here
143
                    [% END %]
149
                    [% END %]
144
                </tbody>
150
                </tbody>
145
            </table>
151
            </table>
152
            </fieldset>
153
            </div>
146
        [% ELSE %]
154
        [% ELSE %]
147
            <div class="dialog message"><p>There are no sets defined.</p></div>
155
            <div class="dialog message"><p>There are no sets defined.</p></div>
148
        [% END %]
156
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-3 / +6 lines)
Lines 3-8 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE HtmlTags %]
4
[% USE HtmlTags %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'prefs-admin-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>OverDrive library authnames &rsaquo; Administration &rsaquo; Koha</title>
10
<title>OverDrive library authnames &rsaquo; Administration &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 10-22 Link Here
10
13
11
<body id="admin_overdrive" class="admin">
14
<body id="admin_overdrive" class="admin">
12
15
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'prefs-admin-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
24
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-11 / +18 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE scalar %]
6
[% USE scalar %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'prefs-admin-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>
12
<title>
10
[% IF ( attribute_type_form ) %]
13
[% IF ( attribute_type_form ) %]
Lines 22-34 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
22
</head>
25
</head>
23
26
24
<body id="admin_patron-attr-types" class="admin">
27
<body id="admin_patron-attr-types" class="admin">
25
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'header.inc' form=formulaire %]
26
[% INCLUDE 'prefs-admin-search.inc' %]
27
29
28
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
29
    <ol>
31
    <ol>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
33
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
32
        </li>
34
        </li>
33
        <li>
35
        <li>
34
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
36
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 67-72 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
67
        [% END %]
69
        [% END %]
68
    </ol>
70
    </ol>
69
</nav>
71
</nav>
72
[% INCLUDE 'shortcut.inc' %]
70
73
71
<div class="main container-fluid">
74
<div class="main container-fluid">
72
    <div class="row">
75
    <div class="row">
Lines 79-87 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
79
82
80
[% IF ( attribute_type_form ) %]
83
[% IF ( attribute_type_form ) %]
81
  [% IF ( edit_attribute_type ) %]
84
  [% IF ( edit_attribute_type ) %]
82
<h1>Modify patron attribute type</h1>
85
<h2>Modify patron attribute type</h2>
83
  [% ELSE %]
86
  [% ELSE %]
84
<h1>Add patron attribute type</h1>
87
<h2>Add patron attribute type</h2>
85
  [% END %]
88
  [% END %]
86
[% IF ( duplicate_code_error ) %]
89
[% IF ( duplicate_code_error ) %]
87
<div class="dialog message">Could not add patron attribute type &quot;[% duplicate_code_error | html %]&quot; 
90
<div class="dialog message">Could not add patron attribute type &quot;[% duplicate_code_error | html %]&quot; 
Lines 241-257 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
241
            </div>
244
            </div>
242
        </li>
245
        </li>
243
    </ol>
246
    </ol>
244
  </fieldset>
245
  <fieldset class="action">
247
  <fieldset class="action">
246
      <input type="submit" value="Save" />
248
      <input type="submit" class="principal" value="Save" />
247
    <a class="cancel" href="/cgi-bin/koha/admin/patron-attr-types.pl">Cancel</a>
249
    <a class="cancel" href="/cgi-bin/koha/admin/patron-attr-types.pl">Cancel</a>
248
  </fieldset>
250
  </fieldset>
251
  </fieldset>
249
</form>
252
</form>
250
[% END %]
253
[% END %]
251
254
252
[% IF ( delete_attribute_type_form ) %]
255
[% IF ( delete_attribute_type_form ) %]
253
    <div class="dialog alert">
256
    <div class="dialog alert">
254
        <h1>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
257
        <h2>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h2>
255
        <form action="[% script_name | html %]" name="Aform" method="post">
258
        <form action="[% script_name | html %]" name="Aform" method="post">
256
            <input type="hidden" name="op" value="[% confirm_op | html %]" />
259
            <input type="hidden" name="op" value="[% confirm_op | html %]" />
257
            <input type="hidden" name="code" value="[% code | html %]" />
260
            <input type="hidden" name="code" value="[% code | html %]" />
Lines 266-275 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
266
[% IF ( display_list ) %]
269
[% IF ( display_list ) %]
267
270
268
<div id="toolbar" class="btn-toolbar">
271
<div id="toolbar" class="btn-toolbar">
269
    <a class="btn btn-default" id="newrule" href="[% script_name | url %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a>
272
<div>
270
</div>
273
    <a class="toolbar-btn" id="newrule" href="[% script_name | url %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a>
274
</div></div>
275
271
276
272
<h1>Patron attribute types</h1>
277
<h2>Patron attribute types</h2>
273
[% IF ( added_attribute_type ) %]
278
[% IF ( added_attribute_type ) %]
274
<div class="dialog message">Added patron attribute type &quot;[% added_attribute_type | html %]&quot;</div>
279
<div class="dialog message">Added patron attribute type &quot;[% added_attribute_type | html %]&quot;</div>
275
[% END %]
280
[% END %]
Lines 288-293 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
288
    &mdash; it was already absent from the database.</div>
293
    &mdash; it was already absent from the database.</div>
289
[% END %]
294
[% END %]
290
[% IF ( available_attribute_types ) %]
295
[% IF ( available_attribute_types ) %]
296
<fieldset id="searchresults">
291
  [% FOREACH attribute IN available_attribute_types %]
297
  [% FOREACH attribute IN available_attribute_types %]
292
    [% IF attribute.class %]
298
    [% IF attribute.class %]
293
        <h4>[% attribute.lib | html %]</h4>
299
        <h4>[% attribute.lib | html %]</h4>
Lines 350-355 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
350
  [% END %]
356
  [% END %]
351
[% ELSE %]
357
[% ELSE %]
352
  <p>There are no saved patron attribute types.</p>
358
  <p>There are no saved patron attribute types.</p>
359
</fieldset>
353
[% END %]
360
[% END %]
354
361
355
<div class="pages">[% pagination_bar | $raw %]</div>
362
<div class="pages">[% pagination_bar | $raw %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-5 / +8 lines)
Lines 4-9 Link Here
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE HtmlId %]
5
[% USE HtmlId %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'prefs-admin-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>System preferences &rsaquo; Administration &rsaquo; Koha</title>
11
<title>System preferences &rsaquo; Administration &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
Lines 14-26 Link Here
14
[% Asset.css("lib/codemirror/lint.min.css") | $raw %]
17
[% Asset.css("lib/codemirror/lint.min.css") | $raw %]
15
</head>
18
</head>
16
<body id="admin_preferences" class="admin">
19
<body id="admin_preferences" class="admin">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'prefs-admin-search.inc' %]
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
        </li>
26
        </li>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
28
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 32-37 Link Here
32
        </li>
34
        </li>
33
    </ol>
35
    </ol>
34
</nav>
36
</nav>
37
[% INCLUDE 'shortcut.inc' %]
35
38
36
<div class="main container-fluid">
39
<div class="main container-fluid">
37
    <div class="row">
40
    <div class="row">
Lines 55-61 Link Here
55
    <div class="prefs-tab">
58
    <div class="prefs-tab">
56
    <h2>[% TAB.tab_title | html %] preferences</h2>
59
    <h2>[% TAB.tab_title | html %] preferences</h2>
57
    <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
60
    <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
58
        [% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all submit" type="submit">Save all [% TAB.tab_title | html %] preferences</button></div>[% END %]
61
        [% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all submit principal" type="submit">Save all [% TAB.tab_title | html %] preferences</button></div>[% END %]
59
        <input type="hidden" name="op" value="save" />
62
        <input type="hidden" name="op" value="save" />
60
        <input type="hidden" name="tab" value="[% TAB.tab_id | html %]" />
63
        <input type="hidden" name="tab" value="[% TAB.tab_id | html %]" />
61
64
Lines 197-203 Link Here
197
            [% IF ( loop.last ) %]</tbody></table>[% END %]
200
            [% IF ( loop.last ) %]</tbody></table>[% END %]
198
            [% END %]
201
            [% END %]
199
        [% END %]
202
        [% END %]
200
        <fieldset class="action"><button class="save-all submit" type="submit">Save all [% TAB.tab_title | html %] preferences</button> <a href="/cgi-bin/koha/admin/preferences.pl" class="force_reload cancel">Cancel</a></fieldset>
203
        <fieldset class="action"><button class="save-all submit principal" type="submit">Save all [% TAB.tab_title | html %] preferences</button> <a href="/cgi-bin/koha/admin/preferences.pl" class="force_reload cancel">Cancel</a></fieldset>
201
    </form>
204
    </form>
202
    </div>
205
    </div>
203
    [% END %]
206
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-2 / +5 lines)
Lines 13-20 a.add, a.delete { Link Here
13
</head>
13
</head>
14
14
15
<body id="admin_searchengine_mappings" class="admin">
15
<body id="admin_searchengine_mappings" class="admin">
16
[% INCLUDE 'header.inc' %]
16
[% formulaire = BLOCK %]
17
[% INCLUDE 'prefs-admin-search.inc' %]
17
    [% INCLUDE 'prefs-admin-search.inc' %]
18
[% END %]
19
[% INCLUDE 'header.inc' form = formulaire %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
Lines 31-36 a.add, a.delete { Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
[% INCLUDE 'blocking_errors.inc' %]
38
[% INCLUDE 'blocking_errors.inc' %]
36
39
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt (-7 / +10 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% USE Koha %]
7
[% USE Koha %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Share content with Mana KB &rsaquo; Administration &rsaquo; Koha</title>
9
<title>Share content with Mana KB &rsaquo; Administration &rsaquo; Koha</title>
Lines 8-20 Link Here
8
</head>
11
</head>
9
12
10
<body id="admin_share_content" class="admin">
13
<body id="admin_share_content" class="admin">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
22
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 26-36 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
32
        <div class="col-sm-10 col-sm-push-2">
35
        <div class="col-sm-10 col-sm-push-2">
33
            <div class="col-sm-6">
36
            <div class="col-sm-12">
34
                [% IF result.code != 201 && result.msg %]
37
                [% IF result.code != 201 && result.msg %]
35
                    <div class="dialog alert" role="alert">
38
                    <div class="dialog alert" role="alert">
36
                        [% result.msg | html %]
39
                        [% result.msg | html %]
Lines 102-108 Link Here
102
                            </ol>
105
                            </ol>
103
                            <fieldset class="action">
106
                            <fieldset class="action">
104
                                <input type="hidden" name="op" value="save" />
107
                                <input type="hidden" name="op" value="save" />
105
                                <input type="submit" value="Save" />
108
                                <input type="submit" class="principal" value="Save" />
106
                            </fieldset>
109
                            </fieldset>
107
                        </fieldset>
110
                        </fieldset>
108
                    </form>
111
                    </form>
Lines 126-132 Link Here
126
                                </ol>
129
                                </ol>
127
                                <fieldset class="action">
130
                                <fieldset class="action">
128
                                    <input type="hidden" name="op" value="reset" />
131
                                    <input type="hidden" name="op" value="reset" />
129
                                    <input type="submit" value="Reset your token" />
132
                                    <input type="submit" class="principal" value="Reset your token" />
130
                                </fieldset>
133
                                </fieldset>
131
                            </fieldset>
134
                            </fieldset>
132
                        </form>
135
                        </form>
Lines 146-152 Link Here
146
                                </ol>
149
                                </ol>
147
                                <fieldset class="action">
150
                                <fieldset class="action">
148
                                    <input type="hidden" name="op" value="send" />
151
                                    <input type="hidden" name="op" value="send" />
149
                                    <input type="submit" value="Send to Mana KB" />
152
                                    <input type="submit" class="principal" value="Send to Mana KB" />
150
                                </fieldset>
153
                                </fieldset>
151
                            </fieldset>
154
                            </fieldset>
152
                        </form>
155
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-13 / +24 lines)
Lines 8-13 Link Here
8
[% USE CirculationRules %]
8
[% USE CirculationRules %]
9
[% USE Price %]
9
[% USE Price %]
10
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
11
[% formulaire = BLOCK %]
12
    [% INCLUDE 'prefs-admin-search.inc' %]
13
[% END %]
11
14
12
[% SET branchcode = humanbranch || undef %]
15
[% SET branchcode = humanbranch || undef %]
13
16
Lines 29-41 Link Here
29
</head>
32
</head>
30
33
31
<body id="admin_smart-rules" class="admin">
34
<body id="admin_smart-rules" class="admin">
32
[% INCLUDE 'header.inc' %]
35
[% INCLUDE 'header.inc' form=formulaire %]
33
[% INCLUDE 'prefs-admin-search.inc' %]
34
36
35
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
37
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
36
    <ol>
38
    <ol>
37
        <li>
39
        <li>
38
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
40
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
39
        </li>
41
        </li>
40
        <li>
42
        <li>
41
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
43
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 47-65 Link Here
47
        </li>
49
        </li>
48
    </ol>
50
    </ol>
49
</nav>
51
</nav>
52
[% INCLUDE 'shortcut.inc' %]
50
53
51
<div class="main container-fluid">
54
<div class="main container-fluid">
52
    <div class="row">
55
    <div class="row">
53
        <div class="col-sm-10 col-sm-push-2">
56
        <div class="col-sm-10 col-sm-push-2">
54
            <main>
57
            <main>
55
58
56
    <h1 class="parameters">
59
    <h2 class="parameters">
57
        [% IF humanbranch %]
60
        [% IF humanbranch %]
58
            Defining circulation and fine rules for "[% Branches.GetName( humanbranch ) | html %]"
61
            Defining circulation and fine rules for "[% Branches.GetName( humanbranch ) | html %]"
59
        [% ELSE %]
62
        [% ELSE %]
60
            Defining circulation and fine rules for all libraries
63
            Defining circulation and fine rules for all libraries
61
        [% END %]
64
        [% END %]
62
    </h1>
65
    </h2>
63
    <div class="help">
66
    <div class="help">
64
        <p>The rules are applied from most specific to less specific, using the first found in this order:</p>
67
        <p>The rules are applied from most specific to less specific, using the first found in this order:</p>
65
        <ul>
68
        <ul>
Lines 94-105 Link Here
94
                    <select name="tobranch" id="tobranch">
97
                    <select name="tobranch" id="tobranch">
95
                        [% PROCESS options_for_libraries libraries => Branches.all( unfiltered => 1 ) %]
98
                        [% PROCESS options_for_libraries libraries => Branches.all( unfiltered => 1 ) %]
96
                    </select>
99
                    </select>
97
                    <input type="submit" id="clone_rules" value="Clone" />
100
                    <input type="submit" id="clone_rules" class="principal" value="Clone" />
98
                </form>
101
                </form>
99
            [% END %]
102
            [% END %]
100
        [% END %]
103
        [% END %]
101
104
102
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
105
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
106
        <fieldset>
103
            <input type="hidden" name="op" value="add" />
107
            <input type="hidden" name="op" value="add" />
104
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
108
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
105
            <table id="default-circulation-rules">
109
            <table id="default-circulation-rules">
Lines 421-427 Link Here
421
                    </td>
425
                    </td>
422
                    <td class="actions">
426
                    <td class="actions">
423
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
427
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
424
                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button>
428
                        <button type="submit" class="btn btn-default btn-xs" ><i class="fa fa-save"></i> Save</button>
425
                        <button name="cancel" class="clear_edit btn btn-default btn-xs"><i class="fa fa-undo"></i> Clear</button>
429
                        <button name="cancel" class="clear_edit btn btn-default btn-xs"><i class="fa fa-undo"></i> Clear</button>
426
                    </td>
430
                    </td>
427
                    <td><input type="text" name="note" id="note" size="15" value="" maxlength="100"></td>
431
                    <td><input type="text" name="note" id="note" size="15" value="" maxlength="100"></td>
Lines 582-593 Link Here
582
                  </tfoot>
586
                  </tfoot>
583
                </tbody>
587
                </tbody>
584
            </table>
588
            </table>
589
            </fieldset>
585
        </form>
590
        </form>
586
    </div>
591
    </div>
587
    <div id="defaults-for-this-library" class="container">
592
    <div id="defaults-for-this-library" class="container">
588
    <h3>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h3>
593
    <h3>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h3>
589
        <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
594
        <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
590
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
595
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
596
    <fieldset>
591
            <input type="hidden" name="op" value="set-branch-defaults" />
597
            <input type="hidden" name="op" value="set-branch-defaults" />
592
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
598
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
593
            <table>
599
            <table>
Lines 761-767 Link Here
761
                        [% END %]
767
                        [% END %]
762
                    </td>
768
                    </td>
763
                </tr>
769
                </tr>
764
            </table>
770
            </table></fieldset>
765
        </form>
771
        </form>
766
    </div>
772
    </div>
767
    [% IF ( show_branch_cat_rule_form ) %]
773
    [% IF ( show_branch_cat_rule_form ) %]
Lines 774-779 Link Here
774
           no limit applies, except possibly for a limit you define for a specific item type.
780
           no limit applies, except possibly for a limit you define for a specific item type.
775
        </p>
781
        </p>
776
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
782
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
783
    <fieldset>
777
            <input type="hidden" name="op" value="add-branch-cat" />
784
            <input type="hidden" name="op" value="add-branch-cat" />
778
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
785
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
779
            <table>
786
            <table>
Lines 840-846 Link Here
840
                    <td><input name="max_holds" size="3" type="text" /></td>
847
                    <td><input name="max_holds" size="3" type="text" /></td>
841
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
848
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
842
                </tr>
849
                </tr>
843
            </table>
850
            </table></fieldset>
844
        </form>
851
        </form>
845
    </div>
852
    </div>
846
    [% END %]
853
    [% END %]
Lines 854-859 Link Here
854
    [% END %]
861
    [% END %]
855
        <p>Specify the maximum number simultaneous current article requests a patron of a given category can have.</p>
862
        <p>Specify the maximum number simultaneous current article requests a patron of a given category can have.</p>
856
        <form id="set-article-requests-daily-limit" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
863
        <form id="set-article-requests-daily-limit" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
864
    <fieldset>
857
            <input type="hidden" name="op" value="add-open-article-requests-limit" />
865
            <input type="hidden" name="op" value="add-open-article-requests-limit" />
858
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
866
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
859
            <table>
867
            <table>
Lines 896-902 Link Here
896
                    <td><input name="open_article_requests_limit" size="3" type="text" /></td>
904
                    <td><input name="open_article_requests_limit" size="3" type="text" /></td>
897
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
905
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
898
                </tr>
906
                </tr>
899
            </table>
907
            </table></fieldset>
900
        </form>
908
        </form>
901
    </div>
909
    </div>
902
    <div id="article-request-fee-category" class="container">
910
    <div id="article-request-fee-category" class="container">
Lines 907-912 Link Here
907
    [% END %]
915
    [% END %]
908
        <p>Specify the article request fee for a given patron category.</p>
916
        <p>Specify the article request fee for a given patron category.</p>
909
        <form id="set-article-request-fee" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
917
        <form id="set-article-request-fee" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
918
    <fieldset>
910
            <input type="hidden" name="op" value="set-article-request-fee" />
919
            <input type="hidden" name="op" value="set-article-request-fee" />
911
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
920
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
912
            <table>
921
            <table>
Lines 954-960 Link Here
954
                    <td><input name="article_request_fee" size="3" type="text" /></td>
963
                    <td><input name="article_request_fee" size="3" type="text" /></td>
955
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
964
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
956
                </tr>
965
                </tr>
957
            </table>
966
            </table></fieldset>
958
        </form>
967
        </form>
959
    </div>
968
    </div>
960
969
Lines 969-974 Link Here
969
        <p>Specify the default policy for lost item fees on return.
978
        <p>Specify the default policy for lost item fees on return.
970
        </p>
979
        </p>
971
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
980
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
981
    <fieldset>
972
            <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" />
982
            <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" />
973
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
983
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
974
            <table>
984
            <table>
Lines 1060-1066 Link Here
1060
                    </td>
1070
                    </td>
1061
                    </td>
1071
                    </td>
1062
                </tr>
1072
                </tr>
1063
            </table>
1073
            </table></fieldset>
1064
        </form>
1074
        </form>
1065
    </div>
1075
    </div>
1066
1076
Lines 1085-1090 Link Here
1085
        </p>
1095
        </p>
1086
1096
1087
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1097
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1098
    <fieldset>
1088
            <input type="hidden" name="op" value="add-branch-item" />
1099
            <input type="hidden" name="op" value="add-branch-item" />
1089
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1100
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1090
            <table>
1101
            <table>
Lines 1192-1198 Link Here
1192
                    </td>
1203
                    </td>
1193
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</button></td>
1204
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</button></td>
1194
                </tr>
1205
                </tr>
1195
            </table>
1206
            </table></fieldset>
1196
        </form>
1207
        </form>
1197
    </div>
1208
    </div>
1198
            </main>
1209
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-4 / +7 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>SMS cellular providers &rsaquo; Administration &rsaquo; Koha</title>
8
<title>SMS cellular providers &rsaquo; Administration &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="admin_sms_providers" class="admin">
12
<body id="admin_sms_providers" class="admin">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'prefs-admin-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 25-30 Link Here
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
<div class="main container-fluid">
32
<div class="main container-fluid">
30
    <div class="row">
33
    <div class="row">
Lines 32-38 Link Here
32
            <main>
35
            <main>
33
36
34
                <div id="toolbar" class="btn-toolbar">
37
                <div id="toolbar" class="btn-toolbar">
35
                    <a class="btn btn-default" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
38
                    <a class="btn btn-default toolbar-btn" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
36
                </div>
39
                </div>
37
40
38
                <h1>SMS cellular providers</h1>
41
                <h1>SMS cellular providers</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-10 / +15 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'prefs-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [% IF op == 'add_form' %]
9
    [% IF op == 'add_form' %]
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="admin_smtp_servers" class="admin">
18
<body id="admin_smtp_servers" class="admin">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'prefs-admin-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
27
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 54-59 Link Here
54
        [% END %]
56
        [% END %]
55
    </ol>
57
    </ol>
56
</nav>
58
</nav>
59
[% INCLUDE 'shortcut.inc' %]
57
60
58
<div class="main container-fluid">
61
<div class="main container-fluid">
59
    <div class="row">
62
    <div class="row">
Lines 135-145 Link Here
135
                    <span>Enables additional debug output in the logs</span>
138
                    <span>Enables additional debug output in the logs</span>
136
                </li>
139
                </li>
137
            </ol>
140
            </ol>
138
        </fieldset>
139
        <fieldset class="action">
141
        <fieldset class="action">
140
            <input type="submit" value="Submit" />
142
            <input type="submit" class="principal" value="Submit" />
141
            <a class="cancel" href="/cgi-bin/koha/admin/smtp_servers.pl">Cancel</a>
143
            <a class="cancel" href="/cgi-bin/koha/admin/smtp_servers.pl">Cancel</a>
142
        </fieldset>
144
        </fieldset>
145
        </fieldset>
143
    </form>
146
    </form>
144
[% END %]
147
[% END %]
145
148
Lines 217-235 Link Here
217
                    </select>
220
                    </select>
218
                </li>
221
                </li>
219
            </ol>
222
            </ol>
220
        </fieldset>
221
        <fieldset class="action">
223
        <fieldset class="action">
222
            <input type="submit" value="Submit" />
224
            <input type="submit" class="principal" value="Submit" />
223
            <a class="cancel" href="/cgi-bin/koha/admin/smtp_servers.pl">Cancel</a>
225
            <a class="cancel" href="/cgi-bin/koha/admin/smtp_servers.pl">Cancel</a>
224
        </fieldset>
226
        </fieldset>
227
        </fieldset>
225
    </form>
228
    </form>
226
[% END %]
229
[% END %]
227
230
228
[% IF op == 'list' %]
231
[% IF op == 'list' %]
229
232
230
    <div id="toolbar" class="btn-toolbar">
233
    <div id="toolbar" class="btn-toolbar"><div>
231
        <a class="btn btn-default" id="new_smtp_server" href="/cgi-bin/koha/admin/smtp_servers.pl?op=add_form"><i class="fa fa-plus"></i> New SMTP server</a>
234
        <a class="toolbar-btn" id="new_smtp_server" href="/cgi-bin/koha/admin/smtp_servers.pl?op=add_form"><i class="fa fa-plus"></i> New SMTP server</a>
232
    </div>
235
    </div></div>
233
236
234
    <h1>SMTP servers</h1>
237
    <h1>SMTP servers</h1>
235
238
Lines 246-251 Link Here
246
    </div>
249
    </div>
247
250
248
    [% IF servers_count > 0 %]
251
    [% IF servers_count > 0 %]
252
    <fieldset id="searchresults">
249
        <table id="smtp_servers">
253
        <table id="smtp_servers">
250
            <thead>
254
            <thead>
251
                <tr>
255
                <tr>
Lines 259-264 Link Here
259
                </tr>
263
                </tr>
260
            </thead>
264
            </thead>
261
        </table>
265
        </table>
266
        </fieldset>
262
    [% END %]
267
    [% END %]
263
[% END %]
268
[% END %]
264
269
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-9 / +18 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
    [% IF ( add_form ) %]
10
    [% IF ( add_form ) %]
Lines 26-38 Link Here
26
</head>
29
</head>
27
30
28
<body id="admin_systempreferences" class="admin">
31
<body id="admin_systempreferences" class="admin">
29
[% INCLUDE 'header.inc' %]
32
[% INCLUDE 'header.inc' form=formulaire %]
30
[% INCLUDE 'prefs-admin-search.inc' %]
31
33
32
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
34
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
33
    <ol>
35
    <ol>
34
        <li>
36
        <li>
35
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
37
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
36
        </li>
38
        </li>
37
        <li>
39
        <li>
38
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
40
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 98-103 Link Here
98
        [% END %]
100
        [% END %]
99
    </ol>
101
    </ol>
100
</nav>
102
</nav>
103
[% INCLUDE 'shortcut.inc' %]
101
104
102
<div class="main container-fluid">
105
<div class="main container-fluid">
103
    <div class="row">
106
    <div class="row">
Lines 207-223 Link Here
207
                    <label for="value-no" class="yesno">OFF</label>
210
                    <label for="value-no" class="yesno">OFF</label>
208
                [% END %]
211
                [% END %]
209
                </li>
212
                </li>
210
        </ol></fieldset>
213
        </ol>
211
        <fieldset class="action"><input type="submit" value="Save" /> 
214
        <fieldset class="action"><input type="submit" class="principal" value="Save" />
212
          [% IF ( return_tab ) %]
215
          [% IF ( return_tab ) %]
213
            <a class="cancel" href="/cgi-bin/koha/admin/systempreferences.pl?tab=[% return_tab | html %]">Cancel</a>
216
            <a class="cancel" href="/cgi-bin/koha/admin/systempreferences.pl?tab=[% return_tab | html %]">Cancel</a>
214
          [% ELSE %]
217
          [% ELSE %]
215
            <a class="cancel" href="/cgi-bin/koha/admin/systempreferences.pl">Cancel</a>
218
            <a class="cancel" href="/cgi-bin/koha/admin/systempreferences.pl">Cancel</a>
216
          [% END %]
219
          [% END %]
217
        </fieldset>
220
        </fieldset></fieldset>
218
        
221
        
219
        <fieldset class="brief">
222
        <fieldset class="brief">
220
        <legend>Koha internal</legend>
223
        <h3>Koha internal</h3>
221
        <div class="hint">Note: change the variable type to one of the dropdown values as needed</div>
224
        <div class="hint">Note: change the variable type to one of the dropdown values as needed</div>
222
        <ol>
225
        <ol>
223
        <li><label for="preftype">Variable type:</label>
226
        <li><label for="preftype">Variable type:</label>
Lines 322-335 Link Here
322
    [% IF ( else ) %]
325
    [% IF ( else ) %]
323
326
324
    <div id="toolbar" class="btn-toolbar">
327
    <div id="toolbar" class="btn-toolbar">
325
        <a class="btn btn-default" id="newstopword" href="[% script_name | url %]?op=add_form"><i class="fa fa-plus"></i> New preference</a>
328
    <div>
329
        <a class="toolbar-btn" id="newstopword" href="[% script_name | url %]?op=add_form"><i class="fa fa-plus"></i> New preference</a>
330
    </div>
326
    </div>
331
    </div>
327
332
328
    [% IF ( tab != 'local_use' ) %]
333
    [% IF ( tab != 'local_use' ) %]
329
        <p>Please click on one of the tabs at the left side of this form.</p>
334
        <p>Please click on one of the tabs at the left side of this form.</p>
335
        <fieldset id="searchresults">
330
        <table>
336
        <table>
331
    [% ELSE %]
337
    [% ELSE %]
332
        <h1>Local use preferences</h1>
338
        <h2>Local use preferences</h2>
339
        <fieldset id="searchresults">
333
        <table width="80%" id="sysprefst">
340
        <table width="80%" id="sysprefst">
334
        <thead><tr>
341
        <thead><tr>
335
        <th>Preference</th>
342
        <th>Preference</th>
Lines 337-342 Link Here
337
        <th>Value</th>
344
        <th>Value</th>
338
        <th class="noExport">Actions</th>
345
        <th class="noExport">Actions</th>
339
        </tr></thead>
346
        </tr></thead>
347
340
    [% END %]
348
    [% END %]
341
    <tbody>[% FOREACH loo IN loop %]
349
    <tbody>[% FOREACH loo IN loop %]
342
        <tr>
350
        <tr>
Lines 454-459 Link Here
454
    </tr>
462
    </tr>
455
    [% END %]</tbody>
463
    [% END %]</tbody>
456
    </table>
464
    </table>
465
    </fieldset>
457
    
466
    
458
    [% END %]
467
    [% END %]
459
468
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt (-6 / +9 lines)
Lines 6-11 Link Here
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'prefs-admin-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Library checkin and transfer policy &rsaquo; Administration &rsaquo; Koha</title>
13
<title>Library checkin and transfer policy &rsaquo; Administration &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
Lines 16-28 Link Here
16
[% SET branches = Branches.all %]
19
[% SET branches = Branches.all %]
17
20
18
<body id="admin_branch_transfer_limits" class="admin">
21
<body id="admin_branch_transfer_limits" class="admin">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form=formulaire %]
20
[% INCLUDE 'prefs-admin-search.inc' %]
21
23
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <ol>
25
    <ol>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
26
        </li>
28
        </li>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
30
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 33-44 Link Here
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
35
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
36
39
37
<div class="main container-fluid">
40
<div class="main container-fluid">
38
    <div class="row">
41
    <div class="row">
39
        <div class="col-sm-10 col-sm-push-2">
42
        <div class="col-sm-10 col-sm-push-2">
40
            <main>
43
            <main>
41
                <h1>Checkin and transfer policy</h1>
44
                <h2>Checkin and transfer policy</h2>
42
45
43
                <p>
46
                <p>
44
                    [% IF BranchTransferLimitsType == "itemtype" %]
47
                    [% IF BranchTransferLimitsType == "itemtype" %]
Lines 68-74 Link Here
68
                </p>
71
                </p>
69
72
70
                <p class="help">Check the boxes for the libraries you allow your items to be transferred to.</p>
73
                <p class="help">Check the boxes for the libraries you allow your items to be transferred to.</p>
71
                <fieldset>
74
                <fieldset class="rows">
72
                    <a id="check-all" class="limit-action" href="#"><i class="fa fa-check"></i> Check all</a>
75
                    <a id="check-all" class="limit-action" href="#"><i class="fa fa-check"></i> Check all</a>
73
                    |
76
                    |
74
                    <a id="uncheck-all" class="limit-action" href="#"><i class="fa fa-remove"></i> Uncheck all</a>
77
                    <a id="uncheck-all" class="limit-action" href="#"><i class="fa fa-remove"></i> Uncheck all</a>
Lines 84-90 Link Here
84
                            <td>&nbsp;</td>
87
                            <td>&nbsp;</td>
85
                            [% FOREACH to IN branches %]
88
                            [% FOREACH to IN branches %]
86
                                <td>
89
                                <td>
87
                                    <p><a class="btn btn-default btn-xs check-all-col limit-action" data-to="[% to.branchcode | html %]" href="#"><i class="fa fa-check"></i> Check</a></p>
90
                                    <p><a class="btn btn-default btn-xs check-all-col limit-action" data-to="[% to.branchcode | html %]" href="#"<i class="fa fa-check"></i> Check</a></p>
88
                                    <p><a class="btn btn-default btn-xs uncheck-all-col limit-action" data-to="[% to.branchcode | html %]" href="#"><i class="fa fa-remove"></i> Uncheck</a></p>
91
                                    <p><a class="btn btn-default btn-xs uncheck-all-col limit-action" data-to="[% to.branchcode | html %]" href="#"><i class="fa fa-remove"></i> Uncheck</a></p>
89
                                </td>
92
                                </td>
90
                            [% END %]
93
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-7 / +10 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'prefs-admin-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Transport cost matrix &rsaquo; Administration &rsaquo; Koha</title>
9
<title>Transport cost matrix &rsaquo; Administration &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="admin_transport_cost_matrix" class="admin">
18
<body id="admin_transport_cost_matrix" class="admin">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'prefs-admin-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
27
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 31-45 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
37
        <div class="col-sm-10 col-sm-push-2">
40
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
41
            <main>
39
42
40
    <h1 class="parameters">
43
    <h2 class="parameters">
41
            Defining transport costs between libraries
44
            Defining transport costs between libraries
42
    </h1>
45
    </h2>
43
[% IF ( WARNING_transport_cost_matrix_off ) %]
46
[% IF ( WARNING_transport_cost_matrix_off ) %]
44
<div class="dialog message">Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used.  <br/>Go to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=UseTransportCostMatrix">UseTransportCostMatrix</a> system preference if you wish to enable this feature.</div>
47
<div class="dialog message">Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used.  <br/>Go to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=UseTransportCostMatrix">UseTransportCostMatrix</a> system preference if you wish to enable this feature.</div>
45
[% END %]
48
[% END %]
Lines 94-102 Link Here
94
                    </tr>
97
                    </tr>
95
                [% END %]
98
                [% END %]
96
                </table>
99
                </table>
97
            </fieldset>
98
            <fieldset class="action">
100
            <fieldset class="action">
99
                <input type="submit" value="Save" class="submit" /> <a href="/cgi-bin/koha/admin/transport-cost-matrix.pl" class="cancel">Cancel</a>
101
                <input type="submit" value="Save" class="principal" /> <a href="/cgi-bin/koha/admin/transport-cost-matrix.pl" class="cancel">Cancel</a>
102
            </fieldset>
100
            </fieldset>
103
            </fieldset>
101
        </form>
104
        </form>
102
105
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-6 / +9 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% USE Koha %]
7
[% USE Koha %]
5
[% USE KohaDates %]
8
[% USE KohaDates %]
6
[% USE Price %]
9
[% USE Price %]
Lines 11-23 Link Here
11
</head>
14
</head>
12
15
13
<body id="admin_usage_statistics" class="admin">
16
<body id="admin_usage_statistics" class="admin">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'cat-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
25
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 29-34 Link Here
29
        </li>
31
        </li>
30
    </ol>
32
    </ol>
31
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
32
35
33
<div class="main container-fluid">
36
<div class="main container-fluid">
34
    <div class="row">
37
    <div class="row">
Lines 63-69 Link Here
63
[% END %]
66
[% END %]
64
67
65
    <form id="category_form" action="/cgi-bin/koha/admin/usage_statistics.pl" method="post">
68
    <form id="category_form" action="/cgi-bin/koha/admin/usage_statistics.pl" method="post">
66
        <h1>Modify the statistics you share with the Koha community</h1>
69
        <h2>Modify the statistics you share with the Koha community</h2>
67
        <div class="row">
70
        <div class="row">
68
            <div class="col-xs-12 col-sm-6">
71
            <div class="col-xs-12 col-sm-6">
69
                <fieldset class="rows">
72
                <fieldset class="rows">
Lines 204-210 Link Here
204
207
205
                        <li id="libraries_info">
208
                        <li id="libraries_info">
206
                            <fieldset class="rows">
209
                            <fieldset class="rows">
207
                            <legend>Libraries</legend>
210
                            <h3>Libraries</h3>
208
                            <ol>
211
                            <ol>
209
                                [% FOR l IN libraries %]
212
                                [% FOR l IN libraries %]
210
                                <li>
213
                                <li>
Lines 245-251 Link Here
245
248
246
        <fieldset class="action">
249
        <fieldset class="action">
247
            <input type="hidden" name="op" value="update" />
250
            <input type="hidden" name="op" value="update" />
248
            <input type="submit" value="Update your statistics usage" />
251
            <input type="submit" class="principal" value="Update your statistics usage" />
249
            <a class="cancel" href="/cgi-bin/koha/admin/usage_statistics.pl">Cancel</a>
252
            <a class="cancel" href="/cgi-bin/koha/admin/usage_statistics.pl">Cancel</a>
250
        </fieldset>
253
        </fieldset>
251
    </form>
254
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-9 / +14 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'z3950-admin-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
8
6
[% BLOCK ServerType %]
9
[% BLOCK ServerType %]
Lines 24-36 Link Here
24
</head>
27
</head>
25
28
26
<body id="admin_z3950servers" class="admin">
29
<body id="admin_z3950servers" class="admin">
27
[% INCLUDE 'header.inc' %]
30
[% INCLUDE 'header.inc' form=formulaire %]
28
[% INCLUDE 'z3950-admin-search.inc' %]
29
31
30
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
32
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
31
    <ol>
33
    <ol>
32
        <li>
34
        <li>
33
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
35
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
34
        </li>
36
        </li>
35
        <li>
37
        <li>
36
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
38
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
Lines 66-71 Link Here
66
68
67
    </ol>
69
    </ol>
68
</nav>
70
</nav>
71
[% INCLUDE 'shortcut.inc' %]
69
72
70
<div class="main container-fluid">
73
<div class="main container-fluid">
71
    <div class="row">
74
    <div class="row">
Lines 86-98 Link Here
86
    <form action="[% script_name | html %]" name="Aform" method="post" id="serverentry">
89
    <form action="[% script_name | html %]" name="Aform" method="post" id="serverentry">
87
        <input type="hidden" name="op" value="add_validated" />
90
        <input type="hidden" name="op" value="add_validated" />
88
        <input type="hidden" name="servertype" value="[% server.servertype||type||'zed' | html %]"/>
91
        <input type="hidden" name="servertype" value="[% server.servertype||type||'zed' | html %]"/>
92
        <fieldset class="rows">
89
        [% IF op == 'edit' %]
93
        [% IF op == 'edit' %]
90
            <h1>Modify [% PROCESS ServerType %] server</h1>
94
            <h3>Modify [% PROCESS ServerType %] server</h3>
91
            <input type="hidden" name="id" value="[% server.id | html %]" />
95
            <input type="hidden" name="id" value="[% server.id | html %]" />
92
        [% ELSE %]
96
        [% ELSE %]
93
            <h1>New [% PROCESS ServerType %] server</h1>
97
            <h3>New [% PROCESS ServerType %] server</h3>
94
        [% END %]
98
        [% END %]
95
        <fieldset class="rows">
96
        <ol>
99
        <ol>
97
        <li><label for="name" class="required">Server name: </label>
100
        <li><label for="name" class="required">Server name: </label>
98
            <input type="text" name="servername" id="servername" size="65" maxlength="100" value="[% server.servername | html %]" required="required" /> <span class="required">Required</span>
101
            <input type="text" name="servername" id="servername" size="65" maxlength="100" value="[% server.servername | html %]" required="required" /> <span class="required">Required</span>
Lines 196-211 Link Here
196
        </li>
199
        </li>
197
200
198
        </ol>
201
        </ol>
202
        <fieldset class="action"><input type="submit" class="principal" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/z3950servers.pl">Cancel</a></fieldset>
199
        </fieldset>
203
        </fieldset>
200
204
201
        <fieldset class="action"><input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/z3950servers.pl">Cancel</a></fieldset>
202
    </form>
205
    </form>
203
[% END %]
206
[% END %]
204
207
205
[% IF op == 'list' %]
208
[% IF op == 'list' %]
206
    <div id="toolbar" class="btn-toolbar">
209
    <div id="toolbar" class="btn-toolbar">
207
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a>
210
        <a id="newserver" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a>
208
        <a id="newserver" class="btn btn-default" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a>
211
        <a id="newserver" class="btn btn-default toolbar-btn" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a>
209
    </div>
212
    </div>
210
    <h1>Z39.50/SRU servers administration</h1>
213
    <h1>Z39.50/SRU servers administration</h1>
211
    [% IF id %]
214
    [% IF id %]
Lines 213-218 Link Here
213
    [% ELSIF searchfield %]
216
    [% ELSIF searchfield %]
214
        You searched for [% searchfield | html %]
217
        You searched for [% searchfield | html %]
215
    [% END %]
218
    [% END %]
219
    <fieldset id="searchresults">
216
    <table id="serverst">
220
    <table id="serverst">
217
221
218
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th>
222
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th>
Lines 245-250 Link Here
245
        [% END %]
249
        [% END %]
246
        </tbody>
250
        </tbody>
247
    </table>
251
    </table>
252
    </fieldset>
248
[% END %]
253
[% END %]
249
254
250
            </main>
255
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
[% END %]
38
[% END %]
39
39
40
[% IF ( different_ip ) %]
40
[% IF ( different_ip ) %]
41
<div id="login_error"><strong>Error: </strong>IP address has changed. Please log in again </div>
41
<div id="login_error"><strong>Error: </strong>IP address has changed from '[% oldip %]' to '[% newip %]', please log in again </div>
42
[% END %]
42
[% END %]
43
43
44
[% IF ( wrongip ) %]
44
[% IF ( wrongip ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt (-4 / +7 lines)
Lines 1-17 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'authorities-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Authorities &rsaquo; Koha</title>
6
<title>Authorities &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="auth_authorities_home" class="auth">
10
<body id="auth_authorities_home" class="auth">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'authorities-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
        <li>
18
        <li>
17
            <a href="#" aria-current="page">
19
            <a href="#" aria-current="page">
Lines 20-25 Link Here
20
        </li>
22
        </li>
21
    </ol>
23
    </ol>
22
</nav>
24
</nav>
25
[% INCLUDE 'shortcut.inc' %]
23
26
24
<div class="main container-fluid">
27
<div class="main container-fluid">
25
    <div class="row">
28
    <div class="row">
Lines 27-33 Link Here
27
30
28
    [% INCLUDE 'authorities-toolbar.inc' %]
31
    [% INCLUDE 'authorities-toolbar.inc' %]
29
32
30
    <h1>Authorities</h1>
33
    <h2>Authorities</h2>
31
34
32
    <div id="merge_in_progress"></div>
35
    <div id="merge_in_progress"></div>
33
36
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-6 / +9 lines)
Lines 254-260 Link Here
254
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
254
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
255
        <ol>
255
        <ol>
256
            <li>
256
            <li>
257
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
257
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
258
            </li>
258
            </li>
259
            <li>
259
            <li>
260
                <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
260
                <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
Lines 277-282 Link Here
277
            [% END %]
277
            [% END %]
278
        </ol>
278
        </ol>
279
    </nav> <!-- /#breadcrumbs -->
279
    </nav> <!-- /#breadcrumbs -->
280
    [% INCLUDE 'shortcut.inc' %]
280
281
281
    <div class="main container-fluid">
282
    <div class="main container-fluid">
282
        <div class="row">
283
        <div class="row">
Lines 313-331 Link Here
313
                    <input type="hidden" value="0" id="confirm_not_duplicate" name="confirm_not_duplicate" />
314
                    <input type="hidden" value="0" id="confirm_not_duplicate" name="confirm_not_duplicate" />
314
315
315
                    <div id="toolbar" class="btn-toolbar">
316
                    <div id="toolbar" class="btn-toolbar">
316
                        <div class="btn-group"><a href="#" id="addauth" class="btn btn-default" accesskey="w"><i class="fa fa-save"></i> Save</a></div>
317
                        <div class="btn-group"><a href="#" id="addauth" class="btn btn-default toolbar-btn principal" accesskey="w"><i class="fa fa-save"></i> Save</a></div>
317
                        <div class="btn-group">
318
                        <div class="btn-group">
318
                            [% IF ( authid ) %]
319
                            [% IF ( authid ) %]
319
                                <a class="btn btn-default" id="z3950submit" href="#"><i class="fa fa-search"></i> Replace record via Z39.50/SRU search</a>
320
                                <a class="btn btn-default toolbar-btn" id="z3950submit" href="#"><i class="fa fa-search"></i> Replace record via Z39.50/SRU search</a>
320
                            [% ELSE %]
321
                            [% ELSE %]
321
                                <a class="btn btn-default" id="z3950submit" href="#"><i class="fa fa-search"></i> Z39.50/SRU search</a>
322
                                <a class="btn btn-default toolbar-btn" id="z3950submit" href="#"><i class="fa fa-search"></i> Z39.50/SRU search</a>
322
                            [% END %]
323
                            [% END %]
323
                        </div>
324
                        </div>
324
                        <div class="btn-group">
325
                        <div class="btn-group">
325
                            [% IF ( authid ) %]
326
                            [% IF ( authid ) %]
326
                                <a class="btn btn-default" id="cancel" href="/cgi-bin/koha/authorities/detail.pl?authid=[% authid | url %]">Cancel</a>
327
                                <a class="btn btn-default cancel" id="cancel" href="/cgi-bin/koha/authorities/detail.pl?authid=[% authid | url %]">Cancel</a>
327
                            [% ELSE %]
328
                            [% ELSE %]
328
                                <a class="btn btn-default" id="cancel" href="/cgi-bin/koha/authorities/authorities-home.pl">Cancel</a>
329
                                <a class="btn btn-default cancel" id="cancel" href="/cgi-bin/koha/authorities/authorities-home.pl">Cancel</a>
329
                            [% END %]
330
                            [% END %]
330
                        </div>
331
                        </div>
331
                        <div class="toolbar-tabs-container">
332
                        <div class="toolbar-tabs-container">
Lines 363-368 Link Here
363
                                This authority is not used in any records.
364
                                This authority is not used in any records.
364
                        [% END %]
365
                        [% END %]
365
                    </div>
366
                    </div>
367
                    <fieldset class="select-libs">
366
                    <div id="authoritytabs" class="toptabs numbered">
368
                    <div id="authoritytabs" class="toptabs numbered">
367
                        <ul>
369
                        <ul>
368
                            [% FOREACH BIG_LOO IN BIG_LOOP %]
370
                            [% FOREACH BIG_LOO IN BIG_LOOP %]
Lines 589-594 Link Here
589
                            <input type="hidden" name="tag_mandatory" value="[% hidden_loo.tag_mandatory | html %]" />
591
                            <input type="hidden" name="tag_mandatory" value="[% hidden_loo.tag_mandatory | html %]" />
590
                        [% END %]
592
                        [% END %]
591
                    </div> <!-- /.tab -->
593
                    </div> <!-- /.tab -->
594
                    </fieldset>
592
                    [% IF ( oldauthnumtagfield ) %]
595
                    [% IF ( oldauthnumtagfield ) %]
593
                        <input type="hidden" name="tag" value="[% oldauthnumtagfield | html %]" />
596
                        <input type="hidden" name="tag" value="[% oldauthnumtagfield | html %]" />
594
                        <input type="hidden" name="subfield" value="[% oldauthnumtagsubfield | html %]" />
597
                        <input type="hidden" name="subfield" value="[% oldauthnumtagsubfield | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-5 / +11 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'authorities-search.inc' %]
6
[% END %]
4
[% PROCESS 'authorities.inc' %]
7
[% PROCESS 'authorities.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
Lines 18-30 Link Here
18
</head>
21
</head>
19
22
20
<body id="auth_detail" class="auth">
23
<body id="auth_detail" class="auth">
21
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' form=formulaire %]
22
[% INCLUDE 'authorities-search.inc' %]
23
25
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
    <ol>
27
    <ol>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
29
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
28
        </li>
30
        </li>
29
        <li>
31
        <li>
30
            <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
32
            <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
Lines 41-46 Link Here
41
        </li>
43
        </li>
42
    </ol>
44
    </ol>
43
</nav>
45
</nav>
46
[% INCLUDE 'shortcut.inc' %]
44
47
45
<div class="main container-fluid">
48
<div class="main container-fluid">
46
    <div class="row">
49
    <div class="row">
Lines 56-66 Link Here
56
59
57
60
58
            [% IF ( unknownauthid ) %]
61
            [% IF ( unknownauthid ) %]
59
                <h1>Authority does not exist</h1>
62
                <h2>Authority does not exist</h2>
60
                <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
63
                <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
61
            [% ELSE %]
64
            [% ELSE %]
62
65
63
                <h1>Authority #[% authid | html %] ([% authtypetext | html %])</h1>
66
                <h2>Authority #[% authid | html %] ([% authtypetext | html %])</h2>
64
67
65
                <div id="action">
68
                <div id="action">
66
                    [% IF count %]
69
                    [% IF count %]
Lines 121-126 Link Here
121
                            </div> <!-- /.tab-pane -->
124
                            </div> <!-- /.tab-pane -->
122
                        [% END # /FOREACH BIG_LOO %]
125
                        [% END # /FOREACH BIG_LOO %]
123
                    </div> <!-- /.tab-content -->
126
                    </div> <!-- /.tab-content -->
127
            </fieldset>
128
            </div>
129
            </div>
124
                </div> <!-- /#authoritiestabs -->
130
                </div> <!-- /#authoritiestabs -->
125
            [% END # /IF ( unknownauthid ) %]
131
            [% END # /IF ( unknownauthid ) %]
126
        </div> <!-- /.col-md-8 col-md-offset-2 -->
132
        </div> <!-- /.col-md-8 col-md-offset-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-3 / +6 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'merge-record.inc' %]
3
[% PROCESS 'merge-record.inc' %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'authorities-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Merging records &rsaquo; Cataloging &rsaquo; Koha</title>
9
<title>Merging records &rsaquo; Cataloging &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 13-25 div#result { margin-top: 1em; } Link Here
13
</head>
16
</head>
14
17
15
<body id="auth_merge" class="cat">
18
<body id="auth_merge" class="cat">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'authorities-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
27
            <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
Lines 31-36 div#result { margin-top: 1em; } Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-3 / +6 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'authorities-search.inc' %]
7
[% END %]
5
[% PROCESS 'authorities-search-results.inc' %]
8
[% PROCESS 'authorities-search-results.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Authority search results &rsaquo; Authorities &rsaquo; Koha</title>
10
<title>Authority search results &rsaquo; Authorities &rsaquo; Koha</title>
Lines 19-31 Link Here
19
</head>
22
</head>
20
23
21
<body id="auth_searchresultlist" class="auth">
24
<body id="auth_searchresultlist" class="auth">
22
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' form=formulaire %]
23
[% INCLUDE 'authorities-search.inc' %]
24
26
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
28
    <ol>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
30
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
29
        </li>
31
        </li>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
33
            <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
Lines 37-42 Link Here
37
        </li>
39
        </li>
38
    </ol>
40
    </ol>
39
</nav>
41
</nav>
42
[% INCLUDE 'shortcut.inc' %]
40
43
41
<div class="main container-fluid">
44
<div class="main container-fluid">
42
    <div class="row">
45
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-7 / +9 lines)
Lines 40-54 Link Here
40
                    <h1>Your cart</h1>
40
                    <h1>Your cart</h1>
41
41
42
                    <div id="toolbar" class="btn-toolbar">
42
                    <div id="toolbar" class="btn-toolbar">
43
                    <div>
43
                        [% IF ( verbose ) %]
44
                        [% IF ( verbose ) %]
44
                            <a href="basket.pl" class="btn btn-default showdetails showless"><i class="fa fa-folder"></i> Brief display</a>
45
                            <a href="basket.pl" class="toolbar-btn showdetails showless"><i class="fa fa-folder"></i> Brief display</a>
45
                        [% ELSE %]
46
                        [% ELSE %]
46
                            <a href="basket.pl" class="btn btn-default showdetails showmore"><i class="fa fa-folder-open"></i> More details</a>
47
                            <a href="basket.pl" class="toolbar-btn showdetails showmore"><i class="fa fa-folder-open"></i> More details</a>
47
                        [% END %]
48
                        [% END %]
48
49
49
                        <a class="btn btn-default" href="basket.pl" id="send_cart"><i class="fa fa-envelope"></i> Send</a>
50
                        <a class="toolbar-btn" href="basket.pl" id="send_cart"><i class="fa fa-envelope"></i> Send</a>
50
                        <div class="btn-group">
51
                        <div class="btn-group">
51
                            <a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="#" id="downloadcart"><i class="fa fa-download"></i> Download <span class="caret"></span> </a>
52
                            <a class="toolbar-btn dropdown-toggle" data-toggle="dropdown" href="#" id="downloadcart"><i class="fa fa-download"></i> Download <span class="caret"></span> </a>
52
                            <ul class="dropdown-menu">
53
                            <ul class="dropdown-menu">
53
                                <li><a href="/cgi-bin/koha/basket/downloadcart.pl?format=iso2709&amp;bib_list=[% bib_list | uri %]">iso2709</a></li>
54
                                <li><a href="/cgi-bin/koha/basket/downloadcart.pl?format=iso2709&amp;bib_list=[% bib_list | uri %]">iso2709</a></li>
54
                                <li><a href="/cgi-bin/koha/basket/downloadcart.pl?format=ris&amp;bib_list=[% bib_list | uri %]">RIS</a></li>
55
                                <li><a href="/cgi-bin/koha/basket/downloadcart.pl?format=ris&amp;bib_list=[% bib_list | uri %]">RIS</a></li>
Lines 58-66 Link Here
58
                            [% END %]
59
                            [% END %]
59
                            </ul>
60
                            </ul>
60
                        </div>
61
                        </div>
61
                        <a class="btn btn-default" href="basket.pl" id="print_cart"><i class="fa fa-print"></i> Print</a>
62
                        <a class="toolbar-btn" href="basket.pl" id="print_cart"><i class="fa fa-print"></i> Print</a>
62
                        <a class="btn btn-default" href="basket.pl" id="empty_cart"><i class="fa fa-trash"></i> Empty and close</a>
63
                        <a class="toolbar-btn" href="basket.pl" id="empty_cart"><i class="fa fa-trash"></i> Empty and close</a>
63
                        <a class="btn btn-default close" href="basket.pl"><i class="fa fa-times-circle"></i> Hide window</a>
64
                        <a class="toolbar-btn close" href="basket.pl"><i class="fa fa-times-circle"></i> Hide window</a>
65
                    </div>
64
                    </div>
66
                    </div>
65
67
66
68
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-6 / +9 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
  [% IF ( unknownbiblionumber ) %]
10
  [% IF ( unknownbiblionumber ) %]
Lines 14-26 Link Here
14
</head>
17
</head>
15
<body id="catalog_ISBDdetail" class="catalog">
18
<body id="catalog_ISBDdetail" class="catalog">
16
19
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'cat-search.inc' %]
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
        </li>
26
        </li>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
28
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 44-68 Link Here
44
        [% END %]
46
        [% END %]
45
    </ol>
47
    </ol>
46
</nav>
48
</nav>
49
[% INCLUDE 'shortcut.inc' %]
47
50
48
<div class="main container-fluid">
51
<div class="main container-fluid">
49
    <div class="row">
52
    <div class="row">
50
        <div class="col-sm-10 col-sm-push-2">
53
        <div class="col-sm-10 col-sm-push-2">
51
            <main>
54
            <main>
52
55
53
                <h1>
56
	[% INCLUDE 'cat-toolbar.inc' %]
57
                <h2>
54
                    [% IF ( unknownbiblionumber ) %]
58
                    [% IF ( unknownbiblionumber ) %]
55
                        Unknown record
59
                        Unknown record
56
                    [% ELSE %]
60
                    [% ELSE %]
57
                        ISBD details for [% INCLUDE 'biblio-title-head.inc' %]
61
                        ISBD details for [% INCLUDE 'biblio-title-head.inc' %]
58
                    [% END %]
62
                    [% END %]
59
                </h1>
63
                </h2>
60
64
61
[% IF ( unknownbiblionumber ) %]
65
[% IF ( unknownbiblionumber ) %]
62
    <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
66
    <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
63
[% ELSE %]
67
[% ELSE %]
64
68
65
	[% INCLUDE 'cat-toolbar.inc' %]
66
    [% IF ( ocoins ) %]
69
    [% IF ( ocoins ) %]
67
    <!-- COinS / OpenURL -->
70
    <!-- COinS / OpenURL -->
68
    <span class="Z3988" title="[% ocoins | html %]"></span>
71
    <span class="Z3988" title="[% ocoins | html %]"></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-5 / +10 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
  [% IF ( unknownbiblionumber ) %]
10
  [% IF ( unknownbiblionumber ) %]
Lines 15-27 Link Here
15
18
16
<body id="catalog_MARCdetail" class="catalog">
19
<body id="catalog_MARCdetail" class="catalog">
17
20
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'cat-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
29
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 45-50 Link Here
45
        [% END %]
47
        [% END %]
46
    </ol>
48
    </ol>
47
</nav>
49
</nav>
50
[% INCLUDE 'shortcut.inc' %]
48
51
49
<div class="main container-fluid">
52
<div class="main container-fluid">
50
    <div class="row">
53
    <div class="row">
Lines 52-65 Link Here
52
            <main>
55
            <main>
53
56
54
[% IF ( unknownbiblionumber ) %]
57
[% IF ( unknownbiblionumber ) %]
55
    <h1>Unknown record</h1>
58
    <h2>Unknown record</h2>
56
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
59
  <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
57
[% ELSE %]
60
[% ELSE %]
58
61
59
[% INCLUDE 'cat-toolbar.inc' %]
62
[% INCLUDE 'cat-toolbar.inc' %]
60
63
61
[% UNLESS ( popup ) %]
64
[% UNLESS ( popup ) %]
62
    <h1>MARC record: [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
65
    <h2>MARC record: [% biblionumber | html %]  ( [% bibliotitle | html %] )</h2>
63
[% END %]
66
[% END %]
64
67
65
    <p><strong>With framework : <select name="Frameworks" id="Frameworks">
68
    <p><strong>With framework : <select name="Frameworks" id="Frameworks">
Lines 117-122 Link Here
117
[% END %]
120
[% END %]
118
121
119
    <div id="bibliotabs" class="toptabs">
122
    <div id="bibliotabs" class="toptabs">
123
    <fieldset id="searchresults">
120
        <ul class="nav nav-tabs" role="tablist">
124
        <ul class="nav nav-tabs" role="tablist">
121
            [% IF ( tab0XX ) %]
125
            [% IF ( tab0XX ) %]
122
                <li role="presentation"><a href="#tab0XX" aria-controls="tab0XX" role="tab" data-toggle="tab">&#48;</a></li>
126
                <li role="presentation"><a href="#tab0XX" aria-controls="tab0XX" role="tab" data-toggle="tab">&#48;</a></li>
Lines 192-197 Link Here
192
                </div>
196
                </div>
193
            [% END %]
197
            [% END %]
194
        </div> <!-- /.tab-content -->
198
        </div> <!-- /.tab-content -->
199
        </fieldset>
195
    </div> <!-- /#bibliotabs -->
200
    </div> <!-- /#bibliotabs -->
196
201
197
            </main>
202
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-22 / +27 lines)
Lines 3-8 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'adv-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Advanced search &rsaquo; Catalog &rsaquo; Koha</title>
10
<title>Advanced search &rsaquo; Catalog &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 26-38 Link Here
26
[%- END -%]
29
[%- END -%]
27
30
28
<body id="catalog_advsearch" class="catalog">
31
<body id="catalog_advsearch" class="catalog">
29
[% INCLUDE 'header.inc' %]
32
[% INCLUDE 'header.inc' form=formulaire %]
30
[% INCLUDE 'adv-search.inc' %]
31
33
32
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
34
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
33
    <ol>
35
    <ol>
34
        <li>
36
        <li>
35
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
37
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
36
        </li>
38
        </li>
37
        <li>
39
        <li>
38
            <a href="#" aria-current="page">
40
            <a href="#" aria-current="page">
Lines 41-46 Link Here
41
        </li>
43
        </li>
42
    </ol>
44
    </ol>
43
</nav>
45
</nav>
46
[% INCLUDE 'shortcut.inc' %]
44
47
45
<div class="main container-fluid">
48
<div class="main container-fluid">
46
    <div class="row">
49
    <div class="row">
Lines 49-79 Link Here
49
            <form action="search.pl" method="get">
52
            <form action="search.pl" method="get">
50
                <div id="advanced-search">
53
                <div id="advanced-search">
51
                    <input type="hidden" name="advsearch" value="1"/>
54
                    <input type="hidden" name="advsearch" value="1"/>
52
                    <h1>Advanced search</h1>
55
                    <h2>Advanced search</h2>
53
                    <p>
54
                        <a href="/cgi-bin/koha/catalogue/itemsearch.pl">Go to item search</a>
55
                        [% IF searchid %]
56
                            <div id="previous_search_link"></div>
57
                        [% END %]
58
                    </p>
59
56
60
                    <!-- SEARCH BUTTONS -->
57
                    <!-- SEARCH BUTTONS -->
61
                    <div id="toolbar" class="btn-toolbar">
58
                    <div id="toolbar" class="btn-toolbar">
62
                        <fieldset class="action" id="submit1">
59
                        <fieldset class="action" id="submit1">
63
                            <div class="btn-group">
60
                            <div class="btn-group">
64
                                <button class="btn btn-default" type="submit" accesskey="s"><i class="fa fa-search"></i> Search</button>
61
                                <button class="btn btn-default principal" type="submit" accesskey="s"><i class="fa fa-search"></i> Search</button>
65
                            </div>
62
                            </div>
66
                            <div class="btn-group">
63
                            <div class="btn-group">
67
                            [% IF ( expanded_options ) %]
64
                            [% IF ( expanded_options ) %]
68
                                <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0" class="btn btn-link"><i class="fa fa-search-minus"></i> Fewer options</a>
65
                                <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0" class="btn toolbar-btn"><i class="fa fa-search-minus"></i> Fewer options</a>
69
                            </div>
66
                            </div>
70
                            [% ELSE %]
67
                            [% ELSE %]
71
                                <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1" class="btn btn-link"><i class="fa fa-search-plus"></i> More options</a>
68
                                <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1" class="btn toolbar-btn"><i class="fa fa-search-plus"></i> More options</a>
72
                            </div>
69
                            </div>
73
                            [% END %]
70
                            [% END %]
74
                            <div class="btn-group">
71
                            <div class="btn-group">
75
                                <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear&expanded_options=[% expanded_options | uri %]" class="btn btn-link"><i class="fa fa-trash"></i> Clear fields</a>
72
                                <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear&expanded_options=[% expanded_options | uri %]" class="btn toolbar-btn"><i class="fa fa-trash"></i> Clear fields</a>
76
                            </div>
73
                            </div>
74
                            <div class="btn-group">
75
                                <a href="/cgi-bin/koha/catalogue/itemsearch.pl" class="btn btn-default toolbar-btn"><i class="fa fa-search"></i> Go to item search</a>
76
                            </div>
77
                            [% IF searchid %]
78
                                <div id="previous_search_link"></div>
79
                            [% END %]
77
                        </fieldset> <!-- /.action -->
80
                        </fieldset> <!-- /.action -->
78
                    </div> <!-- /#toolbar -->
81
                    </div> <!-- /#toolbar -->
79
                    <!-- /SEARCH BUTTONS -->
82
                    <!-- /SEARCH BUTTONS -->
Lines 81-87 Link Here
81
                    [% IF ( outer_servers_loop ) %]
84
                    [% IF ( outer_servers_loop ) %]
82
                        <!-- DATABASES -->
85
                        <!-- DATABASES -->
83
                        <fieldset>
86
                        <fieldset>
84
                            <legend>Select local databases</legend>
87
                            <h3>Select local databases</h3>
85
                            [% FOREACH local_servers_loo IN local_servers_loop %]
88
                            [% FOREACH local_servers_loo IN local_servers_loop %]
86
                                [% IF ( local_servers_loo.checked ) %]
89
                                [% IF ( local_servers_loo.checked ) %]
87
                                    <input type="checkbox" id="[% local_servers_loo.id | html %]" name="[% local_servers_loo.name | html %]" checked="checked" value="[% local_servers_loo.value | html %]" />
90
                                    <input type="checkbox" id="[% local_servers_loo.id | html %]" name="[% local_servers_loo.name | html %]" checked="checked" value="[% local_servers_loo.value | html %]" />
Lines 99-105 Link Here
99
                    [% IF ( outer_servers_loop ) %]
102
                    [% IF ( outer_servers_loop ) %]
100
                        <!-- REMOTE DATABASES -->
103
                        <!-- REMOTE DATABASES -->
101
                        <fieldset id="databases">
104
                        <fieldset id="databases">
102
                            <legend>Select remote databases</legend>
105
                            <h3>Select remote databases</h3>
103
                            [% FOREACH outer_servers_loo IN outer_servers_loop %]
106
                            [% FOREACH outer_servers_loo IN outer_servers_loop %]
104
                                [% IF ( outer_servers_loo.checked ) %]
107
                                [% IF ( outer_servers_loo.checked ) %]
105
                                    <input type="checkbox" id="[% outer_servers_loo.id | html %]" name="[% outer_servers_loo.name | html %]" checked="checked" value="[% outer_servers_loo.value | html %]" />
108
                                    <input type="checkbox" id="[% outer_servers_loo.id | html %]" name="[% outer_servers_loo.name | html %]" checked="checked" value="[% outer_servers_loo.value | html %]" />
Lines 116-122 Link Here
116
119
117
                    <!-- BOOLEAN SEARCH OPTIONS -->
120
                    <!-- BOOLEAN SEARCH OPTIONS -->
118
                    <fieldset id="searchterms">
121
                    <fieldset id="searchterms">
119
                        <legend>Search for </legend>
122
                        <h3>Search for </h3>
120
                        [% FOREACH query IN queries %]
123
                        [% FOREACH query IN queries %]
121
                            [% IF ( expanded_options ) %]
124
                            [% IF ( expanded_options ) %]
122
                                [% IF loop.first %]
125
                                [% IF loop.first %]
Lines 178-183 Link Here
178
181
179
                <!-- MC-TYPE LIMITS -->
182
                <!-- MC-TYPE LIMITS -->
180
                <div id="advsearches" class="toptabs">
183
                <div id="advsearches" class="toptabs">
184
                <fieldset>
181
                    <ul class="nav nav-tabs" role="tablist">
185
                    <ul class="nav nav-tabs" role="tablist">
182
                        [% FOREACH advsearchloo IN advancedsearchesloop %]
186
                        [% FOREACH advsearchloo IN advancedsearchesloop %]
183
                            <li role="presentation" id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
187
                            <li role="presentation" id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
Lines 230-242 Link Here
230
                            </div> <!-- /#advsearch-[% advsearchloo.advanced_search_type | html %] -->
234
                            </div> <!-- /#advsearch-[% advsearchloo.advanced_search_type | html %] -->
231
                        [% END # /FOREACH advsearchloo %]
235
                        [% END # /FOREACH advsearchloo %]
232
                    </div> <!-- /.tab-content -->
236
                    </div> <!-- /.tab-content -->
237
                </fieldset>
233
                </div> <!-- /#advsearches -->
238
                </div> <!-- /#advsearches -->
234
                <!-- /MC-TYPE LIMIT -->
239
                <!-- /MC-TYPE LIMIT -->
235
240
236
                [% IF ( expanded_options ) %]
241
                [% IF ( expanded_options ) %]
237
                    <!-- BASIC LIMITS -->
242
                    <!-- BASIC LIMITS -->
238
                    <fieldset id="basiclimits">
243
                    <fieldset id="basiclimits">
239
                        <legend>Limits</legend>
244
                        <h3>Limits</h3>
240
                        <fieldset id="pubrange">
245
                        <fieldset id="pubrange">
241
                            <!-- PUB / COPY YEAR LIMIT --><!-- FIXME: add publication,copyright,acquisition options -->
246
                            <!-- PUB / COPY YEAR LIMIT --><!-- FIXME: add publication,copyright,acquisition options -->
242
                            <p>
247
                            <p>
Lines 272-281 Link Here
272
                    [% PROCESS 'subtype_limits.inc' %]
277
                    [% PROCESS 'subtype_limits.inc' %]
273
                    <!-- SUBTYPE LIMITS -->
278
                    <!-- SUBTYPE LIMITS -->
274
                    <fieldset id="subtype">
279
                    <fieldset id="subtype">
275
                        <legend>Subtype limits</legend><p>
280
                        <h3>Subtype limits</h3><p>
276
                        [% PROCESS subtype_dropdowns %]
281
                        [% PROCESS subtype_dropdowns %]
277
                        <fieldset id="current_subtype_limits">
282
                        <fieldset id="current_subtype_limits">
278
                            <legend>Current subtype limits</legend>
283
                            <h3>Current subtype limits</h3>
279
                            [% FOREACH subtype IN ['aud','fic','bio','ctype','l-format'] %]
284
                            [% FOREACH subtype IN ['aud','fic','bio','ctype','l-format'] %]
280
                                [% FOREACH limit IN limits.$subtype %]
285
                                [% FOREACH limit IN limits.$subtype %]
281
                                    <span>
286
                                    <span>
Lines 292-298 Link Here
292
297
293
                <!-- AVAILABILITY LIMITS -->
298
                <!-- AVAILABILITY LIMITS -->
294
                <fieldset id="availability">
299
                <fieldset id="availability">
295
                    <legend>Location and availability</legend>
300
                    <h3>Location and availability</h3>
296
                    <fieldset id="currently-avail">
301
                    <fieldset id="currently-avail">
297
                        [% IF limit_available %]
302
                        [% IF limit_available %]
298
                            <p><label for="available-items">Only items currently available:</label> <input type="checkbox" id="available-items" name="limit" value="available"  checked="checked" /></p>
303
                            <p><label for="available-items">Only items currently available:</label> <input type="checkbox" id="available-items" name="limit" value="available"  checked="checked" /></p>
Lines 355-361 Link Here
355
360
356
                <!-- RANK LIMITS -->
361
                <!-- RANK LIMITS -->
357
                <fieldset id="sortby">
362
                <fieldset id="sortby">
358
                    <legend>Sorting</legend>
363
                    <h3>Sorting</h3>
359
                    <p>
364
                    <p>
360
                        <label for="sort_by">Sort by: </label>
365
                        <label for="sort_by">Sort by: </label>
361
                        <select id="sort_by" name="sort_by">
366
                        <select id="sort_by" name="sort_by">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-4 / +9 lines)
Lines 32-37 Link Here
32
[% SET plugins_intranet_catalog_biblio_tabs = KohaPlugins.get_plugins_intranet_catalog_biblio_tab({ biblio => biblio, biblio_id => biblionumber }) %]
32
[% SET plugins_intranet_catalog_biblio_tabs = KohaPlugins.get_plugins_intranet_catalog_biblio_tab({ biblio => biblio, biblio_id => biblionumber }) %]
33
33
34
[% SET footerjs = 1 %]
34
[% SET footerjs = 1 %]
35
[% formulaire = BLOCK %]
36
    [% INCLUDE 'cat-search.inc' %]
37
[% END %]
35
[% INCLUDE 'doc-head-open.inc' %]
38
[% INCLUDE 'doc-head-open.inc' %]
36
<title>
39
<title>
37
  [% IF ( unknownbiblionumber ) %]
40
  [% IF ( unknownbiblionumber ) %]
Lines 46-58 Link Here
46
49
47
<body id="catalog_detail" class="catalog">
50
<body id="catalog_detail" class="catalog">
48
51
49
[% INCLUDE 'header.inc' %]
52
[% INCLUDE 'header.inc' form=formulaire %]
50
[% INCLUDE 'cat-search.inc' %]
51
53
52
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
54
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
53
    <ol>
55
    <ol>
54
        <li>
56
        <li>
55
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
57
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
56
        </li>
58
        </li>
57
        <li>
59
        <li>
58
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
60
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 76-81 Link Here
76
        [% END %]
78
        [% END %]
77
    </ol>
79
    </ol>
78
</nav>
80
</nav>
81
[% INCLUDE 'shortcut.inc' %]
79
82
80
<div class="main container-fluid">
83
<div class="main container-fluid">
81
    <div class="row">
84
    <div class="row">
Lines 269-274 Link Here
269
</div>
272
</div>
270
273
271
<div id="bibliodetails" class="toptabs">
274
<div id="bibliodetails" class="toptabs">
275
<fieldset id="searchresults">
272
276
273
<ul class="nav nav-tabs" role="tablist">
277
<ul class="nav nav-tabs" role="tablist">
274
    [% IF (SeparateHoldings) %]
278
    [% IF (SeparateHoldings) %]
Lines 1050-1055 Note that permanent location is a code, and location may be an authval. Link Here
1050
[% END %]
1054
[% END %]
1051
1055
1052
</div><!-- /tab-content -->
1056
</div><!-- /tab-content -->
1057
</fieldset>
1053
</div><!-- /bibliodetails -->
1058
</div><!-- /bibliodetails -->
1054
1059
1055
<div id="export" style="margin-top: 1em;">
1060
<div id="export" style="margin-top: 1em;">
Lines 1062-1068 Note that permanent location is a code, and location may be an authval. Link Here
1062
        <option value="marcxml">MARCXML</option>
1067
        <option value="marcxml">MARCXML</option>
1063
        <option value="marc8">MARC (non-Unicode/MARC-8)</option>
1068
        <option value="marc8">MARC (non-Unicode/MARC-8)</option>
1064
        <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
1069
        <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
1065
        <input type="submit" name="save" value="Download record" /></td>
1070
        <input type="submit" class="principal" name="save" value="Download record" /></td>
1066
  </tr>
1071
  </tr>
1067
  <tr><td>
1072
  <tr><td>
1068
    <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber | html %]" />
1073
    <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-3 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Images &rsaquo; [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
8
<title>Images &rsaquo; [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
Lines 24-36 Link Here
24
27
25
<body id="catalog_imageviewer" class="catalog">
28
<body id="catalog_imageviewer" class="catalog">
26
29
27
[% INCLUDE 'header.inc' %]
30
[% INCLUDE 'header.inc' form=formulaire %]
28
[% INCLUDE 'cat-search.inc' %]
29
31
30
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
32
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
31
    <ol>
33
    <ol>
32
        <li>
34
        <li>
33
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
35
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
34
        </li>
36
        </li>
35
        <li>
37
        <li>
36
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
38
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 45-50 Link Here
45
        </li>
47
        </li>
46
    </ol>
48
    </ol>
47
</nav>
49
</nav>
50
[% INCLUDE 'shortcut.inc' %]
48
51
49
<div class="main container-fluid">
52
<div class="main container-fluid">
50
    <div class="row">
53
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-6 / +9 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'cat-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Checkout history for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
12
<title>Checkout history for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
Lines 12-24 Link Here
12
15
13
<body id="catalog_issuehistory" class="catalog">
16
<body id="catalog_issuehistory" class="catalog">
14
17
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
26
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 33-50 Link Here
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
35
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
36
39
37
<div class="main container-fluid">
40
<div class="main container-fluid">
38
    <div class="row">
41
    <div class="row">
39
        <div class="col-sm-10 col-sm-push-2">
42
        <div class="col-sm-10 col-sm-push-2">
40
            <main>
43
            <main>
41
44
42
<h1>Checkout history for [% INCLUDE 'biblio-title.inc' %]</h1>
45
<h2>Checkout history for [% INCLUDE 'biblio-title.inc' %]</h2>
43
[% IF biblio.author %]<h3>by [% biblio.author | html %]</h3>[% END %]
46
[% IF biblio.author %]<h3>by [% biblio.author | html %]</h3>[% END %]
44
47
45
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
48
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
46
49
47
<div class="searchresults">
50
<fildset id="searchresults">
48
    [% IF checkouts %]
51
    [% IF checkouts %]
49
        <h4>Checked out [% checkouts.size | html %] times</h4>
52
        <h4>Checked out [% checkouts.size | html %] times</h4>
50
        <table id="table_issues">
53
        <table id="table_issues">
Lines 114-120 Link Here
114
        <strong>[% biblio.title | html %][% IF biblio.author %], by [% biblio.author | html %][% END %]</strong> has never been checked out.</p></div>
117
        <strong>[% biblio.title | html %][% IF biblio.author %], by [% biblio.author | html %][% END %]</strong> has never been checked out.</p></div>
115
118
116
    [% END %]
119
    [% END %]
117
</div>
120
</fildset>
118
121
119
            </main>
122
            </main>
120
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
123
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-14 / +20 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE To %]
2
[% USE To %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'home-search.inc' %]
6
[% END %]
4
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
5
8
6
[%- BLOCK form_label -%]
9
[%- BLOCK form_label -%]
Lines 148-160 Link Here
148
</head>
151
</head>
149
152
150
<body id="catalog_itemsearch" class="catalog">
153
<body id="catalog_itemsearch" class="catalog">
151
  [% INCLUDE 'header.inc' %]
154
  [% INCLUDE 'header.inc' form=formulaire %]
152
  [% INCLUDE 'home-search.inc' %]
153
155
154
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
156
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
155
    <ol>
157
    <ol>
156
        <li>
158
        <li>
157
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
159
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
158
        </li>
160
        </li>
159
        <li>
161
        <li>
160
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
162
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 166-187 Link Here
166
        </li>
168
        </li>
167
    </ol>
169
    </ol>
168
</nav>
170
</nav>
171
[% INCLUDE 'shortcut.inc' %]
169
172
170
<div class="main container-fluid">
173
<div class="main container-fluid">
171
    <div class="row">
174
    <div class="row">
172
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
175
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
173
176
174
    <div id="item-search-block">
175
      <h1>Item search</h1>
176
177
      <p><a href="/cgi-bin/koha/catalogue/search.pl">Go to advanced search</a></p>
178
      <form action="/cgi-bin/koha/catalogue/itemsearch.pl" method="get" id="itemsearchform">
177
      <form action="/cgi-bin/koha/catalogue/itemsearch.pl" method="get" id="itemsearchform">
178
    <div id="item-search-block">
179
      <h2>Item search</h2>
179
          <div id="toolbar" class="btn-toolbar">
180
          <div id="toolbar" class="btn-toolbar">
180
              <fieldset class="action">
181
              <div>
181
                  <div class="btn-group">
182
                <div class="btn-group">
182
                      <button class="btn btn-default"><i class="fa fa-search"></i> Search</button>
183
                  <button class="principal" type="submit" accesskey="s"><i class="fa fa-search"></i> Search</button>
183
                  </div>
184
                </div>
184
              </fieldset>
185
                <div class="btn-group">
186
                  <a href="/cgi-bin/koha/catalogue/search.pl" class="toolbar-btn"><i class="fa fa-search"></i> Go to advanced search</a>
187
                </div>
188
              </div>
185
          </div>
189
          </div>
186
          <fieldset>
190
          <fieldset>
187
            [% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %]
191
            [% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %]
Lines 262-274 Link Here
262
              <input type="radio" id="format-barcodes" name="format" value="barcodes"/> <label for="format-barcodes">Barcodes file</label>
266
              <input type="radio" id="format-barcodes" name="format" value="barcodes"/> <label for="format-barcodes">Barcodes file</label>
263
            </div>
267
            </div>
264
          </fieldset>
268
          </fieldset>
265
      </form>
266
    </div>
269
    </div>
270
      </form>
267
    </div>
271
    </div>
268
  </div>
272
  </div>
269
    <div class="row">
273
    <div class="row">
270
        <div class="col-md-12">
274
        <div class="col-md-12">
275
        <fieldset id="searchresults">
271
      <div id="results-wrapper"></div>
276
      <div id="results-wrapper"></div>
277
      </fieldset>
272
        </div>
278
        </div>
273
      </div>
279
      </div>
274
280
Lines 433-439 Link Here
433
              .append(exportButton);
439
              .append(exportButton);
434
440
435
            var results_heading = $('<div>').addClass('results-heading')
441
            var results_heading = $('<div>').addClass('results-heading')
436
                .append("<h1>" + _("Item search results") + "</h1>")
442
                .append("<h2>" + _("Item search results") + "</h2>")
437
                .append($('<p>').append(advSearchLink))
443
                .append($('<p>').append(advSearchLink))
438
                .append($('<p>').append(editSearchLink))
444
                .append($('<p>').append(editSearchLink))
439
                .append(exportLinks);
445
                .append(exportLinks);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-3 / +6 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
9
7
<title>
10
<title>
Lines 16-28 Link Here
16
</head>
19
</head>
17
20
18
<body id="catlaog_labeledMARCdetail" class="catalog">
21
<body id="catlaog_labeledMARCdetail" class="catalog">
19
	[% INCLUDE 'header.inc' %]
22
	[% INCLUDE 'header.inc' form=formulaire %]
20
	[% INCLUDE 'cat-search.inc' %]
21
23
22
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
        <ol>
25
        <ol>
24
            <li>
26
            <li>
25
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
26
            </li>
28
            </li>
27
            <li>
29
            <li>
28
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
30
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 38-43 Link Here
38
            </li>
40
            </li>
39
        </ol>
41
        </ol>
40
    </nav>
42
    </nav>
43
    [% INCLUDE 'shortcut.inc' %]
41
44
42
<div class="main container-fluid">
45
<div class="main container-fluid">
43
    <div class="row">
46
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-12 / +15 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'cat-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Item details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
12
<title>Item details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
Lines 12-24 Link Here
12
</head>
15
</head>
13
<body id="catalog_moredetail" class="catalog">
16
<body id="catalog_moredetail" class="catalog">
14
[% USE KohaDates %]
17
[% USE KohaDates %]
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
26
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 33-47 Link Here
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
35
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
36
39
37
<div class="main container-fluid">
40
<div class="main container-fluid">
38
    <div class="row">
41
    <div class="row">
39
        <div class="col-sm-10 col-sm-push-2">
42
        <div class="col-sm-10 col-sm-push-2">
40
            <main>
43
            <main>
41
44
42
            <h1>Item details for [% INCLUDE 'biblio-title-head.inc' %]</h1>
43
44
[% INCLUDE 'cat-toolbar.inc' %]
45
[% INCLUDE 'cat-toolbar.inc' %]
46
            <h2>Item details for [% INCLUDE 'biblio-title-head.inc' %]</h2>
47
45
48
46
<div id="catalogue_detail_biblio">
49
<div id="catalogue_detail_biblio">
47
50
Lines 161-171 Link Here
161
                            <input type="hidden" name="damaged" value="[% ITEM_DAT.damaged | html %]" />
164
                            <input type="hidden" name="damaged" value="[% ITEM_DAT.damaged | html %]" />
162
165
163
                            [% IF ClaimReturnedLostValue && ITEM_DAT.itemlost == ClaimReturnedLostValue %]
166
                            [% IF ClaimReturnedLostValue && ITEM_DAT.itemlost == ClaimReturnedLostValue %]
164
                                <input type="submit" name="submit" class="submit" value="Set status" disabled="disabled"/>
167
                                <input type="submit" name="submit" class="principal" value="Set status" disabled="disabled"/>
165
                                <p class="help-block">Item has been claimed as returned.</p>
168
                                <p class="help-block">Item has been claimed as returned.</p>
166
                            [% ELSE %]
169
                            [% ELSE %]
167
                                <input type="hidden" name="op" value="set_lost" />
170
                                <input type="hidden" name="op" value="set_lost" />
168
                                <input type="submit" name="submit" class="submit" value="Set status" />
171
                                <input type="submit" name="submit" class="principal" value="Set status" />
169
                            [% END %]
172
                            [% END %]
170
                        </form>
173
                        </form>
171
                    [% ELSE %]
174
                    [% ELSE %]
Lines 199-205 Link Here
199
            [% END %]
202
            [% END %]
200
                    </select>
203
                    </select>
201
                    <input type="hidden" name="op" value="set_damaged" />
204
                    <input type="hidden" name="op" value="set_damaged" />
202
                    <input type="submit" name="submit" class="submit" value="Set status" /></form>
205
                    <input type="submit" name="submit" class="principal" value="Set status" /></form>
203
                [% ELSE %]
206
                [% ELSE %]
204
                    [% FOREACH itemdamagedloo IN itemdamagedloop %]
207
                    [% FOREACH itemdamagedloo IN itemdamagedloop %]
205
                        [% IF ( itemdamagedloo.selected ) %]
208
                        [% IF ( itemdamagedloo.selected ) %]
Lines 232-238 Link Here
232
                                [% END %]
235
                                [% END %]
233
                            </select>
236
                            </select>
234
                            <input type="hidden" name="op" value="set_withdrawn" />
237
                            <input type="hidden" name="op" value="set_withdrawn" />
235
                            <input type="submit" name="submit" class="submit" value="Set status" /></form>
238
                            <input type="submit" name="submit" class="principal" value="Set status" /></form>
236
                    [% ELSE %]
239
                    [% ELSE %]
237
                        [% FOREACH itemwithdrawn IN itemwithdrawnloop %]
240
                        [% FOREACH itemwithdrawn IN itemwithdrawnloop %]
238
                            [% IF itemwithdrawn.authorised_value == ITEM_DAT.withdrawn %]
241
                            [% IF itemwithdrawn.authorised_value == ITEM_DAT.withdrawn %]
Lines 268-274 Link Here
268
                            [% END %]
271
                            [% END %]
269
                            </select>
272
                            </select>
270
                            <input type="hidden" name="op" value="set_exclude_priority" />
273
                            <input type="hidden" name="op" value="set_exclude_priority" />
271
                            <input type="submit" name="submit" class="submit" value="Update" /></form>
274
                            <input type="submit" name="submit" class="principal" value="Update" /></form>
272
                        </li>
275
                        </li>
273
                    </ol>
276
                    </ol>
274
                </div>
277
                </div>
Lines 331-337 Link Here
331
                    <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
334
                    <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
332
                        <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
335
                        <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
333
                        <input type="hidden" name="op" value="set_public_note" />
336
                        <input type="hidden" name="op" value="set_public_note" />
334
                        <textarea name="itemnotes" rows="2" cols="30">[% ITEM_DAT.itemnotes | html %]</textarea><input type="submit" name="submit" class="submit" value="Update" />
337
                        <textarea name="itemnotes" rows="2" cols="30">[% ITEM_DAT.itemnotes | html %]</textarea><input type="submit" name="submit" class="principal" value="Update" />
335
                    </form>
338
                    </form>
336
                    [% ELSE %]
339
                    [% ELSE %]
337
                        [% ITEM_DAT.itemnotes | html %]
340
                        [% ITEM_DAT.itemnotes | html %]
Lines 345-351 Link Here
345
                    <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
348
                    <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
346
                        <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
349
                        <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
347
                        <input type="hidden" name="op" value="set_non_public_note" />
350
                        <input type="hidden" name="op" value="set_non_public_note" />
348
                        <textarea name="itemnotes_nonpublic" rows="2" cols="30">[% ITEM_DAT.itemnotes_nonpublic | html %]</textarea><input type="submit" name="submit" class="submit" value="Update" />
351
                        <textarea name="itemnotes_nonpublic" rows="2" cols="30">[% ITEM_DAT.itemnotes_nonpublic | html %]</textarea><input type="submit" name="submit" class="principal" value="Update" />
349
                    </form>
352
                    </form>
350
                    [% ELSE %]
353
                    [% ELSE %]
351
                        [% ITEM_DAT.itemnotes_nonpublic | html %]
354
                        [% ITEM_DAT.itemnotes_nonpublic | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-30 / +35 lines)
Lines 6-11 Link Here
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'cat-search.inc' %]
11
[% END %]
9
[% USE AuthorisedValues %]
12
[% USE AuthorisedValues %]
10
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
11
14
Lines 14-21 Link Here
14
</head>
17
</head>
15
18
16
<body id="catalog_results" class="catalog">
19
<body id="catalog_results" class="catalog">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'cat-search.inc' %]
19
21
20
[% IntranetCoce    = Koha.Preference('IntranetCoce') %]
22
[% IntranetCoce    = Koha.Preference('IntranetCoce') %]
21
[% CoceProviders   = Koha.Preference('CoceProviders') %]
23
[% CoceProviders   = Koha.Preference('CoceProviders') %]
Lines 25-31 Link Here
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
28
    <ol>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
30
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
29
        </li>
31
        </li>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
33
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 38-50 Link Here
38
        </li>
40
        </li>
39
    </ol>
41
    </ol>
40
</nav>
42
</nav>
43
[% INCLUDE 'shortcut.inc' %]
41
44
42
<div class="main container-fluid">
45
<div class="main container-fluid">
43
    <div class="row">
46
    <div class="row">
44
        <div class="col-sm-10 col-sm-push-2">
47
        <div class="col-sm-10 col-sm-push-2">
45
            <main>
48
            <main>
46
49
47
            <h1>Search results</h1>
50
            <h2>Search results</h2>
48
51
49
                [% IF ( outer_sup_results_loop ) %]
52
                [% IF ( outer_sup_results_loop ) %]
50
                    <div class="row">
53
                    <div class="row">
Lines 63-70 Link Here
63
                    </div>
66
                    </div>
64
                [% END %]
67
                [% END %]
65
68
69
                <div id="searchresults">
66
                [% IF ( total ) %]
70
                [% IF ( total ) %]
67
68
                    <h3>
71
                    <h3>
69
                        [% total | html %] result(s) found [% IF ( query_desc ) %]for <span class="results_query_desc">'[% query_desc | html %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span class="results_limit_desc">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %].
72
                        [% total | html %] result(s) found [% IF ( query_desc ) %]for <span class="results_query_desc">'[% query_desc | html %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span class="results_limit_desc">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %].
70
                    </h3>
73
                    </h3>
Lines 72-80 Link Here
72
75
73
                    <div class="searchheader" id="searchheader">
76
                    <div class="searchheader" id="searchheader">
74
                        <div id="selection_ops">
77
                        <div id="selection_ops">
75
                            <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a>
78
                            <a href="#" class="btn btn-link" id="select_all"><i class="fa fa-check"></i> Select all</a>
76
                            |
79
                            <a href="#" class="btn btn-link" id="clear_all"><i class="fa fa-remove"></i> Clear all</a>
77
                            <a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a>
78
                            |
80
                            |
79
                            [% IF Koha.Preference("StaffHighlightedWords") == 1 %]
81
                            [% IF Koha.Preference("StaffHighlightedWords") == 1 %]
80
                                <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a>
82
                                <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a>
Lines 90-96 Link Here
90
92
91
                            [% IF Koha.Preference('virtualshelves') %]
93
                            [% IF Koha.Preference('virtualshelves') %]
92
                                <div class="btn-group">
94
                                <div class="btn-group">
93
                                    <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
95
                                    <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" >
94
                                        <i class="fa fa-list"></i> Add to list <span class="caret"></span>
96
                                        <i class="fa fa-list"></i> Add to list <span class="caret"></span>
95
                                    </button>
97
                                    </button>
96
                                    <ul class="dropdown-menu">
98
                                    <ul class="dropdown-menu">
Lines 123-133 Link Here
123
                                        <li role="separator" class="divider"></li>
125
                                        <li role="separator" class="divider"></li>
124
                                        [% IF add_to_some_private_shelves.count > 10 or add_to_some_public_shelves.count > 10 %]
126
                                        [% IF add_to_some_private_shelves.count > 10 or add_to_some_public_shelves.count > 10 %]
125
                                            <li>
127
                                            <li>
126
                                                <a href="#" class="addtolist morelists">More lists</a>
128
                                                <a   href="#" class="addtolist morelists">More lists</a>
127
                                            </li>
129
                                            </li>
128
                                        [% END %]
130
                                        [% END %]
129
                                        <li>
131
                                        <li>
130
                                            <a href="#" class="addtolist newlist">New list</a>
132
                                            <a   href="#" class="addtolist newlist">New list</a>
131
                                        </li>
133
                                        </li>
132
                                    </ul>
134
                                    </ul>
133
                                </div>
135
                                </div>
Lines 136-143 Link Here
136
                            [% IF ( CAN_user_reserveforothers_place_holds && DisplayMultiPlaceHold ) %]
138
                            [% IF ( CAN_user_reserveforothers_place_holds && DisplayMultiPlaceHold ) %]
137
                                [% IF ( holdfor or holdforclub ) %]
139
                                [% IF ( holdfor or holdforclub ) %]
138
                                    <div id="placeholdc" class="btn-group">
140
                                    <div id="placeholdc" class="btn-group">
139
                                        <button class="btn btn-default btn-xs placehold"><i class="fa fa-sticky-note-o"></i> Place hold</button>
141
                                        <button class="btn btn-default btn-xs placehold" ><i class="fa fa-sticky-note-o"></i> Place hold</button>
140
                                        <button class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
142
                                        <button class="btn btn-default btn-xs dropdown-toggle"  data-toggle="dropdown">
141
                                        <span class="caret"></span>
143
                                        <span class="caret"></span>
142
                                        </button>
144
                                        </button>
143
                                        <ul class="dropdown-menu">
145
                                        <ul class="dropdown-menu">
Lines 156-169 Link Here
156
                                    </div>
158
                                    </div>
157
                                [% ELSE %]
159
                                [% ELSE %]
158
                                    <div id="placeholdc" class="btn-group">
160
                                    <div id="placeholdc" class="btn-group">
159
                                        <a class="btn btn-default btn-xs placehold" href="#"><i class="fa fa-sticky-note-o"></i> Place hold</a>
161
                                        <a class="btn btn-default btn-xs placehold" href="#" ><i class="fa fa-sticky-note-o"></i> Place hold</a>
160
                                    </div>
162
                                    </div>
161
                                [% END # /IF holfor %]
163
                                [% END # /IF holfor %]
162
                            [% END # /IF CAN_user_reserveforothers_place_holds %]
164
                            [% END # /IF CAN_user_reserveforothers_place_holds %]
163
165
164
                            [% IF Koha.Preference('BrowseResultSelection') %]
166
                            [% IF Koha.Preference('BrowseResultSelection') %]
165
                                <div id="browse_selection" class="btn-group">
167
                                <div id="browse_selection" class="btn-group">
166
                                    <a class="btn btn-default btn-xs browse_selection" href="#"><i class="fa fa-sticky-note-o"></i> Browse selected records</a>
168
                                    <a class="btn btn-default btn-xs browse_selection" href="#" ><i class="fa fa-sticky-note-o"></i> Browse selected records</a>
167
                                </div>
169
                                </div>
168
                            [% END %]
170
                            [% END %]
169
171
Lines 201-207 Link Here
201
                            [% END %]
203
                            [% END %]
202
204
203
                            <div class="btn-group">
205
                            <div class="btn-group">
204
                                <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
206
                                <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" >
205
                                    Sort <span class="caret"></span>
207
                                    Sort <span class="caret"></span>
206
                                </button>
208
                                </button>
207
                                <ul class="dropdown-menu">
209
                                <ul class="dropdown-menu">
Lines 304-310 Link Here
304
                                                [% END %] Library default: [% Koha.Preference('numSearchResults') | html %]
306
                                                [% END %] Library default: [% Koha.Preference('numSearchResults') | html %]
305
                                            </a></li>
307
                                            </a></li>
306
                                        [% END %]
308
                                        [% END %]
307
                                        <li><a href="/cgi-bin/koha/catalogue/search.pl?count=20[% PROCESS sort_search_query %]">[% IF results_per_page == '20' %]<i class="fa fa-check"></i>[% END %] 20</a></li>
309
                                        <li><a results_batch_opshref="/cgi-bin/koha/catalogue/search.pl?count=20[% PROCESS sort_search_query %]">[% IF results_per_page == '20' %]<i class="fa fa-check"></i>[% END %] 20</a></li>
308
                                        <li><a href="/cgi-bin/koha/catalogue/search.pl?count=40[% PROCESS sort_search_query %]" id="resultsperpage-40">[% IF results_per_page == '40' %]<i class="fa fa-check"></i>[% END %] 40</a></li>
310
                                        <li><a href="/cgi-bin/koha/catalogue/search.pl?count=40[% PROCESS sort_search_query %]" id="resultsperpage-40">[% IF results_per_page == '40' %]<i class="fa fa-check"></i>[% END %] 40</a></li>
309
                                        <li><a href="/cgi-bin/koha/catalogue/search.pl?count=60[% PROCESS sort_search_query %]" id="resultsperpage-60">[% IF results_per_page == '60' %]<i class="fa fa-check"></i>[% END %] 60</a></li>
311
                                        <li><a href="/cgi-bin/koha/catalogue/search.pl?count=60[% PROCESS sort_search_query %]" id="resultsperpage-60">[% IF results_per_page == '60' %]<i class="fa fa-check"></i>[% END %] 60</a></li>
310
                                        <li><a href="/cgi-bin/koha/catalogue/search.pl?count=80[% PROCESS sort_search_query %]" id="resultsperpage-80">[% IF results_per_page == '80' %]<i class="fa fa-check"></i>[% END %] 80</a></li>
312
                                        <li><a href="/cgi-bin/koha/catalogue/search.pl?count=80[% PROCESS sort_search_query %]" id="resultsperpage-80">[% IF results_per_page == '80' %]<i class="fa fa-check"></i>[% END %] 80</a></li>
Lines 317-342 Link Here
317
                    </div> <!-- /#searchheader -->
319
                    </div> <!-- /#searchheader -->
318
320
319
                [% ELSE # /IF total %]
321
                [% ELSE # /IF total %]
322
                    <form method="post" name="fz3950" class="fz3950bigrpad">
323
                        <div id="toolbar" class="btn-toolbar" style="background-color:transparent"><div>
324
                            <button class="btn btn-default toolbar-btn" type="button" id="z3950submit"><i class="fa fa-search"></i> Z39.50/SRU search</button>
325
                        </div></div>
326
                    </form>
320
327
321
                    <div id="searchheader">
328
                    <div id="searchheader">
322
                        <form method="post" name="fz3950" class="fz3950bigrpad">
323
                            <button class="btn btn-default" type="button" id="z3950submit"><i class="fa fa-search"></i> Z39.50/SRU search</button>
324
                        </form>
325
                        <h3>No results found</h3>
329
                        <h3>No results found</h3>
326
                        [% IF ( searchdesc ) %]
330
                        [% IF ( searchdesc ) %]
327
                            <p>
331
                            <p>
328
                                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 | html %] Catalog[% END %].
332
                                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 | html %] Catalog[% END %].
329
                            </p>
333
                            </p>
330
                            [% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %]
334
                            [% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %]
331
                                <p><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket<a></p>
335
                                <p><a  href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket<a></p>
332
                            [% END %]
336
                            [% END %]
333
                            <a href="/cgi-bin/koha/catalogue/search.pl?advsearch=1&edit_search=1&[% query_cgi | $raw %]&[% limit_cgi | $raw %]&sort_by=[% sort_by | $raw %]">Edit this search</a>
337
                            <a  href="/cgi-bin/koha/catalogue/search.pl?advsearch=1&edit_search=1&[% query_cgi | $raw %]&[% limit_cgi | $raw %]&sort_by=[% sort_by | $raw %]">Edit this search</a>
334
                        [% ELSE %]
338
                        [% ELSE %]
335
                            <p>You did not specify any search criteria.</p>
339
                            <p>You did not specify any search criteria.</p>
336
                        [% END %]
340
                        [% END %]
337
                    </div>
341
                    </div>
338
                [% END # /IF total %]
342
                [% END # /IF total %]
339
343
344
340
                [% IF ( query_error ) %]
345
                [% IF ( query_error ) %]
341
                    <div class="dialog alert"><p><strong>Error:</strong> [% query_error | html %]</p></div>
346
                    <div class="dialog alert"><p><strong>Error:</strong> [% query_error | html %]</p></div>
342
                [% END %]
347
                [% END %]
Lines 344-350 Link Here
344
                <!-- Search Results Table -->
349
                <!-- Search Results Table -->
345
                [% IF ( total ) %]
350
                [% IF ( total ) %]
346
                    [% IF ( scan ) %]
351
                    [% IF ( scan ) %]
347
                        <h1>Scan index:</h1>
352
                        <h2>Scan index:</h2>
348
                        <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
353
                        <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
349
                            <table>
354
                            <table>
350
                                <tr>
355
                                <tr>
Lines 411-417 Link Here
411
                        </form>
416
                        </form>
412
                    [% ELSE # /IF scan %]
417
                    [% ELSE # /IF scan %]
413
418
414
                        <div id="searchresults">
419
415
                            [% INCLUDE 'page-numbers.inc' %]
420
                            [% INCLUDE 'page-numbers.inc' %]
416
421
417
                            <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form">
422
                            <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form">
Lines 531-539 Link Here
531
536
532
                                                    [% IF Koha.Preference('intranetbookbag') == 1 %]
537
                                                    [% IF Koha.Preference('intranetbookbag') == 1 %]
533
                                                        [% IF ( SEARCH_RESULT.incart ) %]
538
                                                        [% IF ( SEARCH_RESULT.incart ) %]
534
                                                            | <a class="addtocart" id="cart[% SEARCH_RESULT.biblionumber | html %]" href="#">In your cart</a> <a class="cartRemove" id="cartR[% SEARCH_RESULT.biblionumber | html %]" href="#">(remove)</a>
539
                                                            | <a  class="addtocart" id="cart[% SEARCH_RESULT.biblionumber | html %]" href="#">In your cart</a> <a class="cartRemove" id="cartR[% SEARCH_RESULT.biblionumber | html %]" href="#">(remove)</a>
535
                                                        [% ELSE %]
540
                                                        [% ELSE %]
536
                                                            | <a class="addtocart" id="cart[% SEARCH_RESULT.biblionumber | html %]" href="#">Add to cart</a> <a style="display:none;" class="cartRemove" id="cartR[% SEARCH_RESULT.biblionumber | html %]" href="#">(remove)</a>
541
                                                            | <a  class="addtocart" id="cart[% SEARCH_RESULT.biblionumber | html %]" href="#">Add to cart</a> <a style="display:none;" class="cartRemove" id="cartR[% SEARCH_RESULT.biblionumber | html %]" href="#">(remove)</a>
537
                                                        [% END %]
542
                                                        [% END %]
538
                                                    [% END # / IF intranetbookbag %]
543
                                                    [% END # / IF intranetbookbag %]
539
544
Lines 542-562 Link Here
542
                                                    [% END %]
547
                                                    [% END %]
543
548
544
                                                    [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
549
                                                    [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
545
                                                        | <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit record</a>
550
                                                        | <a  href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit record</a>
546
                                                    [% END %]
551
                                                    [% END %]
547
                                                    [% IF ( CAN_user_editcatalogue_edit_items ) %]
552
                                                    [% IF ( CAN_user_editcatalogue_edit_items ) %]
548
                                                        | <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit items</a>
553
                                                        | <a  href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit items</a>
549
                                                    [% END %]
554
                                                    [% END %]
550
555
551
                                                    [% IF ( CAN_user_acquisition_order_manage ) %]
556
                                                    [% IF ( CAN_user_acquisition_order_manage ) %]
552
                                                        [% IF ( searchtoorder_basketno && searchtoorder_vendorid ) %]
557
                                                        [% IF ( searchtoorder_basketno && searchtoorder_vendorid ) %]
553
                                                            | <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% searchtoorder_vendorid | uri %]&amp;basketno=[% searchtoorder_basketno | uri %]&amp;biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Add order</a>
558
                                                            | <a  href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% searchtoorder_vendorid | uri %]&amp;basketno=[% searchtoorder_basketno | uri %]&amp;biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Add order</a>
554
                                                        [% END %]
559
                                                        [% END %]
555
                                                    [% END %]
560
                                                    [% END %]
556
561
557
                                                    [% IF ( OPACBaseURL ) %]
562
                                                    [% IF ( OPACBaseURL ) %]
558
                                                        <span class="view-in-opac">
563
                                                        <span class="view-in-opac">
559
                                                            | <a href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
564
                                                            | <a  href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
560
                                                        </span>
565
                                                        </span>
561
                                                    [% END %]
566
                                                    [% END %]
562
                                                </p> <!-- /.holds -->
567
                                                </p> <!-- /.holds -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-3 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
[% USE Koha %]
8
[% USE Koha %]
6
[% USE KohaDates %]
9
[% USE KohaDates %]
Lines 10-22 Link Here
10
13
11
<body id="catalogue_search-history" class="catalogue">
14
<body id="catalogue_search-history" class="catalogue">
12
15
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'cat-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
24
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 28-33 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="container-fluid">
35
<div class="container-fluid">
33
    <div class="row">
36
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-3 / +6 lines)
Lines 3-21 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Stock rotation details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
10
<title>Stock rotation details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
<body id="catalog_stockrotation" class="catalog">
13
<body id="catalog_stockrotation" class="catalog">
11
[% USE KohaDates %]
14
[% USE KohaDates %]
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
21
        </li>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
23
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 30-35 Link Here
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
32
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
33
36
34
<div class="main container-fluid">
37
<div class="main container-fluid">
35
    <div class="row">
38
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-10 / +11 lines)
Lines 2-21 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %][% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Cataloging [% IF ( total || breeding_loop ) %] &rsaquo; Search results [% ELSIF ( query ) %] &rsaquo; No results found [% END %] &rsaquo; Koha</title>
10
<title>Cataloging [% IF ( total || breeding_loop ) %] &rsaquo; Search results [% ELSIF ( query ) %] &rsaquo; No results found [% END %] &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
13
11
<body id="cat_addbooks" class="cat">
14
<body id="cat_addbooks" class="cat">
12
    [% INCLUDE 'header.inc' %]
15
    [% INCLUDE 'header.inc' form=formulaire %]
13
    [% INCLUDE 'cataloging-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
21
        </li>
20
        [% IF ( total || breeding_loop ) %]
22
        [% IF ( total || breeding_loop ) %]
21
            <li>
23
            <li>
Lines 40-45 Link Here
40
        [% END %]
42
        [% END %]
41
    </ol>
43
    </ol>
42
</nav>
44
</nav>
45
[% INCLUDE 'shortcut.inc' %]
43
46
44
    <div class="main container-fluid">
47
    <div class="main container-fluid">
45
        <div class="row">
48
        <div class="row">
Lines 48-59 Link Here
48
                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
51
                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
49
                    <div id="toolbar" class="btn-toolbar">
52
                    <div id="toolbar" class="btn-toolbar">
50
                        [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %]
53
                        [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %]
51
                            <a id="useadvanced" href="/cgi-bin/koha/cataloguing/editor.pl" class="btn btn-default"><i class="fa fa-pencil"></i> Advanced editor</a>
54
                            <a id="useadvanced" href="/cgi-bin/koha/cataloguing/editor.pl" class="toolbar-btn"><i class="fa fa-pencil"></i> Advanced editor</a>
52
                        [% END %]
55
                        [% END %]
53
                        <div class="btn-group">
56
                        <div class="btn-group">
54
                            <button class="btn btn-default" id="newRecord"><i class="fa fa-plus"></i> New record</button>
57
                            <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New record<span class="caret"></span>
55
                            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
56
                                <span class="caret"></span>
57
                            </button>
58
                            </button>
58
                            <ul class="dropdown-menu">
59
                            <ul class="dropdown-menu">
59
                                <li><a id="newRecordDefault" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Default framework</a></li>
60
                                <li><a id="newRecordDefault" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Default framework</a></li>
Lines 64-71 Link Here
64
                        </div>
65
                        </div>
65
                        [% IF servers.count > 0 %]
66
                        [% IF servers.count > 0 %]
66
                            <div class="btn-group">
67
                            <div class="btn-group">
67
                                <button class="btn btn-default" id="z3950search"><i class="fa fa-search"></i> New from Z39.50/SRU</button>
68
                                <button class="toolbar-btn word" id="z3950search"><i class="fa fa-search"></i> New from Z39.50/SRU</button>
68
                                <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
69
                                <button class="toolbar-btn arrow" data-toggle="dropdown">
69
                                    <span class="caret"></span>
70
                                    <span class="caret"></span>
70
                                </button>
71
                                </button>
71
                                <ul class="dropdown-menu">
72
                                <ul class="dropdown-menu">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-10 / +20 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% USE TablesSettings %]
9
[% USE TablesSettings %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Items &rsaquo; [% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %]) &rsaquo; Cataloging &rsaquo; Koha</title>
11
<title>Items &rsaquo; [% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %]) &rsaquo; Cataloging &rsaquo; Koha</title>
Lines 29-41 Link Here
29
</head>
32
</head>
30
33
31
<body id="cat_additem" class="cat">
34
<body id="cat_additem" class="cat">
32
[% INCLUDE 'header.inc' %]
35
[% INCLUDE 'header.inc' form=formulaire %]
33
[% INCLUDE 'cataloging-search.inc' %]
34
36
35
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
37
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
36
    <ol>
38
    <ol>
37
        <li>
39
        <li>
38
          <a href="/cgi-bin/koha/mainpage.pl">Home</a>
40
          <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
39
        </li>
41
        </li>
40
        <li>
42
        <li>
41
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
43
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
Lines 50-62 Link Here
50
        </li>
52
        </li>
51
    </ol>
53
    </ol>
52
</nav>
54
</nav>
55
[% INCLUDE 'shortcut.inc' %]
53
56
54
<div class="main container-fluid">
57
<div class="main container-fluid">
55
    <div class="row">
58
    <div class="row">
56
        <div class="col-sm-12">
59
        <div class="col-sm-12">
57
            <main>
60
            <main>
58
                [% INCLUDE 'blocking_errors.inc' %]
61
                [% INCLUDE 'blocking_errors.inc' %]
59
<h1>Items for [% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %])</h1>
62
<h2>Items for [% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %])</h2>
60
63
61
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %]
64
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %]
62
[% 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 %]
65
[% 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 68-73 Link Here
68
71
69
<div id="cataloguing_additem_itemlist">
72
<div id="cataloguing_additem_itemlist">
70
    [% IF items %]
73
    [% IF items %]
74
    <fieldset id="searchresults">
71
        [% SET date_fields = [ 'dateaccessioned', 'onloan', 'datelastseen', 'datelastborrowed', 'replacementpricedate' ] %]
75
        [% SET date_fields = [ 'dateaccessioned', 'onloan', 'datelastseen', 'datelastborrowed', 'replacementpricedate' ] %]
72
        <div>
76
        <div>
73
        <table id="itemst">
77
        <table id="itemst">
Lines 135-145 Link Here
135
          </tbody>
139
          </tbody>
136
        </table>
140
        </table>
137
        </div>
141
        </div>
142
    </fieldset>
138
    [% END %]
143
    [% END %]
139
144
140
<div class="row">
145
<div class="row">
141
    <div class="col-sm-2">
146
    <div class="col-sm-2">
147
    <aside>
142
        [% INCLUDE 'biblio-view-menu.inc' %]
148
        [% INCLUDE 'biblio-view-menu.inc' %]
149
    </aside>
143
    </div>
150
    </div>
144
    <div class="col-sm-10">
151
    <div class="col-sm-10">
145
152
Lines 150-160 Link Here
150
        <input type="hidden" name="popup" value="1" />
157
        <input type="hidden" name="popup" value="1" />
151
    [% END %]
158
    [% END %]
152
    <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
159
    <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" />
160
161
153
    [% IF op != 'saveitem' %]
162
    [% IF op != 'saveitem' %]
154
        <h2 id="additema">Add item [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]</h2>
163
        <h2 id="additema">Add item [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]</h2>
155
    [% ELSE %]
164
    [% ELSE %]
156
        <h2 id="edititem">Edit item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2>
165
        <h2 id="edititem">Edit item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2>
157
    [% END %]
166
    [% END %]
167
158
	<fieldset class="rows">
168
	<fieldset class="rows">
159
        [% PROCESS subfields_for_item subfields => subfields %]
169
        [% PROCESS subfields_for_item subfields => subfields %]
160
    </fieldset>
170
    </fieldset>
Lines 192-213 Link Here
192
[% END %]
202
[% END %]
193
203
194
<fieldset class="action">    [% IF op != 'saveitem' %]
204
<fieldset class="action">    [% IF op != 'saveitem' %]
195
    <input type="submit" name="phony_submit" value="phony_submit" id="phony_submit" style="display:none;" onclick="return false;" />
205
    <input type="submit" class="principal" name="phony_submit" value="phony_submit" id= "phony_submit" style="display:none;" onclick="return false;" />
196
    <!-- Note : We use here a false submit button because we have several submit buttons and we don't want the user to believe they validated the adding of multiple items
206
    <!-- Note : We use here a false submit button because we have several submit buttons and we don't want the user to believe they validated the adding of multiple items
197
		when pressing the enter key, while in fact it is the first submit button that is validated, in our case the "add (single) item" button.
207
		when pressing the enter key, while in fact it is the first submit button that is validated, in our case the "add (single) item" button.
198
		It is a bit tricky, but necessary in the sake of UI correctness.
208
		It is a bit tricky, but necessary in the sake of UI correctness.
199
    -->
209
    -->
200
    <span id="addsingle">
210
    <span id="addsingle">
201
        <input type="submit" name="add_submit" value="Add item" onclick="return Check(this.form)" />
211
        <input type="submit" name="add_submit" value="Add item" class="principal" onclick="return Check(this.form)" />
202
        <input type="submit" name="add_duplicate_submit" value="Add &amp; duplicate" onclick="return Check(this.form)" />
212
        <input type="submit" name="add_duplicate_submit" class="principal" value="Add &amp; duplicate" onclick="return Check(this.form)" />
203
    </span>
213
    </span>
204
    <span id="addmultiple">
214
    <span id="addmultiple">
205
        <input type="button" name="add_multiple_copies" id="add_multiple_copies" value="Add multiple copies of this item" />
215
        <input type="button" name="add_multiple_copies" class="principal" id="add_multiple_copies" value="Add multiple copies of this item" />
206
    </span>
216
    </span>
207
    <fieldset id="add_multiple_copies_span">
217
    <fieldset id="add_multiple_copies_span">
208
        <label for="number_of_copies">Number of copies of this item to add: </label>
218
        <label for="number_of_copies">Number of copies of this item to add: </label>
209
        <input type="text" id="number_of_copies" name="number_of_copies" value="" size="2" />
219
        <input type="text" id="number_of_copies" name="number_of_copies" value="" size="2" />
210
        <input type="submit" id="add_multiple_copies_submit" name="add_multiple_copies_submit" value="Add" onclick="javascript:return Check(this.form) && CheckMultipleAdd(this.form.number_of_copies.value);" /> <a href="#" id="cancel_add_multiple" class="cancel">Cancel</a>
220
        <input type="submit" id="add_multiple_copies_submit" class="principal" name="add_multiple_copies_submit" value="Add" onclick="javascript:return Check(this.form) && CheckMultipleAdd(this.form.number_of_copies.value);" /> <a href="#" id="cancel_add_multiple" class="cancel">Cancel</a>
211
        <div class="hint"><p>The barcode you enter will be incremented for each additional item.</p></div>
221
        <div class="hint"><p>The barcode you enter will be incremented for each additional item.</p></div>
212
    </fieldset>
222
    </fieldset>
213
223
Lines 215-221 Link Here
215
    [% IF op != 'add_item' %]
225
    [% IF op != 'add_item' %]
216
        <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" />
226
        <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" />
217
    [% END %]
227
    [% END %]
218
    <input type="submit" value="Save changes" onclick="return Check(this.form)">
228
    <input type="submit" class="principal" value="Save changes" onclick="return Check(this.form)">
219
    <input type="button" id="addnewitem" value="Add a new item">
229
    <input type="button" id="addnewitem" value="Add a new item">
220
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Cancel</a>
230
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Cancel</a>
221
    [% END %]</fieldset>
231
    [% END %]</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-13 / +17 lines)
Lines 7-13 Link Here
7
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
7
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
8
[% Asset.css("css/humanmsg.css") | $raw %]
8
[% Asset.css("css/humanmsg.css") | $raw %]
9
[% Asset.js("js/cataloging.js") | $raw %]
9
[% Asset.js("js/cataloging.js") | $raw %]
10
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
10
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %][% SET footerjs = 1 %]
11
[% formulaire = BLOCK %]
12
    [% INCLUDE 'cat-search.inc' %]
13
[% END %]
11
</head>
14
</head>
12
<body id="cat_addbiblio" class="cat">
15
<body id="cat_addbiblio" class="cat">
13
16
Lines 15-27 Link Here
15
       <div>Loading, please wait...</div>
18
       <div>Loading, please wait...</div>
16
   </div>
19
   </div>
17
20
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% PROCESS 'keyboard_shortcuts.inc' %]
22
[% PROCESS 'keyboard_shortcuts.inc' %]
20
23
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
25
    <ol>
23
        <li>
26
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
28
        </li>
26
        <li>
29
        <li>
27
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
30
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
Lines 33-38 Link Here
33
        </li>
36
        </li>
34
    </ol>
37
    </ol>
35
</nav>
38
</nav>
39
[% INCLUDE 'shortcut.inc' %]
36
40
37
<div class="main container-fluid">
41
<div class="main container-fluid">
38
    <div class="row">
42
    <div class="row">
Lines 44-50 Link Here
44
<div id="editor">
48
<div id="editor">
45
    <input id="import-records-input" type="file" style="display: none">
49
    <input id="import-records-input" type="file" style="display: none">
46
    <div id="toolbar" class="btn-toolbar">
50
    <div id="toolbar" class="btn-toolbar">
47
        <button class="btn btn-default" id="new-record" title="Open fresh record"><i class="fa fa-plus"></i> <span>New record</span></button>
51
        <button class="btn btn-default toolbar-btn" id="new-record" title="Open fresh record"><i class="fa fa-plus"></i> <span>New record</span></button>
48
        <div class="btn-group">
52
        <div class="btn-group">
49
            <button class="btn btn-default" id="save-record" title="Save current record (Ctrl-S)"><i class="fa fa-hdd-o"></i> <span>Save</span></button>
53
            <button class="btn btn-default" id="save-record" title="Save current record (Ctrl-S)"><i class="fa fa-hdd-o"></i> <span>Save</span></button>
50
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
54
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
Lines 53-62 Link Here
53
            <ul class="dropdown-menu" id="save-dropdown">
57
            <ul class="dropdown-menu" id="save-dropdown">
54
            </ul>
58
            </ul>
55
        </div>
59
        </div>
56
        <button class="btn btn-default" id="import-records" title="Import an MARC (ISO 2709) or MARCXML record"><i class="fa fa-download"></i> <span>Import record...</span></button>
60
        <button class="btn btn-default toolbar-btn" id="import-records" title="Import an MARC (ISO 2709) or MARCXML record"><i class="fa fa-download"></i> <span>Import record...</span></button>
57
        <button class="btn btn-default" id="open-macros" title="Run and edit macros"><i class="fa fa-play"></i> <span>Macros...</span></button>
61
        <button class="btn btn-default toolbar-btn" id="open-macros" title="Run and edit macros"><i class="fa fa-play"></i> <span>Macros...</span></button>
58
        <div class="btn-group">
62
        <div class="btn-group">
59
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cog"></i> Settings <span class="caret"></span></button>
63
            <button class="btn btn-default dropdown-toggle toolbar-btn" data-toggle="dropdown"><i class="fa fa-cog"></i> Settings <span class="caret"></span></button>
60
            <ul id="prefs-menu" class="dropdown-menu">
64
            <ul id="prefs-menu" class="dropdown-menu">
61
                <li><a id="switch-editor" href="#">Switch to basic editor</a></li>
65
                <li><a id="switch-editor" href="#">Switch to basic editor</a></li>
62
                <li><a id="set-field-widgets" href="#"></a></li>
66
                <li><a id="set-field-widgets" href="#"></a></li>
Lines 91-99 Link Here
91
                <li><a class="set-font" style="font-family: Monaco" href="#">Monaco</a></li>
95
                <li><a class="set-font" style="font-family: Monaco" href="#">Monaco</a></li>
92
            </ul>
96
            </ul>
93
        </div>
97
        </div>
94
        <button class="btn btn-default" id="show-alerts" title="Previous alerts"><i class="fa fa-bell"></i> Alerts <span class="caret"></span></button>
98
        <button class="btn btn-default toolbar-btn" id="show-alerts" title="Previous alerts"><i class="fa fa-bell"></i> Alerts <span class="caret"></span></button>
95
        <button class="btn btn-default" id="show-shortcuts" title="Supported keyboard shortcuts"><i class="fa fa-keyboard-o"></i> Keyboard shortcuts <span class="caret"></span></button>
99
        <button class="btn btn-default toolbar-btn" id="show-shortcuts" title="Supported keyboard shortcuts"><i class="fa fa-keyboard-o"></i> Keyboard shortcuts <span class="caret"></span></button>
96
        <button class="btn btn-default hide" id="set-keyboard-layout" data-target="#keyboard-layout" data-toggle="modal" title="Set virtual keyboard layout"><i class="fa fa-keyboard-o"></i> Keyboard layout </button>
100
        <button class="btn btn-default hide toolbar-btn" id="set-keyboard-layout" data-target="#keyboard-layout" data-toggle="modal" title="Set virtual keyboard layout"><i class="fa fa-keyboard-o"></i> Keyboard layout </button>
97
    </div>
101
    </div>
98
    [%# CodeMirror instance will be inserted here %]
102
    [%# CodeMirror instance will be inserted here %]
99
    <div id="statusbar">
103
    <div id="statusbar">
Lines 110-116 Link Here
110
            <aside>
114
            <aside>
111
                <h3>Search</h3>
115
                <h3>Search</h3>
112
                <form id="quicksearch">
116
                <form id="quicksearch">
113
                    <fieldset class="brief">
117
                    <fieldset class="sidebar">
114
                    <ol>
118
                    <ol>
115
                        <li><label for="search-by-keywords">Keywords:</label></li>
119
                        <li><label for="search-by-keywords">Keywords:</label></li>
116
                        <li><input class="search-box" data-qualifier="term" id="search-by-keywords" placeholder="(Ctrl-Alt-K)" /></li>
120
                        <li><input class="search-box" data-qualifier="term" id="search-by-keywords" placeholder="(Ctrl-Alt-K)" /></li>
Lines 235-241 Link Here
235
    </div>
239
    </div>
236
    <div class="col-md-9">
240
    <div class="col-md-9">
237
        <!-- tabindex attribute allows JS-controlled focus -->
241
        <!-- tabindex attribute allows JS-controlled focus -->
238
        <div id="searchresults" tabindex="-1">
242
        <fieldset id="searchresults" tabindex="-1">
239
            <div id="search-top-pages">
243
            <div id="search-top-pages">
240
                <nav aria-label="Search results navigation">
244
                <nav aria-label="Search results navigation">
241
                </nav>
245
                </nav>
Lines 252-258 Link Here
252
                <nav aria-label="Search results navigation">
256
                <nav aria-label="Search results navigation">
253
                </nav>
257
                </nav>
254
            </div>
258
            </div>
255
        </div>
259
        </fieldset>
256
    </div>
260
    </div>
257
    </div>
261
    </div>
258
    <div id="search-overlay"><span>Loading...</span><div class="progress"><div class="progress-bar progress-bar-striped active" style="width: 100%"></div></div></div>
262
    <div id="search-overlay"><span>Loading...</span><div class="progress"><div class="progress-bar progress-bar-striped active" style="width: 100%"></div></div></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt (-3 / +7 lines)
Lines 1-15 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
1
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Link to host record &rsaquo; Cataloging &rsaquo; Koha</title>
6
<title>Link to host record &rsaquo; Cataloging &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
8
</head>
5
<body id="catalog_linkitem" class="catalog">
9
<body id="catalog_linkitem" class="catalog">
6
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' form=formulaire %]
7
[% INCLUDE 'cat-search.inc' %]
8
11
9
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
    <ol>
13
    <ol>
11
        <li>
14
        <li>
12
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
13
        </li>
16
        </li>
14
        <li>
17
        <li>
15
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
18
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
Lines 21-26 Link Here
21
        </li>
24
        </li>
22
    </ol>
25
    </ol>
23
</nav>
26
</nav>
27
[% INCLUDE 'shortcut.inc' %]
24
28
25
<div class="container-fluid">
29
<div class="container-fluid">
26
    <div class="row">
30
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-3 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% PROCESS 'merge-record.inc' %]
7
[% PROCESS 'merge-record.inc' %]
5
8
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
Lines 15-27 div#result { margin-top: 1em; } Link Here
15
</head>
18
</head>
16
19
17
<body id="cat_merge" class="cat">
20
<body id="cat_merge" class="cat">
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'cataloging-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
29
            <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
Lines 33-38 div#result { margin-top: 1em; } Link Here
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
35
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
36
39
37
<div class="main container-fluid">
40
<div class="main container-fluid">
38
    <div class="row">
41
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-3 / +6 lines)
Lines 1-16 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Attach an item to [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Cataloging &rsaquo; Koha</title>
6
<title>Attach an item to [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Cataloging &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
<body id="catalog_moveitem" class="catalog">
9
<body id="catalog_moveitem" class="catalog">
7
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' form=formulaire %]
8
[% INCLUDE 'cat-search.inc' %]
9
11
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
    <ol>
13
    <ol>
12
        <li>
14
        <li>
13
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
14
        </li>
16
        </li>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
18
            <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 25-30 Link Here
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
<div class="main container-fluid">
32
<div class="main container-fluid">
30
    <div class="row">
33
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +2 lines)
Lines 43-49 Link Here
43
                        <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
43
                        <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
44
                        <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
44
                        <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
45
                        <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
45
                        <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
46
                        <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
46
                        <li><a id="resetZ3950Search" href="#">Clear search form</a></li>
47
                    </ol>
47
                    </ol>
48
                    </fieldset>
48
                    </fieldset>
49
                </div>
49
                </div>
Lines 68-74 Link Here
68
            </div>
68
            </div>
69
            <nav class="navbar navbar-default navbar-fixed-bottom">
69
            <nav class="navbar navbar-default navbar-fixed-bottom">
70
                <div class="container-fluid">
70
                <div class="container-fluid">
71
                     <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
71
                     <fieldset class="action"><input type="submit principal" class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
72
                </div>
72
                </div>
73
            </nav>
73
            </nav>
74
        </form>
74
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-4 / +4 lines)
Lines 77-83 Link Here
77
                                    <label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="[% stdid | html %]" />
77
                                    <label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="[% stdid | html %]" />
78
                                </li>
78
                                </li>
79
                                <li>
79
                                <li>
80
                                    <a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a>
80
                                    <a id="resetZ3950Search" href="#">Clear search form</a>
81
                                </li>
81
                                </li>
82
                            </ol>
82
                            </ol>
83
                            <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
83
                            <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
Lines 108-114 Link Here
108
108
109
                <nav class="navbar navbar-default navbar-fixed-bottom">
109
                <nav class="navbar navbar-default navbar-fixed-bottom">
110
                    <div class="container-fluid">
110
                    <div class="container-fluid">
111
                        <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
111
                        <fieldset class="action"><input type="submit" class="submit principal" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
112
                    </div>
112
                    </div>
113
                </nav>
113
                </nav>
114
            </form> <!-- /.checkboxed -->
114
            </form> <!-- /.checkboxed -->
Lines 207-213 Link Here
207
                                <div class="modal-content">
207
                                <div class="modal-content">
208
                                    <div class="modal-header">
208
                                    <div class="modal-header">
209
                                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
209
                                        <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
210
                                        <h3 id="dataPreviewLabel">Preview</h3>
210
                                        <h2 id="dataPreviewLabel">Preview</h2>
211
                                    </div>
211
                                    </div>
212
                                    <div class="modal-body">
212
                                    <div class="modal-body">
213
                                        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
213
                                        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
Lines 254-260 Link Here
254
                        <p>
254
                        <p>
255
                            <input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/>
255
                            <input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/>
256
                            <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]"/>
256
                            <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]"/>
257
                            <input type="submit" value="Try another search"/>
257
                            <input type="submit" class="principal" value="Try another search"/>
258
                        </p>
258
                        </p>
259
                    </form>
259
                    </form>
260
                </div> <!-- /.col-xs-12 -->
260
                </div> <!-- /.col-xs-12 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-3 / +6 lines)
Lines 6-11 Link Here
6
[% USE Asset %]
6
[% USE Asset %]
7
[% USE raw %]
7
[% USE raw %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'cat-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Article requests &rsaquo; Circulation &rsaquo; Koha</title>
13
<title>Article requests &rsaquo; Circulation &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
Lines 129-142 Link Here
129
[% END %]
132
[% END %]
130
133
131
<body id="circ_article-requests" class="circ">
134
<body id="circ_article-requests" class="circ">
132
    [% INCLUDE 'header.inc' %]
135
    [% INCLUDE 'header.inc' form=formulaire %]
133
    [% INCLUDE 'cat-search.inc' %]
134
136
135
137
136
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
138
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
137
        <ol>
139
        <ol>
138
            <li>
140
            <li>
139
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
141
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
140
            </li>
142
            </li>
141
            <li>
143
            <li>
142
                <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
144
                <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 146-151 Link Here
146
            </li>
148
            </li>
147
        </ol>
149
        </ol>
148
    </nav>
150
    </nav>
151
    [% INCLUDE 'shortcut.inc' %]
149
152
150
    <div class="main container-fluid starthidden">
153
    <div class="main container-fluid starthidden">
151
        <div class="row">
154
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-3 / +6 lines)
Lines 2-20 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'circ-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Circulation statistics for [% title | html %] &rsaquo; Circulation &rsaquo; Koha</title>
9
<title>Circulation statistics for [% title | html %] &rsaquo; Circulation &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="circ_bookcount" class="circ">
13
<body id="circ_bookcount" class="circ">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'circ-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
21
20
        [% IF blocking_error %]
22
        [% IF blocking_error %]
Lines 36-41 Link Here
36
        [% END %]
38
        [% END %]
37
    </ol>
39
    </ol>
38
</nav>
40
</nav>
41
[% INCLUDE 'shortcut.inc' %]
39
42
40
<div class="main container-fluid">
43
<div class="main container-fluid">
41
    <div class="row">
44
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-4 / +7 lines)
Lines 1-17 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'circ-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Overdues at [% Branches.GetLoggedInBranchname | html %] &rsaquo; Circulation &rsaquo; Koha</title>
7
<title>Overdues at [% Branches.GetLoggedInBranchname | html %] &rsaquo; Circulation &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
<body id="circ_branchoverdues" class="circ">
10
<body id="circ_branchoverdues" class="circ">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'circ-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
19
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 23-28 Link Here
23
        </li>
25
        </li>
24
    </ol>
26
    </ol>
25
</nav>
27
</nav>
28
[% INCLUDE 'shortcut.inc' %]
26
29
27
<div class="main container-fluid">
30
<div class="main container-fluid">
28
    <div class="row">
31
    <div class="row">
Lines 33-39 Link Here
33
        [% END %]
36
        [% END %]
34
            <main>
37
            <main>
35
38
36
<h1>Circulation: Overdues at [% Branches.GetLoggedInBranchname | html %]</h1>
39
<h2>Circulation: Overdues at [% Branches.GetLoggedInBranchname | html %]</h2>
37
40
38
<form name="selectlocation" action="branchoverdues.pl" method="post">
41
<form name="selectlocation" action="branchoverdues.pl" method="post">
39
    <label for="location">Shelving location selected: </label><select id="location" name="location">
42
    <label for="location">Shelving location selected: </label><select id="location" name="location">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-12 / +13 lines)
Lines 2-19 Link Here
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'circ-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Transfers &rsaquo; Circulation &rsaquo; Koha</title>
9
<title>Transfers &rsaquo; Circulation &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="circ_branchtransfers" class="circ">
12
<body id="circ_branchtransfers" class="circ">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'circ-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
21
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 25-30 Link Here
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
<div class="main container-fluid">
32
<div class="main container-fluid">
30
    <div class="row">
33
    <div class="row">
Lines 171-189 Link Here
171
<div id="branchtransfers">
174
<div id="branchtransfers">
172
    <form method="post" name="mainform" id="mainform" action="/cgi-bin/koha/circ/branchtransfers.pl">
175
    <form method="post" name="mainform" id="mainform" action="/cgi-bin/koha/circ/branchtransfers.pl">
173
        <fieldset class="brief">
176
        <fieldset class="brief">
174
            <legend>Transfer</legend>
177
            <h3>Transfer</h3>
175
            <ol>
178
            <ol><li>
176
            <li>
179
                <p>Destination library:
177
                <label for="tobranchcd">Destination library: </label>
178
                    <select name="tobranchcd" id="tobranchcd">
180
                    <select name="tobranchcd" id="tobranchcd">
179
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => tobranchcd, unfiltered => 1) %]
181
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => tobranchcd, unfiltered => 1) %]
180
                    </select>
182
                    </select></p>
181
            </li>
183
            </li>
182
            <li>
184
            <li>
183
                <label for="barcode">Enter barcode: </label>
185
                <input name="barcode" size="15" type="text" placeholder="Enter barcode" /><button type="submit" class="submit">Submit</button>
184
                <input name="barcode" id="barcode" size="15" class="focus" type="text" /> <input type="submit" value="Submit" />
186
            </li></ol>
185
            </li>
187
186
			</ol>
187
        </fieldset>
188
        </fieldset>
188
        [% FOREACH trsfitemloo IN trsfitemloop %]
189
        [% FOREACH trsfitemloo IN trsfitemloop %]
189
            <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" />
190
            <input type="hidden" name="bc-[% trsfitemloo.counter | html %]" value="[% trsfitemloo.item.barcode | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (-3 / +7 lines)
Lines 4-9 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'circ-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Checkout notes &rsaquo; Circulation &rsaquo; Koha</title>
11
<title>Checkout notes &rsaquo; Circulation &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
Lines 11-23 Link Here
11
14
12
<body id="circ_checkout-notes" class="circ">
15
<body id="circ_checkout-notes" class="circ">
13
16
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'circ-search.inc' %]
18
16
19
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
21
    <ol>
19
        <li>
22
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
24
        </li>
22
        <li>
25
        <li>
23
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
26
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 29-34 Link Here
29
        </li>
32
        </li>
30
    </ol>
33
    </ol>
31
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
32
36
33
<div class="main container-fluid">
37
<div class="main container-fluid">
34
    <div class="row">
38
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (-64 / +39 lines)
Lines 1-18 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Circulation &rsaquo; Koha</title>
8
<title>Circulation &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
<body id="circ_circulation-home" class="circ">
11
<body id="circ_circulation-home" class="circ">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form = formulaire %]
10
[% INCLUDE 'circ-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
        </li>
18
        </li>
17
        <li>
19
        <li>
18
            <a href="#" aria-current="page">
20
            <a href="#" aria-current="page">
Lines 21-91 Link Here
21
        </li>
23
        </li>
22
    </ol>
24
    </ol>
23
</nav>
25
</nav>
26
[% INCLUDE 'shortcut.inc' %]
24
27
25
    <div class="main container-fluid">
28
    <div class="main container-fluid">
26
29
27
        <h1>Circulation</h1>
28
29
        <div class="row">
30
        <div class="row">
30
31
            <div class="col-sm-5 col-md-4">
31
            <div class="col-sm-5 col-md-4">
32
                <h3>Circulation</h3>
32
                <h1>Circulation</h1>
33
33
34
                <ul class="buttons-list">
34
                <ul class="buttons-list">
35
                    <li>
35
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/circulation.pl"><i class="fa fa-upload fa-2x"></i><h1> Check out</h1></a></li>
36
                        <a class="circ-button" href="/cgi-bin/koha/circ/circulation.pl"><i class="fa fa-upload"></i> Check out</a>
36
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/returns.pl"><i class="fa fa-download fa-2x"></i><h1> Check in</h1></a></li>
37
                    </li>
37
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/renew.pl"><i class="fa fa-retweet fa-2x"></i><h1> Renew</h1></a></li>
38
                    <li>
39
                        <a class="circ-button" href="/cgi-bin/koha/circ/returns.pl"><i class="fa fa-download"></i> Check in</a>
40
                    </li>
41
                    <li>
42
                        <a class="circ-button" href="/cgi-bin/koha/circ/renew.pl"><i class="fa fa-retweet"></i> Renew</a>
43
                    </li>
44
                    [% UNLESS IndependentBranches %]
38
                    [% UNLESS IndependentBranches %]
45
                        <li>
39
                        <li>
46
                            [% IF Koha.Preference('UseCirculationDesks') %]
40
                            [% IF Koha.Preference('UseCirculationDesks') %]
47
                            <a class="circ-button" href="/cgi-bin/koha/circ/set-library.pl"><i class="fa fa-home"></i> Set library and desk</a>
41
                            <a class="menucirc" href="/cgi-bin/koha/circ/set-library.pl"><i class="fa fa-home fa-2x"></i><h1> Set library and desk</h1></a>
48
                            [% ELSE %]
42
                            [% ELSE %]
49
                            <a class="circ-button" href="/cgi-bin/koha/circ/set-library.pl"><i class="fa fa-home"></i> Set library</a>
43
                            <a class="menucirc" href="/cgi-bin/koha/circ/set-library.pl"><i class="fa fa-home fa-2x"></i><h1> Set library</h1></a>
50
                            [% END %]
44
                            [% END %]
51
                        </li>
45
                        </li>
52
                    [% END %]
46
                    [% END %]
53
                    [% IF ( fast_cataloging ) %]
47
                    [% IF ( fast_cataloging ) %]
54
                        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
48
                        [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
55
                            <li>
49
                            <li><a class="menucirc" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA fa-2x"><i class="fa fa-plus"></i><h1> Fast cataloging</h1></a></li>
56
                                <a class="circ-button" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"><i class="fa fa-plus"></i> Fast cataloging</a>
57
                            </li>
58
                        [% END %]
50
                        [% END %]
59
                    [% END %]
51
                    [% END %]
60
                    [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
52
                    [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
61
                        <li>
53
                        <li><a class="menucirc" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note fa-2x"></i><h1> Checkout notes</h1></a></li>
62
                            <a class="circ-button" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note"></i> Checkout notes</a>
63
                        </li>
64
                    [% END %]
54
                    [% END %]
65
                    [% IF Koha.Preference('OnSiteCheckouts') %]
55
                    [% IF Koha.Preference('OnSiteCheckouts') %]
66
                        <li>
56
                        <li><a class="menucirc" href="/cgi-bin/koha/circ/on-site_checkouts.pl"><i class="fa fa-map-marker fa-2x"></i><h1> Pending on-site checkouts</h1></a></li>
67
                            <a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl"><i class="fa fa-map-marker"></i> Pending on-site checkouts</a>
68
                        </li>
69
                    [% END %]
57
                    [% END %]
70
                </ul>
58
                </ul>
71
            </div>
59
            </div>
72
60
73
            <div class="col-sm-5 col-md-4">
61
            <div class="col-sm-5 col-md-4">
74
                <h3>Holds</h3>
62
                <h1>Holds</h1>
75
63
76
                <ul class="buttons-list">
64
                <ul class="buttons-list">
77
                    <li>
65
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/view_holdsqueue.pl"><i class="fa fa-tasks fa-2x"></i><h1> Holds queue</h1></a></li>
78
                        <a class="circ-button" href="/cgi-bin/koha/circ/view_holdsqueue.pl"><i class="fa fa-tasks"></i> Holds queue</a>
66
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/pendingreserves.pl"><i class="fa fa-hand-grab-o fa-2x"></i><h1> Holds to pull</h1></a></li>
79
                    </li>
67
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/waitingreserves.pl"><i class="fa fa-calendar fa-2x"></i><h1> Holds awaiting pickup</h1></a></li>
80
                    <li>
68
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa fa-line-chart fa-2x"></i><h1> Hold ratios</h1></a></li>
81
                        <a class="circ-button" href="/cgi-bin/koha/circ/pendingreserves.pl"><i class="fa fa-hand-grab-o"></i> Holds to pull</a>
82
                    </li>
83
                    <li>
84
                        <a class="circ-button" href="/cgi-bin/koha/circ/waitingreserves.pl"><i class="fa fa-calendar"></i> Holds awaiting pickup</a>
85
                    </li>
86
                    <li>
87
                        <a class="circ-button" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa fa-line-chart"></i> Hold ratios</a>
88
                    </li>
89
                </ul>
69
                </ul>
90
70
91
                [% IF Koha.Preference('UseRecalls') and CAN_user_recalls %]
71
                [% IF Koha.Preference('UseRecalls') and CAN_user_recalls %]
Lines 106-175 Link Here
106
86
107
            <div class="col-sm-5 col-md-4">
87
            <div class="col-sm-5 col-md-4">
108
                [% IF Koha.Preference('ArticleRequests') %]
88
                [% IF Koha.Preference('ArticleRequests') %]
109
                    <h3>Patron request</h3>
89
                    <h1>Patron request</h1>
110
                    <ul class="buttons-list">
90
                    <ul class="buttons-list">
111
                        <li>
91
                        <li><a class="menucirc" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i><h1> Article requests</h1></a></li>
112
                            <a class="circ-button" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i> Article requests</a>
113
                        </li>
114
                    </ul>
92
                    </ul>
115
                [% END %]
93
                [% END %]
116
94
117
                <h3>Transfers</h3>
95
                <h1>Transfers</h1>
118
96
119
                <ul class="buttons-list">
97
                <ul class="buttons-list">
120
                    [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
98
                    [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
121
                        <li>
99
                        <li><a class="menucirc" href="/cgi-bin/koha/circ/branchtransfers.pl"><i class="fa fa-exchange fa-2x"></i><h1> Transfer</h1></a></li>
122
                            <a class="circ-button" href="/cgi-bin/koha/circ/branchtransfers.pl"><i class="fa fa-exchange"></i> Transfer</a>
123
                        </li>
124
                    [% END %]
100
                    [% END %]
125
                    <li>
101
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/transfers_to_send.pl"><i class="fa fa-sign-out fa-2x"></i><h1> Transfers to send</h1></a></li>
126
                        <a class="circ-button" href="/cgi-bin/koha/circ/transfers_to_send.pl"><i class="fa fa-sign-out"></i> Transfers to send</a>
102
                    <li><a class="menucirc" href="/cgi-bin/koha/circ/transferstoreceive.pl"><i class="fa fa-sign-in fa-2x"></i><h1> Transfers to receive</h1></a></li>
127
                    </li>
128
                    <li>
129
                        <a class="circ-button" href="/cgi-bin/koha/circ/transferstoreceive.pl"><i class="fa fa-sign-in"></i> Transfers to receive</a>
130
                    </li>
131
                </ul>
103
                </ul>
132
104
133
                <h3>Overdues</h3>
105
                <h1>Overdues</h1>
134
106
135
                <ul class="buttons-list">
107
                <ul class="buttons-list">
136
                     [% IF ( CAN_user_circulate_overdues_report ) %]
108
                     [% IF ( CAN_user_circulate_overdues_report ) %]
137
                        <li>
109
                        <li>
138
                            <a class="circ-button"
110
                            <a class="menucirc"
139
                                href="/cgi-bin/koha/circ/overdue.pl"
111
                                href="/cgi-bin/koha/circ/overdue.pl"
140
                                title="Warning: This report is very resource intensive on systems with large numbers of overdue items."
112
                                title="Warning: This report is very resource intensive on systems with large numbers of overdue items."
141
                            ><i class="fa fa-clock-o"></i> Overdues</a>
113
                            ><i class="fa fa-clock-o fa-2x"></i><h1> Overdues</h1></a>
142
                        </li>
114
                        </li>
143
                    [% END %]
115
                    [% END %]
144
                    <li>
116
                    <li>
145
                        <a class="circ-button"
117
                        <a class="menucirc"
146
                            href="/cgi-bin/koha/circ/branchoverdues.pl"
118
                            href="/cgi-bin/koha/circ/branchoverdues.pl"
147
                            title="Limited to your library.  See report help for other details."
119
                            title="Limited to your library.  See report help for other details."
148
                        ><i class="fa fa-clock-o"></i> Overdues with fines</a>
120
                        ><i class="fa fa-clock-o fa-2x"></i><i class="fond fa fa-dollar"></i><h1> Overdues with fines</h1></a>
149
                    </li>
121
                    </li>
150
                </ul>
122
                </ul>
151
            </div>
123
            </div>
152
        </div>
124
        </div>
125
153
        <div class="row" id="intranet-circulation-home-html">
126
        <div class="row" id="intranet-circulation-home-html">
154
            <div class="col-md-12">
127
            <div class="col-md-12">
155
                [% Koha.Preference('IntranetCirculationHomeHTML') | $raw  %]
128
                [% Koha.Preference('IntranetCirculationHomeHTML') | $raw  %]
156
            </div>
129
            </div>
157
        </div>
130
        </div>
131
158
        <div class="row" id="offline-circulation">
132
        <div class="row" id="offline-circulation">
159
            <div class="col-md-12">
133
            <div class="col-md-12">
160
                <h4>Offline circulation</h4>
134
                <h4>Offline circulation</h4>
161
                    <div class="col-sm-5 col-md-3">
135
                    <div class="col-sm-5 col-md-3">
162
                    [% IF (AllowOfflineCirculation) %]
136
                    [% IF (AllowOfflineCirculation) %]
163
                        <a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a>
137
                        <a class="noir" href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a>
164
                    [% END %]
138
                    [% END %]
165
                       <p><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></p>
139
                        <p><a class="noir" href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></p>
166
                       <p><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a></p>
140
                        <p><a class="noir" href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a></p>
167
                    </div>
141
                    </div>
168
                    <div class="col-sm-5 col-md-3">
142
                    <div class="col-sm-5 col-md-3">
169
                    <p><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases"><i class="fa fa-window-maximize"></i> Get desktop application</a></p>
143
                    <p><a class="noir" href="https://github.com/bywatersolutions/koha-offline-circulation/releases"><i class="fa fa-window-maximize"></i> Get desktop application</a></p>
170
                    <p><a href="https://addons.mozilla.org/[% lang | uri %]/firefox/addon/koct/"><i class="fa fa-firefox"></i> Get Firefox add-on</a></p>
144
                    <p><a class="noir" href="https://addons.mozilla.org/[% lang | uri %]/firefox/addon/koct/"><i class="fa fa-firefox"></i> Get Firefox add-on</a></p>
171
                    </div>
145
                    </div>
172
            </div>
146
            </div>
173
        </div>
147
        </div>
148
    </div>
174
149
175
[% INCLUDE 'intranet-bottom.inc' %]
150
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-14 / +18 lines)
Lines 10-15 Link Here
10
[% USE Price %]
10
[% USE Price %]
11
[% USE AuthorisedValues %]
11
[% USE AuthorisedValues %]
12
[% SET footerjs = 1 %]
12
[% SET footerjs = 1 %]
13
[% formulaire = BLOCK %]
14
    [% INCLUDE 'circ-search.inc' %]
15
[% END %]
13
[% INCLUDE 'doc-head-open.inc' %]
16
[% INCLUDE 'doc-head-open.inc' %]
14
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
17
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
15
[% SET destination = "circ" %]
18
[% SET destination = "circ" %]
Lines 24-36 Link Here
24
27
25
<body id="circ_circulation" class="circ">
28
<body id="circ_circulation" class="circ">
26
29
27
    [% INCLUDE 'header.inc' %]
30
    [% INCLUDE 'header.inc' form=formulaire %]
28
    [% INCLUDE 'circ-search.inc' %]
29
31
30
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
32
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
31
        <ol>
33
        <ol>
32
            <li>
34
            <li>
33
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
35
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
34
            </li>
36
            </li>
35
            <li>
37
            <li>
36
                <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
38
                <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 54-59 Link Here
54
            [% END %]
56
            [% END %]
55
        </ol>
57
        </ol>
56
    </nav>
58
    </nav>
59
    [% INCLUDE 'shortcut.inc' %]
57
60
58
    <div class="main container-fluid">
61
    <div class="main container-fluid">
59
        <main>
62
        <main>
Lines 588-594 Link Here
588
                                                                    <input type="hidden" name="barcode" value="[% item.barcode | html %]" />
591
                                                                    <input type="hidden" name="barcode" value="[% item.barcode | html %]" />
589
                                                                    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
592
                                                                    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
590
                                                                    <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" />
593
                                                                    <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" />
591
                                                                    <button class="btn btn-default btn-xs" type="submit" name="x"><i class="fa fa-check"></i> Check out</button>
594
                                                                    <button class="btn btn-default principal btn-xs" type="submit" name="x"><i class="fa fa-check"></i> Check out</button>
592
                                                                </form>
595
                                                                </form>
593
                                                            </td>
596
                                                            </td>
594
                                                        </tr>
597
                                                        </tr>
Lines 655-678 Link Here
655
658
656
                                        <label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label>
659
                                        <label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label>
657
660
658
                                        [% IF Koha.Preference('itemBarcodeFallbackSearch') %]
661
                                        <div></div>
659
                                            <div class="hint">Enter item barcode or keyword:</div>
660
                                        [% ELSE %]
661
                                            <div class="hint">Enter item barcode:</div>
662
                                        [% END %]
663
664
                                        [% IF NEEDSCONFIRMATION %]
662
                                        [% IF NEEDSCONFIRMATION %]
665
                                            <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" />
663
                                            <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" />
666
                                        [% ELSE %]
664
                                        [% ELSE %]
667
                                            <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" />
665
                                            [% IF Koha.Preference('itemBarcodeFallbackSearch') %]
666
                                                <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" placeholder="Enter item barcode or keyword" />
667
                                            [% ELSE %]
668
                                                <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" placeholder="Enter item barcode" />
669
                                            [% END %]
668
                                        [% END %]
670
                                        [% END %]
669
671
670
                                        <button type="submit" class="btn btn-default">Check out</button>
671
672
                                        <div id="show-circ-settings">
672
                                        <div id="show-circ-settings">
673
                                            <a href="#"><i class="fa fa-caret-right circ-settings-icon"></i> Checkout settings</a>
673
                                            <a href="#"><i class="fa-sign-out"></i></a>
674
                                        </div>
674
                                        </div>
675
675
676
                                        <button type="submit" class="btn btn-default principal">Check out</button>
677
676
                                        <div class="circ-settings">
678
                                        <div class="circ-settings">
677
679
678
                                                [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %]
680
                                                [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %]
Lines 807-813 Link Here
807
                                <div id="circmessages" class="circmessage attention">
809
                                <div id="circmessages" class="circmessage attention">
808
                            [% END %]
810
                            [% END %]
809
811
812
                            <fieldset>
810
                            [% INCLUDE 'patron_messages.inc' %]
813
                            [% INCLUDE 'patron_messages.inc' %]
814
                            </fieldset>
811
815
812
                        </div> <!-- /#circmessages -->
816
                        </div> <!-- /#circmessages -->
813
                    </div> <!-- /div or div.col-sm-6 -->
817
                    </div> <!-- /div or div.col-sm-6 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-3 / +6 lines)
Lines 6-11 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'circ-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
[% SET destination = "circ" %]
13
[% SET destination = "circ" %]
11
<title>
14
<title>
Lines 20-32 Link Here
20
23
21
<body id="circ_circulation_batch_checkouts" class="circ">
24
<body id="circ_circulation_batch_checkouts" class="circ">
22
25
23
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'header.inc' form=formulaire %]
24
[% INCLUDE 'circ-search.inc' %]
25
27
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
28
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
    <ol>
29
    <ol>
28
        <li>
30
        <li>
29
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
31
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
30
        </li>
32
        </li>
31
        <li>
33
        <li>
32
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
34
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 50-55 Link Here
50
        [% END %]
52
        [% END %]
51
    </ol>
53
    </ol>
52
</nav>
54
</nav>
55
[% INCLUDE 'shortcut.inc' %]
53
56
54
<div class="main container-fluid">
57
<div class="main container-fluid">
55
    <div class="row">
58
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-3 / +6 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'circ-search.inc' %]
7
[% END %]
5
<!DOCTYPE html>
8
<!DOCTYPE html>
6
[% IF (AllowOfflineCirculation) %]
9
[% IF (AllowOfflineCirculation) %]
7
[% SET manifestattr = 'manifest="/cgi-bin/koha/circ/offline-mf.pl"' %]
10
[% SET manifestattr = 'manifest="/cgi-bin/koha/circ/offline-mf.pl"' %]
Lines 16-23 Link Here
16
</head>
19
</head>
17
20
18
<body id="circ_offline" class="circ">
21
<body id="circ_offline" class="circ">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form = formulaire %]
20
[% INCLUDE 'circ-search.inc' %]
21
<div class="loading-overlay" style="display: none;">
23
<div class="loading-overlay" style="display: none;">
22
    <div>Downloading records, please wait...</div>
24
    <div>Downloading records, please wait...</div>
23
</div>
25
</div>
Lines 26-38 Link Here
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
28
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
    <ol>
29
    <ol>
28
        <li>
30
        <li>
29
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
31
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
30
        </li>
32
        </li>
31
        <li>
33
        <li>
32
            <a id="go-to-home" href="#offline-home" aria-current="page">Offline circulation</a>
34
            <a id="go-to-home" href="#offline-home" aria-current="page">Offline circulation</a>
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
35
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
36
39
37
<div class="main container-fluid">
40
<div class="main container-fluid">
38
    <div class="row">
41
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-3 / +6 lines)
Lines 5-23 Link Here
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE AuthorisedValues %]
6
[% USE AuthorisedValues %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'circ-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Pending on-site checkouts &rsaquo; Circulation &rsaquo; Koha</title>
12
<title>Pending on-site checkouts &rsaquo; Circulation &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="circ_stats" class="circ">
16
<body id="circ_stats" class="circ">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'circ-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
25
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 29-34 Link Here
29
        </li>
31
        </li>
30
    </ol>
32
    </ol>
31
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
32
35
33
<div class="main container-fluid">
36
<div class="main container-fluid">
34
    <div class="row">
37
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +4 lines)
Lines 29-36 Link Here
29
</head>
29
</head>
30
30
31
<body id="circ_overdue" class="circ">
31
<body id="circ_overdue" class="circ">
32
[% form = BLOCK %]
33
    [% INCLUDE 'circ-search.inc' %]
34
[% END %]
32
[% INCLUDE 'header.inc' %]
35
[% INCLUDE 'header.inc' %]
33
[% INCLUDE 'circ-search.inc' %]
34
36
35
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
37
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
36
    <ol>
38
    <ol>
Lines 47-52 Link Here
47
        </li>
49
        </li>
48
    </ol>
50
    </ol>
49
</nav>
51
</nav>
52
[% INCLUDE 'shortcut.inc' %]
50
53
51
<div class="main container-fluid">
54
<div class="main container-fluid">
52
    <div class="row">
55
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-33 / +28 lines)
Lines 7-26 Link Here
7
[%- USE Branches -%]
7
[%- USE Branches -%]
8
[%- USE ItemTypes -%]
8
[%- USE ItemTypes -%]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% formulaire = BLOCK %]
11
    [% INCLUDE 'circ-search.inc' %]
12
[% END %]
10
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Holds to pull &rsaquo; Circulation &rsaquo; Koha</title>
14
<title>Holds to pull &rsaquo; Circulation &rsaquo; Koha</title>
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
16
</head>
14
17
15
<body id="circ_pendingreserves" class="circ">
18
<body id="circ_pendingreserves" class="circ">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'circ-search.inc' %]
18
20
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
        </li>
26
        </li>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
28
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 32-37 Link Here
32
        </li>
34
        </li>
33
    </ol>
35
    </ol>
34
</nav>
36
</nav>
37
[% INCLUDE 'shortcut.inc' %]
35
38
36
<div class="main container-fluid">
39
<div class="main container-fluid">
37
    <div class="row">
40
    <div class="row">
Lines 250-256 Link Here
250
    </tfoot>
253
    </tfoot>
251
    </table>
254
    </table>
252
    [% ELSE %]
255
    [% ELSE %]
253
        <strong>No items found.</strong>
256
        <fieldset><strong>No items found.</strong></fieldset>
254
    [% END %]
257
    [% END %]
255
</div>
258
</div>
256
259
Lines 260-296 Link Here
260
263
261
        <div class="col-sm-2 col-sm-pull-10">
264
        <div class="col-sm-2 col-sm-pull-10">
262
            <aside>
265
            <aside>
266
                    <form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
267
                        <fieldset class="sidebar">
268
                            <h3>Refine results</h3>
269
                                <ol>
270
                                    <li>
271
                                        <label>Start date:</label>
272
                                        <input type="text" size="10" id="from" name="from" value="[% from | $KohaDates %]" class="flatpickr" data-date_to="to" />
273
                                    </li>
274
                                    <li>
275
                                        <label>End date:</label>
276
                                        <input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="flatpickr" />
277
                                    </li>
278
                                </ol>
263
279
264
<div id="filters">
280
                                [% IF ( HoldsToPullEndDate ) %]
265
281
                                    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to [% HoldsToPullEndDate | html %] days ahead. Set other date ranges as needed.)</em></p>
266
<form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
282
                                [% ELSE %]
267
<fieldset class="brief">
283
                                    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
268
<h4>Refine results</h4>
284
                                [% END %]
269
<ol>
270
<li>
271
<label for="from">
272
    Start date:
273
</label>
274
<input type="text" size="10" id="from" name="from" value="[% from | $KohaDates %]" class="flatpickr" data-date_to="to" />
275
</li>
276
<li><label for="to">
277
    End date:
278
</label>
279
<input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="flatpickr" />
280
</li>
281
</ol>
282
283
[% IF ( HoldsToPullEndDate ) %]
284
    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to [% HoldsToPullEndDate | html %] days ahead. Set other date ranges as needed.)</em></p>
285
[% ELSE %]
286
    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
287
[% END %]
288
289
<fieldset class="action"><input type="submit" name="run_report" value="Submit" class="submit"/></fieldset>
290
</fieldset>
291
</form>
292
285
293
</div>
286
                                <button type="submit" class="submit principal">Submit</button>
287
                        </fieldset>
288
                    </form>
294
            </aside>
289
            </aside>
295
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
290
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
296
     </div> <!-- /.row -->
291
     </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-25 / +20 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'circ-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
10
8
<title>Renew [% title | html %] &rsaquo; Circulation &rsaquo; Koha</title>
11
<title>Renew [% title | html %] &rsaquo; Circulation &rsaquo; Koha</title>
Lines 11-23 Link Here
11
14
12
<body id="circ_renew" class="circ">
15
<body id="circ_renew" class="circ">
13
16
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'circ-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
25
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 29-34 Link Here
29
        </li>
31
        </li>
30
    </ol>
32
    </ol>
31
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
32
35
33
<div class="main container-fluid">
36
<div class="main container-fluid">
34
    <div class="row">
37
    <div class="row">
Lines 196-229 Link Here
196
            [% UNLESS error %]
199
            [% UNLESS error %]
197
                <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" >
200
                <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" >
198
201
199
                    <fieldset>
202
                    <fieldset class="brief">
200
                        <h1>Renew</h1>
203
                        <h1>Renew</h1>
201
204
202
                        [% IF Koha.Preference('UnseenRenewals') %]
205
                        [% IF Koha.Preference('UnseenRenewals') %]
203
                            <div class="renew_formfield">
206
                            <div class="renew_formfield">
204
                                <div>
207
                                <input name="barcode" id="barcode" size="14" class="barcode focus" type="text" placeholder="Enter item barcode" />
205
                                    <label for="barcode" class="hint">Enter item barcode: </label>
206
                                </div>
207
                                <input name="barcode" id="barcode" size="14" class="barcode focus" type="text" />
208
                            </div>
208
                            </div>
209
                            <div class="renew_formfield">
209
                            <div class="renew_formfield">
210
                                <label for="unseen" class="hint">Record renewal as unseen if appropriate: </label>
210
                                <label for="unseen" class="hint">Record renewal as unseen if appropriate: </label>
211
                                <input value="1" name="unseen" id="unseen" type="checkbox" />
211
                                <input value="1" name="unseen" id="unseen" type="checkbox" />
212
                            </div>
212
                            </div>
213
                        [% ELSE %]
213
                        [% ELSE %]
214
                            <div>
214
                            <input name="barcode" size="14" class="barcode focus" type="text" placeholder="Enter item barcode" />
215
                                <label for="barcode" class="hint">Enter item barcode: </label>
216
                            </div>
217
218
                            <input name="barcode" id="barcode" size="14" class="barcode focus" type="text" />
219
215
220
                        [% END %]
216
                        [% END %]
221
                        <button type="submit" class="btn btn-default">Submit</button>
217
                        <button type="submit" class="submit principal">Submit</button>
222
218
223
                        <div class="circ-settings show">
219
                        <div class="circ-settings show">
224
                            <div class="date-select" id="renew_date_override_fields">
220
                            <div class="date-select" id="renew_date_override_fields">
225
                                <div><label for="hard_due_date" class="hint">Renewal due date [% INCLUDE 'date-format.inc' %]:</label></div>
221
                                <input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" class="flatpickr" data-flatpickr-futuredate="true" data-flatpickr-enable-time="true" placeholder="Renewal due date [% INCLUDE 'date-format.inc' %]" />
226
                                <input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" class="flatpickr" data-flatpickr-futuredate="true" data-flatpickr-enable-time="true" />
227
                            </div> <!-- /.date-select -->
222
                            </div> <!-- /.date-select -->
228
                        </div>
223
                        </div>
229
                    </fieldset>
224
                    </fieldset>
Lines 232-246 Link Here
232
                </form>
227
                </form>
233
            [% END %]
228
            [% END %]
234
229
235
                    [% IF Koha.Preference('CircSidebar') %]
230
                [% IF Koha.Preference('CircSidebar') %]
236
                            </div> <!-- /.col-sm-10.col-sm-push-2 -->
231
                        </div> <!-- /.col-sm-10.col-sm-push-2 -->
237
                            <div class="col-sm-2 col-sm-pull-10">
232
                        <div class="col-sm-2 col-sm-pull-10">
238
                                <aside>
233
                            <aside>
239
                                    [% INCLUDE 'circ-nav.inc' %]
234
                                [% INCLUDE 'circ-nav.inc' %]
240
                                </aside>
235
                            </aside>
241
                            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
236
                        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
242
                        </div> <!-- /.row -->
237
                    </div> <!-- /.row -->
243
                    [% END %]
238
                [% END %]
244
239
245
            </main>
240
            </main>
246
        </div> <!-- /.col-sm-12 -->
241
        </div> <!-- /.col-sm-12 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-3 / +6 lines)
Lines 8-13 Link Here
8
[% USE AuthorisedValues %]
8
[% USE AuthorisedValues %]
9
[% USE Price %]
9
[% USE Price %]
10
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
11
[% formulaire = BLOCK %]
12
    [% INCLUDE 'circ-search.inc' %]
13
[% END %]
11
[% SET article_requests_view = 1 %]
14
[% SET article_requests_view = 1 %]
12
[% SET biblionumber = biblio.biblionumber %]
15
[% SET biblionumber = biblio.biblionumber %]
13
[% INCLUDE 'doc-head-open.inc' %]
16
[% INCLUDE 'doc-head-open.inc' %]
Lines 59-71 Link Here
59
[% END %]
62
[% END %]
60
63
61
<body id="circ_request-article" class="circ">
64
<body id="circ_request-article" class="circ">
62
    [% INCLUDE 'header.inc' %]
65
    [% INCLUDE 'header.inc' form=formulaire %]
63
    [% INCLUDE 'circ-search.inc' %]
64
66
65
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
67
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
66
        <ol>
68
        <ol>
67
            <li>
69
            <li>
68
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
70
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
69
            </li>
71
            </li>
70
72
71
            [% IF blocking_error %]
73
            [% IF blocking_error %]
Lines 85-90 Link Here
85
            [% END %]
87
            [% END %]
86
        </ol>
88
        </ol>
87
    </nav>
89
    </nav>
90
    [% INCLUDE 'shortcut.inc' %]
88
91
89
[% INCLUDE 'blocking_errors.inc' %]
92
[% INCLUDE 'blocking_errors.inc' %]
90
<div class="main container-fluid">
93
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-2 / +5 lines)
Lines 17-24 Link Here
17
</head>
17
</head>
18
18
19
<body id="circ_reserveratios" class="circ">
19
<body id="circ_reserveratios" class="circ">
20
[% INCLUDE 'header.inc' %]
20
[% form = BLOCK %]
21
[% INCLUDE 'circ-search.inc' %]
21
    [% INCLUDE 'circ-search.inc' %]
22
[% END %]
23
[% INCLUDE 'header.inc' form = form %]
22
24
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    <ol>
26
    <ol>
Lines 35-40 Link Here
35
        </li>
37
        </li>
36
    </ol>
38
    </ol>
37
</nav>
39
</nav>
40
[% INCLUDE 'shortcut.inc' %]
38
41
39
<div class="main container-fluid">
42
<div class="main container-fluid">
40
    <div class="row">
43
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +4 lines)
Lines 36-43 Link Here
36
<body id="circ_returns" class="circ">
36
<body id="circ_returns" class="circ">
37
    <span class="audio-alert-success"></span>
37
    <span class="audio-alert-success"></span>
38
38
39
    [% form = BLOCK %]
40
        [% INCLUDE 'checkin-search.inc' %]
41
    [% END %]
39
    [% INCLUDE 'header.inc' %]
42
    [% INCLUDE 'header.inc' %]
40
    [% INCLUDE 'checkin-search.inc' %]
41
43
42
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
44
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
43
        <ol>
45
        <ol>
Lines 54-59 Link Here
54
            </li>
56
            </li>
55
        </ol>
57
        </ol>
56
    </nav>
58
    </nav>
59
    [% INCLUDE 'shortcut.inc' %]
57
60
58
    <div class="main container-fluid">
61
    <div class="main container-fluid">
59
        <div class="row">
62
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (-15 / +28 lines)
Lines 5-10 Link Here
5
[% USE Registers %]
5
[% USE Registers %]
6
[% USE Koha %]
6
[% USE Koha %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'circ-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
[% IF Koha.Preference('UseCirculationDesks') %]
12
[% IF Koha.Preference('UseCirculationDesks') %]
10
<title>Set library and desk &rsaquo; Circulation &rsaquo; Koha</title>
13
<title>Set library and desk &rsaquo; Circulation &rsaquo; Koha</title>
Lines 17-29 Link Here
17
</style>
20
</style>
18
</head>
21
</head>
19
<body id="circ_set-library" class="circ">
22
<body id="circ_set-library" class="circ">
20
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'header.inc' form=formulaire %]
21
[% INCLUDE 'circ-search.inc' %]
22
24
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    <ol>
26
    <ol>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
28
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
27
        </li>
29
        </li>
28
        <li>
30
        <li>
29
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
31
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 33-38 Link Here
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
35
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
36
39
37
<div class="main container-fluid">
40
<div class="main container-fluid">
38
    <div class="row">
41
    <div class="row">
Lines 82-94 Updated:<ul> Link Here
82
85
83
<form method="post" action="set-library.pl">
86
<form method="post" action="set-library.pl">
84
[% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %]
87
[% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %]
85
<fieldset class="rows">
88
<fieldset  class="brief">
86
    <legend>Set library</legend>
89
    <h3>Set library</h3>
87
    <ol>
90
    <ol>
88
        <li><label for="branch">Choose library:</label>
91
        <li><p>Choose library:
89
        <select name="branch" id="branch">
92
        <select name="branch" id="branch">
90
            [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %]
93
            [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %]
91
        </select></li>
94
        </select></p></li>
95
96
        <li>
97
            <button class="submit principal" type="submit" >Submit</button>
98
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
99
        </li>
92
    </ol>
100
    </ol>
93
</fieldset>
101
</fieldset>
94
[% ELSE %]
102
[% ELSE %]
Lines 98-117 Updated:<ul> Link Here
98
[% END %]
106
[% END %]
99
107
100
[% IF Koha.Preference('UseCirculationDesks') && Desks.all %]
108
[% IF Koha.Preference('UseCirculationDesks') && Desks.all %]
101
<fieldset class="rows">
109
<fieldset  class="brief">
102
    <legend>Set desk</legend>
110
    <h3>Set desk</h3>
103
    <ol>
111
    <ol>
104
        <li><label for="desk">Choose desk:</label>
112
        <li><label for="desk">Choose desk:</label>
105
        <select name="desk_id" id="desk_id">
113
        <select name="desk_id" id="desk_id">
106
            [% PROCESS options_for_desks desks => Desks.all(), selected => desk_id  %]
114
            [% PROCESS options_for_desks desks => Desks.all(), selected => desk_id  %]
107
        </select></li>
115
        </select></li>
116
117
        <li>
118
            <button class="submit principal" type="submit" >Submit</button>
119
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
120
        </li>
108
    </ol>
121
    </ol>
109
</fieldset>
122
</fieldset>
110
[% END %]
123
[% END %]
111
124
112
[% IF Koha.Preference('UseCashRegisters') %]
125
[% IF Koha.Preference('UseCashRegisters') %]
113
<fieldset class="rows">
126
<fieldset class="brief">
114
    <legend>Set cash register</legend>
127
    <h3>Set cash register</h3>
115
    <ol>
128
    <ol>
116
        <li>
129
        <li>
117
            <label for="register_id">Choose cash register:</label>
130
            <label for="register_id">Choose cash register:</label>
Lines 120-133 Updated:<ul> Link Here
120
                [% PROCESS options_for_registers registers => Registers.all() %]
133
                [% PROCESS options_for_registers registers => Registers.all() %]
121
            </select>
134
            </select>
122
        </li>
135
        </li>
136
        <li>
137
            <button class="submit principal" type="submit" >Submit</button>
138
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
139
        </li>
123
    </ol>
140
    </ol>
124
</fieldset>
141
</fieldset>
125
[% END %]
142
[% END %]
126
143
127
<fieldset class="action">
128
    <input type="submit" value="Submit" />
129
    <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
130
</fieldset>
131
<div class="noshow">
144
<div class="noshow">
132
    [% FOREACH recycle_loo IN recycle_loop %]
145
    [% FOREACH recycle_loo IN recycle_loop %]
133
    <input type="text" name="[% recycle_loo.param | html %]" value="[% recycle_loo.value | html %]" />
146
    <input type="text" name="[% recycle_loo.param | html %]" value="[% recycle_loo.value | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-3 / +6 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'circ-search.inc' %]
10
[% END %]
8
[% PROCESS 'transfer_reasons.inc' %]
11
[% PROCESS 'transfer_reasons.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Transfers to send &rsaquo; Circulation &rsaquo; Koha</title>
13
<title>Transfers to send &rsaquo; Circulation &rsaquo; Koha</title>
Lines 12-24 Link Here
12
</head>
15
</head>
13
16
14
<body id="circ_transferstosend" class="circ">
17
<body id="circ_transferstosend" class="circ">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'circ-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-labal="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-labal="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
26
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 28-33 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="main container-fluid">
35
<div class="main container-fluid">
33
    <div class="row">
36
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-4 / +7 lines)
Lines 4-22 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'circ-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Transfers to receive &rsaquo; Circulation &rsaquo; Koha</title>
11
<title>Transfers to receive &rsaquo; Circulation &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="circ_transferstoreceive" class="circ">
15
<body id="circ_transferstoreceive" class="circ">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'circ-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
24
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 28-33 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="main container-fluid">
35
<div class="main container-fluid">
33
    <div class="row">
36
    <div class="row">
Lines 41-47 Link Here
41
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
44
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
42
                [% END %]
45
                [% END %]
43
46
44
        <h1>Transfers made to your library as of [% show_date | $KohaDates %]</h1>
47
        <h2>Transfers made to your library as of [% show_date | $KohaDates %]</h2>
45
	[% IF ( branchesloop ) %]
48
	[% IF ( branchesloop ) %]
46
        <p>Your library is the destination for the following transfer(s)</p>
49
        <p>Your library is the destination for the following transfer(s)</p>
47
		[% IF ( latetransfers ) %]<p>Transfers are <span class="error">considered late</span> after [% TransfersMaxDaysWarning | html %] days.</p>[% END %]
50
		[% IF ( latetransfers ) %]<p>Transfers are <span class="error">considered late</span> after [% TransfersMaxDaysWarning | html %] days.</p>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-18 / +20 lines)
Lines 8-13 Link Here
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% USE Koha %]
9
[% USE Koha %]
10
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
11
[% formulaire = BLOCK %]
12
    [% INCLUDE 'circ-search.inc' %]
13
[% END %]
11
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Holds queue &rsaquo; Circulation &rsaquo; Koha</title>
15
<title>Holds queue &rsaquo; Circulation &rsaquo; Koha</title>
13
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
Lines 15-27 Link Here
15
</head>
18
</head>
16
19
17
<body id="circ_view_holdsqueue" class="circ">
20
<body id="circ_view_holdsqueue" class="circ">
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'cat-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
29
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 46-51 Link Here
46
        [% END %]
48
        [% END %]
47
    </ol>
49
    </ol>
48
</nav>
50
</nav>
51
[% INCLUDE 'shortcut.inc' %]
49
52
50
<div class="main container-fluid">
53
<div class="main container-fluid">
51
    <div class="row">
54
    <div class="row">
Lines 59-65 Link Here
59
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
62
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
60
                [% END %]
63
                [% END %]
61
64
62
<h1>Holds queue</h1>
65
<fieldset class="brief">
66
<h3>Holds queue</h3>
63
67
64
[% IF ( run_report ) %]
68
[% IF ( run_report ) %]
65
    [% IF ( total ) %]
69
    [% IF ( total ) %]
Lines 236-280 Link Here
236
[% BLOCK filter_form %]
240
[% BLOCK filter_form %]
237
    <form name="f" action="/cgi-bin/koha/circ/view_holdsqueue.pl">
241
    <form name="f" action="/cgi-bin/koha/circ/view_holdsqueue.pl">
238
        [% IF ( total ) %]
242
        [% IF ( total ) %]
239
            <fieldset class="brief">
243
            <fieldset>
240
        [% ELSE -%]
244
        [% ELSE -%]
241
            <fieldset class="rows">
245
            <fieldset>
242
        [% END %]
246
        [% END %]
243
            <ol>
247
            <ol>
244
                <li>
248
                <li>
245
                    <label for="branchlimit">Library: </label>
249
                    <p>Library:
246
                    <select name="branchlimit" id="branchlimit">
250
                    <select name="branchlimit" id="branchlimit">
247
                        <option value="">All</option>
251
                        <option value="">All</option>
248
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
252
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
249
                    </select>
253
                    </select></p>
250
                </li>
254
                </li>
251
                <li>
255
                <li>
252
                    <label for="itemtypeslimit">Item type: </label>
256
                    <p>Item type:
253
                    <select name="itemtypeslimit" id="itemtypeslimit">
257
                    <select name="itemtypeslimit" id="itemtypeslimit">
254
                        <option value="">All</option>
258
                        <option value="">All</option>
255
                        [% PROCESS options_for_item_types itemtypes => ItemTypes.Get(), selected_itemtype => itemtypeslimit %]
259
                        [% PROCESS options_for_item_types itemtypes => ItemTypes.Get(), selected_itemtype => itemtypeslimit %]
256
                    </select>
260
                    </select></p>
257
                </li>
261
                </li>
258
                <li>
262
                <li>
259
                    <label for="ccodeslimit">Collection: </label>
263
                    <p>Collection:
260
                    <select name="ccodeslimit" id="ccodeslimit">
264
                    <select name="ccodeslimit" id="ccodeslimit">
261
                        <option value="">All</option>
265
                        <option value="">All</option>
262
                        [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'CCODE' ), selected_av => ccodeslimit %]
266
                        [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'CCODE' ), selected_av => ccodeslimit %]
263
                    </select>
267
                    </select></p>
264
                </li>
268
                </li>
265
                <li>
269
                <li>
266
                    <label for="locationsslimit">Shelving location: </label>
270
                    <p>Shelving location:
267
                    <select name="locationslimit" id="locationslimit">
271
                    <select name="locationslimit" id="locationslimit">
268
                        <option value="">All</option>
272
                        <option value="">All</option>
269
                        [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'LOC' ), selected_av => locationslimit %]
273
                        [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'LOC' ), selected_av => locationslimit %]
270
                    </select>
274
                    </select></p>
271
                </li>
275
                </li>
276
            <button type="submit" class="submit principal">Submit</button>
277
                <input type="hidden" name="run_report" value="1" />
272
            </ol>
278
            </ol>
273
        </fieldset>
279
        </fieldset>
274
        <fieldset class="action">
275
            <input type="submit" value="Submit" />
276
            <input type="hidden" name="run_report" value="1" />
277
        </fieldset>
278
    </form>
280
    </form>
279
[% END %]
281
[% END %]
280
282
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +8 lines)
Lines 6-24 Link Here
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'circ-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Holds awaiting pickup &rsaquo; Circulation &rsaquo; Koha</title>
13
<title>Holds awaiting pickup &rsaquo; Circulation &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
15
</head>
13
16
14
<body id="circ_waitingreserves" class="circ">
17
<body id="circ_waitingreserves" class="circ">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc'form=formulaire %]
16
[% INCLUDE 'circ-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
26
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 28-33 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="main container-fluid">
35
<div class="main container-fluid">
33
    <div class="row">
36
    <div class="row">
Lines 81-86 Link Here
81
            </div>
84
            </div>
82
        [% END %]
85
        [% END %]
83
        <div id="resultlist" class="toptabs">
86
        <div id="resultlist" class="toptabs">
87
        <fieldset id="searchresults">
84
            <ul class="nav nav-tabs" role="tablist">
88
            <ul class="nav nav-tabs" role="tablist">
85
                <li role="presentation" class="active"><a href="#holdswaiting" aria-controls="holdswaiting" role="tab" data-toggle="tab">Holds waiting: [% reservecount | html %]</a></li>
89
                <li role="presentation" class="active"><a href="#holdswaiting" aria-controls="holdswaiting" role="tab" data-toggle="tab">Holds waiting: [% reservecount | html %]</a></li>
86
                <li role="presentation">
90
                <li role="presentation">
Lines 125-130 Link Here
125
                <div class="dialog message">No holds found.</div>
129
                <div class="dialog message">No holds found.</div>
126
            [% END %]
130
            [% END %]
127
        </div>
131
        </div>
132
        </fieldset>
128
        </div>
133
        </div>
129
    [% END %]
134
    [% END %]
130
135
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (-4 / +7 lines)
Lines 4-22 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Koha %]
5
[% USE Koha %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Club enrollments &rsaquo; Patron clubs &rsaquo; Tools &rsaquo; Koha</title>
11
<title>Club enrollments &rsaquo; Patron clubs &rsaquo; Tools &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="club_enrollments" class="clubs">
15
<body id="club_enrollments" class="clubs">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'cat-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
24
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 31-43 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
37
        <div class="col-sm-10 col-sm-push-2">
40
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
41
            <main>
39
42
40
                <h1>Club enrollments for <em>[% club.name | html %]</em></h1>
43
                <h2>Club enrollments for <em>[% club.name | html %]</em></h2>
41
44
42
                <table id="enrollments-table">
45
                <table id="enrollments-table">
43
                    <thead>
46
                    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt (-10 / +13 lines)
Lines 3-8 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
4
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
8
    [% IF club %]
11
    [% IF club %]
Lines 15-27 Link Here
15
</head>
18
</head>
16
19
17
<body id="clubs_add_modify" class="clubs">
20
<body id="clubs_add_modify" class="clubs">
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'cat-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
29
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 40-45 Link Here
40
        </li>
42
        </li>
41
    </ol>
43
    </ol>
42
</nav>
44
</nav>
45
[% INCLUDE 'shortcut.inc' %]
43
46
44
<div class="main container-fluid">
47
<div class="main container-fluid">
45
    <div class="row">
48
    <div class="row">
Lines 49-65 Link Here
49
                <input type="hidden" name="id" value="[% club.id | html %]" />
52
                <input type="hidden" name="id" value="[% club.id | html %]" />
50
                <input type="hidden" name="club_template_id" value="[% club_template.id | html %]" />
53
                <input type="hidden" name="club_template_id" value="[% club_template.id | html %]" />
51
54
52
                <fieldset class="rows">
55
                        <h2>
53
54
                    <legend>
55
                        <h1>
56
                            [% IF club %]
56
                            [% IF club %]
57
                                Modify club <em>[% club.name | html %]</em>
57
                                Modify club <em>[% club.name | html %]</em>
58
                            [% ELSE %]
58
                            [% ELSE %]
59
                                Create a new <em>[% club_template.name | html %]</em> club
59
                                Create a new <em>[% club_template.name | html %]</em> club
60
                            [% END %]
60
                            [% END %]
61
                        </h1>
61
                        </h2>
62
                    </legend>
62
63
                <fieldset class="rows">
64
65
63
66
64
                    <ol>
67
                    <ol>
65
                        <li>
68
                        <li>
Lines 137-143 Link Here
137
                </fieldset>
140
                </fieldset>
138
141
139
                <fieldset class="action">
142
                <fieldset class="action">
140
                    <input type="submit" value="Save" />
143
                    <input type="submit" class="principal" value="Save" />
141
                    <a href="clubs.pl" class="cancel">Cancel</a>
144
                    <a href="clubs.pl" class="cancel">Cancel</a>
142
                </fieldset>
145
                </fieldset>
143
            </form>
146
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-29 / +35 lines)
Lines 4-9 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Koha %]
5
[% USE Koha %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Patron clubs &rsaquo; Tools &rsaquo; Koha</title>
11
<title>Patron clubs &rsaquo; Tools &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
Lines 11-23 Link Here
11
</head>
14
</head>
12
15
13
<body id="clubs_clubs" class="clubs">
16
<body id="clubs_clubs" class="clubs">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'cat-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
25
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 29-41 Link Here
29
        </li>
31
        </li>
30
    </ol>
32
    </ol>
31
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
32
35
33
<div class="main container-fluid">
36
<div class="main container-fluid">
34
    <div class="row">
37
    <div class="row">
35
        <div class="col-sm-10 col-sm-push-2">
38
        <div class="col-sm-10 col-sm-push-2">
36
            <main>
39
            <main>
37
40
38
                <h1>Patron clubs</h1>
41
                <div id="toolbar" class="btn-toolbar">
42
                    [% IF CAN_user_clubs_edit_templates %]
43
                    <div class="btn-group">
44
                            <a class="btn btn-default toolbar-btn" href="templates-add-modify.pl"><i class="fa fa-plus"></i> New club template</a>
45
                    </div>
46
                    [% END %]
47
48
                    [% IF CAN_user_clubs_edit_clubs %]
49
                        <div class="btn-group">
50
                            [% IF club_templates.count %]
51
                                <button class="btn btn-default dropdown-toggle  toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New club <span class="caret"></span></button>
52
                            [% ELSE %]
53
                                <button disabled="disabled" class="btn btn-default dropdown-toggle  toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New club <span class="caret"></span></button>
54
                            [% END %]
55
                            <ul class="dropdown-menu">
56
                                [% FOREACH t IN club_templates %]
57
                                    <li><a href="/cgi-bin/koha/clubs/clubs-add-modify.pl?club_template_id=[% t.id | uri %]">[% t.name | html %]</a></li>
58
                                [% END %]
59
                            </ul>
60
                        </div>
61
                    [% END %]
62
                </div>
63
64
65
                <h2>Patron clubs</h2>
39
66
40
                [% IF club_template %]
67
                [% IF club_template %]
41
                    <div class="dialog message">
68
                    <div class="dialog message">
Lines 55-70 Link Here
55
                    </div>
82
                    </div>
56
                [% END %]
83
                [% END %]
57
84
85
            <fieldset id="rows">
58
                <h3>Club templates</h3>
86
                <h3>Club templates</h3>
59
87
60
                [% IF CAN_user_clubs_edit_templates %]
61
                    <div class="btn-toolbar">
62
                        <div class="btn-group">
63
                            <a class="btn btn-default" href="templates-add-modify.pl"><i class="fa fa-plus"></i> New club template</a>
64
                        </div>
65
                    </div>
66
                [% END %]
67
68
                [% IF club_templates.count %]
88
                [% IF club_templates.count %]
69
                    <table id="club-templates-table">
89
                    <table id="club-templates-table">
70
                        <thead>
90
                        <thead>
Lines 114-139 Link Here
114
                [% ELSE %]
134
                [% ELSE %]
115
                    <div class="dialog message">No club templates defined.</div>
135
                    <div class="dialog message">No club templates defined.</div>
116
                [% END %]
136
                [% END %]
137
            </fieldset>
117
138
139
            <fieldset id="rows">
118
                <h3>Clubs</h3>
140
                <h3>Clubs</h3>
119
141
120
                [% IF CAN_user_clubs_edit_clubs %]
121
                    <div class="btn-toolbar">
122
                        <div class="btn-group">
123
                            [% IF club_templates.count %]
124
                                <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New club <span class="caret"></span></button>
125
                            [% ELSE %]
126
                                <button disabled="disabled" class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New club <span class="caret"></span></button>
127
                            [% END %]
128
                            <ul class="dropdown-menu">
129
                                [% FOREACH t IN club_templates %]
130
                                    <li><a href="/cgi-bin/koha/clubs/clubs-add-modify.pl?club_template_id=[% t.id | uri %]">[% t.name | html %]</a></li>
131
                                [% END %]
132
                            </ul>
133
                        </div>
134
                    </div>
135
                [% END %]
136
137
                [% IF clubs.count %]
142
                [% IF clubs.count %]
138
                    [% INCLUDE 'clubs-table.inc' %]
143
                    [% INCLUDE 'clubs-table.inc' %]
139
                [% ELSE %]
144
                [% ELSE %]
Lines 143-148 Link Here
143
                        <div class="dialog message">No clubs defined. A club template must be defined before a club can be defined.</div>
148
                        <div class="dialog message">No clubs defined. A club template must be defined before a club can be defined.</div>
144
                    [% END %]
149
                    [% END %]
145
                [% END %]
150
                [% END %]
151
            </fieldset>
146
152
147
            </main>
153
            </main>
148
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
154
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt (-3 / +3 lines)
Lines 1-9 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
3
3
4
<h1>
4
<h2>
5
    Enroll in <em>[% club.name | html %]</em>
5
    Enroll in <em>[% club.name | html %]</em>
6
</h1>
6
</h2>
7
7
8
<div class="container">
8
<div class="container">
9
    <form id="patron-enrollment-form">
9
    <form id="patron-enrollment-form">
Lines 28-34 Link Here
28
                [% END %]
28
                [% END %]
29
29
30
                <li>
30
                <li>
31
                    <a href="#" class="btn btn-sm btn-default" onclick="addEnrollment(); return false;">Finish enrollment</a>
31
                    <a href="#" class="btn btn-sm btn-default principal" onclick="addEnrollment(); return false;">Finish enrollment</a>
32
                    <a class="cancel" href="#" onclick="showClubs(); return false;">Cancel</a>
32
                    <a class="cancel" href="#" onclick="showClubs(); return false;">Cancel</a>
33
                </li>
33
                </li>
34
            </ol>
34
            </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-9 / +12 lines)
Lines 1-6 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [% IF club_template %]
9
    [% IF club_template %]
Lines 19-31 Link Here
19
</head>
22
</head>
20
23
21
<body id="clubs_templates_add_modify" class="clubs">
24
<body id="clubs_templates_add_modify" class="clubs">
22
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' form=formulaire %]
23
[% INCLUDE 'cat-search.inc' %]
24
26
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
28
    <ol>
27
        <li>
29
        <li>
28
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
30
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
29
        </li>
31
        </li>
30
        <li>
32
        <li>
31
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
33
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 44-49 Link Here
44
        </li>
46
        </li>
45
    </ol>
47
    </ol>
46
</nav>
48
</nav>
49
[% INCLUDE 'shortcut.inc' %]
47
50
48
<div class="main container-fluid">
51
<div class="main container-fluid">
49
    <div class="row">
52
    <div class="row">
Lines 52-64 Link Here
52
            <form method="post" class="validated">
55
            <form method="post" class="validated">
53
                <input type="hidden" name="id" value="[% club_template.id | html %]" />
56
                <input type="hidden" name="id" value="[% club_template.id | html %]" />
54
57
55
                <h1>
58
                <h2>
56
                    [% IF club_template %]
59
                    [% IF club_template %]
57
                        Modify club template <em>[% club_template.name | html %]</em>
60
                        Modify club template <em>[% club_template.name | html %]</em>
58
                    [% ELSE %]
61
                    [% ELSE %]
59
                        Create a new club template
62
                        Create a new club template
60
                    [% END %]
63
                    [% END %]
61
                </h1>
64
                </h2>
62
65
63
66
64
                <fieldset class="rows">
67
                <fieldset class="rows">
Lines 107-113 Link Here
107
                </fieldset>
110
                </fieldset>
108
111
109
                <fieldset class="rows">
112
                <fieldset class="rows">
110
                    <legend>Club fields:</legend>
113
                    <h3>Club fields</h3>
111
                    <p><span class="hint">These fields will be used in the creation of clubs based on this template</span></p>
114
                    <p><span class="hint">These fields will be used in the creation of clubs based on this template</span></p>
112
                    <div id="club-template-fields">
115
                    <div id="club-template-fields">
113
                        [% FOREACH f IN club_template.club_template_fields %]
116
                        [% FOREACH f IN club_template.club_template_fields %]
Lines 141-154 Link Here
141
                        [% END %]
144
                        [% END %]
142
                    </div>
145
                    </div>
143
                    <fieldset class="action">
146
                    <fieldset class="action">
144
                        <a href="#" class="add_club_field">
147
                         <a href="#" class="add_club_field">
145
                            <i class="fa fa-plus"></i> Add new field
148
                            <i class="fa fa-plus"></i> Add new field
146
                        </a>
149
                        </a>
147
                    </fieldset>
150
                    </fieldset>
148
                </fieldset>
151
                </fieldset>
149
152
150
                <fieldset class="rows">
153
                <fieldset class="rows">
151
                    <legend>Enrollment fields</legend>
154
                    <h3>Enrollment fields</h3>
152
                    <p><span class="hint">These fields will be used when enrolling a patron in a club based on this template</span></p>
155
                    <p><span class="hint">These fields will be used when enrolling a patron in a club based on this template</span></p>
153
                    <div id="club-template-enrollment-fields">
156
                    <div id="club-template-enrollment-fields">
154
                        [% FOREACH f IN club_template.club_template_enrollment_fields %]
157
                        [% FOREACH f IN club_template.club_template_enrollment_fields %]
Lines 194-200 Link Here
194
197
195
                <fieldset class="action">
198
                <fieldset class="action">
196
                    <input type="hidden" name="id" value="[% club_template.id | html %]" />
199
                    <input type="hidden" name="id" value="[% club_template.id | html %]" />
197
                    <input type="submit" value="Save" />
200
                    <input type="submit" class="principal" value="Save" />
198
                    <a href="clubs.pl" class="cancel">Cancel</a>
201
                    <a href="clubs.pl" class="cancel">Cancel</a>
199
                </fieldset>
202
                </fieldset>
200
            </form>
203
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt (-3 / +6 lines)
Lines 1-17 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Add reserves &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
6
<title>Add reserves &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
<body id="courses_add_items_step1" class="course">
9
<body id="courses_add_items_step1" class="course">
7
10
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'cat-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
19
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-3 / +6 lines)
Lines 1-5 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>[% IF is_edit || course_reserve %]Edit reserve[% ELSE %]Add reserves[% END %] &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
7
<title>[% IF is_edit || course_reserve %]Edit reserve[% ELSE %]Add reserves[% END %] &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
Lines 7-19 Link Here
7
10
8
<body id="courses_add_items_step2" class="course">
11
<body id="courses_add_items_step2" class="course">
9
12
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'cat-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
21
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
Lines 29-34 Link Here
29
        </li>
31
        </li>
30
    </ol>
32
    </ol>
31
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
32
35
33
<div class="main container-fluid">
36
<div class="main container-fluid">
34
    <div class="row">
37
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt (-3 / +6 lines)
Lines 3-8 Link Here
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
4
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
9
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Add reserves &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
11
<title>Add reserves &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
Lines 10-22 Link Here
10
</head>
13
</head>
11
<body id="courses_add_items_step1" class="course">
14
<body id="courses_add_items_step1" class="course">
12
15
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'cat-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
24
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
Lines 31-36 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt (-3 / +6 lines)
Lines 1-5 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
6
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Remove reserves &rsaquo; Course reserves &rsaquo; Koha</title>
8
<title>Remove reserves &rsaquo; Course reserves &rsaquo; Koha</title>
Lines 7-19 Link Here
7
</head>
10
</head>
8
<body id="courses_rm_items" class="course">
11
<body id="courses_rm_items" class="course">
9
12
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'cat-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
21
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
Lines 25-30 Link Here
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
<div class="main container-fluid">
32
<div class="main container-fluid">
30
    <div class="row">
33
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-8 / +11 lines)
Lines 6-11 Link Here
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'cat-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Course details for [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
13
<title>Course details for [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
Lines 33-45 Link Here
33
36
34
<body id="courses_course_details" class="course">
37
<body id="courses_course_details" class="course">
35
38
36
[% INCLUDE 'header.inc' %]
39
[% INCLUDE 'header.inc' form=formulaire %]
37
[% INCLUDE 'cat-search.inc' %]
38
40
39
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
41
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
40
    <ol>
42
    <ol>
41
        <li>
43
        <li>
42
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
44
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
43
        </li>
45
        </li>
44
        <li>
46
        <li>
45
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
47
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
Lines 51-56 Link Here
51
        </li>
53
        </li>
52
    </ol>
54
    </ol>
53
</nav>
55
</nav>
56
[% INCLUDE 'shortcut.inc' %]
54
57
55
    <div class="main container-fluid">
58
    <div class="main container-fluid">
56
        <div class="row">
59
        <div class="row">
Lines 61-77 Link Here
61
            [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses %]
64
            [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses %]
62
            <div id="toolbar">
65
            <div id="toolbar">
63
                [% IF CAN_user_coursereserves_add_reserves %]
66
                [% IF CAN_user_coursereserves_add_reserves %]
64
                    <a class="btn btn-default" id="add_items" href="/cgi-bin/koha/course_reserves/add_items.pl?course_id=[% course.course_id | html %]"><i class="fa fa-plus"></i> Add reserves</a>
67
                    <a class="btn btn-default toolbar-btn" id="add_items" href="/cgi-bin/koha/course_reserves/add_items.pl?course_id=[% course.course_id | html %]"><i class="fa fa-plus"></i> Add reserves</a>
65
                    <a class="btn btn-default" id="add_items" href="/cgi-bin/koha/course_reserves/batch_add_items.pl?course_id=[% course.course_id | html %]"><i class="fa fa-plus"></i> Batch add reserves</a>
68
                    <a class="btn btn-default toolbar-btn" id="add_items" href="/cgi-bin/koha/course_reserves/batch_add_items.pl?course_id=[% course.course_id | html %]"><i class="fa fa-plus"></i> Batch add reserves</a>
66
                [% END %]
69
                [% END %]
67
                [% IF CAN_user_coursereserves_delete_reserves && course_reserves %]
70
                [% IF CAN_user_coursereserves_delete_reserves && course_reserves %]
68
                    <a class="btn btn-default" id="rm_items" href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]&amp;action=rm_all"><i class="fa fa-minus"></i> Remove all reserves</a>
71
                    <a class="btn btn-default toolbar-btn" id="rm_items" href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | html %]&amp;action=rm_all"><i class="fa fa-minus"></i> Remove all reserves</a>
69
                [% END %]
72
                [% END %]
70
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
73
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
71
                    <a class="btn btn-default" id="edit_course" href="/cgi-bin/koha/course_reserves/course.pl?course_id=[% course.course_id | html %]"><i class="fa fa-pencil"></i> Edit course</a>
74
                    <a class="btn btn-default toolbar-btn" id="edit_course" href="/cgi-bin/koha/course_reserves/course.pl?course_id=[% course.course_id | html %]"><i class="fa fa-pencil"></i> Edit course</a>
72
                [% END %]
75
                [% END %]
73
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
76
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
74
                    <a class="btn btn-default" id="delete_course" href="/cgi-bin/koha/course_reserves/mod_course.pl?course_id=[% course.course_id | html %]&amp;action=del"><i class="fa fa-trash"></i> Delete course</a>
77
                    <a class="btn btn-default toolbar-btn" id="delete_course" href="/cgi-bin/koha/course_reserves/mod_course.pl?course_id=[% course.course_id | html %]&amp;action=del"><i class="fa fa-trash"></i> Delete course</a>
75
                [% END %]
78
                [% END %]
76
            </div><!-- /toolbar -->
79
            </div><!-- /toolbar -->
77
            [% END %]
80
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-5 / +8 lines)
Lines 3-8 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% PROCESS 'i18n.inc' %]
9
[% PROCESS 'i18n.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Course reserves &rsaquo; Koha</title>
11
<title>Course reserves &rsaquo; Koha</title>
Lines 12-30 Link Here
12
15
13
<body id="courses_course_reserves" class="course">
16
<body id="courses_course_reserves" class="course">
14
17
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="#" aria-current="page">Course reserves</a>
26
            <a href="#" aria-current="page">Course reserves</a>
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
    <div class="main container-fluid">
32
    <div class="main container-fluid">
30
        <div class="row">
33
        <div class="row">
Lines 33-42 Link Here
33
                    [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_delete_reserves %]
36
                    [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_delete_reserves %]
34
                    <div id="toolbar">
37
                    <div id="toolbar">
35
                        [% IF ( CAN_user_coursereserves_manage_courses ) %]
38
                        [% IF ( CAN_user_coursereserves_manage_courses ) %]
36
                            <a class="btn btn-default" id="new_course" href="/cgi-bin/koha/course_reserves/course.pl"><i class="fa fa-plus"></i> New course</a>
39
                            <a class="btn btn-default toolbar-btn" id="new_course" href="/cgi-bin/koha/course_reserves/course.pl"><i class="fa fa-plus"></i> New course</a>
37
                        [% END %]
40
                        [% END %]
38
                        [% IF ( CAN_user_coursereserves_delete_reserves ) %]
41
                        [% IF ( CAN_user_coursereserves_delete_reserves ) %]
39
                            <a class="btn btn-default" id="batch_rm" href="/cgi-bin/koha/course_reserves/batch_rm_items.pl"><i class="fa fa-minus"></i> Batch remove reserves</a>
42
                            <a class="btn btn-default toolbar-btn" id="batch_rm" href="/cgi-bin/koha/course_reserves/batch_rm_items.pl"><i class="fa fa-minus"></i> Batch remove reserves</a>
40
                        [% END %]
43
                        [% END %]
41
                    </div><!-- /toolbar -->
44
                    </div><!-- /toolbar -->
42
                    [% END %]
45
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-3 / +6 lines)
Lines 1-5 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>[% IF course_name %] Edit [% course_name | html %] [% ELSE %] New course [% END %] &rsaquo; Course reserves &rsaquo; Koha</title>
7
<title>[% IF course_name %] Edit [% course_name | html %] [% ELSE %] New course [% END %] &rsaquo; Course reserves &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
Lines 15-27 Link Here
15
18
16
<body id="courses_course" class="course">
19
<body id="courses_course" class="course">
17
20
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'cat-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
25
        </li>
27
        </li>
26
        <li>
28
        <li>
27
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
29
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
Lines 33-38 Link Here
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
35
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
36
39
37
[% IF ( departments ) %]
40
[% IF ( departments ) %]
38
41
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt (-3 / +8 lines)
Lines 1-15 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
5
1
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Course reserves &rsaquo; Koha</title>
7
<title>Course reserves &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
4
<body id="courses_invalid_course" class="course">
9
<body id="courses_invalid_course" class="course">
5
10
6
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
7
[% INCLUDE 'cat-search.inc' %]
8
12
9
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
    <ol>
14
    <ol>
11
        <li>
15
        <li>
12
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
13
        </li>
17
        </li>
14
        <li>
18
        <li>
15
            <a href="#" aria-current="page">
19
            <a href="#" aria-current="page">
Lines 18-23 Link Here
18
        </li>
22
        </li>
19
    </ol>
23
    </ol>
20
</nav>
24
</nav>
25
[% INCLUDE 'shortcut.inc' %]
21
26
22
<div class="main container-fluid">
27
<div class="main container-fluid">
23
    <div class="row">
28
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt (-3 / +7 lines)
Lines 1-16 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
1
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Error [% errno | html %] &rsaquo; Koha</title>
6
<title>Error [% errno | html %] &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
8
</head>
5
<body id="err_[% errno | html %]" class="err">
9
<body id="err_[% errno | html %]" class="err">
6
10
7
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
8
[% INCLUDE 'cat-search.inc' %]
9
12
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
    <ol>
14
    <ol>
12
        <li>
15
        <li>
13
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
14
        </li>
17
        </li>
15
        <li>
18
        <li>
16
            <a href="#" aria-current="page">
19
            <a href="#" aria-current="page">
Lines 19-24 Link Here
19
        </li>
22
        </li>
20
    </ol>
23
    </ol>
21
</nav>
24
</nav>
25
[% INCLUDE 'shortcut.inc' %]
22
26
23
    <div class="main container-fluid">
27
    <div class="main container-fluid">
24
        <div class="row">
28
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-4 / +7 lines)
Lines 4-9 Link Here
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% USE AuthorisedValues %]
10
[% USE AuthorisedValues %]
8
[% USE TablesSettings %]
11
[% USE TablesSettings %]
9
[% USE Price %]
12
[% USE Price %]
Lines 14-26 Link Here
14
</head>
17
</head>
15
18
16
<body id="illrequests" class="ill">
19
<body id="illrequests" class="ill">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'cat-search.inc' %]
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
        </li>
26
        </li>
25
27
26
        [% IF query_type == 'create' %]
28
        [% IF query_type == 'create' %]
Lines 50-55 Link Here
50
        [% END %]
52
        [% END %]
51
    </ol>
53
    </ol>
52
</nav>
54
</nav>
55
[% INCLUDE 'shortcut.inc' %]
53
56
54
<div class="main container-fluid">
57
<div class="main container-fluid">
55
    <div class="row">
58
    <div class="row">
Lines 58-64 Link Here
58
            <div class="col-sm-2">
61
            <div class="col-sm-2">
59
                <aside>
62
                <aside>
60
                    <form method="get" id="illfilter_form">
63
                    <form method="get" id="illfilter_form">
61
                        <fieldset class="brief">
64
                        <fieldset class="sidebar">
62
                            <h3>Filters</h3>
65
                            <h3>Filters</h3>
63
                            <ol>
66
                            <ol>
64
                                <li>
67
                                <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-141 / +106 lines)
Lines 4-33 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'home-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha staff interface</title>
11
<title>Koha staff interface</title>
9
[% Asset.css("css/mainpage.css") | $raw %]
12
[% Asset.css("css/mainpage.css") | $raw %]
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
15
12
<body id="main_intranet-main" class="intranet-main">
16
<body id="main_intranet-main" class="intranet-main">
13
[% INCLUDE 'header.inc' %]
17
    [% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'home-search.inc' %]
15
18
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
20
        <ol>
18
        <li>
21
            <li>
19
            <a href="#" aria-current="page">Home</a>
22
                <a href="/cgi-bin/koha/mainpage.pl" aria-current="page"><i class="fa fa-home"></i></a>
20
        </li>
23
            </li>
21
    </ol>
24
        </ol>
22
</nav>
25
    </nav>
26
    [% INCLUDE 'shortcut.inc' %]
23
27
24
    <div id="container-main" class="container-fluid">
28
    <div id="container-main" class="container-fluid">
25
        <div class="row">
29
        <div class="row">
26
            <h1 class="sr-only">Koha home</h1>
30
            <h1 class="sr-only">Koha home</h1>
27
            <div class="col-sm-3">
31
            <div class="col-sm-3">
32
                <div id="area-news">
33
                    <h3><span class="news_title">News</span></h3>
28
                [% IF ( koha_news.count ) %]
34
                [% IF ( koha_news.count ) %]
29
                    <div id="area-news">
30
                        <h3><span class="news_title">News</span></h3>
31
                        [% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %]
35
                        [% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %]
32
                        [% FOREACH koha_new IN koha_news %]
36
                        [% FOREACH koha_new IN koha_news %]
33
                            <div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4>
37
                            <div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4>
Lines 41-173 Link Here
41
                                </p>
45
                                </p>
42
                            </div>
46
                            </div>
43
                        [% END %]
47
                        [% END %]
44
                    </div><!-- /additional-contents -->
45
                [% END %]
48
                [% END %]
49
                </div><!-- /additional-contents -->
50
51
                <div id="area-news">
52
                    <h3>Quote of the day</h3>
53
46
                [% IF ( daily_quote ) %]
54
                [% IF ( daily_quote ) %]
47
                    <div id="area-news">
48
                        <h3>Quote of the day</h3>
49
                        <div class="newsitem">
55
                        <div class="newsitem">
50
                            <span id="daily-quote-text">[% daily_quote.text | html %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source | html %]</span>
56
                            <span id="daily-quote-text">[% daily_quote.text | html %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source | html %]</span>
51
                        </div>
57
                        </div>
52
                    </div>
53
                [% END %]
58
                [% END %]
54
            </div> <!-- /.col-sm-2 -->
59
                </div>
55
            <div class="col-sm-9">
56
                <div class="row">
57
                    <div class="col-xs-6">
58
                        <ul class="biglinks-list">
59
                            [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
60
                            <li>
61
                                <a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl"><i class="fa fa-fw fa-exchange"></i>Circulation</a>
62
                            </li>
63
                            [% END %]
64
65
                            [% IF CAN_user_borrowers_edit_borrowers %]
66
                            <li>
67
                                <a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-fw fa-id-card-o"></i>Patrons</a>
68
                            </li>
69
                            [% END %]
70
71
                            [% IF ( CAN_user_catalogue ) %]
72
                            <li>
73
                                <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">
74
                                    <span class="fa-stack">
75
                                        <i class="fa fa-fw fa-book fa-stack-1x"></i>
76
                                        <i class="fa fa-fw fa-search fa-stack-2x"></i>
77
                                    </span>
78
                                    Advanced search
79
                                </a>
80
                            </li>
81
                            <li>
82
                                <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/itemsearch.pl">
83
                                    <span class="fa-stack">
84
                                        <i class="fa fa-fw fa-list fa-stack-1x"></i>
85
                                        <i class="fa fa-fw fa-search fa-stack-2x"></i>
86
                                    </span>
87
                                    Item search
88
                                </a>
89
                            </li>
90
                            [% END %]
91
92
                            <li>
93
                                <a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl"><i class="fa fa-fw fa-list-alt"></i>Lists</a>
94
                            </li>
95
96
                            [% IF ( UseCourseReserves ) %]
97
                                <li>
98
                                    <a class="icon_general icon_course_reserves" href="/cgi-bin/koha/course_reserves/course-reserves.pl"><i class="fa fa-fw fa-book"></i>Course reserves</a>
99
                                </li>
100
                            [% END %]
101
102
                            <li>
103
                                <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl"><i class="fa fa-fw fa-link"></i>Authorities</a>
104
                            </li>
105
                            [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
106
                            <li>
107
                                <a class="icon_general icon_ill" href="/cgi-bin/koha/ill/ill-requests.pl"><i class="fa fa-fw fa-retweet"></i>ILL requests</a>
108
                            </li>
109
                            [% END %]
110
                        </ul>
111
                    </div> <!-- /.col-xs-6 -->
112
                    <div class="col-xs-6">
113
                        <ul class="biglinks-list">
114
115
                            [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
116
                            <li>
117
                                <a class="icon_general icon_pos" href="/cgi-bin/koha/pos/pay.pl"><i class="fa fa-fw fa-shopping-cart"></i>Point of sale</a>
118
                            </li>
119
                            [% END %]
120
121
                            [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
122
                            <li>
123
                                <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-fw fa-tag"></i>Cataloging</a>
124
                            </li>
125
                            [% END %]
126
127
                            [% IF ( CAN_user_serials ) %]
128
                            <li>
129
                                <a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl"><i class="fa fa-fw fa-newspaper-o"></i>Serials</a>
130
                                <span class="biglink"></span>
131
                            </li>
132
                            [% END %]
133
134
                            [% IF ( CAN_user_acquisition ) %]
135
                            <li>
136
                                <a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl"><i class="fa fa-fw fa-gift"></i>Acquisitions</a>
137
                                <span class="biglink"></span>
138
                            </li>
139
                            [% END %]
140
141
                            [% IF ( CAN_user_reports ) %]
142
                            <li>
143
                                <a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl"><i class="fa fa-fw fa-pie-chart"></i>Reports</a>
144
                            </li>
145
                            [% END %]
146
147
148
                            [% IF ( CAN_user_tools ) %]
149
                            <li>
150
                                <a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl"><i class="fa fa-fw fa-wrench"></i>Tools</a>
151
                            </li>
152
                            [% END %]
153
154
                            [% IF ( CAN_user_parameters ) %]
155
                            <li>
156
                                <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-fw fa-cogs"></i>Koha administration</a>
157
                            </li>
158
                            [% END %]
159
                            <li>
160
                                <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl"><img src="[% interface | html %]/[% theme | html %]/img/koha-egg.svg" alt="Koha Logo SVG"/> About Koha</a>
161
                            </li>
162
                        </ul>
163
                    </div> <!-- /.col-sm-6 -->
164
60
165
                </div> <!-- /.row -->
61
                [%# Following statement must be in one line for translatability %]
166
                <div class="row">
167
                    <div class="col-sm-12">
168
                        [%# Following statement must be in one line for translatability %]
169
                        [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) || ( CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions )) || ( CAN_user_borrowers_edit_borrowers && pending_discharge_requests ) || pending_article_requests || ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) || already_ran_jobs %]
62
                        [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) || ( CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions )) || ( CAN_user_borrowers_edit_borrowers && pending_discharge_requests ) || pending_article_requests || ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) || already_ran_jobs %]
170
                            <div id="area-pending">
63
                            <div id="area-news">
171
                                [% IF pending_article_requests %]
64
                                [% IF pending_article_requests %]
172
                                <div class="pending-info" id="article_requests_pending">
65
                                <div class="pending-info" id="article_requests_pending">
173
66
Lines 179-185 Link Here
179
                                [% IF CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions ) %]
72
                                [% IF CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions ) %]
180
                                <div class="pending-info" id="suggestions_pending">
73
                                <div class="pending-info" id="suggestions_pending">
181
74
182
                                    Suggestions pending approval:
75
                                    <h3>Suggestions pending approval</h3>
183
                                    <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
76
                                    <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
184
                                    <span id="pendingsuggestions" class="pending-number-link">[% Branches.GetLoggedInBranchname | html %]: [% pendingsuggestions | html %]</span>
77
                                    <span id="pendingsuggestions" class="pending-number-link">[% Branches.GetLoggedInBranchname | html %]: [% pendingsuggestions | html %]</span>
185
                                    </a>
78
                                    </a>
Lines 244-268 Link Here
244
                            </div>
137
                            </div>
245
138
246
                        [% END %]
139
                        [% END %]
140
            </div> <!-- /.col-sm-3 -->
141
142
            <div class="col-sm-9">
143
            <div class="col-sm-11">
144
                <div class="row">
145
                    <div class="mainmenu"><ul class="biglinks-list">
146
                        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
147
                            <li><a class="home-page" href="/cgi-bin/koha/circ/circulation-home.pl"><i class="fa fa-fw fa-exchange fa-2x"></i><h1>Circulation</h1></a></li>
148
                        [% END %]
149
150
                        [% IF CAN_user_borrowers_edit_borrowers %]
151
                            <li><a class="home-page" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-fw fa-id-card-o fa-2x"></i><h1>Patrons</h1></a></li>
152
                        [% END %]
153
154
                         </ul></div>
155
                        <div class="mainmenu"><ul class="biglinks-list">
156
157
                        [% IF ( CAN_user_catalogue ) %]
158
                            <li><a class="home-page" href="/cgi-bin/koha/catalogue/search.pl"><i class="fa fa-fw fa-search fa-2x"></i><h1>Advanced search</h1></a></li>
159
                            <li><a class="home-page" href="/cgi-bin/koha/catalogue/itemsearch.pl"><i class="fa fa-fw fa-search fa-2x"></i><h1>Item search</h1></a></li>
160
                        [% END %]
161
162
                        <li><a class="home-page" href="/cgi-bin/koha/virtualshelves/shelves.pl"><i class="fa fa-fw fa-list-alt fa-2x"></i><h1>Lists</h1></a></li>
163
164
                        [% IF ( UseCourseReserves ) %]
165
                            <li><a class="home-page" href="/cgi-bin/koha/course_reserves/course-reserves.pl"><i class="fa fa-fw fa-book fa-2x"></i><h1>Course reserves</h1></a></li>
166
                        [% END %]
247
167
248
                    </div> <!-- /.col-sm-12 -->
168
                    </ul></div>
169
                    <div class="mainmenu"><ul class="biglinks-list">
170
171
                            <li><a class="home-page" href="/cgi-bin/koha/authorities/authorities-home.pl"><i class="fa fa-fw fa-link fa-2x"></i><h1>Authorities</h1></a></li>
172
                        [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
173
                            <li><a class="home-page" href="/cgi-bin/koha/ill/ill-requests.pl"><i class="fa fa-fw fa-retweet fa-2x"></i><h1>ILL requests</h1></a></li>
174
                        [% END %]
175
176
                        [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
177
                            <li><a class="home-page" href="/cgi-bin/koha/pos/pay.pl"><i class="fa fa-fw fa-shopping-cart fa-2x"></i><h1>Point of sale</h1></a></li>
178
                        [% END %]
179
180
                        [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
181
                            <li><a class="home-page" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-fw fa-tag fa-2x"></i><h1>Cataloging</h1></a></li>
182
                        [% END %]
183
184
                        [% IF ( CAN_user_serials ) %]
185
                            <li><a class="home-page" href="/cgi-bin/koha/serials/serials-home.pl"><i class="fa fa-fw fa-newspaper-o fa-2x"></i><span class="biglink"></span><h1>Serials</h1></a></li>
186
                        [% END %]
187
188
                        [% IF ( CAN_user_acquisition ) %]
189
                            <li><a class="home-page" href="/cgi-bin/koha/acqui/acqui-home.pl"><i class="fa fa-fw fa-gift fa-2x"></i><span class="biglink"></span><h1>Acquisitions</h1></a></li>
190
                        [% END %]
191
                    </ul></div>
249
                </div> <!-- /.row -->
192
                </div> <!-- /.row -->
193
            </div> <!-- /.col-sm-11 -->
250
194
251
                [% IF ( IntranetmainUserblock ) %]
195
            <div class="col-sm-1">
252
                    <div class="row">
196
                <div class="settings-links"><ul class="biglinks-list">
253
                        <div class="col-sm-12">
197
                [% IF ( CAN_user_reports ) %]
254
                            <div id="area-userblock">
198
                    <li><a class="home-page settings" href="/cgi-bin/koha/reports/reports-home.pl"><i class="fa fa-fw fa-pie-chart fa-2x"></i><h1>Reports</h1></a></li>
255
                                <div class="user-info">
199
                [% END %]
256
                                    [% IntranetmainUserblock | $raw %]
200
257
                                </div>
201
                [% IF ( CAN_user_tools ) %]
202
                    <li><a class="home-page settings" href="/cgi-bin/koha/tools/tools-home.pl"><i class="fa fa-fw fa-wrench fa-2x"></i><h1>Tools</h1></a></li>
203
                [% END %]
204
205
                [% IF ( CAN_user_parameters ) %]
206
                    <li><a class="home-page settings" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-fw fa-cogs fa-2x"></i><h1>Administration</h1></a></li>
207
                [% END %]
208
209
                    <li><a class="home-page settings" href="/cgi-bin/koha/about.pl"><img src="/intranet-tmpl/prog/img/koha-egg.svg" alt="Koha Logo SVG"><h1>About Koha</h1></a></li>
210
                </ul></div>
211
            </div> <!-- /.col-sm-1 -->
212
213
            <div class="col-sm-12">
214
            [% IF ( IntranetmainUserblock ) %]
215
                <div class="row">
216
                    <div class="col-sm-12">
217
                        <div id="area-userblock">
218
                            <div class="user-info">
219
                                [% IntranetmainUserblock | $raw %]
258
                            </div>
220
                            </div>
259
                        </div>
221
                        </div>
260
                    </div>
222
                    </div>
261
                [% END %]
223
                </div>
262
            </div> <!-- /.col-sm-9 -->
224
            [% END %]
225
        </div> <!-- /.col-sm-12 -->
226
        </div> <!-- /.col-sm-9 -->
263
227
264
        </div> <!-- /.row -->
228
        </div> <!-- /.row -->
265
    </div> <!-- /.container-fluid -->
229
    </div> <!-- /.container-fluid -->
230
    <div class="koha-mainpage"><div class="koha-bottom"><a target="_blank" href="https://koha-community.org/"></a></div></div>
266
231
267
[% MACRO jsinclude BLOCK %]
232
[% MACRO jsinclude BLOCK %]
268
    <script>
233
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/barcode-print.tt (-6 / +9 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]<title>Barcode image generator &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-open.inc' %]<title>Barcode image generator &rsaquo; Tools &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
[% Asset.css("css/humanmsg.css") | $raw %]
9
[% Asset.css("css/humanmsg.css") | $raw %]
Lines 40-52 Link Here
40
</head>
43
</head>
41
44
42
<body id="labels_spinelabel-home" class="tools labels">
45
<body id="labels_spinelabel-home" class="tools labels">
43
[% INCLUDE 'header.inc' %]
46
[% INCLUDE 'header.inc' form=formulaire %]
44
[% INCLUDE 'cat-search.inc' %]
45
47
46
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
48
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
47
    <ol>
49
    <ol>
48
        <li>
50
        <li>
49
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
51
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
50
        </li>
52
        </li>
51
        <li>
53
        <li>
52
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
54
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 58-63 Link Here
58
        </li>
60
        </li>
59
    </ol>
61
    </ol>
60
</nav>
62
</nav>
63
[% INCLUDE 'shortcut.inc' %]
61
64
62
<div class="main container-fluid">
65
<div class="main container-fluid">
63
    <div class="row">
66
    <div class="row">
Lines 66-72 Link Here
66
                <h2>Barcode image generator</h2>
69
                <h2>Barcode image generator</h2>
67
70
68
                <form action="/cgi-bin/koha/svc/barcode" method="post" id="barcodegen">
71
                <form action="/cgi-bin/koha/svc/barcode" method="post" id="barcodegen">
69
                    <fieldset class="brief">
72
                    <fieldset class="searchresults">
70
                        <div class="row">
73
                        <div class="row">
71
                            <div class="col-sm-6">
74
                            <div class="col-sm-6">
72
                                <ol>
75
                                <ol>
Lines 109-119 Link Here
109
                                    </li>
112
                                    </li>
110
                                </ol>
113
                                </ol>
111
                                <fieldset class="action">
114
                                <fieldset class="action">
112
                                    <input type="submit" value="Show barcode" />
115
                                    <input type="submit" class="principal" value="Show barcode" />
113
                                </fieldset>
116
                                </fieldset>
114
                            </div>
117
                            </div>
115
                            <div class="col-sm-6">
118
                            <div class="col-sm-6">
116
                                <div id="barcode_container">
119
                                <div id="barcode_container" style="overflow:auto">
117
                                    <img id="barcode_image" />
120
                                    <img id="barcode_image" />
118
                                    <textarea readonly="readonly" rows="5" cols="40" id="urltext"></textarea>
121
                                    <textarea readonly="readonly" rows="5" cols="40" id="urltext"></textarea>
119
                                </div>
122
                                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tt (-3 / +3 lines)
Lines 3-15 Link Here
3
<body id="labels_label-bib-search" class="tools labels">
3
<body id="labels_label-bib-search" class="tools labels">
4
<div id="main-compact">
4
<div id="main-compact">
5
5
6
<h1>Search</h1>
6
<h2>Search</h2>
7
7
8
<form name="f" method="post">
8
<form name="f" method="post">
9
	<input type="hidden" name="op" value="do_search" />
9
	<input type="hidden" name="op" value="do_search" />
10
	<input type="hidden" name="type" value="intranet" />
10
	<input type="hidden" name="type" value="intranet" />
11
	<div class="details">
11
	<div class="details">
12
		<h2>Search on</h2>
12
		<h3>Search on</h3>
13
		<p>
13
		<p>
14
			<label for="category">Name or ISSN: </label>
14
			<label for="category">Name or ISSN: </label>
15
			[% category | html %]
15
			[% category | html %]
Lines 25-31 Link Here
25
			<input type="hidden" id="index" name="index" value="[% index | html %]" />
25
			<input type="hidden" id="index" name="index" value="[% index | html %]" />
26
		</p>
26
		</p>
27
		<p>
27
		<p>
28
			<input type="submit" value="Start search" class="submit" />
28
			<input type="submit" value="Start search" class="submit principal" />
29
		</p>
29
		</p>
30
	</div>
30
	</div>
31
</form>
31
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-8 / +13 lines)
Lines 2-20 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
    [% INCLUDE 'doc-head-open.inc' %]
8
    [% INCLUDE 'doc-head-open.inc' %]
6
    <title>[% IF batch_id %]Edit label batch ([% batch_id | html %])[% ELSE %]New label batch[% END %]&rsaquo; Batches &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
9
    <title>[% IF batch_id %]Edit label batch ([% batch_id | html %])[% ELSE %]New label batch[% END %]&rsaquo; Batches &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
7
    [% INCLUDE 'doc-head-close.inc' %]
10
    [% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();">
13
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();">
11
    [% INCLUDE 'header.inc' %]
14
    [% INCLUDE 'header.inc' form=formulaire %]
12
    [% INCLUDE 'cat-search.inc' %]
13
15
14
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
        <ol>
17
        <ol>
16
            <li>
18
            <li>
17
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
            </li>
20
            </li>
19
            <li>
21
            <li>
20
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
22
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 49-54 Link Here
49
            [% END %]
51
            [% END %]
50
        </ol>
52
        </ol>
51
    </nav>
53
    </nav>
54
    [% INCLUDE 'shortcut.inc' %]
52
55
53
    <div class="main container-fluid">
56
    <div class="main container-fluid">
54
        <div class="row">
57
        <div class="row">
Lines 58-68 Link Here
58
                        [% INCLUDE 'labels-toolbar.inc' %]
61
                        [% INCLUDE 'labels-toolbar.inc' %]
59
62
60
                        [% IF description %]
63
                        [% IF description %]
61
                            <h1>Edit [% description | html %]</h1>
64
                            <h2>Edit [% description | html %]</h2>
62
                        [% ELSIF batch_id %]
65
                        [% ELSIF batch_id %]
63
                            <h1>Edit label batch [% batch_id | html %]</h1>
66
                            <h2>Edit label batch [% batch_id | html %]</h2>
64
                        [% ELSE %]
67
                        [% ELSE %]
65
                            <h1>New label batch</h1>
68
                            <h2>New label batch</h2>
66
                        [% END %]
69
                        [% END %]
67
70
68
                        [% IF ( err ) %]
71
                        [% IF ( err ) %]
Lines 123-135 Link Here
123
                                </div>
126
                                </div>
124
                            </form>
127
                            </form>
125
                            <div id="batch-manage" class="btn-toolbar">
128
                            <div id="batch-manage" class="btn-toolbar">
126
                                <a class="btn btn-default" id="additems" href="#"><i class="fa fa-plus"></i> Add item(s)</a>[% IF ( table_loop ) %]
129
                                <a class="btn btn-default" id="additems" href="#"><i class="fa fa-plus"></i> Add item(s)</a>
130
                                [% IF ( table_loop ) %]
127
                                <a class="btn btn-default" id="savedesc" href="#" data-batch_id="[% batch_id | html %]"><i class="fa fa-save"></i> Save description</a>
131
                                <a class="btn btn-default" id="savedesc" href="#" data-batch_id="[% batch_id | html %]"><i class="fa fa-save"></i> Save description</a>
128
                                <a class="btn btn-default" id="removeitems" href="#"><i class="fa fa-trash"></i> Remove selected items</a>
132
                                <a class="btn btn-default" id="removeitems" href="#"><i class="fa fa-trash"></i> Remove selected items</a>
129
                                <a class="btn btn-default" id="deletebatch" href="#"><i class="fa fa-minus-square"></i> Delete batch</a>
133
                                <a class="btn btn-default" id="deletebatch" href="#"><i class="fa fa-minus-square"></i> Delete batch</a>
130
                                <a class="btn btn-default" id="deduplicate" href="#"><i class="fa fa-minus"></i> Remove duplicates</a>
134
                                <a class="btn btn-default" id="deduplicate" href="#"><i class="fa fa-minus"></i> Remove duplicates</a>
131
                                <a class="btn btn-default" id="exportitems" href="#"><i class="fa fa-share-square-o"></i> Export selected items</a>
135
                                <a class="btn btn-default" id="exportitems" href="#"><i class="fa fa-share-square-o"></i> Export selected items</a>
132
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export full batch</a>[% END %]
136
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export full batch</a>
137
                                [% END %]
133
                            </div>
138
                            </div>
134
                            [% IF ( table_loop ) %]
139
                            [% IF ( table_loop ) %]
135
                                <form name="items">
140
                                <form name="items">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-5 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
[%- BLOCK translate_label_types -%]
6
[%- BLOCK translate_label_types -%]
4
    [%-  SWITCH type -%]
7
    [%-  SWITCH type -%]
5
        [%- CASE 'BIB' -%]<span> Only the bibliographic data is printed</span>
8
        [%- CASE 'BIB' -%]<span> Only the bibliographic data is printed</span>
Lines 23-34 Link Here
23
[% END %]
26
[% END %]
24
<body id="labels_label-edit-layout" class="tools labels">
27
<body id="labels_label-edit-layout" class="tools labels">
25
    [% INCLUDE 'header.inc' %]
28
    [% INCLUDE 'header.inc' %]
26
    [% INCLUDE 'cat-search.inc' %]
27
29
28
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
29
        <ol>
31
        <ol>
30
            <li>
32
            <li>
31
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
33
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
32
            </li>
34
            </li>
33
            <li>
35
            <li>
34
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
36
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 55-60 Link Here
55
            [% END %]
57
            [% END %]
56
        </ol>
58
        </ol>
57
    </nav>
59
    </nav>
60
[% INCLUDE 'shortcut.inc' %]
58
61
59
    <div class="main container-fluid">
62
    <div class="main container-fluid">
60
        <div class="row">
63
        <div class="row">
Lines 200-208 Link Here
200
                                    [% END %]
203
                                    [% END %]
201
                                </li>
204
                                </li>
202
                            </ol>
205
                            </ol>
203
                        </fieldset>
206
204
                        <fieldset class="action">
207
                            <input type="submit" class="principal" value="Save" />
205
                            <input type="submit" value="Save" />
206
                            <a class="cancel" href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Cancel</a>
208
                            <a class="cancel" href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Cancel</a>
207
                            <input type="hidden" name="op" value="save" />
209
                            <input type="hidden" name="op" value="save" />
208
                            <input type="hidden" name="layout_id" value="[% layout_id | html %]" />
210
                            <input type="hidden" name="layout_id" value="[% layout_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-11 / +13 lines)
Lines 1-18 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
    [% INCLUDE 'doc-head-open.inc' %]
6
    [% INCLUDE 'doc-head-open.inc' %]
4
    <title>[% IF ( profile_id ) %]Edit printer profile [% profile_id | html %] [% ELSE %] New printer profile [% END%] &rsaquo; Profiles &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
7
    <title>[% IF ( profile_id ) %]Edit printer profile [% profile_id | html %] [% ELSE %] New printer profile [% END%] &rsaquo; Profiles &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
8
    [% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="labels_label-edit-profile" class="tools labels">
11
<body id="labels_label-edit-profile" class="tools labels">
9
    [% INCLUDE 'header.inc' %]
12
    [% INCLUDE 'header.inc' form=formulaire %]
10
    [% INCLUDE 'cat-search.inc' %]
11
13
12
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
        <ol>
15
        <ol>
14
            <li>
16
            <li>
15
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
            </li>
18
            </li>
17
            <li>
19
            <li>
18
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
20
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 35-40 Link Here
35
                </li>
37
                </li>
36
        </ol>
38
        </ol>
37
    </nav>
39
    </nav>
40
[% INCLUDE 'shortcut.inc' %]
38
41
39
    <div class="main container-fluid">
42
    <div class="main container-fluid">
40
        <div class="row">
43
        <div class="row">
Lines 44-56 Link Here
44
                    [% INCLUDE 'labels-toolbar.inc' %]
47
                    [% INCLUDE 'labels-toolbar.inc' %]
45
48
46
                    [% IF ( profile_id ) %]
49
                    [% IF ( profile_id ) %]
47
                        <h1>Edit printer profile [% profile_id | html %]</h1>
50
                        <h2>Edit printer profile [% profile_id | html %]</h2>
48
                    [% ELSE %]
51
                    [% ELSE %]
49
                        <h1>New printer profile</h1>
52
                        <h2>New printer profile</h2>
50
                    [% END%]
53
                    [% END%]
51
54
52
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
55
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
53
                                    <fieldset class="rows"><legend>Profile settings</legend>
56
                                    <fieldset class="rows"><h3>Profile settings</h3>
54
                                        <ol>
57
                                        <ol>
55
                                            <li>
58
                                            <li>
56
                                                [% IF ( profile_id ) %]
59
                                                [% IF ( profile_id ) %]
Lines 103-109 Link Here
103
                                         </ol>
106
                                         </ol>
104
										</fieldset>
107
										</fieldset>
105
108
106
										<fieldset class="rows"><legend>Offset:</legend>
109
										<fieldset class="rows"><h3>Offset:</h3>
107
										<ol>
110
										<ol>
108
                                            <li>
111
                                            <li>
109
                                                <label for="offset_horz">Horizontal: </label><input type="text"  size="4" name="offset_horz" id="offset_horz" value="[% offset_horz | html %]" />
112
                                                <label for="offset_horz">Horizontal: </label><input type="text"  size="4" name="offset_horz" id="offset_horz" value="[% offset_horz | html %]" />
Lines 114-120 Link Here
114
                                         </ol>
117
                                         </ol>
115
										</fieldset>
118
										</fieldset>
116
119
117
										<fieldset class="rows"><legend>Creep:</legend>
120
										<fieldset class="rows"><h3>Creep:</h3>
118
										<ol>
121
										<ol>
119
                                            <li>
122
                                            <li>
120
                                                <label for="creep_horz">Horizontal: </label><input type="text"  size="4" name="creep_horz" id="creep_horz" value="[% creep_horz | html %]" />
123
                                                <label for="creep_horz">Horizontal: </label><input type="text"  size="4" name="creep_horz" id="creep_horz" value="[% creep_horz | html %]" />
Lines 123-131 Link Here
123
                                                <label for="creep_vert">Vertical: </label><input type="text" size="4" name="creep_vert" id="creep_vert" value="[% creep_vert | html %]" />
126
                                                <label for="creep_vert">Vertical: </label><input type="text" size="4" name="creep_vert" id="creep_vert" value="[% creep_vert | html %]" />
124
                                            </li>
127
                                            </li>
125
                                        </ol>
128
                                        </ol>
126
                                    </fieldset>
129
127
                                    <fieldset class="action">
130
                                        <input type="submit" value="Save" class="principal"/>
128
                                        <input type="submit" value="Save" />
129
                                        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile" class="cancel">Cancel</a>
131
                                        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile" class="cancel">Cancel</a>
130
                                        <input type="hidden" name="op" value="save" />
132
                                        <input type="hidden" name="op" value="save" />
131
                                        <input type="hidden" name="profile_id" value="[% profile_id | html %]" />
133
                                        <input type="hidden" name="profile_id" value="[% profile_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt (-7 / +9 lines)
Lines 1-17 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
2
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Print barcode range &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
6
    <title>Print barcode range &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
8
    [% INCLUDE 'greybox.inc' %]
6
</head>
9
</head>
7
<body id="labels_label-home" class="tools labels">
10
<body id="labels_label-home" class="tools labels">
8
    [% INCLUDE 'header.inc' %]
11
    [% INCLUDE 'header.inc' form=formulaire %]
9
    [% INCLUDE 'cat-search.inc' %]
10
12
11
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
        <ol>
14
        <ol>
13
            <li>
15
            <li>
14
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
            </li>
17
            </li>
16
            <li>
18
            <li>
17
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 25-30 Link Here
25
                </a>
27
                </a>
26
            </li>
28
            </li>
27
        </ol>
29
        </ol>
30
[% INCLUDE 'shortcut.inc' %]
28
    </nav>
31
    </nav>
29
32
30
    <div class="main container-fluid">
33
    <div class="main container-fluid">
Lines 32-38 Link Here
32
            <div class="col-sm-10 col-sm-push-2">
35
            <div class="col-sm-10 col-sm-push-2">
33
                <main>
36
                <main>
34
                    [% INCLUDE 'labels-toolbar.inc' %]
37
                    [% INCLUDE 'labels-toolbar.inc' %]
35
                    <h1>Print barcode range</h1>
38
                    <h2>Print barcode range</h2>
36
                    <form name="add_by_number" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
39
                    <form name="add_by_number" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
37
                        <input type="hidden" name="op" value="add" />
40
                        <input type="hidden" name="op" value="add" />
38
                        <fieldset class="rows">
41
                        <fieldset class="rows">
Lines 46-54 Link Here
46
                                    <input type="text" inputmode="numeric" pattern="[0-9]*" name="to" id="to-input" value="0" style="text-align: right;"/>
49
                                    <input type="text" inputmode="numeric" pattern="[0-9]*" name="to" id="to-input" value="0" style="text-align: right;"/>
47
                                </li>
50
                                </li>
48
                            </ol>
51
                            </ol>
49
                        </fieldset>
52
50
                        <fieldset class="action">
53
                            <button type="button" class="btn btn-default principal" id="print">Print range</button>
51
                            <button type="button" class="btn btn-default" id="print">Print range</button>
52
                        </fieldset>
54
                        </fieldset>
53
                    </form>
55
                    </form>
54
                </main>
56
                </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-7 / +10 lines)
Lines 1-18 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
    [% INCLUDE 'doc-head-open.inc' %]
6
    [% INCLUDE 'doc-head-open.inc' %]
4
    <title>[% IF ( template_id ) %]Edit label template [% template_id | html %] [% ELSE %] New label template [% END %] &rsaquo; Templates &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
7
    <title>[% IF ( template_id ) %]Edit label template [% template_id | html %] [% ELSE %] New label template [% END %] &rsaquo; Templates &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
8
    [% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="labels_label-edit-template" class="tools labels">
11
<body id="labels_label-edit-template" class="tools labels">
9
    [% INCLUDE 'header.inc' %]
12
    [% INCLUDE 'header.inc' form=formulaire %]
10
    [% INCLUDE 'cat-search.inc' %]
11
13
12
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
        <ol>
15
        <ol>
14
            <li>
16
            <li>
15
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
            </li>
18
            </li>
17
            <li>
19
            <li>
18
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
20
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 34-39 Link Here
34
            </li>
36
            </li>
35
        </ol>
37
        </ol>
36
    </nav>
38
    </nav>
39
[% INCLUDE 'shortcut.inc' %]
37
40
38
    <div class="main container-fluid">
41
    <div class="main container-fluid">
39
        <div class="row">
42
        <div class="row">
Lines 42-50 Link Here
42
                    [% INCLUDE 'labels-toolbar.inc' %]
45
                    [% INCLUDE 'labels-toolbar.inc' %]
43
46
44
                    [% IF ( template_id ) %]
47
                    [% IF ( template_id ) %]
45
                        <h1>Edit label template [% template_id | html %]</h1>
48
                        <h2>Edit label template [% template_id | html %]</h2>
46
                    [% ELSE %]
49
                    [% ELSE %]
47
                        <h1>New label template</h1>
50
                        <h2>New label template</h2>
48
                    [% END %]
51
                    [% END %]
49
52
50
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get">
53
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get">
Lines 161-167 Link Here
161
                                        [% END %]
164
                                        [% END %]
162
                                        [% IF ( profile_list.size == 1 ) %]
165
                                        [% IF ( profile_list.size == 1 ) %]
163
                                        <br>
166
                                        <br>
164
                                        <a href="/cgi-bin/koha/labels/label-edit-profile.pl?op=new">Make a new printer profile.</a>
167
                                        <a href="/cgi-bin/koha/labels/label-edit-profile.pl?op=new"Make a new printer profile.</a>
165
                                        [% END %]
168
                                        [% END %]
166
                                    </li>
169
                                    </li>
167
                                </ol>
170
                                </ol>
Lines 169-175 Link Here
169
                        </div>
172
                        </div>
170
                    </div>
173
                    </div>
171
                        <fieldset class="action">
174
                        <fieldset class="action">
172
                            <input type="submit" class="submit" value="Save" /><a class="cancel" href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Cancel</a>
175
                            <input type="submit" class="principal" value="Save" /><a class="cancel" href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Cancel</a>
173
                            <input type="hidden" name="op" value="save" />
176
                            <input type="hidden" name="op" value="save" />
174
                            [% IF ( template_id ) %]
177
                            [% IF ( template_id ) %]
175
                            <input type="hidden" name="template_id" value="[% template_id | html %]" />
178
                            <input type="hidden" name="template_id" value="[% template_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-3 / +6 lines)
Lines 1-18 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
    [% INCLUDE 'doc-head-open.inc' %]
7
    [% INCLUDE 'doc-head-open.inc' %]
5
    <title>Label creator &rsaquo; Tools &rsaquo; Koha</title>
8
    <title>Label creator &rsaquo; Tools &rsaquo; Koha</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
9
    [% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
<body id="labels_label-home" class="tools labels">
11
<body id="labels_label-home" class="tools labels">
9
    [% INCLUDE 'header.inc' %]
12
    [% INCLUDE 'header.inc' form=formulaire %]
10
    [% INCLUDE 'cat-search.inc' %]
11
13
12
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
        <ol>
15
        <ol>
14
            <li>
16
            <li>
15
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
            </li>
18
            </li>
17
            <li>
19
            <li>
18
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
20
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 24-29 Link Here
24
            </li>
26
            </li>
25
        </ol>
27
        </ol>
26
    </nav>
28
    </nav>
29
[% INCLUDE 'shortcut.inc' %]
27
30
28
<div class="main container-fluid">
31
<div class="main container-fluid">
29
    <div class="row">
32
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-8 / +12 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% BLOCK translate_label_element %]
8
[% BLOCK translate_label_element %]
6
[%-  SWITCH element -%]
9
[%-  SWITCH element -%]
7
[%-  CASE 'layout'    -%][% t('layout') | html %]
10
[%-  CASE 'layout'    -%][% t('layout') | html %]
Lines 20-32 Link Here
20
</head>
23
</head>
21
24
22
<body id="labels_label-manage" class="tools labels">
25
<body id="labels_label-manage" class="tools labels">
23
    [% INCLUDE 'header.inc' %]
26
    [% INCLUDE 'header.inc' form=formulaire %]
24
    [% INCLUDE 'cat-search.inc' %]
25
27
26
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
28
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
        <ol>
29
        <ol>
28
            <li>
30
            <li>
29
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
31
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
30
            </li>
32
            </li>
31
            <li>
33
            <li>
32
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
34
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 41-46 Link Here
41
            </li>
43
            </li>
42
        </ol>
44
        </ol>
43
    </nav>
45
    </nav>
46
[% INCLUDE 'shortcut.inc' %]
44
47
45
    <div class="main container-fluid">
48
    <div class="main container-fluid">
46
        <div class="row">
49
        <div class="row">
Lines 48-54 Link Here
48
                <main>
51
                <main>
49
52
50
                    [% INCLUDE 'labels-toolbar.inc' %]
53
                    [% INCLUDE 'labels-toolbar.inc' %]
51
                    <h1>Manage labels</h1>
54
                    <h2>Manage labels</h2>
52
55
53
                        [% IF ( error ) %]
56
                        [% IF ( error ) %]
54
                            <div class="dialog alert">
57
                            <div class="dialog alert">
Lines 59-72 Link Here
59
                        <div id="manage-label-layouts">
62
                        <div id="manage-label-layouts">
60
                            [% IF ( table_loop ) %]
63
                            [% IF ( table_loop ) %]
61
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
64
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
65
                            <fieldset id="searchresults">
62
                            [% IF    ( label_element == 'layout' ) %]
66
                            [% IF    ( label_element == 'layout' ) %]
63
                            <h2>Currently available layouts</h2>
67
                            <h3>Currently available layouts</h3>
64
                            [% ELSIF ( label_element == 'template' ) %]
68
                            [% ELSIF ( label_element == 'template' ) %]
65
                            <h2>Currently available templates</h2>
69
                            <h3>Currently available templates</h3>
66
                            [% ELSIF ( label_element == 'profile' ) %]
70
                            [% ELSIF ( label_element == 'profile' ) %]
67
                            <h2>Currently available profiles</h2>
71
                            <h3>Currently available profiles</h3>
68
                            [% ELSIF ( label_element == 'batch' ) %]
72
                            [% ELSIF ( label_element == 'batch' ) %]
69
                            <h2>Currently available batches</h2>
73
                            <h3>Currently available batches</h3>
70
                            [% END %]
74
                            [% END %]
71
                            <table id="labels-table">
75
                            <table id="labels-table">
72
                                [% FOREACH table_loo IN table_loop %]
76
                                [% FOREACH table_loo IN table_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-15 / +15 lines)
Lines 8-14 Link Here
8
8
9
<body id="labels_label-print" class="tools labels">
9
<body id="labels_label-print" class="tools labels">
10
    <div class="main container-fluid">
10
    <div class="main container-fluid">
11
        <h1>Label printing/exporting</h1>
11
        <h2>Label printing/exporting</h2>
12
        [% IF ( batches ) %]
12
        [% IF ( batches ) %]
13
            <form>
13
            <form>
14
                <h3>Click on the following links to download the exported batch(es).</h3>
14
                <h3>Click on the following links to download the exported batch(es).</h3>
Lines 21-52 Link Here
21
                        [% FOREACH batche IN batches %]
21
                        [% FOREACH batche IN batches %]
22
                        <fieldset>
22
                        <fieldset>
23
                            [% IF ( batche.label_ids ) %]
23
                            [% IF ( batche.label_ids ) %]
24
                                <legend>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</legend>
24
                                <h3>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</h3>
25
                                <a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]&amp;from=[% batche.from | html %]&amp;to=[% batche.to | html %]&amp;barcode_length=[% batche.barcode_length| html %]">Download as PDF</a>
25
                                <a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]&amp;from=[% batche.from | html %]&amp;to=[% batche.to | html %]&amp;barcode_length=[% batche.barcode_length| html %]">Download as PDF</a>
26
26
27
                                    <p><a class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.label_ids | html %]">Download as CSV</a></p>
27
                                    <p><a  class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.label_ids | html %]">Download as CSV</a></p>
28
28
29
                                    <p><a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.label_ids | html %]">Download as XML</a></p>
29
                                    <p><a  class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.label_ids | html %]">Download as XML</a></p>
30
                            [% ELSIF ( batche.item_numbers ) %]
30
                            [% ELSIF ( batche.item_numbers ) %]
31
                            <legend>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</legend>
31
                            <h3>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</h3>
32
                                    <p><a class="document pdf" href="/cgi-bin/koha/labels/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %][% batche.item_numbers | html %]">Download as PDF</a></p>
32
                                    <p><a  class="document pdf" href="/cgi-bin/koha/labels/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %][% batche.item_numbers | html %]">Download as PDF</a></p>
33
33
34
                                    <p><a class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as CSV</a></p>
34
                                    <p><a  class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as CSV</a></p>
35
35
36
                                    <p><a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as XML</a></p>
36
                                    <p><a  class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as XML</a></p>
37
                            [% ELSIF ( batche.batch_id) %]
37
                            [% ELSIF ( batche.batch_id) %]
38
                            <legend>Label batch number [% batche.batch_id | html %]</legend>
38
                            <h3>Label batch number [% batche.batch_id | html %]</h3>
39
                                    <p><a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]">Download as PDF</a>
39
                                    <p><a  class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]">Download as PDF</a>
40
                                </p>
40
                                </p>
41
                                <p>
41
                                <p>
42
                                    <a class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]">Download as CSV</a>
42
                                    <a  class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]">Download as CSV</a>
43
                                </p>
43
                                </p>
44
                                <p>
44
                                <p>
45
                                    <a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]">Download as XML</a></p>
45
                                    <a  class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]">Download as XML</a></p>
46
                            [% ELSIF (batche.from && batche.to) %]
46
                            [% ELSIF (batche.from && batche.to) %]
47
                            <legend>Barcodes from [% batche.from | html %] to [% batche.to | html %]</legend>
47
                            <h3>Barcodes from [% batche.from | html %] to [% batche.to | html %]</h3>
48
                            <p>
48
                            <p>
49
                                <a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]&amp;from=[% batche.from | html %]&amp;to=[% batche.to | html %]&amp;barcode_length=[% batche.barcode_length | html %]">Download as PDF</a>
49
                                <a  class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]&amp;from=[% batche.from | html %]&amp;to=[% batche.to | html %]&amp;barcode_length=[% batche.barcode_length | html %]">Download as PDF</a>
50
                            </p>
50
                            </p>
51
                            [% END %]
51
                            [% END %]
52
                        </fieldset>
52
                        </fieldset>
Lines 105-111 Link Here
105
                    </ol>
105
                    </ol>
106
                </fieldset>
106
                </fieldset>
107
                <fieldset class="action">
107
                <fieldset class="action">
108
                    <input type="submit" value="Export" />
108
                    <input type="submit" class="principal" value="Export" />
109
                    <a href="#" class="cancel gb-close">Cancel</a>
109
                    <a href="#" class="cancel gb-close">Cancel</a>
110
                </fieldset>
110
                </fieldset>
111
            </form>
111
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-2 / +2 lines)
Lines 29-35 Link Here
29
29
30
<body id="labels_result" class="tools labels">
30
<body id="labels_result" class="tools labels">
31
    <div class="main container-fluid">
31
    <div class="main container-fluid">
32
            <h1>Search results</h1>
32
            <h2>Search results</h2>
33
        <div class="results">
33
        <div class="results">
34
            [% PROCESS pagination %]
34
            [% PROCESS pagination %]
35
                [% IF ( results ) %]
35
                [% IF ( results ) %]
Lines 99-105 Link Here
99
            </form>
99
            </form>
100
        </div>
100
        </div>
101
        [% PROCESS pagination %]
101
        [% PROCESS pagination %]
102
        <div id="closewindow"><a href="#" class="btn btn-default btn-default close">Close</a></div>
102
        <div id="closewindow"><a href="#" class="btn btn-default btn-default close cancel">Close</a></div>
103
    </div>
103
    </div>
104
104
105
[% MACRO jsinclude BLOCK %]
105
[% MACRO jsinclude BLOCK %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-4 / +4 lines)
Lines 7-17 Link Here
7
<body id="labels_search" class="tools labels">
7
<body id="labels_search" class="tools labels">
8
    <div class="main container-fluid">
8
    <div class="main container-fluid">
9
9
10
<h1>Search for items
10
<h2>Search for items
11
[% IF ( batch_id ) %]
11
[% IF ( batch_id ) %]
12
to add to Batch [% batch_id | html %]
12
to add to Batch [% batch_id | html %]
13
[% END %]
13
[% END %]
14
</h1>
14
</h2>
15
15
16
<form name="f" method="post" action="/cgi-bin/koha/labels/label-item-search.pl">
16
<form name="f" method="post" action="/cgi-bin/koha/labels/label-item-search.pl">
17
	<input type="hidden" name="op" value="do_search" />
17
	<input type="hidden" name="op" value="do_search" />
Lines 71-77 to add to Batch [% batch_id | html %] Link Here
71
</fieldset>
71
</fieldset>
72
72
73
[% IF ( sort_by_loop ) %]
73
[% IF ( sort_by_loop ) %]
74
<fieldset><legend>Sort by: </legend>
74
<fieldset><h3>Sort by: </h3>
75
    <p><select id="sort_by" name="sort_by">
75
    <p><select id="sort_by" name="sort_by">
76
        <option value="">Field-weighted, relevance ranked</option>
76
        <option value="">Field-weighted, relevance ranked</option>
77
        [% FOREACH sort_by_loo IN sort_by_loop %]
77
        [% FOREACH sort_by_loo IN sort_by_loop %]
Lines 101-107 to add to Batch [% batch_id | html %] Link Here
101
</ol>
101
</ol>
102
</fieldset>
102
</fieldset>
103
103
104
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
104
<fieldset class="action"><input type="submit" value="Search" class="principal" /> <a class="cancel close" href="#">Cancel</a></fieldset>
105
</form>
105
</form>
106
</div>
106
</div>
107
107
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-home.tt (-5 / +8 lines)
Lines 1-18 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]<title>Quick spine label creator &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-open.inc' %]<title>Quick spine label creator &rsaquo; Tools &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="labels_spinelabel-home" class="tools labels">
11
<body id="labels_spinelabel-home" class="tools labels">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
        </li>
18
        </li>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
20
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 24-44 Link Here
24
        </li>
26
        </li>
25
    </ol>
27
    </ol>
26
</nav>
28
</nav>
29
[% INCLUDE 'shortcut.inc' %]
27
30
28
<div class="main container-fluid">
31
<div class="main container-fluid">
29
    <div class="row">
32
    <div class="row">
30
        <div class="col-sm-10 col-sm-push-2">
33
        <div class="col-sm-10 col-sm-push-2">
31
            <main>
34
            <main>
32
35
33
<h1>Quick spine label creator</h1>
34
                <form action="/cgi-bin/koha/labels/spinelabel-print.pl" method="post" id="spinelabelprint">
36
                <form action="/cgi-bin/koha/labels/spinelabel-print.pl" method="post" id="spinelabelprint">
35
				<fieldset class="brief">
37
				<fieldset class="brief">
38
<h3>Quick spine label creator</h3>
36
				<ol>
39
				<ol>
37
					<li><label for="barcode">Barcode: </label>
40
					<li><label for="barcode">Barcode: </label>
38
                        <input type="text" name="barcode" id="barcode" class="focus" required="required" />
41
                        <input type="text" name="barcode" id="barcode" class="focus" required="required" />
39
					</li>
42
					</li>
40
				</ol>
43
				</ol>
41
				<fieldset class="action"><input type="submit" value="View spine label" /></fieldset>
44
				<fieldset class="action"><input class="principal" type="submit" value="View spine label" /></fieldset>
42
				</fieldset>
45
				</fieldset>
43
				</form>
46
				</form>
44
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt (-4 / +8 lines)
Lines 5-10 Link Here
5
[%- USE AuthorisedValues -%]
5
[%- USE AuthorisedValues -%]
6
[%- USE Branches -%]
6
[%- USE Branches -%]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'patron-search.inc' %]
10
[% END %]
8
[% PROCESS 'accounts.inc' %]
11
[% PROCESS 'accounts.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Details of [% IF type == 'credit' %]credit[% ELSE %]debit[% END %] &rsaquo; [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
13
<title>Details of [% IF type == 'credit' %]credit[% ELSE %]debit[% END %] &rsaquo; [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
Lines 12-24 Link Here
12
</head>
15
</head>
13
16
14
<body id="pat_accountline_details" class="pat">
17
<body id="pat_accountline_details" class="pat">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'patron-search-header.inc' %]
19
[% INCLUDE 'patron-search.inc' %]
17
20
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
22
    <ol>
20
        <li>
23
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
25
        </li>
23
        <li>
26
        <li>
24
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
27
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 54-59 Link Here
54
        [% END %]
57
        [% END %]
55
    </ol>
58
    </ol>
56
</nav>
59
</nav>
60
[% INCLUDE 'shortcut.inc' %]
57
61
58
<div class="main container-fluid">
62
<div class="main container-fluid">
59
    <div class="row">
63
    <div class="row">
Lines 145-151 Link Here
145
                    </tbody>
149
                    </tbody>
146
                </table>
150
                </table>
147
151
148
                <h3>History</h3>
152
                <h2>History</h2>
149
                <table class="accountline-offsets-table" id="accountline-debits-table">
153
                <table class="accountline-offsets-table" id="accountline-debits-table">
150
                    <thead>
154
                    <thead>
151
                        <tr>
155
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-3 / +7 lines)
Lines 2-19 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'patron-search-header.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>API Keys &rsaquo; Patrons &rsaquo; Koha</title>
9
<title>API Keys &rsaquo; Patrons &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="pat_apikeys" class="pat">
12
<body id="pat_apikeys" class="pat">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'patron-search-header.inc' %]
14
[% INCLUDE 'patron-search.inc' %]
12
15
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
17
    <ol>
15
        <li>
18
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
20
        </li>
18
        <li>
21
        <li>
19
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
22
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 25-30 Link Here
25
        </li>
28
        </li>
26
    </ol>
29
    </ol>
27
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
28
32
29
<div class="main container-fluid">
33
<div class="main container-fluid">
30
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-13 / +17 lines)
Lines 9-14 Link Here
9
[% USE Branches %]
9
[% USE Branches %]
10
[% USE Registers %]
10
[% USE Registers %]
11
[% SET footerjs = 1 %]
11
[% SET footerjs = 1 %]
12
[% formulaire = BLOCK %]
13
    [% INCLUDE 'patron-search-header.inc' %]
14
[% END %]
12
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
15
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
13
16
14
[% PROCESS 'accounts.inc' %]
17
[% PROCESS 'accounts.inc' %]
Lines 19-31 Link Here
19
</head>
22
</head>
20
23
21
<body id="pat_borraccount" class="pat">
24
<body id="pat_borraccount" class="pat">
22
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' form=formulaire %]
23
[% INCLUDE 'patron-search-header.inc' %]
26
[% INCLUDE 'patron-search.inc' %]
24
27
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
28
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
29
    <ol>
27
        <li>
30
        <li>
28
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
31
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
29
        </li>
32
        </li>
30
        <li>
33
        <li>
31
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
34
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 37-42 Link Here
37
        </li>
40
        </li>
38
    </ol>
41
    </ol>
39
</nav>
42
</nav>
43
[% INCLUDE 'shortcut.inc' %]
40
44
41
<div class="main container-fluid">
45
<div class="main container-fluid">
42
    <div class="row">
46
    <div class="row">
Lines 106-121 Link Here
106
      [% IF account.amountoutstanding <= 0 %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td>
110
      [% IF account.amountoutstanding <= 0 %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td>
107
      <td class="actions">
111
      <td class="actions">
108
        [% IF ( account.is_credit ) %]
112
        [% IF ( account.is_credit ) %]
109
          <a target="_blank" href="printfeercpt.pl?action=print&amp;accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs receipt-print-action"><i class="fa fa-print"></i> Print</a>
113
          <a target="_blank" href="printfeercpt.pl?action=print&amp;accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs receipt-print-action" ><i class="fa fa-print"></i> Print</a>
110
        [% ELSE %]
114
        [% ELSE %]
111
          <a target="_blank" href="printinvoice.pl?action=print&amp;accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs invoice-print-action"><i class="fa fa-print"></i> Print</a>
115
          <a target="_blank" href="printinvoice.pl?action=print&amp;accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs invoice-print-action" ><i class="fa fa-print"></i> Print</a>
112
        [% END %]
116
        [% END %]
113
        <a href="accountline-details.pl?accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs details-action"><i class="fa fa-list"></i> Details</a>
117
        <a href="accountline-details.pl?accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs details-action" ><i class="fa fa-list"></i> Details</a>
114
        [% IF account.is_debit && account.amountoutstanding > 0 %]
118
        [% IF account.is_debit && account.amountoutstanding > 0 %]
115
            <a class="btn btn-default btn-xs pay-action" href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% account.borrowernumber | html %]&pay_individual=1&debit_type_code=[% account.debit_type_code | html %]&amount=[% account.amount | html %]&amountoutstanding=[% account.amountoutstanding | html %]&description=[% account.description | html %]&itemnumber=[% account.itemnumber | html %]&accountlines_id=[% account.accountlines_id | html %]"><i class="fa fa-money"></i> Pay</a>
119
            <a class="btn btn-default btn-xs pay-action" href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% account.borrowernumber | html %]&pay_individual=1&debit_type_code=[% account.debit_type_code | html %]&amount=[% account.amount | html %]&amountoutstanding=[% account.amountoutstanding | html %]&description=[% account.description | html %]&itemnumber=[% account.itemnumber | html %]&accountlines_id=[% account.accountlines_id | html %]"><i class="fa fa-money"></i> Pay</a>
116
        [% END %]
120
        [% END %]
117
        [% IF account.is_credit && account.status != 'VOID' %]
121
        [% IF account.is_credit && account.status != 'VOID' %]
118
          <a href="boraccount.pl?action=void&amp;accountlines_id=[% account.accountlines_id | uri %]&amp;borrowernumber=[% account.borrowernumber | uri %]" class="btn btn-default btn-xs void-action"><i class="fa fa-ban"></i> Void payment</a>
122
          <a href="boraccount.pl?action=void&amp;accountlines_id=[% account.accountlines_id | uri %]&amp;borrowernumber=[% account.borrowernumber | uri %]" class="btn btn-default btn-xs void-action" ><i class="fa fa-ban"></i> Void payment</a>
119
        [% END %]
123
        [% END %]
120
        [% IF account.is_debit && account.amount == account.amountoutstanding && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') %]
124
        [% IF account.is_debit && account.amount == account.amountoutstanding && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') %]
121
          <form method="post" action="/cgi-bin/koha/members/cancel-charge.pl">
125
          <form method="post" action="/cgi-bin/koha/members/cancel-charge.pl">
Lines 129-135 Link Here
129
          </form>
133
          </form>
130
        [% END %]
134
        [% END %]
131
        [% IF CAN_user_updatecharges_payout && account.is_credit && ( account.amountoutstanding < 0 ) %]
135
        [% IF CAN_user_updatecharges_payout && account.is_credit && ( account.amountoutstanding < 0 ) %]
132
          <button type="button" data-toggle="modal" data-target="#issuePayoutModal" data-account="[%- PROCESS account_type_description account=account -%]" data-accountline="[% account.accountlines_id | html %]" data-amount="[% account.amountoutstanding | $Price %]" class="btn btn-default btn-xs payout-action"><i class="fa fa-money"></i> Issue payout</button>
136
          <button type="button" data-toggle="modal" data-target="#issuePayoutModal" data-account="[%- PROCESS account_type_description account=account -%]" data-accountline="[% account.accountlines_id | html %]" data-amount="[% account.amountoutstanding | $Price %]" class="btn btn-default btn-xs payout-action" ><i class="fa fa-money"></i> Issue payout</button>
133
        [% END %]
137
        [% END %]
134
        [% IF CAN_user_updatecharges_refund && account.is_debit && ( account.amountoutstanding != account.amount ) && !(account.status == 'REFUNDED') && !(account.debit_type_code == 'PAYOUT') %]
138
        [% IF CAN_user_updatecharges_refund && account.is_debit && ( account.amountoutstanding != account.amount ) && !(account.status == 'REFUNDED') && !(account.debit_type_code == 'PAYOUT') %]
135
          <button type="button"  class="btn btn-default btn-xs refund-action" data-toggle="modal" data-target="#issueRefundModal" data-item="[%- PROCESS account_type_description account=account -%]" data-accountline="[% account.accountlines_id | html %]" data-amount="[% account.amount | $Price %]" data-amountoutstanding="[% account.amountoutstanding | $Price %]" data-member="[% account.borrowernumber | html %]"><i class="fa fa-money"></i> Issue refund</button>
139
          <button type="button"  class="btn btn-default btn-xs refund-action" data-toggle="modal" data-target="#issueRefundModal" data-item="[%- PROCESS account_type_description account=account -%]" data-accountline="[% account.accountlines_id | html %]" data-amount="[% account.amount | $Price %]" data-amountoutstanding="[% account.amountoutstanding | $Price %]" data-member="[% account.borrowernumber | html %]"><i class="fa fa-money"></i> Issue refund</button>
Lines 148-154 Link Here
148
        <td class="credit" style="text-align: right;">[% total | $Price %]</td>
152
        <td class="credit" style="text-align: right;">[% total | $Price %]</td>
149
        <td>
153
        <td>
150
          [% IF CAN_user_updatecharges_payout %]
154
          [% IF CAN_user_updatecharges_payout %]
151
          <button type="button" data-toggle="modal" data-target="#issuePayoutModal" data-amount="[% total | $Price %]" class="btn btn-default btn-xs payout-amount-action"><i class="fa fa-money"></i> Payout amount</button>
155
          <button type="button" data-toggle="modal" data-target="#issuePayoutModal" data-amount="[% total | $Price %]" class="btn btn-default btn-xs payout-amount-action" ><i class="fa fa-money"></i> Payout amount</button>
152
        [% END %]
156
        [% END %]
153
        </td>
157
        </td>
154
    [% ELSE %]
158
    [% ELSE %]
Lines 181-187 Link Here
181
                <div class="modal-content">
185
                <div class="modal-content">
182
                    <div class="modal-header">
186
                    <div class="modal-header">
183
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
187
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
184
                        <h4 class="modal-title" id="issuePayoutLabel">Issue payout</h4>
188
                        <h2 class="modal-title" id="issuePayoutLabel">Issue payout</h2>
185
                    </div>
189
                    </div>
186
                    <div class="modal-body">
190
                    <div class="modal-body">
187
                        [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %]
191
                        [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %]
Lines 189-195 Link Here
189
                            You must have at least one cash register associated with this branch before you can record cash payouts.
193
                            You must have at least one cash register associated with this branch before you can record cash payouts.
190
                        </div>
194
                        </div>
191
                        [% END %]
195
                        [% END %]
192
                        <fieldset class="rows">
196
                        <fieldset>
193
                            <ol>
197
                            <ol>
194
                                <li>
198
                                <li>
195
                                    <span id="paid" class="label">Outstanding credit: </span><span>[% payout.amount | $Price %]</span>
199
                                    <span id="paid" class="label">Outstanding credit: </span><span>[% payout.amount | $Price %]</span>
Lines 217-224 Link Here
217
                    </div> <!-- /.modal-body -->
221
                    </div> <!-- /.modal-body -->
218
                    <div class="modal-footer">
222
                    <div class="modal-footer">
219
                        <input type="hidden" name="op" value="payout">
223
                        <input type="hidden" name="op" value="payout">
220
                        <button type="submit" class="btn btn-default" id="borr_payout_confirm">Confirm</button>
224
                        <button type="submit" class="btn btn-default principal" id="borr_payout_confirm">Confirm</button>
221
                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
225
                        <button type="button" class="btn btn-default cancel" data-dismiss="modal">Cancel</button>
222
                    </div> <!-- /.modal-footer -->
226
                    </div> <!-- /.modal-footer -->
223
                </div> <!-- /.modal-content -->
227
                </div> <!-- /.modal-content -->
224
            </div> <!-- /.modal-dialog -->
228
            </div> <!-- /.modal-dialog -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt (-3 / +7 lines)
Lines 3-20 Link Here
3
[% USE Price %]
3
[% USE Price %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'patron-search-header.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Delete patron [% patron.firstname | html %] [% patron.surname | html %] &rsaquo; Koha</title>
10
<title>Delete patron [% patron.firstname | html %] [% patron.surname | html %] &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
<body id="pat_deletemem" class="pat">
13
<body id="pat_deletemem" class="pat">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'patron-search-header.inc' %]
15
[% INCLUDE 'patron-search.inc' %]
13
16
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
18
    <ol>
16
        <li>
19
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
21
        </li>
19
        <li>
22
        <li>
20
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
23
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 26-31 Link Here
26
        </li>
29
        </li>
27
    </ol>
30
    </ol>
28
</nav>
31
</nav>
32
[% INCLUDE 'shortcut.inc' %]
29
33
30
<div class="main container-fluid">
34
<div class="main container-fluid">
31
    <div class="row">
35
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt (-3 / +7 lines)
Lines 4-21 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'patron-search-header.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% UNLESS blocking_error  %]Discharge for [% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])[% END %] &rsaquo; Patrons &rsaquo; Koha</title>
11
<title>[% UNLESS blocking_error  %]Discharge for [% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])[% END %] &rsaquo; Patrons &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
<body id="discharge" class="discharge">
14
<body id="discharge" class="discharge">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'patron-search-header.inc' %]
16
[% INCLUDE 'patron-search.inc' %]
14
17
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
19
    <ol>
17
        <li>
20
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
22
        </li>
20
23
21
        [% IF blocking_error %]
24
        [% IF blocking_error %]
Lines 36-41 Link Here
36
        [% END %]
39
        [% END %]
37
    </ol>
40
    </ol>
38
</nav>
41
</nav>
42
[% INCLUDE 'shortcut.inc' %]
39
43
40
<div class="main container-fluid">
44
<div class="main container-fluid">
41
    <div class="row">
45
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt (-17 / +21 lines)
Lines 3-31 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'patron-search-header.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Pending discharge requests &rsaquo; Patrons &rsaquo; Koha</title>
10
<title>Pending discharge requests &rsaquo; Patrons &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
<body id="pat_discharges" class="pat">
13
<body id="pat_discharges" class="pat">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'patron-search-header.inc' %]
15
[% INCLUDE 'patron-search.inc' %]
13
16
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
  <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
18
      <ol>
16
        <li>
19
          <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
              <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
21
          </li>
19
        <li>
22
          <li>
20
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
23
              <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
21
        </li>
24
          </li>
22
        <li>
25
          <li>
23
            <a href="#" aria-current="page">
26
              <a href="#" aria-current="page">
24
                Pending discharge requests
27
                  Pending discharge requests
25
            </a>
28
              </a>
26
        </li>
29
          </li>
27
    </ol>
30
      </ol>
28
</nav>
31
  </nav>
32
[% INCLUDE 'shortcut.inc' %]
29
33
30
    <div class="main container-fluid">
34
    <div class="main container-fluid">
31
        <div class="row">
35
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt (-6 / +10 lines)
Lines 4-22 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'patron-search-header.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Files for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
11
<title>Files for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="pat_files" class="pat">
15
<body id="pat_files" class="pat">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'patron-search-header.inc' %]
17
[% INCLUDE 'patron-search.inc' %]
15
18
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
20
    <ol>
18
        <li>
21
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
23
        </li>
21
        <li>
24
        <li>
22
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
25
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 28-33 Link Here
28
        </li>
31
        </li>
29
    </ol>
32
    </ol>
30
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
31
35
32
<div class="main container-fluid">
36
<div class="main container-fluid">
33
    <div class="row">
37
    <div class="row">
Lines 36-42 Link Here
36
40
37
                [% INCLUDE 'members-toolbar.inc' %]
41
                [% INCLUDE 'members-toolbar.inc' %]
38
42
39
                <h1>Files</h1>
43
                <h2>Files</h2>
40
44
41
                [% IF errors %]
45
                [% IF errors %]
42
                    <div class="dialog alert">
46
                    <div class="dialog alert">
Lines 77-83 Link Here
77
81
78
                <form method="post" action="/cgi-bin/koha/members/files.pl" enctype="multipart/form-data">
82
                <form method="post" action="/cgi-bin/koha/members/files.pl" enctype="multipart/form-data">
79
                    <fieldset class="rows">
83
                    <fieldset class="rows">
80
                        <legend>Upload new file</legend>
84
                        <h3>Upload new file</h3>
81
                        <ol>
85
                        <ol>
82
                        <li><input type="hidden" name="op" value="upload" />
86
                        <li><input type="hidden" name="op" value="upload" />
83
                        <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
87
                        <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
Lines 89-95 Link Here
89
                        <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li>
93
                        <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li>
90
94
91
                        </ol>
95
                        </ol>
92
                        <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload file" /></fieldset>
96
                        <fieldset class="action"><input name="upload" type="submit" id="upload" class="principal" value="Upload file" /></fieldset>
93
                    </fieldset>
97
                    </fieldset>
94
                </form>
98
                </form>
95
99
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-4 / +10 lines)
Lines 7-25 Link Here
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% USE ItemTypes %]
8
[% USE ItemTypes %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% formulaire = BLOCK %]
11
    [% INCLUDE 'patron-search-header.inc' %]
12
[% END %]
10
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
14
<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
16
</head>
14
17
15
<body id="pat_holdshistory" class="pat">
18
<body id="pat_holdshistory" class="pat">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'patron-search-header.inc' %]
20
[% INCLUDE 'patron-search.inc' %]
18
21
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
23
    <ol>
21
        <li>
24
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
26
        </li>
24
        <li>
27
        <li>
25
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
28
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 31-36 Link Here
31
        </li>
34
        </li>
32
    </ol>
35
    </ol>
33
</nav>
36
</nav>
37
[% INCLUDE 'shortcut.inc' %]
34
38
35
<div class="main container-fluid">
39
<div class="main container-fluid">
36
    <div class="row">
40
    <div class="row">
Lines 38-44 Link Here
38
            <main>
42
            <main>
39
43
40
[% INCLUDE 'members-toolbar.inc' %]
44
[% INCLUDE 'members-toolbar.inc' %]
41
<h1>Holds history</h1>
45
<h2>Holds history</h2>
42
46
43
[% UNLESS Koha.Preference('intranetreadinghistory') %]
47
[% UNLESS Koha.Preference('intranetreadinghistory') %]
44
    <div class="dialog alert">Staff members are not allowed to access patron's holds history</div>
48
    <div class="dialog alert">Staff members are not allowed to access patron's holds history</div>
Lines 51-56 Link Here
51
[% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %]
55
[% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %]
52
56
53
<div id="holdshistory">
57
<div id="holdshistory">
58
<fieldset>
54
  <table id="table_holdshistory">
59
  <table id="table_holdshistory">
55
      <thead>
60
      <thead>
56
        <tr>
61
        <tr>
Lines 116-121 Link Here
116
      [% END %]
121
      [% END %]
117
      </tbody>
122
      </tbody>
118
  </table>
123
  </table>
124
  </fieldset>
119
</div>
125
</div>
120
126
121
[% END %]
127
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-3 / +7 lines)
Lines 5-18 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Branches %]
6
[% USE Branches %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'patron-search-header.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Details for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Housebound &rsaquo; Koha</title>
12
<title>Details for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Housebound &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="housebound-home" class="housebound">
16
<body id="housebound-home" class="housebound">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'patron-search-header.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
16
19
17
[% BLOCK 'homebound-details' %]
20
[% BLOCK 'homebound-details' %]
18
    <div class="rows">
21
    <div class="rows">
Lines 61-67 Link Here
61
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
64
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
62
    <ol>
65
    <ol>
63
        <li>
66
        <li>
64
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
67
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
65
        </li>
68
        </li>
66
        <li>
69
        <li>
67
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
70
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 73-78 Link Here
73
        </li>
76
        </li>
74
    </ol>
77
    </ol>
75
</nav>
78
</nav>
79
[% INCLUDE 'shortcut.inc' %]
76
80
77
<div class="main container-fluid">
81
<div class="main container-fluid">
78
    <div class="row">
82
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-3 / +7 lines)
Lines 4-9 Link Here
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'patron-search-header.inc' %]
9
[% END %]
7
[% USE AuthorisedValues %]
10
[% USE AuthorisedValues %]
8
[% USE TablesSettings %]
11
[% USE TablesSettings %]
9
12
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="pat_illrequestshistory" class="pat">
18
<body id="pat_illrequestshistory" class="pat">
16
    [% INCLUDE 'header.inc' %]
19
    [% INCLUDE 'header.inc' form=formulaire %]
17
    [% INCLUDE 'patron-search-header.inc' %]
20
    [% INCLUDE 'patron-search.inc' %]
18
21
19
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
        <ol>
23
        <ol>
21
            <li>
24
            <li>
22
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
            </li>
26
            </li>
24
            <li>
27
            <li>
25
                <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
28
                <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 31-36 Link Here
31
            </li>
34
            </li>
32
        </ol>
35
        </ol>
33
    </nav>
36
    </nav>
37
[% INCLUDE 'shortcut.inc' %]
34
38
35
<div class="main container-fluid">
39
<div class="main container-fluid">
36
40
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt (-6 / +10 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'patron-search-header.inc' %]
8
[% END %]
6
9
7
[% PROCESS 'accounts.inc' %]
10
[% PROCESS 'accounts.inc' %]
8
11
Lines 12-24 Link Here
12
</head>
15
</head>
13
16
14
<body id="pat_mancredit" class="pat">
17
<body id="pat_mancredit" class="pat">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'patron-search-header.inc' %]
19
[% INCLUDE 'patron-search.inc' %]
17
20
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
22
    <ol>
20
        <li>
23
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
25
        </li>
23
        <li>
26
        <li>
24
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
27
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 30-35 Link Here
30
        </li>
33
        </li>
31
    </ol>
34
    </ol>
32
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
33
37
34
<div class="main container-fluid">
38
<div class="main container-fluid">
35
    <div class="row">
39
    <div class="row">
Lines 54-61 Link Here
54
                    <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
58
                    <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
55
                    <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
59
                    <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
56
60
57
                    <fieldset class="rows">
61
                    <fieldset>
58
                        <legend>Manual credit</legend>
62
                        <h3>Manual credit</h3>
59
                        <ol>
63
                        <ol>
60
                            <li>
64
                            <li>
61
                                <label for="type">Credit type: </label>
65
                                <label for="type">Credit type: </label>
Lines 72-78 Link Here
72
                        </ol>
76
                        </ol>
73
                    </fieldset>
77
                    </fieldset>
74
78
75
                    <fieldset class="action"><input type="submit" name="add" value="Add credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | html %]">Cancel</a></fieldset>
79
                    <fieldset class="action"><input type="submit" name="add" class="principal" value="Add credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | html %]" class="cancel">Cancel</a></fieldset>
76
                </form>
80
                </form>
77
81
78
                </div>
82
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt (-8 / +12 lines)
Lines 4-9 Link Here
4
[% USE Price %]
4
[% USE Price %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'patron-search-header.inc' %]
9
[% END %]
7
10
8
[% PROCESS 'accounts.inc' %]
11
[% PROCESS 'accounts.inc' %]
9
12
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="pat_maninvoice" class="pat">
18
<body id="pat_maninvoice" class="pat">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'patron-search-header.inc' %]
20
[% INCLUDE 'patron-search.inc' %]
18
21
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
23
    <ol>
21
        <li>
24
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
26
        </li>
24
        <li>
27
        <li>
25
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
28
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 31-36 Link Here
31
        </li>
34
        </li>
32
    </ol>
35
    </ol>
33
</nav>
36
</nav>
37
[% INCLUDE 'shortcut.inc' %]
34
38
35
<div class="main container-fluid">
39
<div class="main container-fluid">
36
    <div class="row">
40
    <div class="row">
Lines 64-71 Link Here
64
                <form action="/cgi-bin/koha/members/maninvoice.pl" method="post" id="maninvoice">
68
                <form action="/cgi-bin/koha/members/maninvoice.pl" method="post" id="maninvoice">
65
                    <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
69
                    <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
66
                    <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
70
                    <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
67
                    <fieldset class="rows">
71
                    <fieldset>
68
                        <legend>Manual invoice</legend>
72
                        <h3>Manual invoice</h3>
69
                        <ol>
73
                        <ol>
70
                            <li>
74
                            <li>
71
                                <label for="type">Type: </label>
75
                                <label for="type">Type: </label>
Lines 86-94 Link Here
86
                        </ol>
90
                        </ol>
87
                    </fieldset>
91
                    </fieldset>
88
                    <fieldset class="action">
92
                    <fieldset class="action">
89
                        <button type="submit" name="add" value="save">Save</button>
93
                        <button type="submit" name="add" class="principal" value="save">Save</button>
90
                        <button type="submit" name="add" value="save and pay">Save and pay</button>
94
                        <button type="submit" name="add" class="principal" value="save and pay">Save and pay</button>
91
                        <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | html %]">Cancel</a>
95
                        <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | html %]" class="cancel">Cancel</a>
92
                    </fieldset>
96
                    </fieldset>
93
                </form>
97
                </form>
94
98
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-6 / +14 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'patron-search-header.inc' %]
7
[% END %]
5
[% PROCESS 'permissions.inc' %]
8
[% PROCESS 'permissions.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
Lines 11-23 Link Here
11
</head>
14
</head>
12
15
13
<body id="pat_member-flags" class="pat">
16
<body id="pat_member-flags" class="pat">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'patron-search-header.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
16
19
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
21
    <ol>
19
        <li>
22
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
24
        </li>
22
        <li>
25
        <li>
23
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
26
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 29-34 Link Here
29
        </li>
32
        </li>
30
    </ol>
33
    </ol>
31
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
32
36
33
<div class="main container-fluid">
37
<div class="main container-fluid">
34
    <div class="row">
38
    <div class="row">
Lines 44-52 Link Here
44
    <h1>Set permissions for [% INCLUDE 'patron-title.inc' no_html = 1 %]</h1>
48
    <h1>Set permissions for [% INCLUDE 'patron-title.inc' no_html = 1 %]</h1>
45
49
46
    <div id="permissionstree">
50
    <div id="permissionstree">
47
        <div id="permissions_toolbar" class="btn-toolbar">
51
        <div id="permissions_toolbar" class="btn-toolbar" style="width: 851px !important;">
48
            <button type="submit" class="btn btn-default"><i class="fa fa-save"></i> Save</button>
52
        <div id="up">
49
            <a class="btn btn-default" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-remove"></i> Cancel</a>
53
            <button type="submit" class="principal"><i class="fa fa-save"></i> Save</button>
54
            <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-remove"></i> Cancel</a>
55
        </div>
56
        <div id="down">
50
            <a class="toggleall toggleall_on btn btn-link" href="#"><i class="fa fa-plus-square-o"></i> Show all</a>
57
            <a class="toggleall toggleall_on btn btn-link" href="#"><i class="fa fa-plus-square-o"></i> Show all</a>
51
            <a class="toggleall toggleall_off btn btn-link" href="#"><i class="fa fa-minus-square-o"></i> Hide all</a>
58
            <a class="toggleall toggleall_off btn btn-link" href="#"><i class="fa fa-minus-square-o"></i> Hide all</a>
52
            <a id="CheckAllFlags" class="btn btn-link" href="#">
59
            <a id="CheckAllFlags" class="btn btn-link" href="#">
Lines 60-65 Link Here
60
                <a href="#" id="clear_filter" style="display:none"><i class="fa fa-remove"></i></a>
67
                <a href="#" id="clear_filter" style="display:none"><i class="fa fa-remove"></i></a>
61
            </div>
68
            </div>
62
        </div>
69
        </div>
70
        </div>
63
        <div class="permissions">
71
        <div class="permissions">
64
            [% FOREACH loo IN loop %]
72
            [% FOREACH loo IN loop %]
65
                [% IF ( loo.expand ) %]
73
                [% IF ( loo.expand ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt (-6 / +10 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'patron-search-header.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
8
    [% IF ( newpassword ) %]Password updated [% ELSE %]Update password for [% patron.surname | html %], [% patron.firstname | html %][% END %] &rsaquo; Patrons &rsaquo; Koha
11
    [% IF ( newpassword ) %]Password updated [% ELSE %]Update password for [% patron.surname | html %], [% patron.firstname | html %][% END %] &rsaquo; Patrons &rsaquo; Koha
Lines 11-23 Link Here
11
</head>
14
</head>
12
15
13
<body id="pat_member-password" class="pat">
16
<body id="pat_member-password" class="pat">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'patron-search-header.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
16
19
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
21
    <ol>
19
        <li>
22
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
24
        </li>
22
        <li>
25
        <li>
23
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
26
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 36-41 Link Here
36
        </li>
39
        </li>
37
    </ol>
40
    </ol>
38
</nav>
41
</nav>
42
[% INCLUDE 'shortcut.inc' %]
39
43
40
<div class="main container-fluid">
44
<div class="main container-fluid">
41
    <div class="row">
45
    <div class="row">
Lines 45-51 Link Here
45
[% INCLUDE 'members-toolbar.inc' %]
49
[% INCLUDE 'members-toolbar.inc' %]
46
50
47
[% IF ( newpassword ) %]
51
[% IF ( newpassword ) %]
48
<h1>Password updated</h1>
52
<h2>Password updated</h2>
49
53
50
[% ELSE %]
54
[% ELSE %]
51
55
Lines 100-111 Link Here
100
        <input name="newpassword2"  id="newpassword2" type="password" size="20" />
104
        <input name="newpassword2"  id="newpassword2" type="password" size="20" />
101
    </li>
105
    </li>
102
	</ol>
106
	</ol>
103
</fieldset>
104
    <fieldset class="action">
107
    <fieldset class="action">
105
        <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
108
        <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
106
        <input type="submit" value="Save" />
109
        <input type="submit" class="principal" value="Save" />
107
        <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | html %]">Cancel</a>
110
        <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | html %]">Cancel</a>
108
    </fieldset>
111
    </fieldset>
112
</fieldset>
109
</form>[% END %]
113
</form>[% END %]
110
114
111
115
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-6 / +9 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE Categories %]
6
[% USE Categories %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'patron-search-header.inc' %]
10
[% END %]
8
[% PROCESS 'patronfields.inc' %]
11
[% PROCESS 'patronfields.inc' %]
9
[% SET libraries = Branches.all %]
12
[% SET libraries = Branches.all %]
10
[% SET categories = Categories.all.unblessed %]
13
[% SET categories = Categories.all.unblessed %]
Lines 16-28 Link Here
16
</head>
19
</head>
17
20
18
<body id="pat_member" class="pat">
21
<body id="pat_member" class="pat">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form= formulaire %]
20
[% INCLUDE 'patron-search-header.inc' %]
21
23
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <ol>
25
    <ol>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
26
        </li>
28
        </li>
27
        [% IF ( searching ) %]
29
        [% IF ( searching ) %]
28
            <li>
30
            <li>
Lines 42-47 Link Here
42
        [% END %]
44
        [% END %]
43
    </ol>
45
    </ol>
44
</nav>
46
</nav>
47
[% INCLUDE 'shortcut.inc' %]
45
48
46
<div class="main container-fluid">
49
<div class="main container-fluid">
47
    <div class="row">
50
    <div class="row">
Lines 64-72 Link Here
64
            </div>
67
            </div>
65
          [% END %]
68
          [% END %]
66
69
67
          <div id="searchresults">
70
          <fieldset id="searchresults">
68
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
71
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
69
              <div class="searchheader fh-fixedHeader" id="searchheader" style="display:none;">
72
              <div class="searchheader fh-fixedHeader" id="searchheader">
70
                  <div>
73
                  <div>
71
                      <a href="#" class="btn btn-link" id="select_all"><i class="fa fa-check"></i> Select all</a>
74
                      <a href="#" class="btn btn-link" id="select_all"><i class="fa fa-check"></i> Select all</a>
72
                      |
75
                      |
Lines 103-109 Link Here
103
                [% columns.unshift('checkbox') | html %]
106
                [% columns.unshift('checkbox') | html %]
104
            [% END %]
107
            [% END %]
105
            [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
108
            [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
106
          </div>
109
          </fieldset>
107
110
108
            </main>
111
            </main>
109
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
112
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +5 lines)
Lines 32-39 legend:hover { Link Here
32
</head>
32
</head>
33
33
34
<body id="pat_memberentrygen" class="pat">
34
<body id="pat_memberentrygen" class="pat">
35
    [% INCLUDE 'header.inc' %]
35
    [% form = BLOCK %]
36
    [% INCLUDE 'patron-search-header.inc' %]
36
        [% INCLUDE 'patron-search-header.inc' %]
37
    [% END %]
38
    [% INCLUDE 'header.inc' form= form %]
37
39
38
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
40
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
39
        <ol>
41
        <ol>
Lines 73-78 legend:hover { Link Here
73
            [% END %]
75
            [% END %]
74
        </ol>
76
        </ol>
75
    </nav> <!-- /#breadcrumbs -->
77
    </nav> <!-- /#breadcrumbs -->
78
    [% INCLUDE 'shortcut.inc' %]
76
79
77
    <div class="main container-fluid">
80
    <div class="main container-fluid">
78
        <div class="row">
81
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt (-3 / +7 lines)
Lines 5-18 Link Here
5
[% USE Categories %]
5
[% USE Categories %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'patron-search-header.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Update patron records &rsaquo; Patrons &rsaquo; Koha</title>
12
<title>Update patron records &rsaquo; Patrons &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="pat_update" class="pat">
16
<body id="pat_update" class="pat">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'patron-search-header.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
16
19
17
[% BLOCK display_names %]
20
[% BLOCK display_names %]
18
[% SWITCH field %]
21
[% SWITCH field %]
Lines 92-98 Link Here
92
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
95
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
93
    <ol>
96
    <ol>
94
        <li>
97
        <li>
95
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
98
            <a href="/cgi-bin/koha/mainpage.pl">Hom<i class="fa fa-home"></i>e</a>
96
        </li>
99
        </li>
97
        <li>
100
        <li>
98
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
101
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 104-109 Link Here
104
        </li>
107
        </li>
105
    </ol>
108
    </ol>
106
</nav>
109
</nav>
110
[% INCLUDE 'shortcut.inc' %]
107
111
108
<div class="main container-fluid">
112
<div class="main container-fluid">
109
    <div class="row">
113
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-5 / +9 lines)
Lines 4-9 Link Here
4
[% USE Categories %]
4
[% USE Categories %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'patron-search-header.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Merge patron records &rsaquo; Patrons &rsaquo; Koha</title>
11
<title>Merge patron records &rsaquo; Patrons &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
Lines 46-53 Link Here
46
[% END %]
49
[% END %]
47
</head>
50
</head>
48
<body id="pat_merge" class="pat">
51
<body id="pat_merge" class="pat">
49
[% INCLUDE 'header.inc' %]
52
[% INCLUDE 'header.inc' form=formulaire %]
50
[% INCLUDE 'patron-search-header.inc' %]
53
[% INCLUDE 'patron-search.inc' %]
51
54
52
[% BLOCK display_names %]
55
[% BLOCK display_names %]
53
    [% SWITCH rs %]
56
    [% SWITCH rs %]
Lines 82-88 Link Here
82
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
85
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
83
    <ol>
86
    <ol>
84
        <li>
87
        <li>
85
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
88
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
86
        </li>
89
        </li>
87
        <li>
90
        <li>
88
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
91
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 92-97 Link Here
92
        </li>
95
        </li>
93
    </ol>
96
    </ol>
94
</nav>
97
</nav>
98
[% INCLUDE 'shortcut.inc' %]
95
99
96
<div class="main container-fluid">
100
<div class="main container-fluid">
97
    <div class="row">
101
    <div class="row">
Lines 103-109 Link Here
103
                    [% IF ( patrons.count == 2 ) %]
107
                    [% IF ( patrons.count == 2 ) %]
104
                        <div id="toolbar" class="btn-toolbar">
108
                        <div id="toolbar" class="btn-toolbar">
105
                            <div class="btn-group">
109
                            <div class="btn-group">
106
                                <button class="btn btn-default" id="compare_patrons">
110
                                <button class="btn btn-default toolbar-btns" id="compare_patrons">
107
                                    <i class="fa fa-arrows-h"></i> Compare patrons
111
                                    <i class="fa fa-arrows-h"></i> Compare patrons
108
                                </button>
112
                                </button>
109
                            </div>
113
                            </div>
Lines 154-160 Link Here
154
                                <input type="hidden" name="id" value="[% p.id | html %]" />
158
                                <input type="hidden" name="id" value="[% p.id | html %]" />
155
                            [% END %]
159
                            [% END %]
156
                            <input type="hidden" name="action" value="merge" />
160
                            <input type="hidden" name="action" value="merge" />
157
                            <input id="merge-patrons" type="submit" value="Merge patrons" />
161
                            <input id="merge-patrons" class="principal" type="submit" value="Merge patrons" />
158
                        </fieldset>
162
                        </fieldset>
159
163
160
                    [% ELSE %]
164
                    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +5 lines)
Lines 22-29 Link Here
22
</head>
22
</head>
23
23
24
<body id="pat_moremember" class="pat">
24
<body id="pat_moremember" class="pat">
25
    [% INCLUDE 'header.inc' %]
25
    [% form = BLOCK %]
26
    [% INCLUDE 'patron-search-header.inc' %]
26
        [% INCLUDE 'patron-search-header.inc' %]
27
    [% END %]
28
    [% INCLUDE 'header.inc' form = form %]
27
29
28
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
29
        <ol>
31
        <ol>
Lines 49-54 Link Here
49
            [% END %]
51
            [% END %]
50
        </ol>
52
        </ol>
51
    </nav>
53
    </nav>
54
 [% INCLUDE 'shortcut.inc' %]
52
55
53
    <div class="main container-fluid">
56
    <div class="main container-fluid">
54
        <div class="row">
57
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-4 / +10 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'patron-search-header.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
12
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
Lines 14-26 Link Here
14
</head>
17
</head>
15
18
16
<body id="pat_notices" class="pat">
19
<body id="pat_notices" class="pat">
17
    [% INCLUDE 'header.inc' %]
20
    [% INCLUDE 'header.inc' form=formulaire %]
18
    [% INCLUDE 'patron-search-header.inc' %]
21
    [% INCLUDE 'patron-search.inc' %]
19
22
20
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
        <ol>
24
        <ol>
22
            <li>
25
            <li>
23
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
            </li>
27
            </li>
25
            <li>
28
            <li>
26
                <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
29
                <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 32-37 Link Here
32
            </li>
35
            </li>
33
        </ol>
36
        </ol>
34
    </nav>
37
    </nav>
38
[% INCLUDE 'shortcut.inc' %]
35
39
36
    <div class="main container-fluid">
40
    <div class="main container-fluid">
37
        <div class="row">
41
        <div class="row">
Lines 39-46 Link Here
39
                <main>
43
                <main>
40
44
41
                    [% INCLUDE 'members-toolbar.inc' %]
45
                    [% INCLUDE 'members-toolbar.inc' %]
42
                    <h1>Sent notices for [% INCLUDE 'patron-title.inc' %]</h1>
46
                    <h2>Sent notices for [% INCLUDE 'patron-title.inc' %]</h2>
43
47
48
                    <fieldset id="searchresults">
44
                    [% IF ( QUEUED_MESSAGES ) %]
49
                    [% IF ( QUEUED_MESSAGES ) %]
45
                        <table id="noticestable">
50
                        <table id="noticestable">
46
                            <thead>
51
                            <thead>
Lines 107-112 Link Here
107
                    [% ELSE %]
112
                    [% ELSE %]
108
                        <div class="dialog message">There is no record of any messages that have been sent to this patron.</div>
113
                        <div class="dialog message">There is no record of any messages that have been sent to this patron.</div>
109
                    [% END %]
114
                    [% END %]
115
                    </fieldset>
110
116
111
                </main>
117
                </main>
112
            </div> <!-- /.col-sm-10.col-sm-push-2 -->
118
            </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-3 / +7 lines)
Lines 7-12 Link Here
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% USE KohaDates %]
8
[% USE KohaDates %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% formulaire = BLOCK %]
11
    [% INCLUDE 'patron-search-header.inc' %]
12
[% END %]
10
[% PROCESS 'accounts.inc' %]
13
[% PROCESS 'accounts.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Make a payment for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
15
<title>Make a payment for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
Lines 14-26 Link Here
14
</head>
17
</head>
15
18
16
<body id="pat_pay" class="pat">
19
<body id="pat_pay" class="pat">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'patron-search-header.inc' %]
21
[% INCLUDE 'patron-search.inc' %]
19
22
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
24
    <ol>
22
        <li>
25
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
        </li>
27
        </li>
25
        <li>
28
        <li>
26
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
29
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 32-37 Link Here
32
        </li>
35
        </li>
33
    </ol>
36
    </ol>
34
</nav>
37
</nav>
38
[% INCLUDE 'shortcut.inc' %]
35
39
36
<div class="main container-fluid">
40
<div class="main container-fluid">
37
    <div class="row">
41
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-3 / +7 lines)
Lines 5-10 Link Here
5
[% USE Registers %]
5
[% USE Registers %]
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'patron-search-header.inc' %]
10
[% END %]
8
[% PROCESS 'accounts.inc' %]
11
[% PROCESS 'accounts.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
[% BLOCK cash_register_required %]
13
[% BLOCK cash_register_required %]
Lines 32-44 Link Here
32
</head>
35
</head>
33
36
34
<body id="pat_paycollect" class="pat">
37
<body id="pat_paycollect" class="pat">
35
[% INCLUDE 'header.inc' %]
38
[% INCLUDE 'header.inc' form=formulaire %]
36
[% INCLUDE 'patron-search-header.inc' %]
39
[% INCLUDE 'patron-search.inc' %]
37
40
38
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
41
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
39
    <ol>
42
    <ol>
40
        <li>
43
        <li>
41
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
44
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
42
        </li>
45
        </li>
43
        <li>
46
        <li>
44
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
47
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 67-72 Link Here
67
        </li>
70
        </li>
68
    </ol>
71
    </ol>
69
</nav>
72
</nav>
73
[% INCLUDE 'shortcut.inc' %]
70
74
71
<div class="main container-fluid">
75
<div class="main container-fluid">
72
    <div class="row">
76
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-5 / +12 lines)
Lines 5-23 Link Here
5
[% USE AuthorisedValues  %]
5
[% USE AuthorisedValues  %]
6
[% USE Branches %]
6
[% USE Branches %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'patron-search-header.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
12
<title>Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="pat_purchase_suggestions" class="pat">
16
<body id="pat_purchase_suggestions" class="pat">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'patron-search-header.inc' %]
18
[% INCLUDE 'patron-search.inc' %]
16
19
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
21
    <ol>
19
        <li>
22
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
24
        </li>
22
        <li>
25
        <li>
23
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
26
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 29-34 Link Here
29
        </li>
32
        </li>
30
    </ol>
33
    </ol>
31
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
32
36
33
<div class="main container-fluid">
37
<div class="main container-fluid">
34
    <div class="row">
38
    <div class="row">
Lines 36-47 Link Here
36
            <main>
40
            <main>
37
41
38
                [% INCLUDE 'members-toolbar.inc' %]
42
                [% INCLUDE 'members-toolbar.inc' %]
39
                <h1>Purchase suggestions</h1>
40
43
41
                <div id="toolbar" class="btn-toolbar">
44
                <div id="toolbar" class="btn-toolbar">
42
                    <a class="btn btn-default" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&amp;suggestedby=[% patron.borrowernumber | html %]&amp;redirect=purchase_suggestions&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
45
                    <div>
46
                        <a class="toolbar-btn" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&amp;suggestedby=[% patron.borrowernumber | html %]&amp;redirect=purchase_suggestions&amp;borrowernumber=[% patron.borrowernumber | html %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
47
                    </div>
43
                </div>
48
                </div>
44
49
50
                <h1>Purchase suggestions</h1>
51
45
                [% IF suggestions.size %]
52
                [% IF suggestions.size %]
46
                  <table id="suggestions">
53
                  <table id="suggestions">
47
                    <thead>
54
                    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-4 / +8 lines)
Lines 6-24 Link Here
6
[% USE Branches %]
6
[% USE Branches %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'patron-search-header.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Circulation history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
13
<title>Circulation history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
15
</head>
13
16
14
<body id="pat_readingrec" class="pat">
17
<body id="pat_readingrec" class="pat">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'patron-search-header.inc' %]
19
[% INCLUDE 'patron-search.inc' %]
17
20
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
22
    <ol>
20
        <li>
23
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
25
        </li>
23
        <li>
26
        <li>
24
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
27
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 30-35 Link Here
30
        </li>
33
        </li>
31
    </ol>
34
    </ol>
32
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
33
37
34
<div class="main container-fluid">
38
<div class="main container-fluid">
35
    <div class="row">
39
    <div class="row">
Lines 37-43 Link Here
37
            <main>
41
            <main>
38
42
39
[% INCLUDE 'members-toolbar.inc' %]
43
[% INCLUDE 'members-toolbar.inc' %]
40
<h1>Circulation history</h1>
44
<h2>Circulation history</h2>
41
45
42
[% UNLESS Koha.Preference('intranetreadinghistory') %]
46
[% UNLESS Koha.Preference('intranetreadinghistory') %]
43
    <div class="dialog alert">Staff members are not allowed to access patron's checkout history</div>
47
    <div class="dialog alert">Staff members are not allowed to access patron's checkout history</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt (-3 / +5 lines)
Lines 3-19 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Asset %]
4
[% USE Asset %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'patron-search-header.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Recalls history for [% INCLUDE 'patron-title.inc' %]</title>
10
<title>Recalls history for [% INCLUDE 'patron-title.inc' %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
13
11
<body id="recalls_history" class="pat">
14
<body id="recalls_history" class="pat">
12
    [% INCLUDE 'header.inc' %]
15
    [% INCLUDE 'header.inc' form=formulaire %]
13
    [% INCLUDE 'patron-search.inc' %]
14
16
15
    <div id="breadcrumbs">
17
    <div id="breadcrumbs">
16
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
18
        <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a> &rsaquo;
17
        <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo;
19
        <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo;
18
        Recalls history for [% INCLUDE 'patron-title.inc' %]
20
        Recalls history for [% INCLUDE 'patron-title.inc' %]
19
    </div>
21
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt (-4 / +8 lines)
Lines 4-22 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'patron-search-header.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Subscription routing lists for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
11
<title>Subscription routing lists for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="pat_routing_lists" class="pat">
15
<body id="pat_routing_lists" class="pat">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'patron-search-header.inc' %]
17
[% INCLUDE 'patron-search.inc' %]
15
18
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
20
    <ol>
18
        <li>
21
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
23
        </li>
21
        <li>
24
        <li>
22
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
25
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 28-33 Link Here
28
        </li>
31
        </li>
29
    </ol>
32
    </ol>
30
</nav>
33
</nav>
34
[% INCLUDE 'shortcut.inc' %]
31
35
32
<div class="main container-fluid">
36
<div class="main container-fluid">
33
    <div class="row">
37
    <div class="row">
Lines 39-45 Link Here
39
                <h1>Subscription routing lists for [% INCLUDE 'patron-title.inc' %]</h1>
43
                <h1>Subscription routing lists for [% INCLUDE 'patron-title.inc' %]</h1>
40
<!-- Search Bar -->
44
<!-- Search Bar -->
41
<p class="tip">Search subscriptions:</p>
45
<p class="tip">Search subscriptions:</p>
42
<form action="/cgi-bin/koha/serials/serials-search.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing | html %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter | html %]" /> <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter | html %]" /><input type="submit" value="Search" class="submit" />
46
<form action="/cgi-bin/koha/serials/serials-search.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing | html %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter | html %]" /> <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter | html %]" /><input type="submit" value="Search" class="principal" />
43
</form>
47
</form>
44
<!-- Search Bar End -->
48
<!-- Search Bar End -->
45
49
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
        [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
23
        [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
24
24
25
        <div id="closewindow"><a href="#" class="btn btn-default btn-default close">Close</a></div>
25
        <div id="closewindow"><a href="#" class="btn btn-default btn-default close cancel">Close</a></div>
26
26
27
    </div>
27
    </div>
28
</div>
28
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-5 / +9 lines)
Lines 4-9 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'patron-search-header.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>
11
<title>
9
    [% UNLESS blocking_error %]
12
    [% UNLESS blocking_error %]
Lines 13-26 Link Here
13
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
17
</head>
15
18
16
<body id="pat_statistics" class="pat">
19
<body id="pat_statistics">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'patron-search-header.inc' %]
21
[% INCLUDE 'patron-search.inc' %]
19
22
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
24
    <ol>
22
        <li>
25
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
24
        </li>
27
        </li>
25
28
26
        [% IF blocking_error %]
29
        [% IF blocking_error %]
Lines 43-48 Link Here
43
        [% END %]
46
        [% END %]
44
    </ol>
47
    </ol>
45
</nav>
48
</nav>
49
[% INCLUDE 'shortcut.inc' %]
46
50
47
<div class="main container-fluid">
51
<div class="main container-fluid">
48
    <div class="row">
52
    <div class="row">
Lines 51-57 Link Here
51
55
52
        [% INCLUDE 'members-toolbar.inc' %]
56
        [% INCLUDE 'members-toolbar.inc' %]
53
57
54
            <h1>Statistics for [% INCLUDE 'patron-title.inc' %]</h1>
58
            <h2>Statistics for [% INCLUDE 'patron-title.inc' %]</h2>
55
            [% IF ( datas.size ) %]
59
            [% IF ( datas.size ) %]
56
                <table id="statistics">
60
                <table id="statistics">
57
                <thead>
61
                <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt (-3 / +6 lines)
Lines 2-19 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'patron-search-header.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Two-factor authentication &rsaquo; Patrons &rsaquo; Koha</title>
9
<title>Two-factor authentication &rsaquo; Patrons &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="pat_two_factor_auth" class="pat">
12
<body id="pat_two_factor_auth" class="pat">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'patron-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
21
            <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
Lines 25-30 Link Here
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
<div class="main container-fluid">
32
<div class="main container-fluid">
30
    <div class="row">
33
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt (-3 / +6 lines)
Lines 1-15 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Add offline circulations to queue &rsaquo; Circulation &rsaquo; Koha</title>
2
<title>Add offline circulations to queue &rsaquo; Circulation &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
</head>
7
</head>
5
<body id="ocirc_enqueue_koc" class="circ ocirc">
8
<body id="ocirc_enqueue_koc" class="circ ocirc">
6
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' form = formulaire %]
7
[% INCLUDE 'circ-search.inc' %]
8
10
9
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
    <ol>
12
    <ol>
11
        <li>
13
        <li>
12
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
14
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
13
        </li>
15
        </li>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
17
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 19-24 Link Here
19
        </li>
21
        </li>
20
    </ol>
22
    </ol>
21
</nav>
23
</nav>
24
[% INCLUDE 'shortcut.inc' %]
22
25
23
<div class="main container-fluid">
26
<div class="main container-fluid">
24
    <div class="row">
27
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-3 / +6 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
    [% INCLUDE "doc-head-open.inc" %]
7
    [% INCLUDE "doc-head-open.inc" %]
5
    <title>Offline circulation &rsaquo; Circulation &rsaquo; Koha</title>
8
    <title>Offline circulation &rsaquo; Circulation &rsaquo; Koha</title>
6
    [% INCLUDE "doc-head-close.inc" %]
9
    [% INCLUDE "doc-head-close.inc" %]
7
</head>
10
</head>
8
11
9
<body id="ocirc_list" class="circ ocirc">
12
<body id="ocirc_list" class="circ ocirc">
10
    [% INCLUDE 'header.inc' %]
13
    [% INCLUDE 'header.inc' form = formulaire %]
11
    [% INCLUDE 'circ-search.inc' %]
12
14
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
        <ol>
16
        <ol>
15
            <li>
17
            <li>
16
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
            </li>
19
            </li>
18
            <li>
20
            <li>
19
                <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
21
                <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 25-30 Link Here
25
            </li>
27
            </li>
26
        </ol>
28
        </ol>
27
    </nav>
29
    </nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
<div class="main container-fluid">
32
<div class="main container-fluid">
30
    <div class="row">
33
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-6 / +9 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Offline circulation file upload &rsaquo; Circulation &rsaquo; Koha</title>
8
<title>Offline circulation file upload &rsaquo; Circulation &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="ocirc_process_koc" class="circ ocirc">
12
<body id="ocirc_process_koc" class="circ ocirc">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form = formulaire %]
11
[% INCLUDE 'circ-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
21
            <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
Lines 37-42 Link Here
37
        [% END %]
39
        [% END %]
38
    </ol>
40
    </ol>
39
</nav>
41
</nav>
42
[% INCLUDE 'shortcut.inc' %]
40
43
41
<div class="main container-fluid">
44
<div class="main container-fluid">
42
    <div class="row">
45
    <div class="row">
Lines 67-73 Link Here
67
            <input class="required" required="required" type="file" id="fileToUpload" size="50" name="fileToUpload" />
70
            <input class="required" required="required" type="file" id="fileToUpload" size="50" name="fileToUpload" />
68
            <span class="required">Required</span>
71
            <span class="required">Required</span>
69
       </li></ol>
72
       </li></ol>
70
       <fieldset class="action"><input type="button" class="submit" value="Upload file" id="upload_file" /></fieldset>
73
       <fieldset class="action"><input type="button" class="submit principal" value="Upload file" id="upload_file" /></fieldset>
71
	   </fieldset>
74
	   </fieldset>
72
     </form>
75
     </form>
73
     <div id="fileuploadstatus" class="progress_panel" style="display:none">Upload progress: <progress id="fileuploadprogress" max="100" value="0"></progress> <span class="fileuploadpercent">0</span>%</div>
76
     <div id="fileuploadstatus" class="progress_panel" style="display:none">Upload progress: <progress id="fileuploadprogress" max="100" value="0"></progress> <span class="fileuploadpercent">0</span>%</div>
Lines 76-89 Link Here
76
79
77
   <form action="enqueue_koc.pl" id="processfile" method="post" enctype="multipart/form-data">
80
   <form action="enqueue_koc.pl" id="processfile" method="post" enctype="multipart/form-data">
78
     <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
81
     <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
79
     <input type="submit" value="Add to offline circulation queue" id="queueformsubmit" />
82
     <input type="submit" class="principal" value="Add to offline circulation queue" id="queueformsubmit" />
80
   </form>
83
   </form>
81
84
82
   <form action="process_koc.pl" id="enqueuefile" method="post" enctype="multipart/form-data">
85
   <form action="process_koc.pl" id="enqueuefile" method="post" enctype="multipart/form-data">
83
     <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
86
     <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
84
     <input type="hidden" name="runinbackground" id="runinbackground" value="" />
87
     <input type="hidden" name="runinbackground" id="runinbackground" value="" />
85
     <input type="hidden" name="completedJobID" id="completedJobID" value="" />
88
     <input type="hidden" name="completedJobID" id="completedJobID" value="" />
86
     <!-- <input type="submit" value="Apply directly" id="mainformsubmit" /> -->
89
     <!-- <input class="principal" type="submit" value="Apply directly" id="mainformsubmit" /> -->
87
     <!-- FIXME: Job freezes when submitted, disabling button as a temporary mitigation -->
90
     <!-- FIXME: Job freezes when submitted, disabling button as a temporary mitigation -->
88
     <div id="jobstatus" style="display:none">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div>
91
     <div id="jobstatus" style="display:none">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div>
89
     <div id="jobfailed" style="display:none"></div>
92
     <div id="jobfailed" style="display:none"></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
        <div class="row">
9
        <div class="row">
10
            <div id="onboarding-step1" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
10
            <div id="onboarding-step1" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
11
                <div id="logo"><a href="#">Koha</a></div>
11
                <div id="logo"><a href="#">Koha</a></div>
12
                <h1>Web installer &rsaquo; Create a library</h1>
12
                <h2>Web installer &rsaquo; Create a library</h2>
13
13
14
                [% INCLUDE 'onboarding_messages.inc' %]
14
                [% INCLUDE 'onboarding_messages.inc' %]
15
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
            <div id="onboarding-step2" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
19
            <div id="onboarding-step2" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
20
                <div id="logo"><a href="#">Koha</a></div>
20
                <div id="logo"><a href="#">Koha</a></div>
21
21
22
                <h1>Web installer &rsaquo; Create a patron category</h1>
22
                <h2>Web installer &rsaquo; Create a patron category</h2>
23
23
24
                [% INCLUDE 'onboarding_messages.inc' %]
24
                [% INCLUDE 'onboarding_messages.inc' %]
25
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
        <div class="row">
11
        <div class="row">
12
            <div id="onboarding-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
12
            <div id="onboarding-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
13
                <div id="logo"><a href="#">Koha</a></div>
13
                <div id="logo"><a href="#">Koha</a></div>
14
                <h1>Web installer &rsaquo; Create Koha administrator patron</h1>
14
                <h2>Web installer &rsaquo; Create Koha administrator patron</h2>
15
15
16
                [% INCLUDE 'onboarding_messages.inc' %]
16
                [% INCLUDE 'onboarding_messages.inc' %]
17
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
        <div class="row">
8
        <div class="row">
9
            <div id="onboarding-step4" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
9
            <div id="onboarding-step4" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
10
                <div id="logo"><a href="#">Koha</a></div>
10
                <div id="logo"><a href="#">Koha</a></div>
11
                <h1>Web installer &rsaquo; Create a new item type</h1>
11
                <h2>Web installer &rsaquo; Create a new item type</h2>
12
12
13
                [% INCLUDE 'onboarding_messages.inc' %]
13
                [% INCLUDE 'onboarding_messages.inc' %]
14
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
                [% IF all_done %]
18
                [% IF all_done %]
19
19
20
                    <h1>Web installer &rsaquo; Complete</h1>
20
                    <h2>Web installer &rsaquo; Complete</h2>
21
                    [% INCLUDE 'onboarding_messages.inc' %]
21
                    [% INCLUDE 'onboarding_messages.inc' %]
22
22
23
                    <div id="steps">
23
                    <div id="steps">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt (-14 / +16 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [% IF list.patron_list_id %]
9
    [% IF list.patron_list_id %]
Lines 12-25 Link Here
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
16
</head>
14
17
15
<body id="patlist_add_modify" class="pat patlist">
18
<body id="patlist_add_modify" class="patlist">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc'  form = formulaire %]
17
[% INCLUDE 'cat-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
27
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 38-70 Link Here
38
        </li>
40
        </li>
39
    </ol>
41
    </ol>
40
</nav>
42
</nav>
43
[% INCLUDE 'shortcut.inc' %]
41
44
42
45
43
    <div class="container-fluid">
46
    <div class="container-fluid">
44
        <div class="row">
47
        <div class="row">
45
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
48
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
46
        <h1>
49
        <h2>
47
            [% IF list.patron_list_id %]
50
            [% IF list.patron_list_id %]
48
                Modify patron list
51
                Modify patron list
49
            [% ELSE %]
52
            [% ELSE %]
50
                New patron list
53
                New patron list
51
            [% END %]
54
            [% END %]
52
        </h1>
55
        </h2>
53
56
54
        <form method="post" action="/cgi-bin/koha/patron_lists/add-modify.pl" class="validated">
57
        <form method="post" action="/cgi-bin/koha/patron_lists/add-modify.pl" class="validated">
55
            <fieldset class="rows">
58
            <fieldset class="rows">
56
59
57
                <legend>
60
                <h3>
58
                    [% IF list.patron_list_id %]
61
                    [% IF list.patron_list_id %]
59
                    Modify patron list
62
                    Modify patron list
60
                    [% ELSE %]
63
                    [% ELSE %]
61
                    Create a new patron list
64
                    Create a new patron list
62
                    [% END %]
65
                    [% END %]
63
                </legend>
66
                </h3>
64
67
65
                <ol>
68
                <ol>
66
                    <li>
69
                    <li>
67
                        <label class="required" for="list-name">Name:</label>
70
                        <label class="req[% formulaire = BLOCK %]
71
    [% INCLUDE 'circ-search.inc' %]
72
[% END %]uired" for="list-name">Name:</label>
68
                        <input id="list-name" name="name" type="text" class="required" required="required" value="[% list.name | html %]" />
73
                        <input id="list-name" name="name" type="text" class="required" required="required" value="[% list.name | html %]" />
69
                    </li>
74
                    </li>
70
75
Lines 78-92 Link Here
78
                    </li>
83
                    </li>
79
84
80
                    <li>
85
                    <li>
81
                        <span class="label">Owner: </span>[% logged_in_user.userid | html %]
86
                        <label>Owner: </label>[% logged_in_user.userid | html %]
82
                    </li>
87
                    </li>
83
                </ol>
88
                </ol>
84
89
85
            </fieldset>
86
87
            <fieldset class="action">
88
                <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
90
                <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
89
                <input type="submit" value="Save" />
91
                <button type="submit" class="principal">Save</button>
90
                <a href="lists.pl" class="cancel">Cancel</a>
92
                <a href="lists.pl" class="cancel">Cancel</a>
91
            </fieldset>
93
            </fieldset>
92
        </form>
94
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-17 / +20 lines)
Lines 3-8 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'circ-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'columns_settings.inc' %]
10
[% INCLUDE 'columns_settings.inc' %]
8
<title>Add patrons &rsaquo; [% list.name | html %] &rsaquo; Patron lists &rsaquo; Tools &rsaquo; Koha</title>
11
<title>Add patrons &rsaquo; [% list.name | html %] &rsaquo; Patron lists &rsaquo; Tools &rsaquo; Koha</title>
Lines 24-37 Link Here
24
</style>
27
</style>
25
</head>
28
</head>
26
29
27
<body id="patlist_list" class="pat patlist">
30
<body id="patlist_list" class="patlist">
28
[% INCLUDE 'header.inc' %]
31
[% INCLUDE 'header.inc'  form = formulaire %]
29
[% INCLUDE 'cat-search.inc' %]
30
32
31
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
33
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
32
    <ol>
34
    <ol>
33
        <li>
35
        <li>
34
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
36
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
35
        </li>
37
        </li>
36
        <li>
38
        <li>
37
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
39
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 49-61 Link Here
49
        </li>
51
        </li>
50
    </ol>
52
    </ol>
51
</nav>
53
</nav>
54
[% INCLUDE 'shortcut.inc' %]
52
55
53
<div class="main container-fluid">
56
<div class="main container-fluid">
54
    <div class="row">
57
    <div class="row">
55
        <div class="col-sm-10 col-sm-push-2">
58
        <div class="col-sm-10 col-sm-push-2">
56
            <main>
59
            <main>
57
60
58
        <h1>[% list.name | html %]</h1>
61
        <h2>[% list.name | html %]</h2>
59
62
60
        [% IF ( not_found.size > 0 ) %]
63
        [% IF ( not_found.size > 0 ) %]
61
        [% IF id_column == 'borrowernumbers' %]
64
        [% IF id_column == 'borrowernumbers' %]
Lines 103-109 Link Here
103
106
104
        <form action="list.pl" id="add_patrons" method="post" class="clearfix">
107
        <form action="list.pl" id="add_patrons" method="post" class="clearfix">
105
            <fieldset class="rows">
108
            <fieldset class="rows">
106
                <legend>Add patrons</legend>
109
                <h3>Add patrons</h3>
107
                <ol>
110
                <ol>
108
                    <li id="patron_search_line">
111
                    <li id="patron_search_line">
109
                        <label for="find_patron">Patron search: </label>
112
                        <label for="find_patron">Patron search: </label>
Lines 133-147 Link Here
133
                        </li>
136
                        </li>
134
                    </span>
137
                    </span>
135
                </ol>
138
                </ol>
136
            </fieldset>
139
                <button class="principal" type="submit">Submit</button>
137
            <fieldset id="patron_ids_submit" class="action">
138
                <input type="submit" value="Submit" />
139
            </fieldset>
140
            </fieldset>
140
141
141
            <div class="clearfix"></div>
142
            <div class="clearfix"></div>
142
143
143
            <fieldset id="patrons_to_add_fieldset">
144
            <fieldset id="patrons_to_add_fieldset">
144
                <legend>Patrons to be added</legend>
145
                <h3>Patrons to be added</h3>
145
                <div id="patrons_to_add"></div>
146
                <div id="patrons_to_add"></div>
146
147
147
                <fieldset class="action">
148
                <fieldset class="action">
Lines 153-170 Link Here
153
        </form>
154
        </form>
154
155
155
        <form action="list.pl" id="remove_patrons" method="post">
156
        <form action="list.pl" id="remove_patrons" method="post">
157
        <fieldset id="searchresults">
158
156
159
157
            <div class="searchheader" id="searchheader">
160
            <div class="searchheader" id="searchheader">
158
                <span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> |
161
            <div>
159
                <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span> |
162
                <span class="checkall"><a id="CheckAll" class="btn btn-link" href="#"><i class="fa fa-check"></i> Select all</a></span>
163
                <span class="clearall"><a id="CheckNone" class="btn btn-link" href="#"><i class="fa fa-remove"></i> Clear all</a></span> |
160
                <div class="btn-group">
164
                <div class="btn-group">
161
                    <button class="btn btn-default btn-xs list-remove" type="submit"><i class="fa fa-trash"></i> Remove selected</button>
165
                    <button id="merge-patrons" class="btn btn-default btn-xs list-remove" type="submit"><i class="fa fa-trash"></i> Remove selected</button>
162
                </div>
166
                </div>
163
                |
164
                <div class="btn-group">
167
                <div class="btn-group">
165
                    <button class="btn btn-default btn-xs merge-patrons"><i class="fa fa-compress"></i> Merge selected patrons</button>
168
                    <button id="merge-patrons" class="btn btn-default btn-xs merge-patrons"><i class="fa fa-compress"></i> Merge selected patrons</button>
166
                </div>
169
                </div>
167
            </div>
170
            </div>
171
            </div>
168
172
169
            <table id="patron-list-table">
173
            <table id="patron-list-table">
170
                <thead>
174
                <thead>
Lines 212-219 Link Here
212
            </table>
216
            </table>
213
217
214
            <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
218
            <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
215
            <button type="submit" class="btn btn-default btn-sm list-remove"><i class="fa fa-trash" aria-hidden="true"></i> Remove selected patrons</button>
219
        </fieldset>
216
            <button class="btn btn-default btn-sm merge-patrons" type="submit"><i class="fa fa-compress"></i> Merge selected patrons</button>
217
        </form>
220
        </form>
218
221
219
            </main>
222
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-6 / +13 lines)
Lines 1-20 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Patron lists &rsaquo; Tools &rsaquo; Koha</title>
8
<title>Patron lists &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'greybox.inc' %]
10
[% INCLUDE 'greybox.inc' %]
8
</head>
11
</head>
9
12
10
<body id="patlist_lists" class="pat patlist">
13
<body id="patlist_lists" class="patlist">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form = formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
22
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
Lines 34-47 Link Here
34
37
35
        <div id="toolbar" class="btn-toolbar">
38
        <div id="toolbar" class="btn-toolbar">
36
            <div class="btn-group">
39
            <div class="btn-group">
37
                <a class="btn btn-default" href="add-modify.pl"><i class="fa fa-plus"></i> New patron list</a>
40
                <a class="toolbar-btn" class="btn btn-default" href="add-modify.pl"><i class="fa fa-plus"></i> New patron list</a>
38
            </div>
41
            </div>
39
        </div>
42
        </div>
40
43
41
        <h1>Your patron lists</h1>
44
        <h2>Your patron lists</h2>
42
45
46
        <fieldset id="searchresults">
43
        [% IF ( lists ) %]
47
        [% IF ( lists ) %]
44
48
49
45
        <table id="patron-lists-table">
50
        <table id="patron-lists-table">
46
            <thead>
51
            <thead>
47
                <tr>
52
                <tr>
Lines 123-129 Link Here
123
128
124
        [% ELSE %]
129
        [% ELSE %]
125
           <div class="dialog message">There are no patron lists.</div>
130
           <div class="dialog message">There are no patron lists.</div>
131
126
        [% END %]
132
        [% END %]
133
        </fieldset>
127
134
128
            </main>
135
            </main>
129
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
136
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-12 / +22 lines)
Lines 1-14 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
    [% INCLUDE 'doc-head-open.inc' %]
7
    [% INCLUDE 'doc-head-open.inc' %]
5
    <title>[% IF batch_id %]Edit ([% batch_id | html %])[% ELSE %]New[% END %] &rsaquo; Batches &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
8
    <title>[% IF batch_id %]Edit ([% batch_id | html %])[% ELSE %]New[% END %] &rsaquo; Batches &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
9
    [% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="pcard_edit-batch" class="tools pcard">
12
<body id="pcard_edit-batch" class="tools pcard">
10
    [% INCLUDE 'header.inc' %]
13
    [% INCLUDE 'header.inc' form=formulaire %]
11
    [% INCLUDE 'cat-search.inc' %]
12
14
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
        <ol>
16
        <ol>
Lines 36-41 Link Here
36
                </a>
38
                </a>
37
            </li>
39
            </li>
38
        </ol>
40
        </ol>
41
        <ol>
42
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
43
        </ol>
44
        <ol>
45
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
46
        </ol>
39
    </nav>
47
    </nav>
40
48
41
    <div class="main container-fluid">
49
    <div class="main container-fluid">
Lines 45-54 Link Here
45
53
46
                    [% INCLUDE 'patroncards-toolbar.inc' %]
54
                    [% INCLUDE 'patroncards-toolbar.inc' %]
47
55
48
                    <h1>[% IF description %]<span>Edit</span> [% description | html %]
56
                    <h2>[% IF description %]<span>Edit</span> [% description | html %]
49
                        [% ELSIF batch_id %]<span>Edit patron card batch</span> [% batch_id | html %]
57
                        [% ELSIF batch_id %]<span>Edit patron card batch</span> [% batch_id | html %]
50
                        [% ELSE %]<span>New patron card batch</span>[% END %]
58
                        [% ELSE %]<span>New patron card batch</span>[% END %]
51
                    </h1>
59
                    </h2>
52
60
53
                [% IF ( duplicate_message ) %]
61
                [% IF ( duplicate_message ) %]
54
                    <div class="dialog message">
62
                    <div class="dialog message">
Lines 76-92 Link Here
76
                                </div>
84
                                </div>
77
                            </form>
85
                            </form>
78
                            <div id="batch-manage" class="action">
86
                            <div id="batch-manage" class="action">
79
                                <a class="btn btn-default" id="additems" href="#"><i class="fa fa-plus"></i> Add patron(s)</a>[% IF ( table_loop ) %]
87
                                <a  id="additems" href="#"><i class="fa fa-plus"></i> Add patron(s)</a>[% IF ( table_loop ) %]
80
                                <a class="btn btn-default" id="savedesc" href="#" data-batch_id="[% batch_id | html %]"><i class="fa fa-save"></i> Save description</a>
88
                                <a  id="savedesc" href="#" data-batch_id="[% batch_id | html %]"><i class="fa fa-save"></i> Save description</a>
81
                                <a class="btn btn-default" id="removeitems" href="#"><i class="fa fa-trash"></i> Remove selected patrons</a>
89
                                <a  id="removeitems" href="#"><i class="fa fa-trash"></i> Remove selected patrons</a>
82
                                <a class="btn btn-default" id="deletebatch" href="#"><i class="fa fa-minus-square"></i> Delete batch</a>
90
                                <a  ="deletebatch" href="#"><i class="fa fa-minus-square"></i> Delete batch</a>
83
                                <a class="btn btn-default" id="deduplicate" href="#"><i class="fa fa-minus"></i> Remove duplicates</a>
91
                                <a  id="deduplicate" href="#"><i class="fa fa-minus"></i> Remove duplicates</a>
84
                                <a class="btn btn-default" id="exportitems" href="#"><i class="fa fa-share-square-o"></i> Export selected card(s)</a>
92
                                <a  id="exportitems" href="#"><i class="fa fa-share-square-o"></i> Export selected card(s)</a>
85
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export card batch</a>[% END %]
93
                                <a  id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export card batch</a>[% END %]
86
                            </div>
94
                            </div>
87
                            [% IF ( table_loop ) %]
95
                            [% IF ( table_loop ) %]
96
                            <fieldset id="searchresults">
88
                            <form name="items">
97
                            <form name="items">
89
                                <h2>Patrons in batch number [% batch_id | html %]</h2>
98
                                <h3>Patrons in batch number [% batch_id | html %]</h3>
90
                                <table id="batcht">
99
                                <table id="batcht">
91
                                    [% FOREACH table_loo IN table_loop %]
100
                                    [% FOREACH table_loo IN table_loop %]
92
                                        [% IF ( table_loo.header_fields ) %]
101
                                        [% IF ( table_loo.header_fields ) %]
Lines 128-133 Link Here
128
                                    </tbody>
137
                                    </tbody>
129
                                </table>
138
                                </table>
130
                            </form>
139
                            </form>
140
                            </fieldset>
131
                            [% ELSE %]
141
                            [% ELSE %]
132
                                <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
142
                                <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
133
                                <ol><li>
143
                                <ol><li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-6 / +14 lines)
Lines 1-12 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
2
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>[% IF ( layout_id ) %]Edit ([% layout_id | html %])[% ELSE %]New[% END %] &rsaquo; Layout &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
6
    <title>[% IF ( layout_id ) %]Edit ([% layout_id | html %])[% ELSE %]New[% END %] &rsaquo; Layout &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="pcard_edit-layout" class="tools pcard">
10
<body id="pcard_edit-layout" class="tools pcard">
8
    [% INCLUDE 'header.inc' %]
11
    [% INCLUDE 'header.inc' form=formulaire %]
9
    [% INCLUDE 'cat-search.inc' %]
10
12
11
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
        <ol>
14
        <ol>
Lines 32-37 Link Here
32
                </a>
34
                </a>
33
            </li>
35
            </li>
34
        </ol>
36
        </ol>
37
        <ol>
38
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
39
        </ol>
40
        <ol>
41
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
42
        </ol>
35
    </nav>
43
    </nav>
36
44
37
    <div class="main container-fluid">
45
    <div class="main container-fluid">
Lines 41-56 Link Here
41
49
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
50
                    [% INCLUDE 'patroncards-toolbar.inc' %]
43
51
44
                    <h1>[% IF ( layout_id ) %]<span>Edit patron card layout</span> [% layout_id | html %]
52
                    <h2>[% IF ( layout_id ) %]<span>Edit patron card layout</span> [% layout_id | html %]
45
                        [% ELSE %]<span>Create patron card layout</span>[% END %]
53
                        [% ELSE %]<span>Create patron card layout</span>[% END %]
46
                    </h1>
54
                    </h2>
47
55
48
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
56
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
49
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
57
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
50
                <div class="row">
58
                <div class="row">
51
                <div class="col-sm-6">
59
                <div class="col-sm-6">
52
                        <fieldset class="rows">
60
                        <fieldset class="rows">
53
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] patron card text layout</legend>
61
                            <h3>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] patron card text layout</h3>
54
                            <ol>
62
                            <ol>
55
                                <li>
63
                                <li>
56
                                <fieldset>
64
                                <fieldset>
Lines 476-482 Link Here
476
                </div>
484
                </div>
477
                </div>
485
                </div>
478
                    <fieldset class="action">
486
                    <fieldset class="action">
479
                        <input class="btn btn-default btn-default" type="submit" value="Save" />
487
                        <input class="btn btn-default btn-default principal" type="submit" value="Save" />
480
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Cancel</a>
488
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Cancel</a>
481
                        <input type="hidden" name="op" value="save" />
489
                        <input type="hidden" name="op" value="save" />
482
                        <input type="hidden" name="layout_id" value="[% layout_id | html %]" />
490
                        <input type="hidden" name="layout_id" value="[% layout_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt (-6 / +14 lines)
Lines 1-12 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
2
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>[% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%] &rsaquo; Profiles &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
6
    <title>[% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%] &rsaquo; Profiles &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="pcard_edit-profile" class="tools pcard">
10
<body id="pcard_edit-profile" class="tools pcard">
8
    [% INCLUDE 'header.inc' %]
11
    [% INCLUDE 'header.inc' form=formulaire %]
9
    [% INCLUDE 'cat-search.inc' %]
10
12
11
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
        <ol>
14
        <ol>
Lines 32-37 Link Here
32
                </a>
34
                </a>
33
            </li>
35
            </li>
34
        </ol>
36
        </ol>
37
        <ol>
38
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
39
        </ol>
40
        <ol>
41
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
42
        </ol>
35
    </nav>
43
    </nav>
36
44
37
    <div class="main container-fluid">
45
    <div class="main container-fluid">
Lines 43-49 Link Here
43
51
44
                            <h1>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h1>
52
                            <h1>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h1>
45
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
53
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
46
                                    <fieldset class="rows"><legend>Profile settings</legend>
54
                                    <fieldset class="rows"><h3>Profile settings</h3>
47
                                        <ol>
55
                                        <ol>
48
                                            <li>
56
                                            <li>
49
                                                [% IF ( profile_id ) %]
57
                                                [% IF ( profile_id ) %]
Lines 85-91 Link Here
85
                                         </ol>
93
                                         </ol>
86
                                        </fieldset>
94
                                        </fieldset>
87
95
88
                                        <fieldset class="rows"><legend>Offset:</legend>
96
                                        <fieldset class="rows"><h3>Offset:</h3>
89
                                        <ol>
97
                                        <ol>
90
                                            <li>
98
                                            <li>
91
                                                <label for="offset_horz">Horizontal: </label><input type="text"  size="4" name="offset_horz" id="offset_horz" value="[% offset_horz | html %]" />
99
                                                <label for="offset_horz">Horizontal: </label><input type="text"  size="4" name="offset_horz" id="offset_horz" value="[% offset_horz | html %]" />
Lines 96-102 Link Here
96
                                         </ol>
104
                                         </ol>
97
                                        </fieldset>
105
                                        </fieldset>
98
106
99
                                        <fieldset class="rows"><legend>Creep:</legend>
107
                                        <fieldset class="rows"><h3>Creep:</h3>
100
                                        <ol>
108
                                        <ol>
101
                                            <li>
109
                                            <li>
102
                                                <label for="creep_horz">Horizontal: </label><input type="text"  size="4" name="creep_horz" id="creep_horz" value="[% creep_horz | html %]" />
110
                                                <label for="creep_horz">Horizontal: </label><input type="text"  size="4" name="creep_horz" id="creep_horz" value="[% creep_horz | html %]" />
Lines 107-113 Link Here
107
                                        </ol>
115
                                        </ol>
108
                                    </fieldset>
116
                                    </fieldset>
109
                                    <fieldset class="action">
117
                                    <fieldset class="action">
110
                                        <input type="submit" value="Save" />
118
                                        <input type="submit" class="principal" value="Save" />
111
                                        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile" class="cancel">Cancel</a>
119
                                        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile" class="cancel">Cancel</a>
112
                                        <input type="hidden" name="op" value="save" />
120
                                        <input type="hidden" name="op" value="save" />
113
                                        <input type="hidden" name="profile_id" value="[% profile_id | html %]" />
121
                                        <input type="hidden" name="profile_id" value="[% profile_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-4 / +12 lines)
Lines 1-14 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
    [% INCLUDE 'doc-head-open.inc' %]
7
    [% INCLUDE 'doc-head-open.inc' %]
5
    <title>[% IF (template_id) %]Edit ([% template_id | html %])[% ELSE %]New[% END %] &rsaquo; Templates &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
8
    <title>[% IF (template_id) %]Edit ([% template_id | html %])[% ELSE %]New[% END %] &rsaquo; Templates &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
9
    [% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="pcard_edit-template" class="tools pcard">
12
<body id="pcard_edit-template" class="tools pcard">
10
    [% INCLUDE 'header.inc' %]
13
    [% INCLUDE 'header.inc' form=formulaire %]
11
    [% INCLUDE 'cat-search.inc' %]
12
14
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
        <ol>
16
        <ol>
Lines 34-39 Link Here
34
                </a>
36
                </a>
35
            </li>
37
            </li>
36
        </ol>
38
        </ol>
39
        <ol>
40
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
41
        </ol>
42
        <ol>
43
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
44
        </ol>
37
    </nav>
45
    </nav>
38
46
39
    <div class="main container-fluid">
47
    <div class="main container-fluid">
Lines 42-48 Link Here
42
                <main>
50
                <main>
43
51
44
                    [% INCLUDE 'patroncards-toolbar.inc' %]
52
                    [% INCLUDE 'patroncards-toolbar.inc' %]
45
                    <h1>[% IF (template_id) %]Edit[% ELSE %]Create[% END %] patron card template[% IF (template_id) %] ([% template_id | html %])[% END %]</h1>
53
                    <h2>[% IF (template_id) %]Edit[% ELSE %]Create[% END %] patron card template[% IF (template_id) %] ([% template_id | html %])[% END %]</h2>
46
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
54
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
47
                        <div class="row">
55
                        <div class="row">
48
                        <div class="col-sm-6">
56
                        <div class="col-sm-6">
Lines 159-165 Link Here
159
                    </div>
167
                    </div>
160
168
161
                    <fieldset class="action">
169
                    <fieldset class="action">
162
                        <input type="submit" class="submit" value="Save" />
170
                        <input class="principal" type="submit" class="submit" value="Save" />
163
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Cancel</a>
171
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Cancel</a>
164
                        <input type="hidden" name="op" value="save" />
172
                        <input type="hidden" name="op" value="save" />
165
                        [% IF ( template_id ) %]
173
                        [% IF ( template_id ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt (-3 / +12 lines)
Lines 1-10 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
1
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
6
    <title>Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% INCLUDE 'doc-head-close.inc' %]
4
</head>
8
</head>
5
<body id="pcard_home" class="tools pcard">
9
<body id="pcard_home" class="tools pcard">
6
    [% INCLUDE 'header.inc' %]
10
    [% INCLUDE 'header.inc' form=formulaire %]
7
    [% INCLUDE 'cat-search.inc' %]
8
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
9
        <ol>
12
        <ol>
10
            <li>
13
            <li>
Lines 19-24 Link Here
19
                </a>
22
                </a>
20
            </li>
23
            </li>
21
        </ol>
24
        </ol>
25
        <ol>
26
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
27
        </ol>
28
        <ol>
29
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
30
        </ol>
22
    </nav>
31
    </nav>
23
32
24
<div class="main container-fluid">
33
<div class="main container-fluid">
Lines 28-34 Link Here
28
37
29
                [% INCLUDE 'patroncards-toolbar.inc' %]
38
                [% INCLUDE 'patroncards-toolbar.inc' %]
30
39
31
                <h1>Patron card creator</h1>
40
                <h2>Patron card creator</h2>
32
41
33
            </main>
42
            </main>
34
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
43
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-17 / +26 lines)
Lines 1-12 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
2
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Images &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
6
    <title>Images &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="pcard_image-manage" class="tools pcard">
10
<body id="pcard_image-manage" class="tools pcard">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'cat-search.inc' %]
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
    <ol>
13
    <ol>
12
        <li>
14
        <li>
Lines 24-29 Link Here
24
            </a>
26
            </a>
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
29
        <ol>
30
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
31
        </ol>
32
        <ol>
33
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
34
        </ol>
27
</nav>
35
</nav>
28
36
29
<div class="main container-fluid">
37
<div class="main container-fluid">
Lines 32-46 Link Here
32
            <main>
40
            <main>
33
41
34
                [% INCLUDE 'patroncards-toolbar.inc' %]
42
                [% INCLUDE 'patroncards-toolbar.inc' %]
35
                <h1>Image manager</h1>
43
                <h2>Image manager</h2>
36
                [% INCLUDE 'patroncards-errors.inc' %]
44
                [% INCLUDE 'patroncards-errors.inc' %]
37
                <div class="row">
45
                <div class="row">
38
                    <div class="col-sm-6">
46
                    <div class="col-sm-6">
39
                        <h2>Upload additional images for patron cards</h2>
47
                    <fieldset class="rows">
48
                        <h3>Upload additional images for patron cards</h3>
40
                        <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p>
49
                        <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p>
41
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
50
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
42
                            <fieldset class="brief">
51
                            <div class="hint">Only PNG, GIF, JPEG, XPM formats are supported. Maximum image size is 2MB.</div>
43
                                <div class="hint">Only PNG, GIF, JPEG, XPM formats are supported. Maximum image size is 2MB.</div>
44
                                <ol>
52
                                <ol>
45
                                <li>
53
                                <li>
46
                                    <label for="uploadfile">Select the file to upload: </label>
54
                                    <label for="uploadfile">Select the file to upload: </label>
Lines 49-67 Link Here
49
                                </li>
57
                                </li>
50
                                <li>
58
                                <li>
51
                                    <label for="image_name">Image name: </label>
59
                                    <label for="image_name">Image name: </label>
60
61
                                    <input type="text" id="image_name" name="image_name" size="20" />
62
52
                                    <div class="hint">
63
                                    <div class="hint">
53
                                        This will be the name by which you will refer to this image in the patron card layout editor.
64
                                        This will be the name by which you will refer to this image in the patron card layout editor.
54
                                    </div>
65
                                    </div>
55
                                    <div class="hint">
66
                                    <div class="hint">
56
                                        To replace an image, delete it, upload a new file and give it the same image name.
67
                                        To replace an image, delete it, upload a new file and give it the same image name.
57
                                    </div>
68
                                    </div>
58
59
                                    <input type="text" id="image_name" name="image_name" size="20" />
60
                                </li>
69
                                </li>
61
                                </ol>
70
                                </ol>
62
                                <div class="action">
71
                                <div class="action">
63
                                    <input type="hidden" name="op" value="upload" />
72
                                    <input type="hidden" name="op" value="upload" />
64
                                    <input class="btn btn-default btn-default" id="uploadsu" type="submit" value="Upload" />
73
                                    <input class="btn btn-default btn-default principal" id="uploadsu" type="submit" value="Upload" />
65
                                </div>
74
                                </div>
66
                                [% IF ( IMPORT_SUCCESSFUL ) %]
75
                                [% IF ( IMPORT_SUCCESSFUL ) %]
67
                                    <div class="dialog message">
76
                                    <div class="dialog message">
Lines 70-84 Link Here
70
                                    <li>Image name: [% IMAGE_NAME | html %]</li></ul>
79
                                    <li>Image name: [% IMAGE_NAME | html %]</li></ul>
71
                                    </div>
80
                                    </div>
72
                                [% END %]
81
                                [% END %]
73
                            </fieldset>
74
75
                        </form>
82
                        </form>
83
                        </fieldset>
76
                    </div>
84
                    </div>
85
77
                    <div class="col-sm-6">
86
                    <div class="col-sm-6">
78
                    <h2>Delete images</h2>
87
                    <fieldset class="rows">
79
                        [% IF ( TABLE ) %]
88
                        <h3>Delete images</h3>
80
                        <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
89
                            [% IF ( TABLE ) %]
81
                            <fieldset class="brief">
90
                            <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
82
                                <div class="hint">
91
                                <div class="hint">
83
                                    Select one or more images to delete.
92
                                    Select one or more images to delete.
84
                                </div>
93
                                </div>
Lines 128-137 Link Here
128
                                    <h3>Image(s) successfully deleted</h3>
137
                                    <h3>Image(s) successfully deleted</h3>
129
                                </div>
138
                                </div>
130
                                [% END %]
139
                                [% END %]
131
                            </fieldset>
132
                        </form>
140
                        </form>
141
                            </fieldset>
133
                        [% ELSE %]
142
                        [% ELSE %]
134
                        <fieldset class="brief">
143
135
                            <div class="hint">
144
                            <div class="hint">
136
                                No images are currently available.
145
                                No images are currently available.
137
                            </div>
146
                            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-9 / +17 lines)
Lines 1-6 Link Here
1
[% USE CGI %]
1
[% USE CGI %]
2
[% PROCESS 'i18n.inc' %]
2
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% BLOCK translate_card_element %]
7
[% BLOCK translate_card_element %]
5
[%-  SWITCH element -%]
8
[%-  SWITCH element -%]
6
[%-  CASE 'layout'    -%][% t('layout') | html %]
9
[%-  CASE 'layout'    -%][% t('layout') | html %]
Lines 29-36 Link Here
29
</head>
32
</head>
30
33
31
<body id="pcard_manage" class="tools pcard">
34
<body id="pcard_manage" class="tools pcard">
32
    [% INCLUDE 'header.inc' %]
35
    [% INCLUDE 'header.inc' form=formulaire %]
33
    [% INCLUDE 'cat-search.inc' %]
34
36
35
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
37
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
36
        <ol>
38
        <ol>
Lines 49-54 Link Here
49
                </a>
51
                </a>
50
            </li>
52
            </li>
51
        </ol>
53
        </ol>
54
        <ol>
55
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
56
        </ol>
57
        <ol>
58
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
59
        </ol>
52
    </nav>
60
    </nav>
53
61
54
    <div class="main container-fluid">
62
    <div class="main container-fluid">
Lines 58-70 Link Here
58
66
59
                    [% INCLUDE 'patroncards-toolbar.inc' %]
67
                    [% INCLUDE 'patroncards-toolbar.inc' %]
60
68
61
                    <h1>Patron card templates</h1>
69
                    <h2>Patron card templates</h2>
62
70
63
                    [% INCLUDE 'patroncards-errors.inc' %]
71
                    [% INCLUDE 'patroncards-errors.inc' %]
64
                        <div id="manage-patroncards-layouts">
72
                        <div id="manage-patroncards-layouts">
65
                            [% IF ( table_loop ) %]
73
                            [% IF ( table_loop ) %]
66
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element | html %]">
74
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element | html %]">
67
                            <h2>Currently available [% PROCESS translate_card_element element=card_element_title FILTER lower %]</h2>
75
                            <fieldset id="rows">
76
                            <h3>Currently available [% PROCESS translate_card_element element=card_element_title FILTER lower %]</h3>
68
                            <table>
77
                            <table>
69
                                [% FOREACH table_loo IN table_loop %]
78
                                [% FOREACH table_loo IN table_loop %]
70
                                [% IF ( table_loo.header_fields ) %]
79
                                [% IF ( table_loo.header_fields ) %]
Lines 109-119 Link Here
109
                                [% END %]
118
                                [% END %]
110
                            </table>
119
                            </table>
111
                            <fieldset class="action">
120
                            <fieldset class="action">
112
                                [% IF ( print ) %]<input type="button" id="print" value="Export selected batches" />[% END %]
121
                                [% IF ( print ) %]<input type="button" id="print" class="principal" value="Export selected batches" />[% END %]
122
                            </fieldset>
113
                            </fieldset>
123
                            </fieldset>
114
                            [% IF patron_lists %]
124
                            [% IF patron_lists %]
115
                            <fieldset class="rows">
125
                            <fieldset class="rows">
116
                                <legend>Or use a patron list</legend>
126
                                <h3>Or use a patron list</h3>
117
                                <ol>
127
                                <ol>
118
                                    <li>
128
                                    <li>
119
                                        <label for="patron_list_id">Patron list: </label>
129
                                        <label for="patron_list_id">Patron list: </label>
Lines 125-133 Link Here
125
                                        </select>
135
                                        </select>
126
                                    </li>
136
                                    </li>
127
                                </ol>
137
                                </ol>
128
                            </fieldset>
138
                                <input type="button" id="printlist" class="principal" value="Export from patron list" />
129
                            <fieldset class="action">
130
                                <input type="button" id="printlist" value="Export from patron list" />
131
                            </fieldset>
139
                            </fieldset>
132
                            [% END %]
140
                            [% END %]
133
                            </form>
141
                            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-12 / +21 lines)
Lines 7-47 Link Here
7
7
8
<body id="pcard_print" class="tools pcard">
8
<body id="pcard_print" class="tools pcard">
9
    <div class="container-fluid">
9
    <div class="container-fluid">
10
        <h1>Patron card printing/exporting</h1>
10
        <h2>Patron card printing/exporting</h2>
11
            [% IF ( batches ) %]
11
            [% IF ( batches ) %]
12
            <form>
12
            <form>
13
                <h3>Click on the following link(s) to download the exported batch(es).</h3>
14
                    <fieldset>
13
                    <fieldset>
15
                    [% FOREACH batche IN batches %]
14
                    [% FOREACH batche IN batches %]
16
                        [% IF ( batche.label_ids ) %]
15
                        [% IF ( batche.label_ids ) %]
17
                        <legend>[% batche.card_count | html %] Single patron cards</legend>
16
                        <h3>[% batche.card_count | html %] Single patron cards</h3>
18
                        <p>
17
                        <p>
19
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.label_ids | html %]">label_single_[% batche.card_count | html %].pdf</a>
18
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.label_ids | html %]">label_single_[% batche.card_count | html %].pdf</a>
20
                        </p>
19
                        </p>
21
                        [% ELSIF ( batche.borrower_numbers ) %]
20
                        [% ELSIF ( batche.borrower_numbers ) %]
22
                        <legend>[% batche.card_count | html %] Single patron cards</legend>
21
                        <h3>[% batche.card_count | html %] Single patron cards</h3>
23
                        <p>
22
                        <p>
24
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.borrower_numbers | html %]">label_single_[% batche.card_count | html %].pdf</a>
23
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.borrower_numbers | html %]">label_single_[% batche.card_count | html %].pdf</a>
25
                        </p>
24
                        </p>
26
                        [% ELSE %]
25
                        [% ELSE %]
27
                        <legend>Card batch number [% batche.batch_id | html %]</legend>
26
                        <h3>Card batch number [% batche.batch_id | html %]</h3>
28
                        <p>
27
                        <p>
29
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %]">label_batch_[% batche.batch_id | html %].pdf</a>
28
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %]">label_batch_[% batche.batch_id | html %].pdf</a>
30
                        </p>
29
                        </p>
31
                        [% END %]
30
                        [% END %]
32
                    [% END %]
31
                    [% END %]
33
                    </fieldset>
32
                <p>Click on the link(s) to download the exported batch(es).</p>
34
33
35
                <fieldset class="action">
34
                    <input type="button" class="gb-close principal" value="Done" />
36
                    <input type="button" class="gb-close" value="Done" />
37
                </fieldset>
35
                </fieldset>
38
            </form>
36
            </form>
39
            [% ELSIF ( patronlist_id && template_id && layout_id ) %]
37
            [% ELSIF ( patronlist_id && template_id && layout_id ) %]
40
                <div id="export_patron_list">
38
                <div id="export_patron_list">
41
                    <h3>Click on the link to download the patron cards from the patron list.</h3>
39
                <fieldset>
40
                    <h3>Click on the link to download the patron cards from the patron list</h3>
42
                    <p>
41
                    <p>
43
                        <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?patronlist_id=[% patronlist_id | html %]&amp;template_id=[% template_id | html %]&amp;layout_id=[% layout_id | html %]&amp;layout_back_id=[% layout_back_id | html %]&amp;start_card=[% start_card | html %]">label_patronlist_[% patronlist_id | html %].pdf</a>
42
                        <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?patronlist_id=[% patronlist_id | html %]&amp;template_id=[% template_id | html %]&amp;layout_id=[% layout_id | html %]&amp;layout_back_id=[% layout_back_id | html %]&amp;start_card=[% start_card | html %]">label_patronlist_[% patronlist_id | html %].pdf</a>
44
                    </p>
43
                    </p>
44
                </fieldset>
45
                </div>
45
                </div>
46
            [% ELSE %]
46
            [% ELSE %]
47
            <h3>
47
            <h3>
Lines 68-73 Link Here
68
                [% END %]
68
                [% END %]
69
                [% IF (patronlist_id) %] <input type="hidden" name="patronlist_id" value="[% patronlist_id | html %]" /> [% END %]
69
                [% IF (patronlist_id) %] <input type="hidden" name="patronlist_id" value="[% patronlist_id | html %]" /> [% END %]
70
                <fieldset class="rows">
70
                <fieldset class="rows">
71
            <h3>
72
                    [% IF ( label_ids ) %]
73
                        [% IF ( card_count == 1 ) %]Exporting [% card_count | html %] patron card[% ELSE %]Exporting [% card_count | html %] patron cards[% END %]
74
                    [% ELSIF ( borrower_numbers ) %]
75
                        [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count | html %] patron card[% ELSE %]Exporting [% borrower_count | html %] patron cards[% END %]
76
                    [% ELSIF ( patronlist_id ) %] Exporting from patron list
77
                    [% ELSE %]
78
                        [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %]
79
                    [% END %]
80
            </h3>
71
                    <ol>
81
                    <ol>
72
                        <li>
82
                        <li>
73
                            <label style="width:9em" for="template_id">Select a template to be applied: </label>
83
                            <label style="width:9em" for="template_id">Select a template to be applied: </label>
Lines 101-109 Link Here
101
                            <input type="text" size="5" id="start_card" name="start_card" class="focus" title="Starting card number" value="1" />
111
                            <input type="text" size="5" id="start_card" name="start_card" class="focus" title="Starting card number" value="1" />
102
                        </li>
112
                        </li>
103
                    </ol>
113
                    </ol>
104
                </fieldset>
114
105
                <fieldset class="action">
115
                    <input type="submit" class="principal" value="Export" />
106
                    <input type="submit" value="Export" />
107
                    <a href="#" class="cancel gb-close">Cancel</a>
116
                    <a href="#" class="cancel gb-close">Cancel</a>
108
                </fieldset>
117
                </fieldset>
109
            </form>
118
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt (-4 / +8 lines)
Lines 1-3 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'circ-search.inc' %]
4
[% END %]
1
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Upload plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha</title>
6
<title>Upload plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
Lines 5-17 Link Here
5
</head>
9
</head>
6
10
7
<body id="plugins_plugins_disabled" class="plugins">
11
<body id="plugins_plugins_disabled" class="plugins">
8
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'circ-search.inc' %]
10
13
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
15
    <ol>
13
        <li>
16
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
18
        </li>
16
        <li>
19
        <li>
17
            <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
20
            <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
Lines 23-33 Link Here
23
        </li>
26
        </li>
24
    </ol>
27
    </ol>
25
</nav>
28
</nav>
29
[% INCLUDE 'shortcut.inc' %]
26
30
27
    <div class="container-fluid">
31
    <div class="container-fluid">
28
        <div class="row">
32
        <div class="row">
29
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
33
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
30
                <h1>Plugins disabled!</h1>
34
                <h2>Plugins disabled!</h2>
31
35
32
                <p>To enable Koha plugins, the flag enable_plugins must be set in the Koha configuration file</p>
36
                <p>To enable Koha plugins, the flag enable_plugins must be set in the Koha configuration file</p>
33
            </div>
37
            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +4 lines)
Lines 8-15 Link Here
8
</head>
8
</head>
9
9
10
<body id="plugins_plugins_home" class="plugins">
10
<body id="plugins_plugins_home" class="plugins">
11
[% form = BLOCK %]
12
    [% INCLUDE 'prefs-admin-search.inc' %]
13
[% END %]
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'prefs-admin-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt (-8 / +11 lines)
Lines 1-3 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'circ-search.inc' %]
4
[% END %]
1
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Upload plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha </title>
6
<title>Upload plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha </title>
3
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
Lines 5-17 Link Here
5
</head>
9
</head>
6
10
7
<body id="plugins_plugins_upload" class="plugins">
11
<body id="plugins_plugins_upload" class="plugins">
8
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'circ-search.inc' %]
10
13
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
15
    <ol>
13
        <li>
16
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
18
        </li>
16
        <li>
19
        <li>
17
            <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
20
            <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
Lines 23-34 Link Here
23
        </li>
26
        </li>
24
    </ol>
27
    </ol>
25
</nav>
28
</nav>
29
[% INCLUDE 'shortcut.inc' %]
26
30
27
    <div class="container-fluid">
31
    <div class="container-fluid">
28
        <div class="row">
32
        <div class="row">
29
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
33
            <div class="col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
30
34
31
                <h1>Upload Koha plugin</h1>
35
                <h2>Upload Koha plugin</h2>
32
                [% IF ( ERRORS ) %]
36
                [% IF ( ERRORS ) %]
33
                <div class="dialog alert">
37
                <div class="dialog alert">
34
                    [% FOREACH ERROR IN ERRORS %]
38
                    [% FOREACH ERROR IN ERRORS %]
Lines 42-58 Link Here
42
                </div>
46
                </div>
43
                [% END %]
47
                [% END %]
44
                <form method="post" action="/cgi-bin/koha/plugins/plugins-upload.pl" enctype="multipart/form-data">
48
                <form method="post" action="/cgi-bin/koha/plugins/plugins-upload.pl" enctype="multipart/form-data">
45
                    <fieldset class="brief">
49
                    <fieldset class="rows">
46
                         <div class="hint"><strong>NOTE:</strong> Only KPZ file format is supported.</div>
50
                         <div class="hint"><strong>NOTE:</strong> Only KPZ file format is supported.</div>
47
                        <ol>
51
                        <ol>
48
                            <li>
52
                            <li>
49
                                <label for="uploadfile">Select the file to upload: </label><input type="file" id="uploadfile" name="uploadfile" />
53
                                <label for="uploadfile">Select the file to upload: </label><input type="file" id="uploadfile" name="uploadfile" />
50
                            </li>
54
                            </li>
51
                        </ol>
55
                        </ol>
52
                    </fieldset>
56
53
                    <fieldset class="action">
54
                        <input type="hidden" name="op" value="Upload" />
57
                        <input type="hidden" name="op" value="Upload" />
55
                        <input type="submit" value="Upload" class="submit" />
58
                        <input  class="principal" type="submit" value="Upload" class="submit" />
56
                    </fieldset>
59
                    </fieldset>
57
                </form>
60
                </form>
58
61
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-3 / +6 lines)
Lines 6-11 Link Here
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% USE Registers %]
7
[% USE Registers %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'circ-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
13
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
11
<title>Payments &rsaquo; Koha</title>
14
<title>Payments &rsaquo; Koha</title>
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="payments" class="pos">
18
<body id="payments" class="pos">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'circ-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="#" aria-current="page">
27
            <a href="#" aria-current="page">
Lines 28-33 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="main container-fluid">
35
<div class="main container-fluid">
33
    <div class="row">
36
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-4 / +7 lines)
Lines 5-10 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'circ-search.inc' %]
10
[% END %]
8
[% PROCESS 'accounts.inc' %]
11
[% PROCESS 'accounts.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Cashup &rsaquo; Koha</title>
13
<title>Cashup &rsaquo; Koha</title>
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="register" class="pos">
18
<body id="register" class="pos">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'circ-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/pos/pay.pl">Cash management</a>
27
            <a href="/cgi-bin/koha/pos/pay.pl">Cash management</a>
Lines 31-36 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
Lines 64-70 Link Here
64
67
65
            [% IF ( CAN_user_cash_management_cashup ) %]
68
            [% IF ( CAN_user_cash_management_cashup ) %]
66
            <div id="toolbar" class="btn-toolbar">
69
            <div id="toolbar" class="btn-toolbar">
67
                <button id="pos_cashup" type="button" class="btn btn-default" data-toggle="modal" data-target="#confirmCashupModal" ><i class="fa fa-money"></i> Record cashup</button>
70
                <button id="pos_cashup" type="button" class="btn btn-default toolbar-btn" data-toggle="modal" data-target="#confirmCashupModal" ><i class="fa fa-money"></i> Record cashup</button>
68
            </div>
71
            </div>
69
            [% END %]
72
            [% END %]
70
73
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-4 / +7 lines)
Lines 4-22 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Price %]
5
[% USE Price %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'circ-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Cashup &rsaquo; Koha</title>
11
<title>Cashup &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="cashup" class="pos">
15
<body id="cashup" class="pos">
13
    [% INCLUDE 'header.inc' %]
16
    [% INCLUDE 'header.inc' form=formulaire %]
14
    [% INCLUDE 'circ-search.inc' %]
15
17
16
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
        <ol>
19
        <ol>
18
            <li>
20
            <li>
19
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
            </li>
22
            </li>
21
            <li>
23
            <li>
22
                <a href="/cgi-bin/koha/pos/pay.pl">Cash management</a>
24
                <a href="/cgi-bin/koha/pos/pay.pl">Cash management</a>
Lines 28-33 Link Here
28
            </li>
30
            </li>
29
        </ol>
31
        </ol>
30
    </nav>
32
    </nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
    <div class="main container-fluid">
35
    <div class="main container-fluid">
33
        <div class="row">
36
        <div class="row">
Lines 55-61 Link Here
55
58
56
                    [% IF CAN_user_cash_management_cashup %]
59
                    [% IF CAN_user_cash_management_cashup %]
57
                    <div id="toolbar" class="btn-toolbar">
60
                    <div id="toolbar" class="btn-toolbar">
58
                        <button type="button" class="cashup_all btn btn-default" data-toggle="modal" data-target="#confirmCashupAllModal"><i class="fa fa-money"></i> Cashup all</button>
61
                        <button type="button" class="cashup_all btn btn-default toolbar-btn" data-toggle="modal" data-target="#confirmCashupAllModal"><i class="fa fa-money"></i> Cashup all</button>
59
                    </div>
62
                    </div>
60
                    [% END %]
63
                    [% END %]
61
64
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-10 / +11 lines)
Lines 1-17 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'circ-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="rep_acquisitions_stats" class="rep">
10
<body id="rep_acquisitions_stats" class="rep">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'cat-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
19
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 34-46 Link Here
34
        [% END %]
36
        [% END %]
35
    </ol>
37
    </ol>
36
</nav>
38
</nav>
39
[% INCLUDE 'shortcut.inc' %]
37
40
38
<div class="main container-fluid">
41
<div class="main container-fluid">
39
    <div class="row">
42
    <div class="row">
40
        <div class="col-sm-10 col-sm-push-2">
43
        <div class="col-sm-10 col-sm-push-2">
41
            <main>
44
            <main>
42
45
43
<h1>Acquisitions statistics </h1>
46
<h2>Acquisitions statistics </h2>
44
[% IF ( do_it ) %]
47
[% IF ( do_it ) %]
45
	[% FOREACH mainloo IN mainloop %]
48
	[% FOREACH mainloo IN mainloop %]
46
        [% IF ( mainloo.loopfilter.size ) %]
49
        [% IF ( mainloo.loopfilter.size ) %]
Lines 104-110 Link Here
104
[% ELSE %]
107
[% ELSE %]
105
	<form method="post" action="/cgi-bin/koha/reports/acquisitions_stats.pl">
108
	<form method="post" action="/cgi-bin/koha/reports/acquisitions_stats.pl">
106
	<fieldset class="rows">
109
	<fieldset class="rows">
107
	<legend>Acquisitions statistics</legend>
110
	<h3>Acquisitions statistics</h3>
108
	<table>
111
	<table>
109
		<thead>
112
		<thead>
110
			<tr>
113
			<tr>
Lines 273-279 Link Here
273
	</fieldset>
276
	</fieldset>
274
277
275
<fieldset class="rows">
278
<fieldset class="rows">
276
    <legend> Cell value </legend>
279
    <h3> Cell value </h3>
277
    <ol>
280
    <ol>
278
        <li>
281
        <li>
279
            <label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" />
282
            <label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" />
Lines 294-300 Link Here
294
</fieldset>
297
</fieldset>
295
298
296
	<fieldset class="rows">
299
	<fieldset class="rows">
297
	<legend>Output</legend>
300
	<h3>Output</h3>
298
    <ol>
301
    <ol>
299
        <li>
302
        <li>
300
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
303
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 317-326 Link Here
317
            </select>
320
            </select>
318
        </li>
321
        </li>
319
    </ol>
322
    </ol>
320
	</fieldset>
321
323
322
	<fieldset class="action">
324
	<input type="submit" class="principal" value="Submit" />
323
	<input type="submit" value="Submit" />
324
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
325
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
325
	<input type="hidden" name="do_it" value="1" />
326
	<input type="hidden" name="do_it" value="1" />
326
	</fieldset>
327
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-7 / +10 lines)
Lines 2-20 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'circ-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Patrons with the most checkouts &rsaquo; Reports &rsaquo; Koha</title>
9
<title>Patrons with the most checkouts &rsaquo; Reports &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="rep_bor_issues_top" class="rep">
13
<body id="rep_bor_issues_top" class="rep">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
22
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 37-42 Link Here
37
        [% END %]
39
        [% END %]
38
    </ol>
40
    </ol>
39
</nav>
41
</nav>
42
[% INCLUDE 'shortcut.inc' %]
40
43
41
<div class="main container-fluid">
44
<div class="main container-fluid">
42
    <div class="row">
45
    <div class="row">
Lines 44-51 Link Here
44
            <main>
47
            <main>
45
48
46
[% IF ( do_it ) %]
49
[% IF ( do_it ) %]
50
    <h2>Patrons with the most checkouts</h2>
47
	[% FOREACH mainloo IN mainloop %]
51
	[% FOREACH mainloo IN mainloop %]
48
        <h1>Patrons with the most checkouts</h1>
49
		[% IF ( mainloo.loopfilter ) %]
52
		[% IF ( mainloo.loopfilter ) %]
50
            [% IF mainloo.loopfilter.size %]
53
            [% IF mainloo.loopfilter.size %]
51
                <p>Filtered on:</p>
54
                <p>Filtered on:</p>
Lines 114-120 Link Here
114
		</table>
117
		</table>
115
	[% END %]
118
	[% END %]
116
[% ELSE %]
119
[% ELSE %]
117
    <h1>Patrons with the most checkouts</h1>
120
    <h2>Patrons with the most checkouts</h2>
118
	<form method="post" action="/cgi-bin/koha/reports/bor_issues_top.pl">
121
	<form method="post" action="/cgi-bin/koha/reports/bor_issues_top.pl">
119
	<fieldset class="rows">
122
	<fieldset class="rows">
120
        <ol>
123
        <ol>
Lines 185-191 Link Here
185
	</fieldset>
188
	</fieldset>
186
189
187
<fieldset class="rows">
190
<fieldset class="rows">
188
	<legend>Output</legend>
191
	<h3>Output</h3>
189
	<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li>
192
	<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li>
190
		<li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" />
193
		<li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" />
191
			<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" />
194
			<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" />
Lines 210-216 Link Here
210
	</fieldset>
213
	</fieldset>
211
214
212
	<fieldset class="action">
215
	<fieldset class="action">
213
	<input type="submit" value="Submit" />
216
	<input type="submit" class="principal" value="Submit" />
214
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
217
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
215
	<input type="hidden" name="do_it" value="1" />
218
	<input type="hidden" name="do_it" value="1" />
216
	</fieldset>
219
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (-8 / +11 lines)
Lines 1-17 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Patrons with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
6
<title>Patrons with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="rep_borrowers_out" class="rep">
10
<body id="rep_borrowers_out" class="rep">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'cat-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
19
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 23-28 Link Here
23
        </li>
25
        </li>
24
    </ol>
26
    </ol>
25
</nav>
27
</nav>
28
[% INCLUDE 'shortcut.inc' %]
26
29
27
<div class="main container-fluid">
30
<div class="main container-fluid">
28
    <div class="row">
31
    <div class="row">
Lines 30-37 Link Here
30
            <main>
33
            <main>
31
34
32
[% IF ( do_it ) %]
35
[% IF ( do_it ) %]
36
    <h2>Patrons with no checkouts</h2>
33
    [% FOREACH mainloo IN mainloop %]
37
    [% FOREACH mainloo IN mainloop %]
34
        <h1>Patrons with no checkouts</h1>
35
        [% IF ( mainloo.loopfilter ) %]
38
        [% IF ( mainloo.loopfilter ) %]
36
            <p>Filtered on:</p>
39
            <p>Filtered on:</p>
37
            [% FOREACH loopfilte IN mainloo.loopfilter %]
40
            [% FOREACH loopfilte IN mainloo.loopfilter %]
Lines 58-64 Link Here
58
        </table>
61
        </table>
59
    [% END %]
62
    [% END %]
60
[% ELSE %]
63
[% ELSE %]
61
    <h1>Patrons with no checkouts</h1>
64
    <h2>Patrons with no checkouts</h2>
62
    <form method="post" action="/cgi-bin/koha/reports/borrowers_out.pl">
65
    <form method="post" action="/cgi-bin/koha/reports/borrowers_out.pl">
63
    <fieldset class="rows">
66
    <fieldset class="rows">
64
		<ol>
67
		<ol>
Lines 74-80 Link Here
74
	</fieldset>
77
	</fieldset>
75
	
78
	
76
    <fieldset class="rows">
79
    <fieldset class="rows">
77
	<legend>Limits</legend>
80
	<h3>Limits</h3>
78
		<ol>
81
		<ol>
79
			<li><label for="numberlimit">Limit to: </label><select name="Limit" id="numberlimit">
82
			<li><label for="numberlimit">Limit to: </label><select name="Limit" id="numberlimit">
80
                        <option value ="" selected="selected">None</option>
83
                        <option value ="" selected="selected">None</option>
Lines 96-102 Link Here
96
	</fieldset>
99
	</fieldset>
97
	
100
	
98
<fieldset class="rows">
101
<fieldset class="rows">
99
	<legend>Output</legend>
102
	<h3>Output</h3>
100
    <ol>
103
    <ol>
101
        <li>
104
        <li>
102
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
105
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 124-130 Link Here
124
	</fieldset>
127
	</fieldset>
125
128
126
	<fieldset class="action">
129
	<fieldset class="action">
127
	<input type="submit" value="Submit" />
130
	<input type="submit" class="principal" value="Submit" />
128
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
131
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
129
	<input type="hidden" name="do_it" value="1" />
132
	<input type="hidden" name="do_it" value="1" />
130
	</fieldset>
133
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-9 / +10 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'circ-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% IF ( do_it ) %]Patrons statistics &rsaquo; Results[% ELSE %]Patrons statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
9
<title>[% IF ( do_it ) %]Patrons statistics &rsaquo; Results[% ELSE %]Patrons statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
10
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="rep_borrowers_stats" class="rep">
18
<body id="rep_borrowers_stats" class="rep">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'cat-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
27
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 42-54 Link Here
42
        [% END %]
44
        [% END %]
43
    </ol>
45
    </ol>
44
</nav>
46
</nav>
47
[% INCLUDE 'shortcut.inc' %]
45
48
46
<div class="main container-fluid">
49
<div class="main container-fluid">
47
    <div class="row">
50
    <div class="row">
48
        <div class="col-sm-10 col-sm-push-2">
51
        <div class="col-sm-10 col-sm-push-2">
49
            <main>
52
            <main>
50
53
51
<h1>Patrons statistics</h1>
54
<h2>Patrons statistics</h2>
52
[% IF ( do_it ) %]
55
[% IF ( do_it ) %]
53
	[% FOREACH mainloo IN mainloop %]
56
	[% FOREACH mainloo IN mainloop %]
54
        [% IF ( mainloo.loopfilter.size>0 ) %]
57
        [% IF ( mainloo.loopfilter.size>0 ) %]
Lines 91-97 Link Here
91
[% ELSE %]
94
[% ELSE %]
92
95
93
	<form method="post" action="/cgi-bin/koha/reports/borrowers_stats.pl">
96
	<form method="post" action="/cgi-bin/koha/reports/borrowers_stats.pl">
94
	<fieldset class="rows"><legend>Patrons statistics</legend>
97
	<fieldset class="rows"><h3>Patrons statistics</h3>
95
	<table>
98
	<table>
96
		<thead>
99
		<thead>
97
			<tr>
100
			<tr>
Lines 283-289 Link Here
283
286
284
	
287
	
285
	<fieldset class="rows">
288
	<fieldset class="rows">
286
	<legend>Output</legend>
289
	<h3>Output</h3>
287
    <ol>
290
    <ol>
288
        <li>
291
        <li>
289
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
292
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 308-317 Link Here
308
            </select>
311
            </select>
309
        </li>
312
        </li>
310
    </ol>
313
    </ol>
311
	</fieldset>
312
314
313
	<fieldset class="action">
315
	<input type="submit" class="principal" value="Submit" />
314
	<input type="submit" value="Submit" />
315
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
316
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
316
	<input type="hidden" name="do_it" value="1" />
317
	<input type="hidden" name="do_it" value="1" />
317
	</fieldset>
318
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-2 / +5 lines)
Lines 14-21 Link Here
14
</head>
14
</head>
15
15
16
<body id="cash_register_stats" class="rep">
16
<body id="cash_register_stats" class="rep">
17
[% INCLUDE 'header.inc' %]
17
[% form = BLOCK %]
18
[% INCLUDE 'cat-search.inc' %]
18
    [% INCLUDE 'cat-search.inc' %]
19
[% END %]
20
[% INCLUDE 'header.inc' form = form %]
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
Lines 44-49 Link Here
44
        [% END %]
46
        [% END %]
45
    </ol>
47
    </ol>
46
</nav>
48
</nav>
49
[% INCLUDE 'shortcut.inc' %]
47
50
48
<div class="main container-fluid">
51
<div class="main container-fluid">
49
    <div class="row">
52
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt (-8 / +11 lines)
Lines 1-18 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'prefs-admin-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Most-circulated items[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Most-circulated items[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="rep_cat_issues_top" class="rep">
11
<body id="rep_cat_issues_top" class="rep">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
        </li>
18
        </li>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
20
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 35-40 Link Here
35
        [% END %]
37
        [% END %]
36
    </ol>
38
    </ol>
37
</nav>
39
</nav>
40
[% INCLUDE 'shortcut.inc' %]
38
41
39
<div class="main container-fluid">
42
<div class="main container-fluid">
40
    <div class="row">
43
    <div class="row">
Lines 43-50 Link Here
43
46
44
[% IF ( do_it ) %]
47
[% IF ( do_it ) %]
45
48
49
    <h2>Top [% mainloo.limit | html %] Most-circulated items</h2>
46
	[% FOREACH mainloo IN mainloop %]
50
	[% FOREACH mainloo IN mainloop %]
47
        <h1>Top [% mainloo.limit | html %] Most-circulated items</h1>
48
		[% IF ( mainloo.loopfilter ) %]
51
		[% IF ( mainloo.loopfilter ) %]
49
            <p>Filtered on:</p>
52
            <p>Filtered on:</p>
50
			[% FOREACH loopfilte IN mainloo.loopfilter %]
53
			[% FOREACH loopfilte IN mainloo.loopfilter %]
Lines 85-91 Link Here
85
		</table>
88
		</table>
86
	[% END %]
89
	[% END %]
87
[% ELSE %]
90
[% ELSE %]
88
    <h1>Most-circulated items</h1>
91
    <h2>Most-circulated items</h2>
89
	<form method="post" action="/cgi-bin/koha/reports/cat_issues_top.pl">
92
	<form method="post" action="/cgi-bin/koha/reports/cat_issues_top.pl">
90
	<fieldset class="rows">
93
	<fieldset class="rows">
91
	<ol>
94
	<ol>
Lines 149-155 Link Here
149
	</fieldset>
152
	</fieldset>
150
	
153
	
151
	<fieldset class="rows">
154
	<fieldset class="rows">
152
	<legend>Limits</legend>
155
	<h3>Limits</h3>
153
	<ol><li><label for="numberlimit">Limit to:</label><select name="Limit" id="numberlimit">
156
	<ol><li><label for="numberlimit">Limit to:</label><select name="Limit" id="numberlimit">
154
                        <option value ="" selected="selected">None</option>
157
                        <option value ="" selected="selected">None</option>
155
						<option value="5" selected="selected"> 5</option>
158
						<option value="5" selected="selected"> 5</option>
Lines 174-180 Link Here
174
	</fieldset>
177
	</fieldset>
175
	
178
	
176
	<fieldset class="rows">
179
	<fieldset class="rows">
177
	<legend>Output</legend>
180
	<h3>Output</h3>
178
    <ol>
181
    <ol>
179
        <li>
182
        <li>
180
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
183
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 202-208 Link Here
202
	</fieldset>
205
	</fieldset>
203
206
204
	<fieldset class="action">
207
	<fieldset class="action">
205
	<input type="submit" value="Submit" />
208
	<input type="submit" class="principal" value="Submit" />
206
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
209
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
207
	<input type="hidden" name="do_it" value="1" />
210
	<input type="hidden" name="do_it" value="1" />
208
	</fieldset>
211
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-7 / +11 lines)
Lines 1-3 Link Here
1
2
[% SET footerjs = 1 %][% formulaire = BLOCK %]
3
    [% INCLUDE 'cat-search.inc' %]
4
[% END %]
1
[% USE Branches %]
5
[% USE Branches %]
2
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Items with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Items with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
Lines 7-19 Link Here
7
</style>
11
</style>
8
</head>
12
</head>
9
<body id="rep_catalogue_out" class="rep">
13
<body id="rep_catalogue_out" class="rep">
10
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'cat-search.inc' %]
12
15
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
17
    <ol>
15
        <li>
18
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
20
        </li>
18
        <li>
21
        <li>
19
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
22
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 25-30 Link Here
25
        </li>
28
        </li>
26
    </ol>
29
    </ol>
27
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
28
32
29
<div class="main container-fluid">
33
<div class="main container-fluid">
30
    <div class="row">
34
    <div class="row">
Lines 32-38 Link Here
32
            <main>
36
            <main>
33
37
34
[% IF ( do_it ) %]
38
[% IF ( do_it ) %]
35
	<h1>Items with no checkouts</h1>
39
	<h2>Items with no checkouts</h2>
36
	[% FOREACH mainloo IN mainloop %]
40
	[% FOREACH mainloo IN mainloop %]
37
		[% IF ( mainloo.loopfilter ) %]
41
		[% IF ( mainloo.loopfilter ) %]
38
            <p>Filtered on:</p>
42
            <p>Filtered on:</p>
Lines 98-104 Link Here
98
		[% END %]
102
		[% END %]
99
	[% END %]
103
	[% END %]
100
[% ELSE %]
104
[% ELSE %]
101
    <h1>Items with no checkouts</h1>
105
    <h2>Items with no checkouts</h2>
102
	<form method="post" action="/cgi-bin/koha/reports/catalogue_out.pl">
106
	<form method="post" action="/cgi-bin/koha/reports/catalogue_out.pl">
103
	
107
	
104
	<fieldset class="rows">
108
	<fieldset class="rows">
Lines 120-126 Link Here
120
	</fieldset>
124
	</fieldset>
121
	
125
	
122
	<fieldset class="rows">
126
	<fieldset class="rows">
123
	<legend>Limits</legend>
127
	<h3>Limits</h3>
124
		<ol>
128
		<ol>
125
        <li>
129
        <li>
126
            <label for="numberlimit">Limit to: </label>
130
            <label for="numberlimit">Limit to: </label>
Lines 145-151 Link Here
145
	</fieldset>
149
	</fieldset>
146
150
147
	<fieldset class="action">
151
	<fieldset class="action">
148
	<input type="submit" value="Submit" />
152
	<input type="submit" class="principal" value="Submit" />
149
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
153
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
150
    <input type="hidden" name="do_it" value="1" />
154
    <input type="hidden" name="do_it" value="1" />
151
    <input type="hidden" name="output" value="screen" />
155
    <input type="hidden" name="output" value="screen" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-11 / +11 lines)
Lines 1-18 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
<title>[% IF ( do_it ) %]Catalog statistics &rsaquo; Results[% ELSE %]Catalog statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>[% IF ( do_it ) %]Catalog statistics &rsaquo; Results[% ELSE %]Catalog statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="rep_catalogue_stats" class="rep">
11
<body id="rep_catalogue_stats" class="rep">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
        </li>
18
        </li>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
20
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 35-47 Link Here
35
        [% END %]
37
        [% END %]
36
    </ol>
38
    </ol>
37
</nav>
39
</nav>
40
[% INCLUDE 'shortcut.inc' %]
38
41
39
<div class="main container-fluid">
42
<div class="main container-fluid">
40
    <div class="row">
43
    <div class="row">
41
        <div class="col-sm-10 col-sm-push-2">
44
        <div class="col-sm-10 col-sm-push-2">
42
            <main>
45
            <main>
43
46
44
<h1>Catalog statistics</h1>
47
<h2>Catalog statistics</h2>
45
[% IF ( do_it ) %]
48
[% IF ( do_it ) %]
46
	[% FOREACH mainloo IN mainloop %]
49
	[% FOREACH mainloo IN mainloop %]
47
		[% IF ( mainloo.loopfilter ) %]
50
		[% IF ( mainloo.loopfilter ) %]
Lines 96-102 Link Here
96
99
97
	<form method="post" action="/cgi-bin/koha/reports/catalogue_stats.pl">
100
	<form method="post" action="/cgi-bin/koha/reports/catalogue_stats.pl">
98
	<fieldset class="rows">
101
	<fieldset class="rows">
99
	<legend>Catalog statistics</legend>
102
	<h3>Catalog statistics</h3>
100
	<table>
103
	<table>
101
		<thead>
104
		<thead>
102
			<tr>
105
			<tr>
Lines 274-280 Link Here
274
	</table><br /></fieldset>
277
	</table><br /></fieldset>
275
278
276
    <fieldset class="rows">
279
    <fieldset class="rows">
277
        <legend>Cell value</legend>
280
        <h3>Cell value</h3>
278
        <ol>
281
        <ol>
279
            <li>
282
            <li>
280
                <label for="cellvalue_items">Count total items</label>
283
                <label for="cellvalue_items">Count total items</label>
Lines 292-298 Link Here
292
    </fieldset>
295
    </fieldset>
293
	
296
	
294
	<fieldset class="rows">
297
	<fieldset class="rows">
295
	<legend>Output</legend>
298
	<h3>Output</h3>
296
	<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li>
299
	<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li>
297
		<li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" />
300
		<li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" />
298
			<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" />
301
			<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" />
Lines 314-323 Link Here
314
            </select>
317
            </select>
315
		</li>
318
		</li>
316
	</ol>
319
	</ol>
317
	</fieldset>
320
	<input type="submit" class="principal" value="Submit" />
318
319
	<fieldset class="action">
320
	<input type="submit" value="Submit" />
321
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
321
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
322
	<input type="hidden" name="do_it" value="1" />
322
	<input type="hidden" name="do_it" value="1" />
323
	</fieldset>
323
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-32 / +36 lines)
Lines 1-4 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %][% formulaire = BLOCK %]
3
    [% INCLUDE 'circ-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Dictionary &rsaquo; Guided reports &rsaquo; Reports &rsaquo; Koha</title>
6
<title>Dictionary &rsaquo; Guided reports &rsaquo; Reports &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
Lines 6-13 Link Here
6
</head>
9
</head>
7
10
8
<body id="rep_dictionary" class="rep">
11
<body id="rep_dictionary" class="rep">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'circ-search.inc' %]
11
13
12
[%- BLOCK area_name -%]
14
[%- BLOCK area_name -%]
13
    [%- SWITCH area -%]
15
    [%- SWITCH area -%]
Lines 23-29 Link Here
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    <ol>
26
    <ol>
25
        <li>
27
        <li>
26
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
28
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
27
        </li>
29
        </li>
28
        <li>
30
        <li>
29
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
31
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 72-77 Link Here
72
                </a>
74
                </a>
73
            </li>
75
            </li>
74
76
77
        <ol>
78
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
79
        </ol>
80
        <ol>
81
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
82
        </ol>
75
        [% ELSIF ( step_5 ) %]
83
        [% ELSIF ( step_5 ) %]
76
            <li>
84
            <li>
77
                <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a>
85
                <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a>
Lines 91-96 Link Here
91
        [% END %]
99
        [% END %]
92
    </ol>
100
    </ol>
93
</nav>
101
</nav>
102
[% INCLUDE 'shortcut.inc' %]
94
103
95
<div class="main container-fluid">
104
<div class="main container-fluid">
96
    <div class="row">
105
    <div class="row">
Lines 99-106 Link Here
99
108
100
[% IF ( start_dictionary ) %]
109
[% IF ( start_dictionary ) %]
101
    <div id="toolbar">
110
    <div id="toolbar">
102
        <a id="newdictionary" class="btn btn-default" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition"><i class="fa fa-plus"></i> New definition</a>
111
        <div>
103
    </div>
112
        <a id="newdictionary" class="toolbar-btn" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition"><i class="fa fa-plus"></i> New definition</a>
113
    </div></div>
104
[% END %]
114
[% END %]
105
<h1>Dictionary</h1>
115
<h1>Dictionary</h1>
106
[% IF ( start_dictionary ) %]
116
[% IF ( start_dictionary ) %]
Lines 122-128 Link Here
122
          [%- END -%]
132
          [%- END -%]
123
        [% END %]
133
        [% END %]
124
        </select>
134
        </select>
125
      <input name="submit" value="Go" type="submit" />
135
      <input name="submit" class="principal" value="Go" type="submit" />
126
  [% END %]
136
  [% END %]
127
      </form>
137
      </form>
128
      <br />
138
      <br />
Lines 143-149 Link Here
143
                <td class="actions"><form method="post" action="/cgi-bin/koha/reports/dictionary.pl">
153
                <td class="actions"><form method="post" action="/cgi-bin/koha/reports/dictionary.pl">
144
                    <input type="hidden" name="id" value="[% definition.id | html %]" />
154
                    <input type="hidden" name="id" value="[% definition.id | html %]" />
145
                    <input type="hidden" name="phase" value="Delete Definition" />
155
                    <input type="hidden" name="phase" value="Delete Definition" />
146
                    <button type="submit" name="submit" class="btn btn-default btn-xs" id="delete"><i class="fa fa-trash"></i> Delete</button>
156
                    <button type="submit" name="submit" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</button>
147
                </form></td>
157
                </form></td>
148
            </tr>
158
            </tr>
149
            [% END %]
159
            [% END %]
Lines 154-162 Link Here
154
[% END %]
164
[% END %]
155
165
156
[% IF ( new_dictionary ) %]
166
[% IF ( new_dictionary ) %]
157
<h3>Add new definition</h3>
167
<h2>Add new definition</h2>
158
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">
168
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">
159
<fieldset class="rows"><legend>Step 1 of 5: Name the new definition</legend><ol>
169
<fieldset class="rows"><h3>Step 1 of 5: Name the new definition</h3><ol>
160
<li>
170
<li>
161
<label for="definition_name">Definition name:</label>
171
<label for="definition_name">Definition name:</label>
162
<input type="text" id="definition_name" name="definition_name" />
172
<input type="text" id="definition_name" name="definition_name" />
Lines 165-182 Link Here
165
<label for="definition_description">Definition description:</label>
175
<label for="definition_description">Definition description:</label>
166
<textarea name="definition_description" id="definition_description" rows="3" cols="20"></textarea>
176
<textarea name="definition_description" id="definition_description" rows="3" cols="20"></textarea>
167
</li>
177
</li>
168
</ol></fieldset>
178
</ol>
169
179
<input type="hidden" name="phase" value="New Term step 2" />
170
<fieldset class="action"><input type="hidden" name="phase" value="New Term step 2" />
180
<input name="submit" class="principal" value="Next" type="submit" /></fieldset>
171
<input name="submit" value="Next" type="submit" /></fieldset>
172
</form>
181
</form>
173
[% END %]
182
[% END %]
174
183
175
[%- IF ( step_2 ) -%]
184
[%- IF ( step_2 ) -%]
176
<h3>Add new definition</h3>
185
<h2>Add new definition</h2>
177
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">
186
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">
178
  <fieldset class="rows">
187
  <fieldset class="rows">
179
    <legend>Step 2 of 5: Choose the area</legend>
188
    <h3>Step 2 of 5: Choose the area</h3>
180
    <ol>
189
    <ol>
181
      <li>
190
      <li>
182
        <input type="hidden" name="phase" value="New Term step 3" />
191
        <input type="hidden" name="phase" value="New Term step 3" />
Lines 189-204 Link Here
189
        </select>
198
        </select>
190
      </li>
199
      </li>
191
    </ol>
200
    </ol>
192
  </fieldset>
201
<input name="submit" class="principal" value="Next" type="submit" /></fieldset>
193
  <fieldset class="action"><input name="submit" value="Next" type="submit" /></fieldset>
194
</form>
202
</form>
195
[%- END -%]
203
[%- END -%]
196
204
197
[% IF ( step_3 ) %]
205
[% IF ( step_3 ) %]
198
<h3>Add new definition</h3>
206
<h2>Add new definition</h2>
199
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">      
207
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">      
200
<fieldset class="rows">
208
<fieldset class="rows">
201
<legend>Step 3 of 5: Choose a column</legend>
209
<h3>Step 3 of 5: Choose a column</h3>
202
<input type="hidden" name="area" value="[% area | html %]" />
210
<input type="hidden" name="area" value="[% area | html %]" />
203
<input type="hidden" name="definition_name" value="[% definition_name | html %]" />
211
<input type="hidden" name="definition_name" value="[% definition_name | html %]" />
204
<input type="hidden" name="definition_description" value="[% definition_description | html %]" />
212
<input type="hidden" name="definition_description" value="[% definition_description | html %]" />
Lines 225-240 Link Here
225
</select>
233
</select>
226
234
227
<input type="hidden" name="phase" value="New Term step 4" />
235
<input type="hidden" name="phase" value="New Term step 4" />
228
</fieldset>
236
<input type="submit" class="principal" name="submit" value="Next" /></fieldset>
229
<fieldset class="action"><input type="submit" name="submit" value="Next" /></fieldset>
230
</form>
237
</form>
231
[% END %]
238
[% END %]
232
239
233
[% IF ( step_4 ) %]
240
[% IF ( step_4 ) %]
234
<h3>Add new definition</h3>
241
<h2>Add new definition</h2>
235
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">
242
<form action="/cgi-bin/koha/reports/dictionary.pl" method="post">
236
<fieldset class="rows">
243
<fieldset class="rows">
237
<legend>Step 4 of 5: Specify a value</legend>
244
<h3>Step 4 of 5: Specify a value</h3>
238
<input type="hidden" name="area" value="[% area | html %]" />
245
<input type="hidden" name="area" value="[% area | html %]" />
239
<input type="hidden" name="definition_name" value="[% definition_name | html %]" />
246
<input type="hidden" name="definition_name" value="[% definition_name | html %]" />
240
<input type="hidden" name="definition_description" value="[% definition_description | html %]" />
247
<input type="hidden" name="definition_description" value="[% definition_description | html %]" />
Lines 273-281 Link Here
273
[% END %]
280
[% END %]
274
</ol>
281
</ol>
275
<input type="hidden" name="phase" value="New Term step 5" />
282
<input type="hidden" name="phase" value="New Term step 5" />
276
</fieldset>
283
277
<fieldset class="action">
284
<input type="submit" class="principal" name="submit" value="Next" />
278
<input type="submit" name="submit" value="Next" />
279
</fieldset>
285
</fieldset>
280
</form>
286
</form>
281
[% END %]
287
[% END %]
Lines 287-296 Link Here
287
<input type="hidden" name="definition_description" value="[% definition_description | html %]" />
293
<input type="hidden" name="definition_description" value="[% definition_description | html %]" />
288
<input type="hidden" name="columnstring" value="[% columnstring | html %]" />
294
<input type="hidden" name="columnstring" value="[% columnstring | html %]" />
289
295
290
<h3>Add new definition</h3>
296
<h2>Add new definition</h2>
291
297
292
<fieldset class="rows">
298
<fieldset class="rows">
293
  <legend>Step 5 of 5: Confirm details</legend>
299
  <h3>Step 5 of 5: Confirm details</h3>
294
  <ol>
300
  <ol>
295
    <li>
301
    <li>
296
      <span class="label">Name:</span>[%- definition_name | html -%]
302
      <span class="label">Name:</span>[%- definition_name | html -%]
Lines 317-327 Link Here
317
      </table>
323
      </table>
318
    </li>
324
    </li>
319
  </ol>
325
  </ol>
320
</fieldset>
326
<input type="hidden" name="sql" value="[% query | html %]" />
321
322
<fieldset class="action"><input type="hidden" name="sql" value="[% query | html %]" />
323
<input type="hidden" name="phase" value="New Term step 6" />
327
<input type="hidden" name="phase" value="New Term step 6" />
324
<input type="submit" name="submit" value="Save" />         </fieldset>
328
<input type="submit" class="principal" name="submit" value="Save" />         </fieldset>
325
329
326
</form>
330
</form>
327
[% END %]
331
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +6 lines)
Lines 63-70 Link Here
63
</head>
63
</head>
64
64
65
<body id="rep_guided_reports_start" class="rep">
65
<body id="rep_guided_reports_start" class="rep">
66
[% INCLUDE 'header.inc' %]
66
[% formulaire = BLOCK %]
67
[% INCLUDE 'circ-search.inc' %]
67
    [% INCLUDE 'circ-search.inc' %]
68
[% END %]
69
[% INCLUDE 'header.inc' form=formulaire %]
68
70
69
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
71
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
70
    <ol>
72
    <ol>
Lines 147-152 Link Here
147
    </ol>
149
    </ol>
148
</nav> <!-- /#breadcrumbs -->
150
</nav> <!-- /#breadcrumbs -->
149
151
152
[% INCLUDE 'shortcut.inc' %]
153
150
<div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true">
154
<div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true">
151
    <div class="modal-dialog">
155
    <div class="modal-dialog">
152
        <div class="modal-content">
156
        <div class="modal-content">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-7 / +10 lines)
Lines 1-18 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %][% formulaire = BLOCK %]
4
    [% INCLUDE 'cat-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Average loan time &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Average loan time &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="rep_issues_avg_stats" class="rep">
11
<body id="rep_issues_avg_stats" class="rep">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
        </li>
18
        </li>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
20
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 35-47 Link Here
35
        [% END %]
37
        [% END %]
36
    </ol>
38
    </ol>
37
</nav>
39
</nav>
40
[% INCLUDE 'shortcut.inc' %]
38
41
39
<div class="main container-fluid">
42
<div class="main container-fluid">
40
    <div class="row">
43
    <div class="row">
41
        <div class="col-sm-10 col-sm-push-2">
44
        <div class="col-sm-10 col-sm-push-2">
42
            <main>
45
            <main>
43
46
44
<h1>Average checkout period</h1>
47
<h2>Average checkout period</h2>
45
[% IF ( do_it ) %]
48
[% IF ( do_it ) %]
46
	[% FOREACH mainloo IN mainloop %]
49
	[% FOREACH mainloo IN mainloop %]
47
		[% IF ( mainloo.loopfilter ) %]
50
		[% IF ( mainloo.loopfilter ) %]
Lines 88-94 Link Here
88
91
89
	<form method="post" action="/cgi-bin/koha/reports/issues_avg_stats.pl">
92
	<form method="post" action="/cgi-bin/koha/reports/issues_avg_stats.pl">
90
	<fieldset class="rows">
93
	<fieldset class="rows">
91
	<legend>Average checkout period statistics</legend>
94
	<h3>Average checkout period statistics</h3>
92
	<table>
95
	<table>
93
		<thead>
96
		<thead>
94
			<tr>
97
			<tr>
Lines 221-227 Link Here
221
	
224
	
222
	
225
	
223
	<fieldset class="rows">
226
	<fieldset class="rows">
224
	<legend>Output</legend>
227
	<h3>Output</h3>
225
    <ol>
228
    <ol>
226
        <li>
229
        <li>
227
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
230
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 250-256 Link Here
250
	<input type="hidden" name="Filter" value="" />
253
	<input type="hidden" name="Filter" value="" />
251
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
254
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
252
	<input type="hidden" name="do_it" value="1" />
255
	<input type="hidden" name="do_it" value="1" />
253
	<input type="submit" value="Submit" />
256
	<input type="submit" class="principal" value="Submit" />
254
	</fieldset>
257
	</fieldset>
255
	</form>
258
	</form>
256
[% END %]
259
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-8 / +11 lines)
Lines 1-5 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'circ-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Circulation statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Circulation statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
Lines 9-21 Link Here
9
</head>
12
</head>
10
13
11
<body id="rep_issues_stats" class="rep">
14
<body id="rep_issues_stats" class="rep">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
21
        </li>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
23
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 38-50 Link Here
38
        [% END %]
40
        [% END %]
39
    </ol>
41
    </ol>
40
</nav>
42
</nav>
43
[% INCLUDE 'shortcut.inc' %]
41
44
42
<div class="main container-fluid">
45
<div class="main container-fluid">
43
    <div class="row">
46
    <div class="row">
44
        <div class="col-sm-10 col-sm-push-2">
47
        <div class="col-sm-10 col-sm-push-2">
45
            <main>
48
            <main>
46
49
47
<h1>Circulation statistics</h1>
50
<h2>Circulation statistics</h2>
48
[% IF ( do_it ) %]
51
[% IF ( do_it ) %]
49
    [% FOREACH mainloo IN mainloop %]
52
    [% FOREACH mainloo IN mainloop %]
50
        [% IF ( mainloo.loopfilter ) %]
53
        [% IF ( mainloo.loopfilter ) %]
Lines 111-117 Link Here
111
114
112
    <form method="post" action="/cgi-bin/koha/reports/issues_stats.pl">
115
    <form method="post" action="/cgi-bin/koha/reports/issues_stats.pl">
113
    <fieldset class="rows">
116
    <fieldset class="rows">
114
	<legend>Circulation statistics</legend><table>
117
	<h3>Circulation statistics</h3><table>
115
        <thead>
118
        <thead>
116
            <tr>
119
            <tr>
117
                <th>Title</th>
120
                <th>Title</th>
Lines 339-345 Link Here
339
    </table><br /></fieldset>
342
    </table><br /></fieldset>
340
343
341
<fieldset class="rows">
344
<fieldset class="rows">
342
    <legend>Cell value</legend>
345
    <h3>Cell value</h3>
343
    <ol>
346
    <ol>
344
        <li>
347
        <li>
345
            <label for="cellvalue1">Count total items:</label>
348
            <label for="cellvalue1">Count total items:</label>
Lines 357-363 Link Here
357
</fieldset>
360
</fieldset>
358
			
361
			
359
	<fieldset class="rows">
362
	<fieldset class="rows">
360
	<legend>Output</legend>
363
	<h3>Output</h3>
361
    <ol>
364
    <ol>
362
        <li>
365
        <li>
363
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
366
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 385-391 Link Here
385
	</fieldset>
388
	</fieldset>
386
389
387
	<fieldset class="action">
390
	<fieldset class="action">
388
	<input type="submit" value="Submit" />
391
	<input type="submit" class="principal" value="Submit" />
389
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
392
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
390
	<input type="hidden" name="do_it" value="1" />
393
	<input type="hidden" name="do_it" value="1" />
391
	</fieldset>
394
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-5 / +8 lines)
Lines 7-25 Link Here
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE Price %]
8
[% USE Price %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %][% formulaire = BLOCK %]
11
    [% INCLUDE 'cat-search.inc' %]
12
[% END %]
10
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Lost items &rsaquo; Reports &rsaquo; Koha</title>
14
<title>Lost items &rsaquo; Reports &rsaquo; Koha</title>
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
16
</head>
14
17
15
<body id="rep_itemslost" class="rep">
18
<body id="rep_itemslost" class="rep">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'cat-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
        </li>
25
        </li>
24
        <li>
26
        <li>
25
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
27
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 43-48 Link Here
43
        [% END %]
45
        [% END %]
44
    </ol>
46
    </ol>
45
</nav>
47
</nav>
48
[% INCLUDE 'shortcut.inc' %]
46
49
47
<div class="main container-fluid">
50
<div class="main container-fluid">
48
    <div class="row">
51
    <div class="row">
Lines 50-56 Link Here
50
            <main>
53
            <main>
51
54
52
55
53
<h1>Lost items</h1>
56
<h2>Lost items</h2>
54
57
55
[% IF ( get_items ) %]
58
[% IF ( get_items ) %]
56
59
Lines 188-194 Link Here
188
    </li>
191
    </li>
189
192
190
</ol></fieldset>
193
</ol></fieldset>
191
<fieldset class="action">    <input type="submit" value="Submit" />
194
<fieldset class="action">    <input type="submit" class="principal" value="Submit" />
192
    <input type="hidden" name="get_items" value="1" /></fieldset>
195
    <input type="hidden" name="get_items" value="1" /></fieldset>
193
</form>
196
</form>
194
	
197
	
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-5 / +8 lines)
Lines 3-8 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE ItemTypes %]
4
[% USE ItemTypes %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %][% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Catalog by item types &rsaquo; Reports &rsaquo; Koha</title>
10
<title>Catalog by item types &rsaquo; Reports &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 11-23 Link Here
11
</head>
14
</head>
12
15
13
<body id="rep_itemtypes" class="rep">
16
<body id="rep_itemtypes" class="rep">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'cat-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
21
        </li>
23
        </li>
22
        <li>
24
        <li>
23
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
25
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 40-45 Link Here
40
        [% END %]
42
        [% END %]
41
    </ol>
43
    </ol>
42
</nav>
44
</nav>
45
[% INCLUDE 'shortcut.inc' %]
43
46
44
<div class="main container-fluid">
47
<div class="main container-fluid">
45
    <div class="row">
48
    <div class="row">
Lines 48-55 Link Here
48
51
49
52
50
[% IF ( do_it ) %]
53
[% IF ( do_it ) %]
54
    <h2>Reports on item types [% IF branch %] held at [% Branches.GetName( branch ) | html %][% END %]</h2>
51
[% FOREACH mainloo IN mainloop %]
55
[% FOREACH mainloo IN mainloop %]
52
    <h1>Reports on item types [% IF branch %] held at [% Branches.GetName( branch ) | html %][% END %]</h1>
53
	<table id="itemtypest">
56
	<table id="itemtypest">
54
		<thead>
57
		<thead>
55
		<tr>
58
		<tr>
Lines 88-94 Link Here
88
              </li>
91
              </li>
89
            </ol>
92
            </ol>
90
          </fieldset>
93
          </fieldset>
91
          <fieldset class="action"><input type="submit" value="Submit" />
94
          <fieldset class="action"><input type="submit" class="principal" value="Submit" />
92
            <input type="hidden" name="report_name" value="[% report_name | html %]" />
95
            <input type="hidden" name="report_name" value="[% report_name | html %]" />
93
            <input type="hidden" name="do_it" value="1" />
96
            <input type="hidden" name="do_it" value="1" />
94
          </fieldset>
97
          </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-9 / +11 lines)
Lines 2-20 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Price %]
3
[% USE Price %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %][% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Orders by fund &rsaquo; Reports &rsaquo; Koha</title>
9
<title>Orders by fund &rsaquo; Reports &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
11
</head>
10
<body id="rep_orders_by_budget" class="rep">
12
<body id="rep_orders_by_budget" class="rep">
11
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
14
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
16
    <ol>
16
        <li>
17
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
19
        </li>
19
        <li>
20
        <li>
20
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
21
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 37-42 Link Here
37
        [% END %]
38
        [% END %]
38
    </ol>
39
    </ol>
39
</nav>
40
</nav>
41
[% INCLUDE 'shortcut.inc' %]
40
42
41
<div class="main container-fluid">
43
<div class="main container-fluid">
42
    <div class="row">
44
    <div class="row">
Lines 44-51 Link Here
44
            <main>
46
            <main>
45
47
46
48
47
[% IF ( current_budget_name ) %]<h1>Orders for fund '[% current_budget_name | html %]'</h1>
49
[% IF ( current_budget_name ) %]<h2>Orders for fund '[% current_budget_name | html %]'</h2>
48
[% ELSE %]<h1>Orders by fund</h1>
50
[% ELSE %]<h2>Orders by fund</h2>
49
[% END %]
51
[% END %]
50
52
51
[% IF ( get_orders ) %]
53
[% IF ( get_orders ) %]
Lines 101-107 Link Here
101
    [% ELSE %]
103
    [% ELSE %]
102
        <form name="f" action="/cgi-bin/koha/reports/orders_by_fund.pl" method="post">
104
        <form name="f" action="/cgi-bin/koha/reports/orders_by_fund.pl" method="post">
103
        <fieldset class="rows">
105
        <fieldset class="rows">
104
        <legend>Filters</legend>
106
        <h3>Filters</h3>
105
        <ol><li><label for="budgetfilter">Fund: </label>
107
        <ol><li><label for="budgetfilter">Fund: </label>
106
        <select name="budgetfilter" id="budgetfilter">
108
        <select name="budgetfilter" id="budgetfilter">
107
            <option value="">All funds</option>
109
            <option value="">All funds</option>
Lines 123-129 Link Here
123
        </fieldset>
125
        </fieldset>
124
126
125
        <fieldset class="rows">
127
        <fieldset class="rows">
126
        <legend>Output</legend>
128
        <h3>Output</h3>
127
        <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
129
        <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
128
            <li><label for="outputfile">To a file:</label>
130
            <li><label for="outputfile">To a file:</label>
129
                <input type="radio" name="output" value="file" id="outputfile" />
131
                <input type="radio" name="output" value="file" id="outputfile" />
Lines 151-157 Link Here
151
        </fieldset>
153
        </fieldset>
152
154
153
        <fieldset class="action">
155
        <fieldset class="action">
154
        <input type="submit" value="Submit" />
156
        <input type="submit" class="principal" value="Submit" />
155
        <input type="hidden" name="get_orders" value="1" /></fieldset>
157
        <input type="hidden" name="get_orders" value="1" /></fieldset>
156
        </form>
158
        </form>
157
159
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-6 / +9 lines)
Lines 1-3 Link Here
1
[% formulaire = BLOCK %]
2
    [% INCLUDE 'circ-search.inc' %]
3
[% END %]
1
[% USE Koha %]
4
[% USE Koha %]
2
[% USE raw %]
5
[% USE raw %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
Lines 5-17 Link Here
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
<body id="rep_reports-home" class="rep">
10
<body id="rep_reports-home" class="rep">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'circ-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
        <li>
18
        <li>
17
            <a href="#" aria-current="page">
19
            <a href="#" aria-current="page">
Lines 20-25 Link Here
20
        </li>
22
        </li>
21
    </ol>
23
    </ol>
22
</nav>
24
</nav>
25
[% INCLUDE 'shortcut.inc' %]
23
26
24
<div class="main container-fluid">
27
<div class="main container-fluid">
25
    <div class="row">
28
    <div class="row">
Lines 30-36 Link Here
30
33
31
                    [% IF ( CAN_user_reports_execute_reports || CAN_user_reports_create_reports ) %]
34
                    [% IF ( CAN_user_reports_execute_reports || CAN_user_reports_create_reports ) %]
32
                        <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
35
                        <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
33
                            <fieldset class="brief">
36
                            <fieldset>
34
                                <h2>Guided reports</h2>
37
                                <h2>Guided reports</h2>
35
                                <input name="phase" value="Use saved" type="hidden">
38
                                <input name="phase" value="Use saved" type="hidden">
36
                                <input name="filter_set" value="1" type="hidden">
39
                                <input name="filter_set" value="1" type="hidden">
Lines 45-56 Link Here
45
                                <p>
48
                                <p>
46
                                    <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved"><i class="fa fa-list"></i> Use saved</a>
49
                                    <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved"><i class="fa fa-list"></i> Use saved</a>
47
                                </p>
50
                                </p>
48
                                <label for="filter_keyword">Search by keyword:</label> <input id="filter_keyword" name="filter_keyword" value="" size="16" type="text" /> <input value="Search" type="submit" />
51
                                <label for="filter_keyword">Search by keyword:</label> <input id="filter_keyword" name="filter_keyword" value="" size="16" type="text" /> <input value="Search" class="principal" type="submit" />
49
                            </fieldset>
52
                            </fieldset>
50
                        </form>
53
                        </form>
51
                    [% END %]
54
                    [% END %]
52
55
53
        <h5>Reports dictionary</h5>
56
        <h2>Reports dictionary</h2>
54
        <ul>
57
        <ul>
55
            <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
58
            <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
56
        </ul>
59
        </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-8 / +11 lines)
Lines 1-5 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'circ-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Holds statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Holds statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
Lines 9-21 Link Here
9
</head>
12
</head>
10
13
11
<body id="rep_reserve_stats" class="rep">
14
<body id="rep_reserve_stats" class="rep">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
21
        </li>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
23
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 38-43 Link Here
38
        [% END %]
40
        [% END %]
39
    </ol>
41
    </ol>
40
</nav>
42
</nav>
43
[% INCLUDE 'shortcut.inc' %]
41
44
42
<div class="main container-fluid">
45
<div class="main container-fluid">
43
    <div class="row">
46
    <div class="row">
Lines 45-51 Link Here
45
            <main>
48
            <main>
46
49
47
50
48
<h1>Holds statistics</h1>
51
<h2>Holds statistics</h2>
49
[% IF ( do_it ) %]
52
[% IF ( do_it ) %]
50
    [% IF ( mainloop ) %]
53
    [% IF ( mainloop ) %]
51
        [% IF ( loopfilter ) %]
54
        [% IF ( loopfilter ) %]
Lines 97-103 Link Here
97
100
98
    <form method="post" action="/cgi-bin/koha/reports/reserves_stats.pl">
101
    <form method="post" action="/cgi-bin/koha/reports/reserves_stats.pl">
99
    <fieldset class="rows">
102
    <fieldset class="rows">
100
	<legend>Holds statistics</legend><table>
103
	<h3>Holds statistics</h3><table>
101
        <thead>
104
        <thead>
102
            <tr>
105
            <tr>
103
                <th>Title</th>
106
                <th>Title</th>
Lines 292-302 Link Here
292
        </tbody>
295
        </tbody>
293
    </table><br /></fieldset>
296
    </table><br /></fieldset>
294
297
295
<fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count holds:</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li>
298
<fieldset class="rows"><h3>Cell value </h3><ol><li><label for="cellvalue1">Count holds:</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li>
296
            <li><label for="cellvalue2">Count unique borrowers:</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items:</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique bibliographic records:</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset>
299
            <li><label for="cellvalue2">Count unique borrowers:</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items:</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique bibliographic records:</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset>
297
			
300
			
298
	<fieldset class="rows">
301
	<fieldset class="rows">
299
	<legend>Output</legend>
302
	<h3>Output</h3>
300
    <ol>
303
    <ol>
301
        <li>
304
        <li>
302
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
305
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 324-330 Link Here
324
	</fieldset>
327
	</fieldset>
325
328
326
	<fieldset class="action">
329
	<fieldset class="action">
327
	<input type="submit" value="Submit" />
330
	<input type="submit" class="principal" value="Submit" />
328
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
331
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
329
	<input type="hidden" name="do_it" value="1" />
332
	<input type="hidden" name="do_it" value="1" />
330
	</fieldset>
333
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-6 / +9 lines)
Lines 3-8 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'circ-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Serials subscriptions stats &rsaquo; Reports &rsaquo; Koha</title>
10
<title>Serials subscriptions stats &rsaquo; Reports &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 12-24 Link Here
12
</head>
15
</head>
13
16
14
<body id="rep_serials_stats" class="rep">
17
<body id="rep_serials_stats" class="rep">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
26
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
Lines 30-42 Link Here
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
32
</nav>
34
</nav>
35
[% INCLUDE 'shortcut.inc' %]
33
36
34
<div class="main container-fluid">
37
<div class="main container-fluid">
35
    <div class="row">
38
    <div class="row">
36
        <div class="col-sm-10 col-sm-push-2">
39
        <div class="col-sm-10 col-sm-push-2">
37
            <main>
40
            <main>
38
41
39
	<h1>Serials subscriptions</h1>
42
	<h2>Serials subscriptions</h2>
40
[% IF ( do_it ) %]
43
[% IF ( do_it ) %]
41
	<table id="resulttable">
44
	<table id="resulttable">
42
		<thead>
45
		<thead>
Lines 109-115 Link Here
109
112
110
113
111
	<fieldset class="rows">
114
	<fieldset class="rows">
112
	<legend>Output</legend>
115
	<h3>Output</h3>
113
    <ol>
116
    <ol>
114
        <li>
117
        <li>
115
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
118
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
Lines 137-143 Link Here
137
	</fieldset>
140
	</fieldset>
138
141
139
	<fieldset class="action">
142
	<fieldset class="action">
140
	<input type="submit" value="Submit" />
143
	<input type="submit" class="principal" value="Submit" />
141
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
144
	<input type="hidden" name="report_name" value="[% report_name | html %]" />
142
	<input type="hidden" name="do_it" value="1" />
145
	<input type="hidden" name="do_it" value="1" />
143
	</fieldset>
146
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-9 / +13 lines)
Lines 13-18 Link Here
13
[% USE TablesSettings %]
13
[% USE TablesSettings %]
14
[% PROCESS 'i18n.inc' %]
14
[% PROCESS 'i18n.inc' %]
15
[% SET footerjs = 1 %]
15
[% SET footerjs = 1 %]
16
[% formulaire = BLOCK %]
17
    [% INCLUDE 'circ-search.inc' %]
18
[% END %]
16
[% INCLUDE 'doc-head-open.inc' %]
19
[% INCLUDE 'doc-head-open.inc' %]
17
[% SET libraries = Branches.all %]
20
[% SET libraries = Branches.all %]
18
[% SET categories = Categories.all.unblessed %]
21
[% SET categories = Categories.all.unblessed %]
Lines 93-106 Link Here
93
96
94
<body id="circ_request" class="catalog">
97
<body id="circ_request" class="catalog">
95
98
96
[% INCLUDE 'header.inc' %]
99
[% INCLUDE 'header.inc' form=formulaire %]
97
[% INCLUDE 'circ-search.inc' %]
98
100
99
[% UNLESS ( multi_hold ) %]
101
[% UNLESS ( multi_hold ) %]
100
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
102
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
101
        <ol>
103
        <ol>
102
            <li>
104
            <li>
103
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
105
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
104
            </li>
106
            </li>
105
            <li>
107
            <li>
106
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
108
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 115-125 Link Here
115
            </li>
117
            </li>
116
        </ol>
118
        </ol>
117
    </nav>
119
    </nav>
120
[% INCLUDE 'shortcut.inc' %]
118
[% ELSE %]
121
[% ELSE %]
119
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
122
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
120
        <ol>
123
        <ol>
121
            <li>
124
            <li>
122
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
125
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
123
            </li>
126
            </li>
124
            <li>
127
            <li>
125
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
128
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
Lines 143-148 Link Here
143
            </li>
146
            </li>
144
        </ol>
147
        </ol>
145
    </nav>
148
    </nav>
149
[% INCLUDE 'shortcut.inc' %]
146
[% END # UNLESS multi_hold %]
150
[% END # UNLESS multi_hold %]
147
151
148
<div class="main container-fluid">
152
<div class="main container-fluid">
Lines 336-342 Link Here
336
                            [% END %]
340
                            [% END %]
337
                        [% UNLESS ( multi_hold ) %]
341
                        [% UNLESS ( multi_hold ) %]
338
                            <fieldset class="action">
342
                            <fieldset class="action">
339
                                <input type="submit" value="Place hold" />
343
                                <input type="submit" class="principal" value="Place hold" />
340
                            </fieldset>
344
                            </fieldset>
341
                        [% ELSE %]
345
                        [% ELSE %]
342
                            <table id="requesttitles">
346
                            <table id="requesttitles">
Lines 632-638 Link Here
632
                                    [% ELSIF ( none_available ) %]
636
                                    [% ELSIF ( none_available ) %]
633
                                        <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
637
                                        <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
634
                                    [% ELSE %]
638
                                    [% ELSE %]
635
                                        <button type="submit" class="btn btn-default">Place hold</button>
639
                                        <button type="submit" class="btn btn-default principal">Place hold</button>
636
                                    [% END %]
640
                                    [% END %]
637
                                [% END %]
641
                                [% END %]
638
                            </fieldset>
642
                            </fieldset>
Lines 961-969 Link Here
961
                                    [% ELSIF ( no_bibs_available ) %]
965
                                    [% ELSIF ( no_bibs_available ) %]
962
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place holds</button>
966
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place holds</button>
963
                                    [% ELSIF ( none_available ) %]
967
                                    [% ELSIF ( none_available ) %]
964
                                        <button type="submit" class="btn btn-default">Place holds</button>
968
                                        <button type="submit" class="btn btn-default principal">Place holds</button>
965
                                    [% ELSE %]
969
                                    [% ELSE %]
966
                                        <button type="submit" class="btn btn-default" id="multi_hold_submit">Place holds</button>
970
                                        <button type="submit" class="btn btn-default principal" id="multi_hold_submit">Place holds</button>
967
                                    [% END %]
971
                                    [% END %]
968
                                [% ELSE %]
972
                                [% ELSE %]
969
                                    [% IF ( override_required ) %]
973
                                    [% IF ( override_required ) %]
Lines 971-977 Link Here
971
                                    [% ELSIF ( none_available ) %]
975
                                    [% ELSIF ( none_available ) %]
972
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place hold</button>
976
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place hold</button>
973
                                    [% ELSE %]
977
                                    [% ELSE %]
974
                                        <button type="submit" class="btn btn-default">Place hold</button>
978
                                        <button type="submit" class="btn btn-default principal">Place hold</button>
975
                                    [% END %]
979
                                    [% END %]
976
                                [% END %]
980
                                [% END %]
977
                            [% END # /IF patron %]
981
                            [% END # /IF patron %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt (-4 / +7 lines)
Lines 1-18 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% IF ( status ) %]Approved comments[% ELSE %]Comments awaiting moderation[% END %] &rsaquo; Comments &rsaquo; Tools &rsaquo; Koha</title>
8
<title>[% IF ( status ) %]Approved comments[% ELSE %]Comments awaiting moderation[% END %] &rsaquo; Comments &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
<body id="tools_reviewswaiting" class="tools">
11
<body id="tools_reviewswaiting" class="tools">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
        </li>
18
        </li>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
20
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 31-43 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
37
        <div class="col-sm-10 col-sm-push-2">
40
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
41
            <main>
39
42
40
<h1>Comments</h1>
43
<h2>Comments</h2>
41
44
42
<!-- The manual invoice and credit buttons -->
45
<!-- The manual invoice and credit buttons -->
43
<div class="statictabs">
46
<div class="statictabs">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-6 / +10 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Add or remove items &rsaquo; Collection [% colTitle | html %] &rsaquo; Rotating collections &rsaquo; Tools &rsaquo; Koha</title>
8
<title>Add or remove items &rsaquo; Collection [% colTitle | html %] &rsaquo; Rotating collections &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="rcoll_addItems" class="tools rcoll">
12
<body id="rcoll_addItems" class="tools rcoll">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'cat-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
21
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 31-50 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
37
        <div class="col-sm-10 col-sm-push-2">
40
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
41
            <main>
39
                <h1>Add/remove items from collection</h1>
40
42
41
              [% IF ( ! colId ) %]
43
              [% IF ( ! colId ) %]
44
              <h1>Add/remove items from collection</h1>
42
                <div class="dialog message">
45
                <div class="dialog message">
43
                    <p>Invalid collection id</p>
46
                    <p>Invalid collection id</p>
44
                    <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
47
                    <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
45
                </div>
48
                </div>
46
              [% ELSE %]
49
              [% ELSE %]
47
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
50
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
51
              <h1>Add/remove items from collection</h1>
48
              <h2>Collection <em>[% colTitle | html %]</em></h2>
52
              <h2>Collection <em>[% colTitle | html %]</em></h2>
49
53
50
              [% IF ( previousActionAdd ) %]
54
              [% IF ( previousActionAdd ) %]
Lines 90-96 Link Here
90
              <div>
94
              <div>
91
                <form action="addItems.pl" method="post">
95
                <form action="addItems.pl" method="post">
92
                    <fieldset class="brief">
96
                    <fieldset class="brief">
93
                        <legend>Add or remove items</legend>
97
                        <h3>Add or remove items</h3>
94
                        <ol>
98
                        <ol>
95
                            <li>
99
                            <li>
96
                                <label for="barcode">Barcode: </label>
100
                                <label for="barcode">Barcode: </label>
Lines 105-111 Link Here
105
                        <p>
109
                        <p>
106
                            <input type="hidden" id="colId" name="colId" value="[% colId | html %]" />
110
                            <input type="hidden" id="colId" name="colId" value="[% colId | html %]" />
107
                            <input type="hidden" name="action" value="addItem" />
111
                            <input type="hidden" name="action" value="addItem" />
108
                            <input type="submit" value="Submit" />
112
                            <input type="submit" class="principal" value="Submit" />
109
                        </p>
113
                        </p>
110
                    </fieldset>
114
                    </fieldset>
111
115
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-8 / +10 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [%- IF ( action == "new" ) %]
9
    [%- IF ( action == "new" ) %]
Lines 12-24 Link Here
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
16
</head>
14
<body id="rcoll_editCollections" class="tools rcoll">
17
<body id="rcoll_editCollections" class="tools rcoll">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
20
        <li>
22
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
22
        </li>
24
        </li>
23
        <li>
25
        <li>
24
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
26
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 45-50 Link Here
45
        [% END -%]
47
        [% END -%]
46
    </ol>
48
    </ol>
47
</nav>
49
</nav>
50
[% INCLUDE 'shortcut.inc' %]
48
51
49
<div class="main container-fluid">
52
<div class="main container-fluid">
50
    <div class="row">
53
    <div class="row">
Lines 112-120 Link Here
112
115
113
                [% IF action == "new" || action == "edit" %]
116
                [% IF action == "new" || action == "edit" %]
114
                    [% IF ( previousActionEdit ) %]
117
                    [% IF ( previousActionEdit ) %]
115
                      <h1>Edit collection <em>[% editColTitle | html %]</em></h1>
118
                      <h2>Edit collection <em>[% editColTitle | html %]</em></h2>
116
                    [% ELSE %]
119
                    [% ELSE %]
117
                      <h1>Add new collection</h1>
120
                      <h2>Add new collection</h2>
118
                    [% END %]
121
                    [% END %]
119
122
120
                    <form action="editCollections.pl" method="post" class="validated">
123
                    <form action="editCollections.pl" method="post" class="validated">
Lines 146-154 Link Here
146
                                    [% END %]
149
                                    [% END %]
147
                                </li>
150
                                </li>
148
                            </ol>
151
                            </ol>
149
                        </fieldset>
152
150
                        <fieldset class="action">
153
                            <p><input type="submit" class="principal" value="Submit" /> <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl" class="cancel">Cancel</a></p>
151
                            <p><input type="submit" value="Submit" /> <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl" class="cancel">Cancel</a></p>
152
                        </fieldset>
154
                        </fieldset>
153
                    </form>
155
                    </form>
154
                [% END %]
156
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-4 / +9 lines)
Lines 2-20 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Rotating collections &rsaquo; Tools &rsaquo; Koha</title>
9
<title>Rotating collections &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="rcoll_rotatingCollections" class="tools rcoll">
13
<body id="rcoll_rotatingCollections" class="tools rcoll">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
        <li>
21
        <li>
20
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
22
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
Lines 34-42 Link Here
34
37
35
                [% INCLUDE 'rotating-collections-toolbar.inc' %]
38
                [% INCLUDE 'rotating-collections-toolbar.inc' %]
36
39
37
                <h1>Rotating collections</h1>
40
                <h2>Rotating collections</h2>
38
                <div>
41
                <div>
39
                    [% IF ( collectionsLoop ) %]
42
                    [% IF ( collectionsLoop ) %]
43
                    <fieldset id="searchresults">
40
                        <table id="rotating-collections-table">
44
                        <table id="rotating-collections-table">
41
                            <thead>
45
                            <thead>
42
                                <tr>
46
                                <tr>
Lines 68-73 Link Here
68
                            [% END %]
72
                            [% END %]
69
                            </tbody>
73
                            </tbody>
70
                        </table>
74
                        </table>
75
                        </fieldset>
71
                    [% ELSE %]
76
                    [% ELSE %]
72
                        <div class="dialog message">There are no collections currently defined.</div>
77
                        <div class="dialog message">There are no collections currently defined.</div>
73
                    [% END %]
78
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt (-7 / +9 lines)
Lines 2-19 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Transfer collection &rsaquo; Rotating collections &rsaquo; Tools &rsaquo; Koha</title>
9
<title>Transfer collection &rsaquo; Rotating collections &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="rcoll_transferCollection" class="tools rcoll">
12
<body id="rcoll_transferCollection" class="tools rcoll">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'cat-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
21
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
Lines 31-43 Link Here
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
33
</nav>
35
</nav>
36
[% INCLUDE 'shortcut.inc' %]
34
37
35
<div class="main container-fluid">
38
<div class="main container-fluid">
36
    <div class="row">
39
    <div class="row">
37
        <div class="col-sm-10 col-sm-push-2">
40
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
41
            <main>
39
42
40
                <h1>Transfer collection <em>[% colTitle | html %]</em></h1>
43
                <h2>Transfer collection <em>[% colTitle | html %]</em></h2>
41
44
42
                [% IF ( messages ) %]
45
                [% IF ( messages ) %]
43
                    [% FOREACH message IN messages %]
46
                    [% FOREACH message IN messages %]
Lines 78-86 Link Here
78
                                        </select>
81
                                        </select>
79
                                    </li>
82
                                    </li>
80
                                </ol>
83
                                </ol>
81
                            </fieldset>
84
82
                            <fieldset class="action">
85
                                <input type="submit" class="principal" value="Transfer collection"> <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl" class="cancel">Cancel</a>
83
                                <input type="submit" value="Transfer collection"> <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl" class="cancel">Cancel</a>
84
                            </fieldset>
86
                            </fieldset>
85
                        </form>
87
                        </form>
86
                    </div>
88
                    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-6 / +9 lines)
Lines 1-19 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'serials-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Check expiration &rsaquo; Serials &rsaquo; Koha</title>
8
<title>Check expiration &rsaquo; Serials &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="ser_checkexpiration" class="ser">
12
<body id="ser_checkexpiration" class="ser">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'serials-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
21
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 25-41 Link Here
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
27
</nav>
29
</nav>
30
[% INCLUDE 'shortcut.inc' %]
28
31
29
<div class="main container-fluid">
32
<div class="main container-fluid">
30
    <div class="row">
33
    <div class="row">
31
        <div class="col-sm-10 col-sm-push-2">
34
        <div class="col-sm-10 col-sm-push-2">
32
            <main>
35
            <main>
33
36
34
<h1>Check expiration</h1>
37
<h2>Check expiration</h2>
35
38
36
    <form name="f" action="/cgi-bin/koha/serials/checkexpiration.pl" method="get" class="validated">
39
    <form name="f" action="/cgi-bin/koha/serials/checkexpiration.pl" method="get" class="validated">
37
<fieldset class="rows">
40
<fieldset class="rows">
38
    <legend>Filter results:</legend>
41
    <h3>Filter results:</h3>
39
    
42
    
40
         <ol>
43
         <ol>
41
        <ol>
44
        <ol>
Lines 68-75 Link Here
68
            [% END %]
71
            [% END %]
69
        </li>
72
        </li>
70
        </ol>
73
        </ol>
74
<fieldset class="action"><input type="submit" class="principal" value="Search" /></fieldset>
71
</fieldset>
75
</fieldset>
72
<fieldset class="action"><input type="submit" value="Search" /></fieldset>
73
</form>
76
</form>
74
77
75
[% IF ( subscriptions_loop ) %]
78
[% IF ( subscriptions_loop ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-5 / +7 lines)
Lines 3-21 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'serials-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
    <title>[% IF ( supplierid ) -%] Claims for [% suppliername | html %] &rsaquo; [% END %] Claims &rsaquo; Serials &rsaquo; Koha</title>
10
    <title>[% IF ( supplierid ) -%] Claims for [% suppliername | html %] &rsaquo; [% END %] Claims &rsaquo; Serials &rsaquo; Koha</title>
8
    [% INCLUDE 'doc-head-close.inc' %]
11
    [% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
13
11
<body id="ser_claims" class="ser">
14
<body id="ser_claims" class="ser">
12
    [% INCLUDE 'header.inc' %]
15
    [% INCLUDE 'header.inc' form=formulaire %]
13
    [% INCLUDE 'serials-search.inc' %]
14
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
17
    <ol>
17
        <li>
18
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
19
        </li>
20
        </li>
20
        <li>
21
        <li>
21
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
22
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 38-43 Link Here
38
        [% END %]
39
        [% END %]
39
    </ol>
40
    </ol>
40
</nav>
41
</nav>
42
[% INCLUDE 'shortcut.inc' %]
41
43
42
<div class="main container-fluid">
44
<div class="main container-fluid">
43
    <div class="row">
45
    <div class="row">
Lines 94-100 Link Here
94
                                </option>
96
                                </option>
95
                            [% END %]
97
                            [% END %]
96
                        </select>
98
                        </select>
97
                        <input type="submit" value="OK" />
99
                        <input type="submit" class="principal" value="OK" />
98
                    </fieldset>
100
                    </fieldset>
99
                </form> <!-- /#claims -->
101
                </form> <!-- /#claims -->
100
102
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tt (-3 / +6 lines)
Lines 1-17 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'serials-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Preview routing list &rsaquo; Serials &rsaquo; Koha</title>
6
<title>Preview routing list &rsaquo; Serials &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="ser_routing-preview" class="ser">
10
<body id="ser_routing-preview" class="ser">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'serials-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
19
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 26-31 Link Here
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
28
</nav>
30
</nav>
31
[% INCLUDE 'shortcut.inc' %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-3 / +6 lines)
Lines 1-17 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'serials-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>[% IF ( op ) %]Create routing list[% ELSE %]Edit routing list[% END %] &rsaquo; [% title | html %] &rsaquo; Serials &rsaquo; Koha</title>
7
<title>[% IF ( op ) %]Create routing list[% ELSE %]Edit routing list[% END %] &rsaquo; [% title | html %] &rsaquo; Serials &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
<body id="ser_routing" class="ser">
10
<body id="ser_routing" class="ser">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'serials-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
13
        <li>
15
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
15
        </li>
17
        </li>
16
18
17
        [% IF blocking_error %]
19
        [% IF blocking_error %]
Lines 40-45 Link Here
40
        [% END %]
42
        [% END %]
41
    </ol>
43
    </ol>
42
</nav>
44
</nav>
45
[% INCLUDE 'shortcut.inc' %]
43
46
44
<div class="main container-fluid">
47
<div class="main container-fluid">
45
    <div class="row">
48
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-3 / +6 lines)
Lines 4-22 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'serials-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Serial collection information for [% bibliotitle | html %] &rsaquo; Serials &rsaquo; Koha</title>
11
<title>Serial collection information for [% bibliotitle | html %] &rsaquo; Serials &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="ser_serials-collection" class="ser">
15
<body id="ser_serials-collection" class="ser">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'serials-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
20
        </li>
22
        </li>
21
        <li>
23
        <li>
22
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
24
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 28-33 Link Here
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
30
</nav>
32
</nav>
33
[% INCLUDE 'shortcut.inc' %]
31
34
32
<div class="main container-fluid">
35
<div class="main container-fluid">
33
    <div class="row">
36
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-3 / +7 lines)
Lines 1-3 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'serials-search.inc' %]
4
[% END %]
1
[% USE raw %]
5
[% USE raw %]
2
[% USE Asset %]
6
[% USE Asset %]
3
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
Lines 78-90 $(document).ready(function() { Link Here
78
}</style>
82
}</style>
79
</head>
83
</head>
80
<body id="ser_serials-edit" class="ser">
84
<body id="ser_serials-edit" class="ser">
81
[% INCLUDE 'header.inc' %]
85
[% INCLUDE 'header.inc' form=formulaire %]
82
[% INCLUDE 'serials-search.inc' %]
83
86
84
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
87
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
85
    <ol>
88
    <ol>
86
        <li>
89
        <li>
87
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
90
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
88
        </li>
91
        </li>
89
        <li>
92
        <li>
90
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
93
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 96-101 $(document).ready(function() { Link Here
96
        </li>
99
        </li>
97
    </ol>
100
    </ol>
98
</nav>
101
</nav>
102
[% INCLUDE 'shortcut.inc' %]
99
103
100
<div class="main container-fluid">
104
<div class="main container-fluid">
101
    <div class="row">
105
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt (-3 / +6 lines)
Lines 3-20 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Koha %]
4
[% USE Koha %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'serials-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
10
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
<body id="ser_serials-home" class="ser">
13
<body id="ser_serials-home" class="ser">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'serials-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
16
        <li>
18
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18
        </li>
20
        </li>
19
        <li>
21
        <li>
20
            <a href="#" aria-current="page">
22
            <a href="#" aria-current="page">
Lines 23-28 Link Here
23
        </li>
25
        </li>
24
    </ol>
26
    </ol>
25
</nav>
27
</nav>
28
[% INCLUDE 'shortcut.inc' %]
26
29
27
<div class="main container-fluid">
30
<div class="main container-fluid">
28
    <div class="row">
31
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-13 / +13 lines)
Lines 6-11 Link Here
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% USE Koha %]
7
[% USE Koha %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'serials-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
13
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
Lines 13-25 Link Here
13
</head>
16
</head>
14
17
15
<body id="ser_serials-search" class="ser">
18
<body id="ser_serials-search" class="ser">
16
    [% INCLUDE 'header.inc' %]
19
    [% INCLUDE 'header.inc' form=formulaire %]
17
    [% INCLUDE 'serials-search.inc' %]
18
20
19
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
        <ol>
22
        <ol>
21
            <li>
23
            <li>
22
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
23
            </li>
25
            </li>
24
            [% IF ( done_searched ) %]
26
            [% IF ( done_searched ) %]
25
                <li>
27
                <li>
Lines 39-44 Link Here
39
            [% END %]
41
            [% END %]
40
        </ol>
42
        </ol>
41
    </nav>
43
    </nav>
44
[% INCLUDE 'shortcut.inc' %]
42
45
43
    [% url_params = [] %]
46
    [% url_params = [] %]
44
    [% FOREACH param IN CGI.params.pairs %]
47
    [% FOREACH param IN CGI.params.pairs %]
Lines 355-368 Link Here
355
358
356
            <div class="col-sm-2 col-sm-pull-10">
359
            <div class="col-sm-2 col-sm-pull-10">
357
                <aside>
360
                <aside>
358
359
                    [% INCLUDE 'serials-menu.inc' %]
360
                    [% IF ( done_searched ) %]
361
                    [% IF ( done_searched ) %]
361
                        [% UNLESS ( mana ) %]
362
                        [% UNLESS ( mana ) %]
362
                            <div id="advsearch">
363
                                <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
363
                                <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
364
                                    <fieldset class="brief">
364
                                    <fieldset class="sidebr">
365
                                        <h4>Search subscriptions</h4>
365
                                        <h3>Search subscriptions</h3>
366
                                        <ol>
366
                                        <ol>
367
                                            <li>
367
                                            <li>
368
                                                <label for="issn">ISSN:</label>
368
                                                <label for="issn">ISSN:</label>
Lines 399-406 Link Here
399
                                                </select>
399
                                                </select>
400
                                            </li>
400
                                            </li>
401
                                            <li>
401
                                            <li>
402
                                                <label for="location">Location:</label>
402
                                                <p for="location">Location:
403
                                                [% PROCESS 'av-build-dropbox.inc' name="location_filter", category="LOC", default=location_filter, all=1 %]
403
                                                [% PROCESS 'av-build-dropbox.inc' name="location_filter", category="LOC", default=location_filter, all=1 %]</p>
404
                                            </li>
404
                                            </li>
405
                                            <li>
405
                                            <li>
406
                                                <label for="to">Expires before:</label>
406
                                                <label for="to">Expires before:</label>
Lines 429-442 Link Here
429
                                        </ol>
429
                                        </ol>
430
                                        <input type="hidden" name="searched" value="1" />
430
                                        <input type="hidden" name="searched" value="1" />
431
                                        <fieldset class="action">
431
                                        <fieldset class="action">
432
                                            <input type="submit" value="Search" />
432
                                            <input type="submit" class="principal" value="Search" />
433
                                        </fieldset>
433
                                        </fieldset>
434
434
435
                                    </fieldset> <!-- /.brief -->
435
                                    </fieldset> <!-- /.sidebar -->
436
                                </form>
436
                                </form>
437
                            </div> <!-- /#advsearch -->
438
                        [% END # / UNLESS ( mana ) %]
437
                        [% END # / UNLESS ( mana ) %]
439
                    [% END # / IF ( done_searched ) %]
438
                    [% END # / IF ( done_searched ) %]
439
                    [% INCLUDE 'serials-menu.inc' %]
440
                </aside>
440
                </aside>
441
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
441
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
442
        </div> <!-- /.row -->
442
        </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-17 / +25 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE Koha %]
6
[% USE Koha %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'serials-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% IF ( modify ) %][% bibliotitle | html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %] &rsaquo; Serials &rsaquo; Koha</title>
12
<title>[% IF ( modify ) %][% bibliotitle | html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %] &rsaquo; Serials &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
Lines 19-26 fieldset.rows table { clear: none; margin: 0; } Link Here
19
</head>
22
</head>
20
23
21
<body id="ser_subscription-add" class="ser">
24
<body id="ser_subscription-add" class="ser">
22
[% INCLUDE 'header.inc' %]
25
[% INCLUDE 'header.inc' form=formulaire %]
23
[% INCLUDE 'serials-search.inc' %]
24
26
25
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <ol>
28
    <ol>
Lines 56-61 fieldset.rows table { clear: none; margin: 0; } Link Here
56
            [% END %]
58
            [% END %]
57
        [% END %]
59
        [% END %]
58
    </ol>
60
    </ol>
61
        <ol>
62
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
63
        </ol>
64
        <ol>
65
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
66
        </ol>
59
</nav>
67
</nav>
60
68
61
[% INCLUDE 'blocking_errors.inc' %]
69
[% INCLUDE 'blocking_errors.inc' %]
Lines 63-69 fieldset.rows table { clear: none; margin: 0; } Link Here
63
<div class="main container-fluid">
71
<div class="main container-fluid">
64
    <div class="row">
72
    <div class="row">
65
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
73
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
66
            <h1>[% IF ( modify ) %] Modify subscription for <em>[% bibliotitle | html %]</em>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
74
            <h2>[% IF ( modify ) %] Modify subscription for <em>[% bibliotitle | html %]</em>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h2>
67
        </div>
75
        </div>
68
    </div>
76
    </div>
69
    <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
77
    <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
Lines 78-91 fieldset.rows table { clear: none; margin: 0; } Link Here
78
                        <input type="hidden" name="user" value="[% logged_in_user.userid | html %]" />
86
                        <input type="hidden" name="user" value="[% logged_in_user.userid | html %]" />
79
                        <input type="hidden" name="irreg_check" value="0" />
87
                        <input type="hidden" name="irreg_check" value="0" />
80
                        <fieldset id="subscription_add_information" class="rows">
88
                        <fieldset id="subscription_add_information" class="rows">
81
                            <legend>Subscription details</legend>
89
                            <h3>Subscription details</h3>
82
                            <ol>
90
                            <ol>
83
                                [% IF ( subscriptionid ) %]
91
                                [% IF ( subscriptionid ) %]
84
                                    <li><span class="label">Subscription number: </span> [% subscriptionid | html %]</li>
92
                                    <li><span class="label">Subscription number: </span> [% subscriptionid | html %]</li>
85
                                [% END %]
93
                                [% END %]
86
                                <li>
94
                                <li>
87
                                    <label for="aqbooksellerid">Vendor: </label>
95
                                    <label for="aqbooksellerid">Vendor: </label>
88
                                    <input type="text" name="aqbooksellerid" id="aqbooksellerid" value="[% aqbooksellerid | html %]" size="8" /> (<input type="text" name="aqbooksellername" id="aqbooksellername" value="[% aqbooksellername | html %]" disabled="disabled" readonly="readonly" />) <a href="#" id="vendor_search"><i class="fa fa-search"></i> Search for a vendor</a>
96
                                    <input type="text" name="aqbooksellerid" id="aqbooksellerid" value="[% aqbooksellerid | html %]" size="8" /> (<input type="text" name="aqbooksellername" id="aqbooksellername" value="[% aqbooksellername | html %]" disabled="disabled" readonly="readonly" />) <a  href="#" id="vendor_search"><i class="fa fa-search"></i> Search for a vendor</a>
89
                                </li>
97
                                </li>
90
                                <li>
98
                                <li>
91
                                    <label for="biblionumber" class="required">Record:</label>
99
                                    <label for="biblionumber" class="required">Record:</label>
Lines 183-189 fieldset.rows table { clear: none; margin: 0; } Link Here
183
                                        <div class="hint">Selecting a notice will allow patrons to subscribe to notifications when a new issue is received.</div>
191
                                        <div class="hint">Selecting a notice will allow patrons to subscribe to notifications when a new issue is received.</div>
184
                                    [% ELSE %]
192
                                    [% ELSE %]
185
                                        <span class="label">Patron notification: </span>
193
                                        <span class="label">Patron notification: </span>
186
                                        <div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
194
                                        <div class="hint">To notify patrons of new serial issues, you must <a  href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
187
                                    [% END %]
195
                                    [% END %]
188
                                </li>
196
                                </li>
189
                                <li>
197
                                <li>
Lines 255-261 fieldset.rows table { clear: none; margin: 0; } Link Here
255
                            </ol>
263
                            </ol>
256
                        </fieldset>
264
                        </fieldset>
257
                        <fieldset class="action">
265
                        <fieldset class="action">
258
                            <button type="button" id="subscription_add_next" style="float:right;">Next <i class="fa fa-long-arrow-right"></i></button>
266
                            <button type="button" class="principal" id="subscription_add_next" style="float:right;">Next <i class="fa fa-long-arrow-right"></i></button>
259
                        </fieldset>
267
                        </fieldset>
260
                    </div> <!-- /.col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 -->
268
                    </div> <!-- /.col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 -->
261
                </div> <!-- /.row#page_1 -->
269
                </div> <!-- /.row#page_1 -->
Lines 271-277 fieldset.rows table { clear: none; margin: 0; } Link Here
271
                        </div>
279
                        </div>
272
                        <div id="subscription_form_planning">
280
                        <div id="subscription_form_planning">
273
                            <fieldset class="rows">
281
                            <fieldset class="rows">
274
                                <legend>Serials planning</legend>
282
                                <h3>Serials planning</h3>
275
                                <ol>
283
                                <ol>
276
                                    <li>
284
                                    <li>
277
                                        <label for="acqui_date" class="required">First issue publication date:</label>
285
                                        <label for="acqui_date" class="required">First issue publication date:</label>
Lines 411-418 fieldset.rows table { clear: none; margin: 0; } Link Here
411
                                    </li>
419
                                    </li>
412
                                    <li>
420
                                    <li>
413
                                        <span class="label">&nbsp;</span>
421
                                        <span class="label">&nbsp;</span>
414
                                        <a href="#" class="toggle_advanced_pattern show_advanced_pattern"><i class="fa fa-plus-square"></i> Show advanced pattern</a>
422
                                        <a  href="#" class="toggle_advanced_pattern show_advanced_pattern"><i class="fa fa-plus-square"></i> Show advanced pattern</a>
415
                                        <a href="#" style="display:none;" class="toggle_advanced_pattern hide_advanced_pattern"><i class="fa fa-minus-square"></i> Hide advanced pattern</a>
423
                                        <a  href="#" style="display:none;" class="toggle_advanced_pattern hide_advanced_pattern"><i class="fa fa-minus-square"></i> Hide advanced pattern</a>
416
                                    </li>
424
                                    </li>
417
                                </ol>
425
                                </ol>
418
426
Lines 503-516 fieldset.rows table { clear: none; margin: 0; } Link Here
503
                                    </li>
511
                                    </li>
504
                                    <li>
512
                                    <li>
505
                                        <span class="label">&nbsp;</span>
513
                                        <span class="label">&nbsp;</span>
506
                                        <a href="#" id="modifyadvancedpatternbutton"><i class="fa fa-pencil"></i> Modify pattern</a>
514
                                        <a  href="#" id="modifyadvancedpatternbutton"><i class="fa fa-pencil"></i> Modify pattern</a>
507
                                        <button type="button" class="btn btn-default btn-xs" id="saveadvancedpatternbutton" style="display:none"><i class="fa fa-save"></i> Save as new pattern</button>
515
                                        <button type="button" class="btn btn-default btn-xs principal" id="saveadvancedpatternbutton" style="display:none"><i class="fa fa-save"></i> Save as new pattern</button>
508
                                        <a class="cancel" href="#" id="restoreadvancedpatternbutton" style="display:none">Cancel modifications</a>
516
                                        <a  class="cancel" href="#" id="restoreadvancedpatternbutton" style="display:none">Cancel modifications</a>
509
                                    </li>
517
                                    </li>
510
                                    </ol>
518
                                    </ol>
511
                                </div> <!-- /#advancedpredictionpattern -->
519
                                </div> <!-- /#advancedpredictionpattern -->
512
                                <fieldset class="action">
520
                                <fieldset class="action">
513
                                    <button type="button" id="testpatternbutton" class="btn btn-default btn-sm"><i class="fa fa-play"></i> Test prediction pattern</button>
521
                                    <button type="button" id="testpatternbutton" class="btn btn-default btn-sm principal"><i class="fa fa-play"></i> Test prediction pattern</button>
514
                                </fieldset>
522
                                </fieldset>
515
                            </fieldset>
523
                            </fieldset>
516
524
Lines 527-534 fieldset.rows table { clear: none; margin: 0; } Link Here
527
                            <input type="hidden" id="unitsperissue"  name="unitsperissue" value=""/>
535
                            <input type="hidden" id="unitsperissue"  name="unitsperissue" value=""/>
528
                            <input type="hidden" id="issuesperunit"  name="issuesperunit" value=""/>
536
                            <input type="hidden" id="issuesperunit"  name="issuesperunit" value=""/>
529
                            <fieldset class="action">
537
                            <fieldset class="action">
530
                                <button type="button" id="subscription_add_previous" style="float:left"><i class="fa fa-long-arrow-left"></i> Previous</button>
538
                                <button type="button" id="subscription_add_previous" class="cancel" style="float:left"><i class="fa fa-long-arrow-left"></i> Previous</button>
531
                                <input id="save-subscription" type="submit" value="Save subscription" style="float:right;" accesskey="w"/>
539
                                <input id="save-subscription" type="submit" value="Save subscription" class="principal" style="float:right;" accesskey="w"/>
532
                            </fieldset>
540
                            </fieldset>
533
                        </div>
541
                        </div>
534
                    </div>
542
                    </div>
Lines 550-556 fieldset.rows table { clear: none; margin: 0; } Link Here
550
                    <div class="modal-body">
558
                    <div class="modal-body">
551
                    </div>
559
                    </div>
552
                    <div class="modal-footer">
560
                    <div class="modal-footer">
553
                        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
561
                        <button type="button" class="btn btn-default cancel" data-dismiss="modal">Close</button>
554
                    </div>
562
                    </div>
555
                </div>
563
                </div>
556
             </div>
564
             </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt (-2 / +11 lines)
Lines 1-3 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'serials-search.inc' %]
4
[% END %]
1
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
2
[% USE Branches %]
6
[% USE Branches %]
3
[% USE ItemTypes %]
7
[% USE ItemTypes %]
Lines 8-15 Link Here
8
    [% INCLUDE 'calendar.inc' %]
12
    [% INCLUDE 'calendar.inc' %]
9
</head>
13
</head>
10
<body id="ser_subscription-batchedit" class="ser">
14
<body id="ser_subscription-batchedit" class="ser">
11
    [% INCLUDE 'header.inc' %]
15
    [% INCLUDE 'header.inc' form=formulaire %]
12
    [% INCLUDE 'serials-search.inc' %]
13
16
14
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
        <ol>
18
        <ol>
Lines 25-30 Link Here
25
                </a>
28
                </a>
26
            </li>
29
            </li>
27
        </ol>
30
        </ol>
31
        <ol>
32
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
33
        </ol>
34
        <ol>
35
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
36
        </ol>
28
    </nav>
37
    </nav>
29
38
30
<div class="main container-fluid">
39
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-2 / +10 lines)
Lines 7-12 Link Here
7
[% USE Price %]
7
[% USE Price %]
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% formulaire = BLOCK %]
11
    [% INCLUDE 'serials-search.inc' %]
12
[% END %]
10
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Details for subscription #[% subscriptionid | html %] &rsaquo; Serials &rsaquo; Koha</title>
14
<title>Details for subscription #[% subscriptionid | html %] &rsaquo; Serials &rsaquo; Koha</title>
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
Lines 14-21 Link Here
14
</head>
17
</head>
15
18
16
<body id="ser_subscription-detail" class="ser">
19
<body id="ser_subscription-detail" class="ser">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'serials-search.inc' %]
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
Lines 40-45 Link Here
40
            </li>
42
            </li>
41
        [% END %]
43
        [% END %]
42
    </ol>
44
    </ol>
45
        <ol>
46
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
47
        </ol>
48
        <ol>
49
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
50
        </ol>
43
</nav>
51
</nav>
44
52
45
<div class="main container-fluid">
53
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-6 / +18 lines)
Lines 1-12 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'serials-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Frequencies &rsaquo; Serials &rsaquo; Koha</title>
6
<title>Frequencies &rsaquo; Serials &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="ser_subscription_frequencies" class="ser">
10
<body id="ser_subscription_frequencies" class="ser">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'serials-search.inc' %]
10
12
11
[% BLOCK translate_frequnit %]
13
[% BLOCK translate_frequnit %]
12
[%  SWITCH frequnit %]
14
[%  SWITCH frequnit %]
Lines 29-34 Link Here
29
            <a href="#" aria-current="page">Frequencies</a>
31
            <a href="#" aria-current="page">Frequencies</a>
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
34
35
    <ol>
36
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
37
    </ol>
38
39
    <ol>
40
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
41
    </ol>
32
</nav>
42
</nav>
33
43
34
<div class="main container-fluid">
44
<div class="main container-fluid">
Lines 38-46 Link Here
38
48
39
      [% IF (new or modify) %]
49
      [% IF (new or modify) %]
40
        [% IF (new) %]
50
        [% IF (new) %]
41
          <h1>New frequency</h1>
51
          <h2>New frequency</h2>
42
        [% ELSE %]
52
        [% ELSE %]
43
          <h1>Edit frequency: [% description | html %]</h1>
53
          <h2>Edit frequency: [% description | html %]</h2>
44
        [% END %]
54
        [% END %]
45
        <form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post">
55
        <form action="/cgi-bin/koha/serials/subscription-frequencies.pl" id="add_frequency_form" method="post">
46
          [% IF (modify) %]
56
          [% IF (modify) %]
Lines 101-110 Link Here
101
      [% ELSE %]
111
      [% ELSE %]
102
112
103
        <div id="toolbar" class="btn-toolbar">
113
        <div id="toolbar" class="btn-toolbar">
104
            <a class="btn btn-default" id="newfrequency" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=new"><i class="fa fa-plus"></i> New frequency</a>
114
          <div>
115
              <a class="toolbar-btn" id="newfrequency" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=new"><i class="fa fa-plus"></i> New frequency</a>
116
          </div>
105
        </div>
117
        </div>
106
118
107
        <h1>Frequencies</h1>
119
        <h2>Frequencies</h2>
108
        [% IF still_used %]
120
        [% IF still_used %]
109
            <div class="dialog alert">
121
            <div class="dialog alert">
110
                <p>
122
                <p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt (-3 / +6 lines)
Lines 1-18 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'serials-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Subscription history &rsaquo; Serials &rsaquo; Koha</title>
7
<title>Subscription history &rsaquo; Serials &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="ser_subscription_history" class="ser">
11
<body id="ser_subscription_history" class="ser">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'serials-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
14
        <li>
16
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
16
        </li>
18
        </li>
17
        <li>
19
        <li>
18
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
20
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 24-29 Link Here
24
        </li>
26
        </li>
25
    </ol>
27
    </ol>
26
</nav>
28
</nav>
29
[% INCLUDE 'shortcut.inc' %]
27
30
28
<div class="main container-fluid">
31
<div class="main container-fluid">
29
    <div class="row">
32
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-13 / +19 lines)
Lines 1-19 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'serials-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Numbering patterns &rsaquo; Serials &rsaquo; Koha</title>
8
<title>Numbering patterns &rsaquo; Serials &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="ser_subscription_numberpatterns" class="ser">
12
<body id="ser_subscription_numberpatterns" class="ser">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'serials-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
15
        <li>
17
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
17
        </li>
19
        </li>
18
        <li>
20
        <li>
19
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
21
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 46-67 Link Here
46
        [% END %]
48
        [% END %]
47
    </ol>
49
    </ol>
48
</nav>
50
</nav>
51
[% INCLUDE 'shortcut.inc' %]
49
52
50
<div class="main container-fluid">
53
<div class="main container-fluid">
51
    <div class="row">
54
    <div class="row">
52
        <div class="col-sm-10 col-sm-push-2">
55
        <div class="col-sm-10 col-sm-push-2">
53
            <main>
56
            <main>
54
57
58
59
        <div id="toolbar" class="btn-toolbar">
60
          <div>
61
              <a class="toolbar-btn" id="newnumberpattern" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=new"><i class="fa fa-plus"></i> New numbering pattern</a>
62
          </div>
63
        </div>
64
55
      [% IF (new or modify) %]
65
      [% IF (new or modify) %]
56
          [% IF (new) %]
66
          [% IF (new) %]
57
            <h1>New numbering pattern</h1>
67
            <h2>New numbering pattern</h2>
58
            [% IF (error_existing_numberpattern) %]
68
            [% IF (error_existing_numberpattern) %]
59
              <div class="dialog alert">
69
              <div class="dialog alert">
60
                <p>A pattern with this name already exists.</p>
70
                <p>A pattern with this name already exists.</p>
61
              </div>
71
              </div>
62
            [% END %]
72
            [% END %]
63
          [% ELSE %]
73
          [% ELSE %]
64
            <h1>Modify pattern: [% label | html %]</h1>
74
            <h2>Modify pattern: [% label | html %]</h2>
65
            [% IF (error_existing_numberpattern) %]
75
            [% IF (error_existing_numberpattern) %]
66
              <div class="dialog alert">
76
              <div class="dialog alert">
67
                <p>Another pattern with this name already exists.</p>
77
                <p>Another pattern with this name already exists.</p>
Lines 180-188 Link Here
180
              </table>
190
              </table>
181
            </fieldset>
191
            </fieldset>
182
            <fieldset class="action">
192
            <fieldset class="action">
183
              <button type="submit" class="btn btn-default">Save</button>
193
              <button type="submit" class="btn btn-default principal">Save</button>
184
              <button type="reset" class="btn btn-default">Reset</button>
194
              <button type="reset" class="btn btn-default cancel">Reset</button>
185
              <a class="cancel" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">Cancel</a>
195
              <a class="btn btn-default cancel" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">Cancel</a>
186
            </fieldset>
196
            </fieldset>
187
          </form>
197
          </form>
188
198
Lines 254-260 Link Here
254
          </form>
264
          </form>
255
265
256
      [% ELSE %]
266
      [% ELSE %]
257
        <h1>Numbering patterns</h1>
267
        <h2>Numbering patterns</h2>
258
        [% IF still_used %]
268
        [% IF still_used %]
259
            <div class="dialog alert">
269
            <div class="dialog alert">
260
                <p>
270
                <p>
Lines 282-291 Link Here
282
            </div>
292
            </div>
283
        [% END %]
293
        [% END %]
284
294
285
        <div id="toolbar" class="btn-toolbar">
286
            <a class="btn btn-default" id="newnumberpattern" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=new"><i class="fa fa-plus"></i> New numbering pattern</a>
287
        </div>
288
289
        [% IF (numberpatterns_loop.size) %]
295
        [% IF (numberpatterns_loop.size) %]
290
          <table id="numberpatternst">
296
          <table id="numberpatternst">
291
            <thead>
297
            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt (-3 / +7 lines)
Lines 1-15 Link Here
1
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'serials-search.inc' %]
4
[% END %]
1
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Alert subscribers for [% bibliotitle | html %] &rsaquo; Serials &rsaquo; Koha</title>
6
<title>Alert subscribers for [% bibliotitle | html %] &rsaquo; Serials &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
8
</head>
5
<body id="ser_viewalerts" class="ser">
9
<body id="ser_viewalerts" class="ser">
6
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' form=formulaire %]
7
[% INCLUDE 'serials-search.inc' %]
8
11
9
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
    <ol>
13
    <ol>
11
        <li>
14
        <li>
12
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
            <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
13
        </li>
16
        </li>
14
        <li>
17
        <li>
15
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
18
            <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
Lines 21-26 Link Here
21
        </li>
24
        </li>
22
    </ol>
25
    </ol>
23
</nav>
26
</nav>
27
[% INCLUDE 'shortcut.inc' %]
24
28
25
<div class="main container-fluid">
29
<div class="main container-fluid">
26
    <div class="row">
30
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +5 lines)
Lines 53-60 Link Here
53
</head>
53
</head>
54
54
55
<body id="acq_suggestion" class="acq">
55
<body id="acq_suggestion" class="acq">
56
    [% INCLUDE 'header.inc' %]
56
    [% form = BLOC %]
57
    [% INCLUDE 'cat-search.inc' %]
57
        [% INCLUDE 'cat-search.inc' %]
58
    [% END %]
59
    [% INCLUDE 'header.inc' form = formulaire %]
58
60
59
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
61
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
60
        <ol>
62
        <ol>
Lines 103-108 Link Here
103
            [% END %]
105
            [% END %]
104
        </ol>
106
        </ol>
105
    </nav> <!-- /.breadcrumbs -->
107
    </nav> <!-- /.breadcrumbs -->
108
    [% INCLUDE 'shortcut.inc' %]
106
109
107
    [% IF ( op == 'show' ) %]
110
    [% IF ( op == 'show' ) %]
108
        <div class="main container-fluid">
111
        <div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-3 / +11 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
9
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 10-17 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
10
</head>
13
</head>
11
14
12
<body id="tags_list" class="tools">
15
<body id="tags_list" class="tools">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'cat-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
Lines 28-34 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
28
            <a href="#" aria-current="page">
30
            <a href="#" aria-current="page">
29
                Results for tag <em>[% tag | html %]</em>
31
                Results for tag <em>[% tag | html %]</em>
30
            </a>
32
            </a>
31
        </li>
33
        </li
34
        <ol>
35
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
36
        </ol>
37
        <ol>
38
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
39
        </ol>>
32
    </ol>
40
    </ol>
33
</nav>
41
</nav>
34
42
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-16 / +26 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
9
<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] &rsaquo; Tags &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 15-22 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
15
</head>
18
</head>
16
19
17
<body id="tags_review" class="tools">
20
<body id="tags_review" class="tools">
18
[% INCLUDE 'header.inc' %]
21
[% INCLUDE 'header.inc' form=formulaire %]
19
[% INCLUDE 'cat-search.inc' %]
20
22
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <ol>
24
    <ol>
Lines 32-37 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
32
            </a>
34
            </a>
33
        </li>
35
        </li>
34
    </ol>
36
    </ol>
37
        <ol>
38
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
39
        </ol>
40
        <ol>
41
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
42
        </ol>
35
</nav>
43
</nav>
36
44
37
<div class="main container-fluid">
45
<div class="main container-fluid">
Lines 41-47 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
41
49
42
<div class="row">
50
<div class="row">
43
<div class="col-sm-8 col-sm-push-2">
51
<div class="col-sm-8 col-sm-push-2">
44
<h1>Tags</h1>
52
<h2>Tags</h2>
45
<form method="post" action="/cgi-bin/koha/tags/review.pl">
53
<form method="post" action="/cgi-bin/koha/tags/review.pl">
46
    <h4><span>Displaying</span>
54
    <h4><span>Displaying</span>
47
    [% IF ( filter_approved_all ) %]<span>all</span>[% END %]
55
    [% IF ( filter_approved_all ) %]<span>all</span>[% END %]
Lines 168-174 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
168
</div>
176
</div>
169
<div class="col-sm-2 col-sm-push-2">
177
<div class="col-sm-2 col-sm-push-2">
170
    <aside>
178
    <aside>
171
 <fieldset class="brief">
179
 <fieldset class="sidebar">
172
  <h4>Terms summary</h4>
180
  <h4>Terms summary</h4>
173
  <ul>
181
  <ul>
174
    <li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved</a>:
182
    <li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved</a>:
Lines 186-197 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
186
  </ul>
194
  </ul>
187
  <span id="terms_summary_status">&nbsp;</span>
195
  <span id="terms_summary_status">&nbsp;</span>
188
  </fieldset>
196
  </fieldset>
189
  <fieldset class="brief">
197
  <fieldset class="sidebar">
190
   <h4>Check lists</h4>
198
   <h4>Check lists</h4>
191
   <div class="description">Enter a word or phrase to check against approved/rejected lists: </div>
199
   <div class="description">Enter a word or phrase to check against approved/rejected lists: </div>
192
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
200
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
193
   <input type="text" size="14" name="test" id="test" />
201
   <input type="text" size="14" name="test" id="test" />
194
   <fieldset class="action"><button type="submit" value="Test" class="approval_btn btn btn-default btn-sm" id="test_button" name="op-test"><i class="fa fa-check-square-o" aria-hidden="true"></i> Test</button></fieldset>
202
   <fieldset class="action"><button type="submit" value="Test" class="approval_btn btn btn-default btn-sm principal" id="test_button" name="op-test"><i class="fa fa-check-square-o" aria-hidden="true"></i> Test</button></fieldset>
195
   <div id="verdict">
203
   <div id="verdict">
196
    [% IF ( test_term ) %]
204
    [% IF ( test_term ) %]
197
    [% IF ( verdict_ok ) %]
205
    [% IF ( verdict_ok ) %]
Lines 209-221 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
209
</div>
217
</div>
210
<div class="col-sm-2 col-sm-pull-10">
218
<div class="col-sm-2 col-sm-pull-10">
211
    <aside>
219
    <aside>
220
    <div id="filters">
212
<form method="post" action="/cgi-bin/koha/tags/review.pl">
221
<form method="post" action="/cgi-bin/koha/tags/review.pl">
213
<fieldset class="brief">
222
<fieldset class="sidebar">
214
  <h4>Filters</h4>
223
  <h4>Filters</h4>
215
	<ol>
224
	<ol>
216
	    <li><label for="tag">Term:</label> <input type="text" name="tag" id="tag" value="[% filter_tag | html %]" />
225
	    <li><p for="tag">Term:<input type="text" name="tag" id="tag" value="[% filter_tag | html %]" /></p>
217
	    </li>
226
	    </li>
218
	    <li><label for="approved">Status:</label>
227
	    <li><p for="approved">Status:
219
            <select name="approved" id="approved">
228
            <select name="approved" id="approved">
220
            [% IF ( filter_approved_all ) %]<option selected="selected" value="all">all</option>
229
            [% IF ( filter_approved_all ) %]<option selected="selected" value="all">all</option>
221
            [% ELSE %]<option value="all">all</option>[% END %]
230
            [% ELSE %]<option value="all">all</option>[% END %]
Lines 225-247 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
225
            [% ELSE %]<option value="0">pending</option>[% END %]
234
            [% ELSE %]<option value="0">pending</option>[% END %]
226
            [% IF ( filter_approved_rej ) %]<option selected="selected" value="-1">rejected</option>
235
            [% IF ( filter_approved_rej ) %]<option selected="selected" value="-1">rejected</option>
227
            [% ELSE %]<option value="-1">rejected</option>[% END %]
236
            [% ELSE %]<option value="-1">rejected</option>[% END %]
228
			</select>
237
			</select></p>
229
	    </li>
238
	    </li>
230
	    <li><label for="approver">Reviewer:</label> <input type="text" name="approver" id="approver" value="[% filter_approver | html %]" />
239
	    <li><p for="approver">Reviewer: <input type="text" name="approver" id="approver" value="[% filter_approver | html %]" /></p>
231
	    </li>
240
	    </li>
232
	    <li>
241
	    <li>
233
			<label for="from">Date: from </label>
242
			<p for="from">Date: from
234
            <input type="text" size="10" id="from" name="from" value="[% filter_date_approved_from | html %]" class="flatpickr" data-date_to="to" />
243
            <input type="text" size="10" id="from" name="from" value="[% filter_date_approved_from | html %]" class="flatpickr" data-date_to="to" />
235
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
244
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div></p>
236
245
237
			<label for="to">...to </label>
246
			<p for="to">...to
238
            <input type="text" size="10" id="to" name="to" value="[% filter_date_approved_to | html %]" class="flatpickr" />
247
            <input type="text" size="10" id="to" name="to" value="[% filter_date_approved_to | html %]" class="flatpickr" />
239
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
248
			<div class="hint">[% INCLUDE 'date-format.inc' %]</div></p>
240
	    </li>
249
	    </li>
241
  </ol>
250
  </ol>
242
 <fieldset class="action"><button type="submit" class="btn btn-default btn-sm"><i class="fa fa-filter" aria-hidden="true"></i> Apply filter(s)</button></fieldset>
251
 <fieldset class="action"><button type="submit" class="btn btn-default btn-sm principal"><i class="fa fa-filter" aria-hidden="true"></i> Apply filter(s)</button></fieldset>
243
</fieldset>
252
</fieldset>
244
</form>
253
</form>
254
</div>
245
</aside>
255
</aside>
246
</div>
256
</div>
247
</div>
257
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt (-3 / +11 lines)
Lines 2-14 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Access files</title>
9
<title>Access files</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="tools_access_files" class="tools">
12
<body id="tools_access_files" class="tools">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'cat-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
Lines 24-29 Link Here
24
            </a>
26
            </a>
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
29
        <ol>
30
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
31
        </ol>
32
        <ol>
33
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
34
        </ol>
27
</nav>
35
</nav>
28
36
29
<div class="main container-fluid">
37
<div class="main container-fluid">
Lines 31-37 Link Here
31
        <div class="col-sm-10 col-sm-push-2">
39
        <div class="col-sm-10 col-sm-push-2">
32
            <main>
40
            <main>
33
41
34
    <h1>Access files</h1>
42
    <h2>Access files</h2>
35
43
36
[% IF ( error_no_dir ) %]
44
[% IF ( error_no_dir ) %]
37
    <div class="dialog alert"><strong>Error: </strong>Files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.</div>
45
    <div class="dialog alert"><strong>Error: </strong>Files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-51 / +66 lines)
Lines 4-9 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Additional contents &rsaquo; Tools &rsaquo; Koha</title>
11
<title>Additional contents &rsaquo; Tools &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
Lines 28-35 Link Here
28
</head>
31
</head>
29
32
30
<body id="tools_additional-contents" class="tools">
33
<body id="tools_additional-contents" class="tools">
31
[% INCLUDE 'header.inc' %]
34
[% INCLUDE 'header.inc' form=formulaire %]
32
[% INCLUDE 'cat-search.inc' %]
33
35
34
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
36
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
35
    <ol>
37
    <ol>
Lines 71-76 Link Here
71
        [% END %]
73
        [% END %]
72
74
73
    </ol>
75
    </ol>
76
        <ol>
77
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
78
        </ol>
79
        <ol>
80
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
81
        </ol>
74
</nav>
82
</nav>
75
83
76
[% IF op == 'add_form' %]
84
[% IF op == 'add_form' %]
Lines 119-160 Link Here
119
127
120
            <div class="col-sm-2 col-sm-pull-10">
128
            <div class="col-sm-2 col-sm-pull-10">
121
                <aside>
129
                <aside>
122
123
                    <div id="news-filter">
124
                        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="get">
130
                        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="get">
125
                            <h4>Filter</h4>
131
                            <fieldset class="sidebar">
126
                            <fieldset class="brief">
132
                                <h3>Filter</h3>
127
                                <ol>
133
128
                                    <li>
134
                                    <ol>
129
                                        <label for="news_keyword">Keyword:</label>
135
                                        <li>
130
                                        <input type="text" name="news_keyword" id="news_keyword" />
136
                                            <label for="news_keyword">Keyword:</label>
131
                                    </li>
137
                                            <input type="text" name="news_keyword" id="news_keyword" />
132
                                    <li>
138
                                        </li>
133
                                        <label for="news_display_location">Display location:</label>
139
                                        <li>
134
                                        <select name="news_display_location" id="news_display_location">
140
                                            <label for="news_display_location">Display location:</label>
135
                                            <option value="">All</option>
141
                                            <select name="news_display_location" id="news_display_location">
136
                                            [% PROCESS locations_options category => category %]
142
                                                <option value="">All</option>
137
                                        </select>
143
                                                [% PROCESS locations_options category => category %]
138
                                    </li>
144
                                            </select>
139
                                    <li>
145
                                        </li>
140
                                        <label for="news_library">Library: </label>
146
                                        <li>
141
                                        <select id="news_library" name="news_library">
147
                                            <label for="news_library">Library: </label>
142
                                            <option value=""></option>
148
                                            <select id="news_library" name="news_library">
143
                                            <option value="">All libraries</option>
149
                                                <option value=""></option>
144
                                            [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
150
                                                <option value="">All libraries</option>
145
                                        </select>
151
                                                [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
146
                                    </li>
152
                                            </select>
147
                                    <li>
153
                                        </li>
148
                                        <label>
154
                                        <li>
149
                                            <input type="checkbox" name="show_expired" id="show_expired" /> Show expired
155
                                            <label>
150
                                        </label>
156
                                                <input type="checkbox" name="show_expired" id="show_expired" /> Show expired
151
                                    </li>
157
                                            </label>
152
                                </ol>
158
                                        </li>
159
                                    </ol>
153
                            </fieldset>
160
                            </fieldset>
154
                        </form>
161
                        </form>
155
                    </div>
156
162
157
                    [% INCLUDE 'tools-menu.inc' %]
163
                        [% INCLUDE 'tools-menu.inc' %]
158
                </aside>
164
                </aside>
159
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
165
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
160
        [% END %]
166
        [% END %]
Lines 162-177 Link Here
162
</div> <!-- /.main.container-fluid -->
168
</div> <!-- /.main.container-fluid -->
163
169
164
[% BLOCK add_form %]
170
[% BLOCK add_form %]
171
<div class="col-sm-12">
165
    [% IF additional_content %]
172
    [% IF additional_content %]
166
        <h1>Modify an additional content</h1>
173
        <h2>Modify an additional content</h2>
167
    [% ELSE %]
174
    [% ELSE %]
168
        <h1>New additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])</h1>
175
        <h2>New additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])</h2>
169
    [% END %]
176
    [% END %]
170
177
171
    <div id="toolbar" class="btn-toolbar">
178
    <div id="toolbar" class="btn-toolbar">
172
        <div class="btn-group">
179
        <div class="btn-group">
173
            <button class="btn btn-default" id="submit_form"><i class="fa fa-save"></i> Save</button>
180
            <button class="btn btn-default principal" id="submit_form"><i class="fa fa-save"></i> Save</button>
174
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
181
            <button class="btn btn-default principal dropdown-toggle" data-toggle="dropdown">
175
            <span class="caret"></span>
182
            <span class="caret"></span>
176
            </button>
183
            </button>
177
            <ul class="dropdown-menu">
184
            <ul class="dropdown-menu">
Lines 179-188 Link Here
179
            </ul>
186
            </ul>
180
        </div>
187
        </div>
181
        [% IF category == 'news' %]
188
        [% IF category == 'news' %]
182
            <a class="btn btn-default cancel" href="/cgi-bin/koha/tools/additional-contents.pl"><i class="fa fa-remove"></i> Cancel</a>
189
            <a class="cancel" href="/cgi-bin/koha/tools/additional-contents.pl"><i class="fa fa-remove"></i> Cancel</a>
183
        [% ELSE %]
190
        [% ELSE %]
184
            <a class="btn btn-default cancel" href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations"><i class="fa fa-remove"></i> Cancel</a>
191
            <a class="cancel" href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations"><i class="fa fa-remove"></i> Cancel</a>
185
        [% END %]
192
        [% END %]
193
        </div>
186
    </div>
194
    </div>
187
195
188
    <form id="add_additional_content" method="post" action="/cgi-bin/koha/tools/additional-contents.pl" class="validate">
196
    <form id="add_additional_content" method="post" action="/cgi-bin/koha/tools/additional-contents.pl" class="validate">
Lines 250-255 Link Here
250
258
251
        [% IF languages.size %]
259
        [% IF languages.size %]
252
            <div id="tabs" class="toptabs">
260
            <div id="tabs" class="toptabs">
261
            <fieldset>
253
                <ul class="nav nav-tabs" role="tablist">
262
                <ul class="nav nav-tabs" role="tablist">
254
                    [% FOR language IN languages %]
263
                    [% FOR language IN languages %]
255
                        [% IF language.lang == 'default' %]
264
                        [% IF language.lang == 'default' %]
Lines 262-268 Link Here
262
                <div class="tab-content">
271
                <div class="tab-content">
263
                    [% FOR language IN languages %]
272
                    [% FOR language IN languages %]
264
                        <div id="lang_[% language.lang | uri %]" class="lang clearfix tab-pane" data-lang="[% language.description | html %]">
273
                        <div id="lang_[% language.lang | uri %]" class="lang clearfix tab-pane" data-lang="[% language.description | html %]">
265
                            <fieldset class="rows">
274
                            <fieldset>
266
                                <ol>
275
                                <ol>
267
                                    <li>
276
                                    <li>
268
                                        <label for="title_[% language.lang | html %]">Title: </label>
277
                                        <label for="title_[% language.lang | html %]">Title: </label>
Lines 278-283 Link Here
278
                        </div>
287
                        </div>
279
                    [% END %]
288
                    [% END %]
280
                </div> <!-- /.tab-content -->
289
                </div> <!-- /.tab-content -->
290
            </fieldset>
281
            </div>
291
            </div>
282
        [% ELSE %]
292
        [% ELSE %]
283
            <div id="lang_default">
293
            <div id="lang_default">
Lines 287-299 Link Here
287
            </div>
297
            </div>
288
        [% END %]
298
        [% END %]
289
    </form>
299
    </form>
300
</div>
290
[% END %]
301
[% END %]
291
302
292
[% BLOCK list %]
303
[% BLOCK list %]
293
304
294
    <div id="toolbar" class="btn-toolbar">
305
    <div id="toolbar" class="btn-toolbar">
295
        <div class="btn-group">
306
        <div class="btn-group">
296
            <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&category=[% category | uri %]&editmode=[% editmode | uri %]" class="btn btn-default" id="newentry"> <i class="fa fa-plus"></i> New entry</a><button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
307
            <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&category=[% category | uri %]&editmode=[% editmode | uri %]" class="toolbar-btn word" id="newentry"> <i class="fa fa-plus"></i> New entry</a>
308
            <button class="toolbar-btn arrow dropdown-toggle" data-toggle="dropdown">
297
                <span class="caret"></span>
309
                <span class="caret"></span>
298
            </button>
310
            </button>
299
            <ul class="dropdown-menu pull-right">
311
            <ul class="dropdown-menu pull-right">
Lines 310-326 Link Here
310
322
311
    <h2>Additional contents ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])</h2>
323
    <h2>Additional contents ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])</h2>
312
    [% IF category == 'news' %]
324
    [% IF category == 'news' %]
313
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a>
325
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations" >HTML customizations</a>
314
    [% ELSE %]
326
    [% ELSE %]
315
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a>
327
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=news" >News</a>
316
    [% END %]
328
    [% END %]
317
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
329
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
318
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserJS'>OPACUserJS</a>
330
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserJS' >OPACUserJS</a>
319
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserCSS'>OPACUserCSS</a>
331
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserCSS' >OPACUserCSS</a>
320
    [% END %]
332
    [% END %]
321
333
322
    [% IF additional_contents.count %]
334
    [% IF additional_contents.count %]
323
        <form id="del_form" method="post" action="/cgi-bin/koha/tools/additional-contents.pl">
335
        <form id="del_form" method="post" action="/cgi-bin/koha/tools/additional-contents.pl">
336
    <fieldset>
324
            <table id="table_additional_contents">
337
            <table id="table_additional_contents">
325
                <thead>
338
                <thead>
326
                    <tr>
339
                    <tr>
Lines 367-373 Link Here
367
                        <td>[% IF ( c.author) %][% INCLUDE 'patron-title.inc' patron=c.author %][% END %]</td>
380
                        <td>[% IF ( c.author) %][% INCLUDE 'patron-title.inc' patron=c.author %][% END %]</td>
368
                        <td>
381
                        <td>
369
                            <div class="btn-group">
382
                            <div class="btn-group">
370
                                <a class="preview_news btn btn-default btn-xs" data-number="[% loop.count | html %]"><i class="fa fa-eye" aria-hidden="true"></i> Preview content</a>
383
                                <a class="preview_news btn btn-default btn-xs" data-number="[% loop.count | html %]" ><i class="fa fa-eye" aria-hidden="true"></i> Preview content</a>
371
                            </div>
384
                            </div>
372
                            <div id="contentModal[% loop.count | html %]" class="modal" tabindex="-1" role="dialog" data-number="[% loop.count | html %]">
385
                            <div id="contentModal[% loop.count | html %]" class="modal" tabindex="-1" role="dialog" data-number="[% loop.count | html %]">
373
                                <div class="modal-dialog" role="document">
386
                                <div class="modal-dialog" role="document">
Lines 379-392 Link Here
379
                                        [% c.content | $raw %]
392
                                        [% c.content | $raw %]
380
                                    </div>
393
                                    </div>
381
                                    <div class="modal-footer">
394
                                    <div class="modal-footer">
382
                                        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
395
                                        <button type="button" class="btn btn-secondary cancel" data-dismiss="modal">Close</button>
383
                                    </div>
396
                                    </div>
384
                                </div>
397
                                </div>
385
                            </div>
398
                            </div>
386
                        </td>
399
                        </td>
387
                        <td class="actions">
400
                        <td class="actions">
388
                            <div class="btn-group dropup">
401
                            <div class="btn-group dropup">
389
                                <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&amp;id=[% c.idnew | uri %]&editmode=[% editmode | uri %]" class="btn btn-default btn-xs"> <i class="fa fa-pencil"></i> Edit</a><button class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
402
                                <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&amp;id=[% c.idnew | uri %]&editmode=[% editmode | uri %]" class="btn btn-default btn-xs" > <i class="fa fa-pencil"></i> Edit</a>
403
                                <button class="btn btn-default btn-xs dropdown-toggle"  data-toggle="dropdown">
390
                                    <span class="caret"></span>
404
                                    <span class="caret"></span>
391
                                </button>
405
                                </button>
392
                                <ul class="dropdown-menu pull-right">
406
                                <ul class="dropdown-menu pull-right">
Lines 400-406 Link Here
400
                                </ul>
414
                                </ul>
401
                            </div>
415
                            </div>
402
                            <div class="btn-group">
416
                            <div class="btn-group">
403
                                <a href="#" class="delete_news btn btn-default btn-xs" data-idnew="[% c.idnew | html %]"><i class="fa fa-trash"></i> Delete</a>
417
                                <a href="#" class="delete_news btn btn-default btn-xs" data-idnew="[% c.idnew | html %]" ><i class="fa fa-trash"></i> Delete</a>
404
                            </div>
418
                            </div>
405
                        </td>
419
                        </td>
406
                    </tr>
420
                    </tr>
Lines 409-415 Link Here
409
            </table>
423
            </table>
410
            <input type="hidden" name="op" value="delete_confirmed" />
424
            <input type="hidden" name="op" value="delete_confirmed" />
411
            <input type="hidden" name="category" value="[% category | html %]" />
425
            <input type="hidden" name="category" value="[% category | html %]" />
412
            <fieldset class="action"><input type="submit" class="button" value="Delete selected" /></fieldset>
426
            <fieldset class="action"><input type="submit" class="button principal" value="Delete selected" /></fieldset>
427
</fieldset>
413
        </form>
428
        </form>
414
        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
429
        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
415
            <input type="hidden" id="del_op" name="op" value="delete_confirmed" />
430
            <input type="hidden" id="del_op" name="op" value="delete_confirmed" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-2 / +6 lines)
Lines 7-14 Link Here
7
</head>
7
</head>
8
8
9
<body id="tools_automatic_item_modification_by_age" class="tools">
9
<body id="tools_automatic_item_modification_by_age" class="tools">
10
[% INCLUDE 'header.inc' %]
10
[% form = BLOCK %]
11
[% INCLUDE 'cat-search.inc' %]
11
    [% INCLUDE 'cat-search.inc' %]
12
[% END %]
13
[% INCLUDE 'header.inc' form=form %]
12
14
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
        <ol>
16
        <ol>
Lines 38-43 Link Here
38
        </ol>
40
        </ol>
39
    </nav>
41
    </nav>
40
42
43
    [% INCLUDE 'shortcut.inc' %]
44
41
<div class="main container-fluid">
45
<div class="main container-fluid">
42
    <div class="row">
46
    <div class="row">
43
        <div class="col-sm-10 col-sm-push-2">
47
        <div class="col-sm-10 col-sm-push-2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-2 / +10 lines)
Lines 4-9 Link Here
4
[% USE Asset %]
4
[% USE Asset %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% PROCESS 'i18n.inc' %]
10
[% PROCESS 'i18n.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Batch item deletion &rsaquo; Tools &rsaquo; Koha</title>
12
<title>Batch item deletion &rsaquo; Tools &rsaquo; Koha</title>
Lines 13-20 Link Here
13
<![endif]-->
16
<![endif]-->
14
</head>
17
</head>
15
<body id="tools_batchMod-del" class="tools">
18
<body id="tools_batchMod-del" class="tools">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'cat-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
Lines 28-33 Link Here
28
            <a href="#" aria-current="page">Batch item deletion</a>
30
            <a href="#" aria-current="page">Batch item deletion</a>
29
        </li>
31
        </li>
30
    </ol>
32
    </ol>
33
        <ol>
34
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
35
        </ol>
36
        <ol>
37
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
38
        </ol>
31
</nav>
39
</nav>
32
40
33
<div class="main container-fluid">
41
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-19 / +27 lines)
Lines 4-9 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Batch item modification &rsaquo; Tools &rsaquo; Koha</title>
11
<title>Batch item modification &rsaquo; Tools &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
Lines 13-21 Link Here
13
</head>
16
</head>
14
17
15
<body id="tools_batchMod-edit" class="tools">
18
<body id="tools_batchMod-edit" class="tools">
16
    [% INCLUDE 'header.inc' %]
19
    [% INCLUDE 'header.inc' form=formulaire %]
17
    [% INCLUDE 'cat-search.inc' %]
18
19
20
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
22
    <ol>
Lines 29-57 Link Here
29
            <a href="#" aria-current="page">Batch item modification</a>
30
            <a href="#" aria-current="page">Batch item modification</a>
30
        </li>
31
        </li>
31
    </ol>
32
    </ol>
33
        <ol>
34
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
35
        </ol>
36
        <ol>
37
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
38
        </ol>
32
</nav>
39
</nav>
33
40
34
    <div class="main container-fluid">
41
    <div class="main container-fluid">
35
42
36
        <h1>Batch item modification</h1>
43
        <h2>Batch item modification</h2>
37
        [% IF op == 'enqueued' %]
44
        [% IF op == 'enqueued' %]
38
            <div class="dialog message">
45
            <div class="dialog message">
39
              <p>The job has been enqueued! It will be processed as soon as possible.</p>
46
              <p>The job has been enqueued! It will be processed as soon as possible.</p>
40
              <p><a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=[% job_id | uri %]" title="View detail of the enqueued job">View detail of the enqueued job</a>
47
              <p><a  href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=[% job_id | uri %]" title="View detail of the enqueued job">View detail of the enqueued job</a>
41
              | <a href="/cgi-bin/koha/tools/batchMod.pl" title="New batch item modification">New batch item modification</a></p>
48
              | <a  href="/cgi-bin/koha/tools/batchMod.pl" title="New batch item modification">New batch item modification</a></p>
42
            </div>
49
            </div>
43
50
44
            <fieldset class="action">
51
            <fieldset class="action">
45
                [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
52
                [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
46
                    [% IF searchid %]
53
                    [% IF searchid %]
47
                        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&searchid=[% searchid | uri %]">Return to the record</a>
54
                        <a  href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&searchid=[% searchid | uri %]">Return to the record</a>
48
                    [% ELSE %]
55
                    [% ELSE %]
49
                        <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Return to the record</a>
56
                        <a  href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Return to the record</a>
50
                    [% END %]
57
                    [% END %]
51
                [% ELSIF src %]
58
                [% ELSIF src %]
52
                    <a href="[% src | url %]">Return to where you were</a>
59
                    <a  href="[% src | url %]">Return to where you were</a>
53
                [% ELSE %]
60
                [% ELSE %]
54
                    <a href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a>
61
                    <a  href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a>
55
                [% END %]
62
                [% END %]
56
            </fieldset>
63
            </fieldset>
57
        [% END %]
64
        [% END %]
Lines 172-186 Link Here
172
179
173
                [% UNLESS (too_many_items_process) %]
180
                [% UNLESS (too_many_items_process) %]
174
                    <div id="cataloguing_additem_newitem">
181
                    <div id="cataloguing_additem_newitem">
175
                        <h2>Edit items</h2>
182
176
                        <div class="hint">Checking the box right next to the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.</div>
177
                        <fieldset class="rows">
183
                        <fieldset class="rows">
184
                        <h3>Edit items</h3>
185
                        <div class="hint">Checking the box right next to the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.</div>
178
                            [%# no_plugin from batchMod-edit, jQuery is included at the end of the template and cataloguing plugins are not working in this situation %]
186
                            [%# no_plugin from batchMod-edit, jQuery is included at the end of the template and cataloguing plugins are not working in this situation %]
179
                            [% PROCESS subfields_for_item subfields => subfields, add_regex => 1, add_delete_checkbox => 1, no_plugin => 1 %]
187
                            [% PROCESS subfields_for_item subfields => subfields, add_regex => 1, add_delete_checkbox => 1, no_plugin => 1 %]
180
                        </fieldset>
188
                        </fieldset>
181
189
182
                        <fieldset class="rows">
190
                        <fieldset class="rows">
183
                            <legend>Other attributes</legend>
191
                            <h3>Other attributes</h3>
184
                            <ol>
192
                            <ol>
185
                                <li>
193
                                <li>
186
                                    <div class="subfield_line">
194
                                    <div class="subfield_line">
Lines 196-220 Link Here
196
                        </fieldset>
204
                        </fieldset>
197
205
198
                        <fieldset class="action">
206
                        <fieldset class="action">
199
                            <input type="submit" id="mainformsubmit" value="Save" />
207
                            <input type="submit" class="principal" id="mainformsubmit" value="Save" />
200
                            <a href="/cgi-bin/koha/tools/batchMod.pl" class="cancel">Cancel</a>
208
                            <a href="/cgi-bin/koha/tools/batchMod.pl" class="cancel">Cancel</a>
201
                        </fieldset>
209
                        </fieldset>
202
                    </div> <!-- /#cataloguing_additem_newitem -->
210
                    </div> <!-- /#cataloguing_additem_newitem -->
203
                [% ELSE %]
211
                [% ELSE %]
204
                    <p><a href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a></p>
212
                    <p><a  href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a></p>
205
                [% END # /UNLESS too_many_items_process %]
213
                [% END # /UNLESS too_many_items_process %]
206
            [% ELSE # IF show %]
214
            [% ELSE # IF show %]
207
                <fieldset class="action">
215
                <fieldset class="action">
208
                    [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
216
                    [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
209
                        [% IF searchid %]
217
                        [% IF searchid %]
210
                            <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&searchid=[% searchid | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
218
                            <a  class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&searchid=[% searchid | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
211
                        [% ELSE %]
219
                        [% ELSE %]
212
                            <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
220
                            <a  class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
213
                        [% END %]
221
                        [% END %]
214
                    [% ELSIF src %]
222
                    [% ELSIF src %]
215
                        <a class="btn btn-default" href="[% src | url %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
223
                        <a  class="btn btn-default" href="[% src | url %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
216
                    [% ELSE %]
224
                    [% ELSE %]
217
                        <a class="btn btn-default" href="/cgi-bin/koha/tools/batchMod.pl"><i class="fa fa-check-square-o"></i> Return to batch item modification</a>
225
                        <a  class="btn btn-default" href="/cgi-bin/koha/tools/batchMod.pl"><i class="fa fa-check-square-o"></i> Return to batch item modification</a>
218
                    [% END %]
226
                    [% END %]
219
                </fieldset> <!-- /.action -->
227
                </fieldset> <!-- /.action -->
220
            [% END %]
228
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt (-7 / +15 lines)
Lines 1-13 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% IF ( del ) %]Batch item deletion[% ELSE %]Batch item modification[% END %] &rsaquo; Tools &rsaquo; Koha</title>
8
<title>[% IF ( del ) %]Batch item deletion[% ELSE %]Batch item modification[% END %] &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
<body id="tools_batchMod" class="tools">
11
<body id="tools_batchMod" class="tools">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
Lines 32-37 Link Here
32
            </li>
34
            </li>
33
        [% END %]
35
        [% END %]
34
    </ol>
36
    </ol>
37
        <ol>
38
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
39
        </ol>
40
        <ol>
41
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
42
        </ol>
35
</nav>
43
</nav>
36
44
37
<div class="main container-fluid">
45
<div class="main container-fluid">
Lines 39-48 Link Here
39
        <div class="col-sm-10 col-sm-push-2">
47
        <div class="col-sm-10 col-sm-push-2">
40
            <main>
48
            <main>
41
49
42
                <h1>Batch item [% IF ( del ) %]deletion[% ELSE %]modification[% END %]</h1>
50
                <h2>Batch item [% IF ( del ) %]deletion[% ELSE %]modification[% END %]</h2>
43
                        <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batchMod.pl">
51
                        <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batchMod.pl">
44
                            <fieldset class="rows">
52
                            <fieldset class="rows">
45
                                <legend>Use a file</legend>
53
                                <h3>Use a file</h3>
46
                                  <ol>
54
                                  <ol>
47
                      <li>
55
                      <li>
48
                    <label for="barcode_file">Barcode file: </label><input type="radio" name="filecontent" value="barcode_file" id="barcode_file" checked="checked" /></li>
56
                    <label for="barcode_file">Barcode file: </label><input type="radio" name="filecontent" value="barcode_file" id="barcode_file" checked="checked" /></li>
Lines 53-59 Link Here
53
                                </ol>
61
                                </ol>
54
                            </fieldset>
62
                            </fieldset>
55
                            <fieldset class="rows">
63
                            <fieldset class="rows">
56
                                <legend>Or scan items one by one</legend>
64
                                <h3>Or scan items one by one</h3>
57
                                <ol>
65
                                <ol>
58
                                    <li>
66
                                    <li>
59
                                      <label for="barcodelist">Barcode list (one barcode per line): </label>
67
                                      <label for="barcodelist">Barcode list (one barcode per line): </label>
Lines 65-71 Link Here
65
73
66
                            [% UNLESS del %]
74
                            [% UNLESS del %]
67
                                <fieldset class="rows">
75
                                <fieldset class="rows">
68
                                    <legend>Use default values</legend>
76
                                    <h3>Use default values</h3>
69
                                    <ol class="radio">
77
                                    <ol class="radio">
70
                                        <li>
78
                                        <li>
71
                                            <label>
79
                                            <label>
Lines 79-85 Link Here
79
87
80
                            [% IF ( del ) %]<input type="hidden" name="del" value="1" />[% END %]
88
                            [% IF ( del ) %]<input type="hidden" name="del" value="1" />[% END %]
81
                            <fieldset class="action">
89
                            <fieldset class="action">
82
                                <input type="submit" value="Continue" class="button" />
90
                                <input class="principal" type="submit" value="Continue" class="button" />
83
                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
91
                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
84
                            </fieldset>
92
                            </fieldset>
85
93
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-6 / +16 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% PROCESS 'authorities-search-results.inc' %]
7
[% PROCESS 'authorities-search-results.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Batch record deletion &rsaquo; Tools &rsaquo; Koha</title>
9
<title>Batch record deletion &rsaquo; Tools &rsaquo; Koha</title>
Lines 8-15 Link Here
8
</head>
11
</head>
9
12
10
<body id="tools_batch_delete_records" class="tools">
13
<body id="tools_batch_delete_records" class="tools">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
Lines 23-28 Link Here
23
            <a href="#" aria-current="page">Batch record deletion</a>
25
            <a href="#" aria-current="page">Batch record deletion</a>
24
        </li>
26
        </li>
25
    </ol>
27
    </ol>
28
        <ol>
29
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
30
        </ol>
31
        <ol>
32
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
33
        </ol>
26
</nav>
34
</nav>
27
35
28
<div class="main container-fluid">
36
<div class="main container-fluid">
Lines 30-36 Link Here
30
        <div class="col-sm-10 col-sm-push-2">
38
        <div class="col-sm-10 col-sm-push-2">
31
            <main>
39
            <main>
32
40
33
  <h1>Batch record deletion</h1>
41
  <h2>Batch record deletion</h2>
34
  [% FOREACH message IN messages %]
42
  [% FOREACH message IN messages %]
35
    [% IF message.type == 'success' %]
43
    [% IF message.type == 'success' %]
36
      <div class="dialog message">
44
      <div class="dialog message">
Lines 59-65 Link Here
59
  [% IF op == 'form' %]
67
  [% IF op == 'form' %]
60
    <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="record_ids_selection">
68
    <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="record_ids_selection">
61
      <fieldset class="rows">
69
      <fieldset class="rows">
62
        <legend>Record type</legend>
70
        <h3>Record type</h3>
63
        <ol>
71
        <ol>
64
          <li><label for="biblio_type">Bibliographic: </label><input type="radio" name="recordtype" value="biblio" id="biblio_type" checked="checked" /></li>
72
          <li><label for="biblio_type">Bibliographic: </label><input type="radio" name="recordtype" value="biblio" id="biblio_type" checked="checked" /></li>
65
          <li><label for="authority_type">Authorities: </label><input type="radio" name="recordtype" value="authority" id="authority_type" /></li>
73
          <li><label for="authority_type">Authorities: </label><input type="radio" name="recordtype" value="authority" id="authority_type" /></li>
Lines 67-79 Link Here
67
      </fieldset>
75
      </fieldset>
68
76
69
      <div id="batch_del_form" class="toptabs">
77
      <div id="batch_del_form" class="toptabs">
78
      <fieldset id="searchresults">
70
        <ul class="nav nav-tabs" role="tablist">
79
        <ul class="nav nav-tabs" role="tablist">
71
          <li role="presentation" class="active">
80
          <li role="presentation" class="active">
72
              <a href="#uploadfile_tab" aria-controls="uploadfile_tab" role="tab" data-toggle="tab">Upload a file</a>
81
              <a href="#uploadfile_tab" aria-controls="uploadfile_tab" role="tab" data-toggle="tab">Upload a file</a>
73
          </li>
82
          </li>
74
          [% IF lists.count %]
83
          [% IF lists.count %]
75
            <li id="show_list_option" role="presentation">
84
            <li id="show_list_option" role="presentation">
76
                <a href="#shelves_tab" aria-controls="shelves_tab" role="tab" data-toggle="tab">Select a list of records</a>
85
                <a  href="#shelves_tab" aria-controls="shelves_tab" role="tab" data-toggle="tab">Select a list of records</a>
77
            </li>
86
            </li>
78
          [% END %]
87
          [% END %]
79
          <li role="presentation">
88
          <li role="presentation">
Lines 124-134 Link Here
124
        </div>
133
        </div>
125
134
126
      </div> <!-- /.tab-content -->
135
      </div> <!-- /.tab-content -->
136
      </fieldset>
127
    </div>
137
    </div>
128
138
129
      <fieldset class="action">
139
      <fieldset class="action">
130
        <input type="hidden" name="op" value="list" />
140
        <input type="hidden" name="op" value="list" />
131
        <input type="submit" value="Continue" class="button" />
141
        <input class="principal" type="submit" value="Continue" class="button" />
132
        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
142
        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
133
      </fieldset>
143
      </fieldset>
134
    </form>
144
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-7 / +15 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% USE Branches %]
7
[% USE Branches %]
5
[% USE Categories %]
8
[% USE Categories %]
6
[% USE KohaDates %]
9
[% USE KohaDates %]
Lines 14-21 Link Here
14
</head>
17
</head>
15
18
16
<body id="tools_batch_extend_due_dates" class="tools">
19
<body id="tools_batch_extend_due_dates" class="tools">
17
    [% INCLUDE 'header.inc' %]
20
    [% INCLUDE 'header.inc' form=formulaire %]
18
    [% INCLUDE 'cat-search.inc' %]
19
21
20
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
        <ol>
23
        <ol>
Lines 29-34 Link Here
29
                <a href="#" aria-current="page">Batch extend due dates</a>
31
                <a href="#" aria-current="page">Batch extend due dates</a>
30
            </li>
32
            </li>
31
        </ol>
33
        </ol>
34
        <ol>
35
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
36
        </ol>
37
        <ol>
38
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
39
        </ol>
32
    </nav>
40
    </nav>
33
41
34
    <div class="main container-fluid">
42
    <div class="main container-fluid">
Lines 36-42 Link Here
36
            <div class="col-sm-10 col-sm-push-2">
44
            <div class="col-sm-10 col-sm-push-2">
37
                <main>
45
                <main>
38
46
39
                    <h1>Batch extend due dates</h1>
47
                    <h2>Batch extend due dates</h2>
40
48
41
                    [% IF ( messages ) %]
49
                    [% IF ( messages ) %]
42
                        <div class="dialog message">
50
                        <div class="dialog message">
Lines 61-67 Link Here
61
                    [% IF view == 'form' %]
69
                    [% IF view == 'form' %]
62
                        <form method="post" action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" id="extend_due_dates_form">
70
                        <form method="post" action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" id="extend_due_dates_form">
63
                            <fieldset class="rows">
71
                            <fieldset class="rows">
64
                                <legend>Checkout criteria:</legend>
72
                                <h3>Checkout criteria:</h3>
65
                                <ol>
73
                                <ol>
66
                                    <li>
74
                                    <li>
67
                                        <label for="categorycodes">Patrons' categories: </label>
75
                                        <label for="categorycodes">Patrons' categories: </label>
Lines 92-98 Link Here
92
                                </ol>
100
                                </ol>
93
                            </fieldset>
101
                            </fieldset>
94
                            <fieldset class="rows">
102
                            <fieldset class="rows">
95
                                <legend>New due date:</legend>
103
                                <h3>New due date:</h3>
96
                                <ol>
104
                                <ol>
97
                                    <li>
105
                                    <li>
98
                                        <label for="new_hard_due_date">Hard due date: </label>
106
                                        <label for="new_hard_due_date">Hard due date: </label>
Lines 106-112 Link Here
106
                                </ol>
114
                                </ol>
107
                            </fieldset>
115
                            </fieldset>
108
                            <fieldset class="rows">
116
                            <fieldset class="rows">
109
                                <legend>Options:</legend>
117
                                <h3>Options:</h3>
110
                                <ol>
118
                                <ol>
111
                                    <li>
119
                                    <li>
112
                                        <label for="preview_results">Preview results:</label>
120
                                        <label for="preview_results">Preview results:</label>
Lines 117-123 Link Here
117
                            </fieldset>
125
                            </fieldset>
118
                            <fieldset class="action">
126
                            <fieldset class="action">
119
                                <input type="hidden" name="op" value="list" />
127
                                <input type="hidden" name="op" value="list" />
120
                                <input type="submit" value="Continue" class="button" />
128
                                <input type="submit" value="Continue" class="button principal" />
121
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
129
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
122
                            </fieldset>
130
                            </fieldset>
123
                        </form> <!-- /#extend_due_dates_form -->
131
                        </form> <!-- /#extend_due_dates_form -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-4 / +14 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% PROCESS 'authorities-search-results.inc' %]
7
[% PROCESS 'authorities-search-results.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Batch record modification &rsaquo; Tools &rsaquo; Koha</title>
9
<title>Batch record modification &rsaquo; Tools &rsaquo; Koha</title>
Lines 9-16 Link Here
9
</head>
12
</head>
10
13
11
<body id="tools_batch_record_modification" class="tools">
14
<body id="tools_batch_record_modification" class="tools">
12
    [% INCLUDE 'header.inc' %]
15
    [% INCLUDE 'header.inc' form=formulaire %]
13
    [% INCLUDE 'cat-search.inc' %]
14
16
15
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
        <ol>
18
        <ol>
Lines 24-29 Link Here
24
                <a href="#" aria-current="page">Batch record modification</a>
26
                <a href="#" aria-current="page">Batch record modification</a>
25
            </li>
27
            </li>
26
        </ol>
28
        </ol>
29
        <ol>
30
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
31
        </ol>
32
        <ol>
33
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
34
        </ol>
27
    </nav>
35
    </nav>
28
36
29
    <div class="main container-fluid">
37
    <div class="main container-fluid">
Lines 74-79 Link Here
74
82
75
                            <br><br>
83
                            <br><br>
76
84
85
                            <fieldset>
77
                            <div id="batch_mod_form" class="toptabs" style="clear:both">
86
                            <div id="batch_mod_form" class="toptabs" style="clear:both">
78
                                <ul class="nav nav-tabs" role="tablist">
87
                                <ul class="nav nav-tabs" role="tablist">
79
                                    <li role="presentation" class="active">
88
                                    <li role="presentation" class="active">
Lines 133-138 Link Here
133
                                    </div>
142
                                    </div>
134
                                </div> <!-- /.tab-content -->
143
                                </div> <!-- /.tab-content -->
135
                            </div> <!-- /#batch_mod_form -->
144
                            </div> <!-- /#batch_mod_form -->
145
                            </fieldset>
136
146
137
                            <fieldset class="rows">
147
                            <fieldset class="rows">
138
                                <legend>MARC modification template</legend>
148
                                <legend>MARC modification template</legend>
Lines 150-156 Link Here
150
                            </fieldset>
160
                            </fieldset>
151
                            <fieldset class="action">
161
                            <fieldset class="action">
152
                                <input type="hidden" name="op" value="list" />
162
                                <input type="hidden" name="op" value="list" />
153
                                <input type="submit" value="Continue" class="button" />
163
                                <input type="submit" value="Continue" class="button principal" />
154
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
164
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
155
                            </fieldset>
165
                            </fieldset>
156
                        </form> <!-- /#record_ids_selection -->
166
                        </form> <!-- /#record_ids_selection -->
Lines 242-248 Link Here
242
                                <fieldset class="action">
252
                                <fieldset class="action">
243
                                    <input type="hidden" name="op" value="modify" />
253
                                    <input type="hidden" name="op" value="modify" />
244
                                    <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
254
                                    <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
245
                                    <input type="submit" id="mainformsubmit" value="Modify selected records" class="button" />
255
                                    <input type="submit" id="mainformsubmit" value="Modify selected records" class="button principal" />
246
                                </fieldset>
256
                                </fieldset>
247
                            </form> <!-- /#process -->
257
                            </form> <!-- /#process -->
248
                        [% ELSE %]
258
                        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-10 / +18 lines)
Lines 4-9 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>
11
<title>
9
    [% IF step == 2 %]
12
    [% IF step == 2 %]
Lines 16-23 Link Here
16
</head>
19
</head>
17
20
18
<body id="tools_cleanborrowers" class="tools">
21
<body id="tools_cleanborrowers" class="tools">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form=formulaire %]
20
[% INCLUDE 'cat-search.inc' %]
21
23
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <ol>
25
    <ol>
Lines 56-61 Link Here
56
            </li>
58
            </li>
57
        [% END %]
59
        [% END %]
58
    </ol>
60
    </ol>
61
        <ol>
62
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
63
        </ol>
64
        <ol>
65
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
66
        </ol>
59
</nav>
67
</nav>
60
68
61
<div class="main container-fluid">
69
<div class="main container-fluid">
Lines 65-73 Link Here
65
73
66
[% IF !OnlyMine %]
74
[% IF !OnlyMine %]
67
  [% IF current_branch == '*' %]
75
  [% IF current_branch == '*' %]
68
    <h1>Batch patron deletion and anonymization</h1>
76
    <h2>Batch patron deletion and anonymization</h2>
69
  [% ELSE %]
77
  [% ELSE %]
70
    <h1>Batch patron deletion and anonymization for [% Branches.GetName( current_branch ) | html %]</h1>
78
    <h2>Batch patron deletion and anonymization for [% Branches.GetName( current_branch ) | html %]</h2>
71
  [% END %]
79
  [% END %]
72
    [% IF step == 1 %]
80
    [% IF step == 1 %]
73
    <form method="get" action="/cgi-bin/koha/tools/cleanborrowers.pl" id="selectlibrary">
81
    <form method="get" action="/cgi-bin/koha/tools/cleanborrowers.pl" id="selectlibrary">
Lines 85-91 Link Here
85
    </form>
93
    </form>
86
    [% END %]
94
    [% END %]
87
[% ELSE %]
95
[% ELSE %]
88
    <h1>Batch patron deletion and anonymization for [% Branches.GetLoggedInBranchname | html %]</h1>
96
    <h2>Batch patron deletion and anonymization for [% Branches.GetLoggedInBranchname | html %]</h2>
89
[% END %]
97
[% END %]
90
98
91
[% IF step == 1 %]
99
[% IF step == 1 %]
Lines 104-110 Link Here
104
<div id="step1">
112
<div id="step1">
105
    <form name="f1" id="delete_patrons_form" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post">
113
    <form name="f1" id="delete_patrons_form" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post">
106
    <fieldset>
114
    <fieldset>
107
    <legend>Delete patrons</legend>
115
    <h3>Delete patrons</h3>
108
        <h3><input id="checkborrower" type="checkbox" name="checkbox" value="borrower" /><label for="checkborrower"> Verify you want to delete patrons</label></h3>
116
        <h3><input id="checkborrower" type="checkbox" name="checkbox" value="borrower" /><label for="checkborrower"> Verify you want to delete patrons</label></h3>
109
        <br />
117
        <br />
110
        <h5>Delete patrons who meet the following criteria:</h5>
118
        <h5>Delete patrons who meet the following criteria:</h5>
Lines 152-158 Link Here
152
        </fieldset>
160
        </fieldset>
153
161
154
        <fieldset>
162
        <fieldset>
155
        <legend>Anonymize checkout history</legend>
163
        <h3>Anonymize checkout history</h3>
156
        [% UNLESS Koha.Preference('AnonymousPatron') %]
164
        [% UNLESS Koha.Preference('AnonymousPatron') %]
157
            <div class="dialog message">The AnonymousPatron system preference is not defined. You can use this feature anyway but NULL will be used to update the checkout history.</div>
165
            <div class="dialog message">The AnonymousPatron system preference is not defined. You can use this feature anyway but NULL will be used to update the checkout history.</div>
158
        [% END %]
166
        [% END %]
Lines 170-176 Link Here
170
            <input type="hidden" name="step" value="2" />
178
            <input type="hidden" name="step" value="2" />
171
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
179
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
172
            </fieldset>
180
            </fieldset>
173
            <fieldset class="action"><input type="submit" value="Next &gt;&gt;" /></fieldset>
181
            <fieldset class="action"><input type="submit" class="principal" value="Next &gt;&gt;" /></fieldset>
174
    </form>
182
    </form>
175
</div>
183
</div>
176
<!-- step 1 END -->
184
<!-- step 1 END -->
Lines 191-197 Link Here
191
199
192
            [% IF patrons_to_delete.size %]
200
            [% IF patrons_to_delete.size %]
193
                <fieldset>
201
                <fieldset>
194
                    <legend>How should patrons be deleted?</legend>
202
                    <h3>How should patrons be deleted?</h3>
195
                    <p>
203
                    <p>
196
                        <input id="delete" type="radio" name="radio" value="delete" />
204
                        <input id="delete" type="radio" name="radio" value="delete" />
197
                        <label for="delete">Permanently delete these patrons</label>
205
                        <label for="delete">Permanently delete these patrons</label>
Lines 231-237 Link Here
231
            <input type="hidden" name="borrower_categorycode" value="[% borrower_categorycode | html %]" />
239
            <input type="hidden" name="borrower_categorycode" value="[% borrower_categorycode | html %]" />
232
            <input type="hidden" name="patron_list_id" value="[% patron_list_id | html %]" />
240
            <input type="hidden" name="patron_list_id" value="[% patron_list_id | html %]" />
233
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
241
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
234
    <fieldset class="action"><input type="submit" value="Finish" /> <a class="cancel" href="/cgi-bin/koha/tools/cleanborrowers.pl">Cancel</a></fieldset>
242
    <fieldset class="action"><input class="principal" type="submit" value="Finish" /> <a class="cancel" href="/cgi-bin/koha/tools/cleanborrowers.pl">Cancel</a></fieldset>
235
        </form>
243
        </form>
236
</div>
244
</div>
237
<!-- STEP 2 END -->
245
<!-- STEP 2 END -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-4 / +14 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    [% IF op == 'add_form' %]
9
    [% IF op == 'add_form' %]
Lines 16-23 Link Here
16
</head>
19
</head>
17
20
18
<body id="tools_csv-profiles" class="tools">
21
<body id="tools_csv-profiles" class="tools">
19
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' form=formulaire %]
20
[% INCLUDE 'cat-search.inc' %]
21
23
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    <ol>
25
    <ol>
Lines 50-55 Link Here
50
            </li>
52
            </li>
51
        [% END %]
53
        [% END %]
52
    </ol>
54
    </ol>
55
        <ol>
56
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
57
        </ol>
58
        <ol>
59
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
60
        </ol>
53
</nav>
61
</nav>
54
62
55
<div class="main container-fluid">
63
<div class="main container-fluid">
Lines 260-266 Link Here
260
            </ol>
268
            </ol>
261
        </fieldset>
269
        </fieldset>
262
        <fieldset class="action">
270
        <fieldset class="action">
263
            <input type="submit" value="Submit" />
271
            <input type="submit" class="principal" value="Submit" />
264
            <a class="cancel" href="/cgi-bin/koha/tools/csv-profiles.pl">Cancel</a>
272
            <a class="cancel" href="/cgi-bin/koha/tools/csv-profiles.pl">Cancel</a>
265
        </fieldset>
273
        </fieldset>
266
    </form>
274
    </form>
Lines 287-293 Link Here
287
[% IF op == 'list' %]
295
[% IF op == 'list' %]
288
296
289
    <div id="toolbar" class="btn-toolbar">
297
    <div id="toolbar" class="btn-toolbar">
290
        <a class="btn btn-default" id="newcsvprofile" href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form"><i class="fa fa-plus"></i> New CSV profile</a>
298
        <div class="btn-group">
299
            <a class="toolbar-btn" id="newcsvprofile" href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form"><i class="fa fa-plus"></i> New CSV profile</a>
300
        </div>
291
    </div>
301
    </div>
292
302
293
    <h1>CSV profiles</h1>
303
    <h1>CSV profiles</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-4 / +14 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Export data &rsaquo; Tools &rsaquo; Koha</title>
9
<title>Export data &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 13-20 Link Here
13
</head>
16
</head>
14
17
15
<body id="tools_export" class="tools">
18
<body id="tools_export" class="tools">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'cat-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
Lines 30-35 Link Here
30
            </a>
32
            </a>
31
        </li>
33
        </li>
32
    </ol>
34
    </ol>
35
        <ol>
36
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
37
        </ol>
38
        <ol>
39
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
40
        </ol>
33
</nav>
41
</nav>
34
42
35
<div class="main container-fluid">
43
<div class="main container-fluid">
Lines 49-54 Link Here
49
[% END %]
57
[% END %]
50
58
51
<div id="exporttype" class="toptabs">
59
<div id="exporttype" class="toptabs">
60
    <fieldset id="searchresults">
52
    <ul class="nav nav-tabs" role="tablist">
61
    <ul class="nav nav-tabs" role="tablist">
53
        <li role="presentation" class="active">
62
        <li role="presentation" class="active">
54
            <a href="#bibs" aria-controls="bibs" role="tab" data-toggle="tab">Export bibliographic records</a>
63
            <a href="#bibs" aria-controls="bibs" role="tab" data-toggle="tab">Export bibliographic records</a>
Lines 187-193 Link Here
187
            <input type="hidden" name="op" value="export" />
196
            <input type="hidden" name="op" value="export" />
188
            <input type="hidden" name="record_type" value="bibs" />
197
            <input type="hidden" name="record_type" value="bibs" />
189
198
190
            <fieldset class="action"><input type="submit" value="Export bibliographic records" class="button" /></fieldset>
199
            <fieldset class="action"><input type="submit" class="principal" value="Export bibliographic records" class="button" /></fieldset>
191
        </form>
200
        </form>
192
        </div>
201
        </div>
193
202
Lines 248-254 Link Here
248
            <input type="hidden" name="op" value="export" />
257
            <input type="hidden" name="op" value="export" />
249
            <input type="hidden" name="record_type" value="auths" />
258
            <input type="hidden" name="record_type" value="auths" />
250
259
251
            <fieldset class="action"><input type="submit" value="Export authority records" class="button" /></fieldset>
260
            <fieldset class="action"><input type="submit" value="Export authority records" class="button principal" /></fieldset>
252
        </form>
261
        </form>
253
        </div>
262
        </div>
254
263
Lines 304-309 Link Here
304
        </div>
313
        </div>
305
        [% END %]
314
        [% END %]
306
    </div> <!-- /.tab-content -->
315
    </div> <!-- /.tab-content -->
316
</fieldset>
307
</div>
317
</div>
308
318
309
            </main>
319
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-10 / +12 lines)
Lines 2-15 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% Branches.GetName( branch ) | html %] calendar &rsaquo; Tools &rsaquo; Koha</title>
9
<title>[% Branches.GetName( branch ) | html %] calendar &rsaquo; Tools &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("css/calendar.css") | $raw %]
11
[% Asset.css("css/calendar.css") | $raw %]
9
</head>
12
</head>
10
<body id="tools_holidays" class="tools">
13
<body id="tools_holidays" class="tools">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
Lines 32-38 Link Here
32
        <div class="col-sm-10 col-sm-push-2">
34
        <div class="col-sm-10 col-sm-push-2">
33
            <main>
35
            <main>
34
36
35
                <h1>[% Branches.GetName( branch ) | html %] calendar</h1>
37
                <h2>[% Branches.GetName( branch ) | html %] calendar</h2>
36
38
37
                <div class="row">
39
                <div class="row">
38
                    <div class="col-sm-6">
40
                    <div class="col-sm-6">
Lines 44-50 Link Here
44
                        <div class="panel" id="showHoliday">
46
                        <div class="panel" id="showHoliday">
45
                            <form action="/cgi-bin/koha/tools/exceptionHolidays.pl" method="post">
47
                            <form action="/cgi-bin/koha/tools/exceptionHolidays.pl" method="post">
46
                                <input type="hidden" id="showHolidayType" name="showHolidayType" value="" />
48
                                <input type="hidden" id="showHolidayType" name="showHolidayType" value="" />
47
                                <fieldset class="brief">
49
                                <fieldset>
48
                                    <h3>Edit this holiday</h3>
50
                                    <h3>Edit this holiday</h3>
49
                                    <span id="holtype"></span>
51
                                    <span id="holtype"></span>
50
                                    <ol>
52
                                    <ol>
Lines 129-145 Link Here
129
                                        </li>
131
                                        </li>
130
                                    </ol>
132
                                    </ol>
131
                                    <fieldset class="action">
133
                                    <fieldset class="action">
132
                                        <input type="submit" name="submit" value="Save" />
134
                                        <input class="principal" type="submit" name="submit" value="Save" />
133
                                        <a href="#" class="cancel hidePanel showHoliday">Cancel</a>
135
                                        <a href="#" class="cancel hidePanel showHoliday">Cancel</a>
134
                                    </fieldset>
136
                                    </fieldset>
135
                                </fieldset> <!-- /.brief -->
137
                                </fieldset>
136
                            </form>
138
                            </form>
137
                        </div> <!-- /#showHoliday -->
139
                        </div> <!-- /#showHoliday -->
138
140
139
                        <!-- Panel to deal with new holidays -->
141
                        <!-- Panel to deal with new holidays -->
140
                        <div class="panel" id="newHoliday">
142
                        <div class="panel" id="newHoliday">
141
                            <form action="/cgi-bin/koha/tools/newHolidays.pl" method="post">
143
                            <form action="/cgi-bin/koha/tools/newHolidays.pl" method="post">
142
                                <fieldset class="brief">
144
                                <fieldset>
143
                                    <h3>Add new holiday</h3>
145
                                    <h3>Add new holiday</h3>
144
                                    <ol>
146
                                    <ol>
145
                                        <li>
147
                                        <li>
Lines 216-225 Link Here
216
                                        </li>
218
                                        </li>
217
                                    </ol>
219
                                    </ol>
218
                                    <fieldset class="action">
220
                                    <fieldset class="action">
219
                                        <input type="submit" name="submit" value="Save" />
221
                                        <input type="submit" class="principal" name="submit" value="Save" />
220
                                        <a href="#" class="cancel hidePanel newHoliday">Cancel</a>
222
                                        <a href="#" class="cancel hidePanel newHoliday">Cancel</a>
221
                                    </fieldset>
223
                                    </fieldset>
222
                                </fieldset> <!-- /.brief -->
224
                                </fieldset>Å“
223
                            </form>
225
                            </form>
224
                        </div> <!-- /#newHoliday -->
226
                        </div> <!-- /#newHoliday -->
225
227
Lines 237-243 Link Here
237
                                        <option value="[% l.branchcode | html %]">[% l.branchname | html %]</option>
239
                                        <option value="[% l.branchcode | html %]">[% l.branchname | html %]</option>
238
                                    [% END %]
240
                                    [% END %]
239
                                </select>
241
                                </select>
240
                                <input type="submit" value="Copy" />
242
                                <input type="submit" class="principal" value="Copy" />
241
                            </form>
243
                            </form>
242
                        </div>
244
                        </div>
243
                    </div> <!-- /.col-sm-6 -->
245
                    </div> <!-- /.col-sm-6 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-13 / +22 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'patron-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
10
<title>
8
    [% IF ( uploadborrowers ) %]
11
    [% IF ( uploadborrowers ) %]
Lines 18-25 Link Here
18
</head>
21
</head>
19
22
20
<body id="tools_import_borrowers" class="tools">
23
<body id="tools_import_borrowers" class="tools">
21
[% INCLUDE 'header.inc' %]
24
[% INCLUDE 'header.inc' form= formulaire %]
22
[% INCLUDE 'patron-search-header.inc' %]
25
[% INCLUDE 'patron-search.inc' %]
23
26
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
27
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
    <ol>
28
    <ol>
Lines 46-51 Link Here
46
            </li>
49
            </li>
47
        [% END %]
50
        [% END %]
48
    </ol>
51
    </ol>
52
        <ol>
53
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
54
        </ol>
55
        <ol>
56
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
57
        </ol>
49
</nav>
58
</nav>
50
59
51
[% INCLUDE 'blocking_errors.inc' %]
60
[% INCLUDE 'blocking_errors.inc' %]
Lines 56-62 Link Here
56
65
57
    <div class="row">
66
    <div class="row">
58
     <div class="col-sm-6">
67
     <div class="col-sm-6">
59
<h1>Import patrons</h1>
68
<h2>Import patrons</h2>
60
[% IF ( uploadborrowers ) %]
69
[% IF ( uploadborrowers ) %]
61
    <h5>Import results :</h5>
70
    <h5>Import results :</h5>
62
    <ul>
71
    <ul>
Lines 207-213 Link Here
207
216
208
    <form method="post" action="[% SCRIPT_NAME | html %]" enctype="multipart/form-data">
217
    <form method="post" action="[% SCRIPT_NAME | html %]" enctype="multipart/form-data">
209
        <fieldset class="rows">
218
        <fieldset class="rows">
210
            <legend>Import into the borrowers table</legend>
219
            <h3>Import into the borrowers table</h3>
211
220
212
            <ol>
221
            <ol>
213
                <li>
222
                <li>
Lines 224-230 Link Here
224
        </fieldset>
233
        </fieldset>
225
234
226
        <fieldset class="rows">
235
        <fieldset class="rows">
227
            <legend>Field to use for record matching</legend>
236
            <h3>Field to use for record matching</h3>
228
            <ol>
237
            <ol>
229
                <li class="radio">
238
                <li class="radio">
230
                    <select name="matchpoint" id="matchpoint">
239
                    <select name="matchpoint" id="matchpoint">
Lines 239-248 Link Here
239
        </fieldset>
248
        </fieldset>
240
249
241
        <fieldset class="rows">
250
        <fieldset class="rows">
242
            <legend>
251
            <h3>
243
                <a href="#" class="expand_defaults"><i class="fa fa-plus-square"></i> Enter default values</a>
252
                <a href="#" class="expand_defaults"><i class="fa fa-plus-square"></i> Enter default values</a>
244
                <a href="#" class="expand_defaults" style="display:none;"><i class="fa fa-minus-square"></i> Hide default value fields</a>
253
                <a href="#" class="expand_defaults" style="display:none;"><i class="fa fa-minus-square"></i> Hide default value fields</a>
245
            </legend>
254
            </h3>
246
255
247
            <ol class="default_values" style="display:none;">
256
            <ol class="default_values" style="display:none;">
248
                [% FOREACH borrower_db_column IN borrower_fields.keys.sort %]
257
                [% FOREACH borrower_db_column IN borrower_fields.keys.sort %]
Lines 289-298 Link Here
289
            </ol>
298
            </ol>
290
        </fieldset>
299
        </fieldset>
291
        <fieldset class="rows">
300
        <fieldset class="rows">
292
            <legend>
301
            <h3>
293
                <a href="#" class="expand_preserves"><i class="fa fa-plus-square"></i> Preserve existing values</a>
302
                <a href="#" class="expand_preserves"><i class="fa fa-plus-square"></i> Preserve existing values</a>
294
                <a href="#" class="expand_preserves" style="display:none;"><i class="fa fa-minus-square"></i> Hide preserve value fields</a>
303
                <a href="#" class="expand_preserves" style="display:none;"><i class="fa fa-minus-square"></i> Hide preserve value fields</a>
295
            </legend>
304
            </h3>
296
305
297
            <ol class="preserve_values" style="display:none;">
306
            <ol class="preserve_values" style="display:none;">
298
                <div class="hint">Selected fields will be preserved from original patron record when overwriting existing patron.</div>
307
                <div class="hint">Selected fields will be preserved from original patron record when overwriting existing patron.</div>
Lines 307-313 Link Here
307
        </fieldset>
316
        </fieldset>
308
317
309
        <fieldset class="rows">
318
        <fieldset class="rows">
310
            <legend>If matching record is already in the borrowers table:</legend>
319
            <h3>If matching record is already in the borrowers table:</h3>
311
320
312
            <ol>
321
            <ol>
313
                <li class="radio">
322
                <li class="radio">
Lines 328-334 Link Here
328
337
329
        [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %]
338
        [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %]
330
            <fieldset class="rows">
339
            <fieldset class="rows">
331
                <legend>Patron attributes</legend>
340
                <h3>Patron attributes</h3>
332
341
333
                <ol>
342
                <ol>
334
                    <li class="radio">
343
                    <li class="radio">
Lines 343-349 Link Here
343
        [% END %]
352
        [% END %]
344
353
345
        <fieldset class="rows">
354
        <fieldset class="rows">
346
            <legend>Welcome email</legend>
355
            <h3>Welcome email</h3>
347
            <ul>
356
            <ul>
348
                <li>
357
                <li>
349
                    <input class="welcome_new" type="checkbox" id="welcome_new" name="welcome_new"/>
358
                    <input class="welcome_new" type="checkbox" id="welcome_new" name="welcome_new"/>
Lines 355-361 Link Here
355
364
356
        <fieldset class="action">
365
        <fieldset class="action">
357
            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
366
            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
358
            <input type="submit" value="Import" />
367
            <input class="principal" type="submit" value="Import" />
359
        </fieldset>
368
        </fieldset>
360
    </form>
369
    </form>
361
[% END %]
370
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-17 / +27 lines)
Lines 4-17 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
7
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Inventory &rsaquo; Tools &rsaquo; Koha</title>
11
<title>Inventory &rsaquo; Tools &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
13
</head>
11
14
12
<body id="tools_inventory" class="tools">
15
<body id="tools_inventory" class="tools">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'cat-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
Lines 39-44 Link Here
39
            </li>
41
            </li>
40
        [% END %]
42
        [% END %]
41
    </ol>
43
    </ol>
44
        <ol>
45
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
46
        </ol>
47
        <ol>
48
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
49
        </ol>
42
</nav>
50
</nav>
43
51
44
<div class="main container-fluid">
52
<div class="main container-fluid">
Lines 46-52 Link Here
46
        <div class="col-sm-10 col-sm-push-2">
54
        <div class="col-sm-10 col-sm-push-2">
47
            <main>
55
            <main>
48
56
49
    <h1>Inventory</h1>
57
    <h2>Inventory</h2>
50
    [% IF (moddatecount) %]<div class="dialog message">[% moddatecount | html %] items modified : datelastseen set to [% date | $KohaDates %]</div>
58
    [% IF (moddatecount) %]<div class="dialog message">[% moddatecount | html %] items modified : datelastseen set to [% date | $KohaDates %]</div>
51
    <div class="dialog alert">Number of potential barcodes read: [% LinesRead | html %]</div>[% END %]
59
    <div class="dialog alert">Number of potential barcodes read: [% LinesRead | html %]</div>[% END %]
52
    [% IF (errorfile) %]<div class="dialog alert">[% errorfile | html %] can't be opened</div>[% END %]
60
    [% IF (errorfile) %]<div class="dialog alert">[% errorfile | html %] can't be opened</div>[% END %]
Lines 67-80 Link Here
67
75
68
    <form method="post" id="inventory_form" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data">
76
    <form method="post" id="inventory_form" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data">
69
        <fieldset class="rows">
77
        <fieldset class="rows">
70
          <legend>Use a barcode file</legend>
78
          <h3>Use a barcode file</h3>
71
          <ol>
79
          <ol>
72
            <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" />
80
            <li><label for="uploadbarcodes">Barcode file: </label> <input type="file" id="uploadbarcodes" name="uploadbarcodes" />
73
            <input type="button" id="resetuploadbarcodes" name="resetuploadbarcodes" value="Reset" /></li>
81
            <input type="button" id="resetuploadbarcodes" name="resetuploadbarcodes" class="principal" value="Reset" /></li>
74
          </ol>
82
          </ol>
75
        </fieldset>
83
        </fieldset>
76
        <fieldset class="rows">
84
        <fieldset class="rows">
77
            <legend>Or scan items one by one</legend>
85
            <h3>Or scan items one by one</h3>
78
            <ol>
86
            <ol>
79
                <li>
87
                <li>
80
                  <label for="barcodelist">Barcode list (one barcode per line): </label>
88
                  <label for="barcodelist">Barcode list (one barcode per line): </label>
Lines 83-89 Link Here
83
            </ol>
91
            </ol>
84
        </fieldset>
92
        </fieldset>
85
        <fieldset class="rows">
93
        <fieldset class="rows">
86
            <legend>Parameters</legend>
94
            <h3>Parameters</h3>
87
            <ol>
95
            <ol>
88
                <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today | $KohaDates %]" class="flatpickr" /></li>
96
                <li><label for="setdate">Set inventory date to:</label> <input type="text" id="setdate" name="setdate" value="[% today | $KohaDates %]" class="flatpickr" /></li>
89
                <li><label for="compareinv2barcd">Compare barcodes list to results: </label><input type="checkbox" name="compareinv2barcd" id="compareinv2barcd" disabled /></li>
97
                <li><label for="compareinv2barcd">Compare barcodes list to results: </label><input type="checkbox" name="compareinv2barcd" id="compareinv2barcd" disabled /></li>
Lines 92-98 Link Here
92
            </ol>
100
            </ol>
93
        </fieldset>
101
        </fieldset>
94
        <fieldset class="rows">
102
        <fieldset class="rows">
95
        <legend>Item location filters</legend>
103
        <h3>Item location filters</h3>
96
        <ol><li>
104
        <ol><li>
97
        <label for="branch">Location: </label>
105
        <label for="branch">Location: </label>
98
            <input type="radio" name="branch" value="homebranch"> Home library</input>
106
            <input type="radio" name="branch" value="homebranch"> Home library</input>
Lines 154-166 Link Here
154
    </fieldset>
162
    </fieldset>
155
163
156
    <fieldset class="rows" id="optionalfilters">
164
    <fieldset class="rows" id="optionalfilters">
157
            <legend>Optional filters for inventory list or comparing barcodes</legend>
165
            <h3>Optional filters for inventory list or comparing barcodes</h3>
158
            <br/>
166
            <br/>
159
            <div id="statuses" style="display: block;">
167
            <div id="statuses" style="display: block;">
160
                  [% FOREACH status IN statuses %]
168
                  [% FOREACH status IN statuses %]
161
                      [% IF (status.values) %]
169
                      [% IF (status.values) %]
162
                          <fieldset style="float: left; padding: 5px; margin: 5px;text-align:right">
170
                          <fieldset style="float: left; padding: 5px; margin: 5px; display:inline-block; position:relative; width:auto; border-right: #696969 double 1px;">
163
                              <legend>[% status.fieldname | html %]</legend>
171
                              <h3>[% status.fieldname | html %]</h3>
164
                              <ul id="statuses-[% fieldname | html %]" style="display: inline;">
172
                              <ul id="statuses-[% fieldname | html %]" style="display: inline;">
165
                              [% FOREACH value IN status.values %]
173
                              [% FOREACH value IN status.values %]
166
                                  [% IF (value.lib) %]
174
                                  [% IF (value.lib) %]
Lines 203-209 Link Here
203
        <li>
211
        <li>
204
            <label>Item types: </label>
212
            <label>Item types: </label>
205
            <div class="branchselector">
213
            <div class="branchselector">
206
                <p><a href="#" id="checkallitemtypes"> <i class="fa fa-check"></i> Select all</a> | <a href="#" id="checknoneitemtypes"> <i class="fa fa-remove"></i> Clear all</a></p>
214
                <p><a id="CheckAll" href="#" id="checkallitemtypes"> <i class="fa fa-check"></i> Select all</a> | <a id="CheckNone" href="#" id="checknoneitemtypes"> <i class="fa fa-remove"></i> Clear all</a></p>
207
                <div class="branchgridrow">
215
                <div class="branchgridrow">
208
                    [% FOREACH itemtype IN itemtypes %]
216
                    [% FOREACH itemtype IN itemtypes %]
209
                        <div class="branchgriditem">
217
                        <div class="branchgriditem">
Lines 224-230 Link Here
224
    </fieldset>
232
    </fieldset>
225
233
226
        <fieldset class="rows">
234
        <fieldset class="rows">
227
          <legend>Additional options</legend>
235
          <h3>Additional options</h3>
228
          <ol>
236
          <ol>
229
237
230
        <li>
238
        <li>
Lines 235-241 Link Here
235
  </fieldset>
243
  </fieldset>
236
            <input type="hidden" name="op" value="do_it" />
244
            <input type="hidden" name="op" value="do_it" />
237
245
238
            <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
246
            <fieldset class="action"><input class="principal" type="submit" value="Submit" class="button" /></fieldset>
239
    </form>
247
    </form>
240
248
241
    [% END %]
249
    [% END %]
Lines 252-257 Link Here
252
      <div><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div>
260
      <div><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div>
253
    [% END %]
261
    [% END %]
254
262
263
<fieldset id="searchresults">
255
    <table id="inventoryt">
264
    <table id="inventoryt">
256
    <thead>
265
    <thead>
257
        <tr>
266
        <tr>
Lines 332-343 Link Here
332
    [% END %]
341
    [% END %]
333
    </tbody>
342
    </tbody>
334
    </table>
343
    </table>
344
</fieldset>
335
    <div class="spacer"></div>
345
    <div class="spacer"></div>
336
    [% UNLESS uploadedbarcodesflag %]
346
    [% UNLESS uploadedbarcodesflag %]
337
      <div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div>
347
      <div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div>
338
      <input type="submit" id="markseenandquit" value="Mark seen and quit" />
348
      <input type="submit" id="markseenandquit" class="principal" value="Mark seen and quit" />
339
      <input type="submit" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
349
      <input type="submit" class="principal" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
340
      <input type="submit" value="Continue without marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
350
      <input class="principal" type="submit" value="Continue without marking &gt;&gt;" id="continuewithoutmarkingbutton" class="submit" />
341
    [% END %]
351
    [% END %]
342
    </form>
352
    </form>
343
353
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-19 / +25 lines)
Lines 5-10 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'letters-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>
12
<title>
10
    [% IF ( add_form or copy_form ) %]
13
    [% IF ( add_form or copy_form ) %]
Lines 49-56 Link Here
49
</head>
52
</head>
50
53
51
<body id="tools_letter" class="tools">
54
<body id="tools_letter" class="tools">
52
    [% INCLUDE 'header.inc' %]
55
    [% INCLUDE 'header.inc' form=formulaire %]
53
    [% INCLUDE 'letters-search.inc' %]
54
56
55
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
57
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
56
        <ol>
58
        <ol>
Lines 145-164 Link Here
145
    [% END %]
147
    [% END %]
146
148
147
                [% IF ( no_op_set ) %]
149
                [% IF ( no_op_set ) %]
148
                    <h1>Notices and slips</h1>
149
                    <form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary">
150
                        <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
151
                        [% UNLESS independant_branch %]
152
                            <p>
153
                                Select a library:
154
                                <select name="branchcode" id="branch" style="width:20em;">
155
                                    <option value="*">All libraries</option>
156
                                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
157
                                </select>
158
                            </p>
159
                        [% END %]
160
                    </form> <!-- /#selectlibrary -->
161
162
                    <div id="toolbar" class="btn-toolbar">
150
                    <div id="toolbar" class="btn-toolbar">
163
                        <div class="btn-group">
151
                        <div class="btn-group">
164
                            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New notice <span class="caret"></span></button>
152
                            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> New notice <span class="caret"></span></button>
Lines 179-184 Link Here
179
                        </div>
167
                        </div>
180
                    </div> <!-- /#toolbar -->
168
                    </div> <!-- /#toolbar -->
181
169
170
                    <h1>Notices and slips</h1>
171
                    <form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary">
172
                        <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
173
                        [% UNLESS independant_branch %]
174
                            <p>
175
                                Select a library:
176
                                <select name="branchcode" id="branch" style="width:20em;">
177
                                    <option value="*">All libraries</option>
178
                                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
179
                                </select>
180
                            </p>
181
                        [% END %]
182
                    </form> <!-- /#selectlibrary -->
183
182
                    [% IF ( search ) %]
184
                    [% IF ( search ) %]
183
                        <p>You searched for <strong>[% searchfield | html %]</strong></p>
185
                        <p>You searched for <strong>[% searchfield | html %]</strong></p>
184
                    [% END %]
186
                    [% END %]
Lines 193-198 Link Here
193
                        [% END %]
195
                        [% END %]
194
                    [% END %]
196
                    [% END %]
195
197
198
                    <fieldset id="searchresults">
196
                    [% IF letter %]
199
                    [% IF letter %]
197
                        <table id="lettert">
200
                        <table id="lettert">
198
                            <thead>
201
                            <thead>
Lines 275-280 Link Here
275
                        </div>
278
                        </div>
276
                    [% END # /IF lette %]
279
                    [% END # /IF lette %]
277
                [% END # /IF no_op_set %]
280
                [% END # /IF no_op_set %]
281
                    </fieldset>
278
282
279
                [% IF add_form or copy_form %]
283
                [% IF add_form or copy_form %]
280
                    <h1>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h1>
284
                    <h1>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h1>
Lines 289-295 Link Here
289
                                <li><a id="saveandcontinue" href="#">Save and continue editing</a></li>
293
                                <li><a id="saveandcontinue" href="#">Save and continue editing</a></li>
290
                            </ul>
294
                            </ul>
291
                        </div>
295
                        </div>
292
                        <a class="btn btn-default cancel" href="/cgi-bin/koha/tools/letter.pl"><i class="fa fa-remove"></i> Cancel</a>
296
                        <div>
297
                              <a class="btn btn-default cancel" href="/cgi-bin/koha/tools/letter.pl"><i class="fa fa-remove"></i> Cancel</a>
298
                        </div>
293
                    </div> <!-- /#toolbar -->
299
                    </div> <!-- /#toolbar -->
294
300
295
                    <form id="add_notice" name="Aform" method="post" enctype="multipart/form-data" class="validate">
301
                    <form id="add_notice" name="Aform" method="post" enctype="multipart/form-data" class="validate">
Lines 489-498 Link Here
489
                                    <div id="[% letter.message_transport_type | html %]_[% lang | html %]" class="panel-collapse collapse" role="tabpanel" aria-labelledby="[% letter.message_transport_type | html %]_[% lang | html %]Heading">
495
                                    <div id="[% letter.message_transport_type | html %]_[% lang | html %]" class="panel-collapse collapse" role="tabpanel" aria-labelledby="[% letter.message_transport_type | html %]_[% lang | html %]Heading">
490
                                        <div class="panel-body">
496
                                        <div class="panel-body">
491
                                            [% IF letter.message_transport_type == "sms" and not Koha.Preference("SMSSendDriver") %]
497
                                            [% IF letter.message_transport_type == "sms" and not Koha.Preference("SMSSendDriver") %]
492
                                                <fieldset class="rows mtt" disabled="disabled">
498
                                                <fieldset class="rows mtt" style="box-shadow:none" disabled="disabled">
493
                                                    <div class="dialog message">You should enable the SMSSendDriver preference to use the SMS templates.</div>
499
                                                    <div class="dialog message">You should enable the SMSSendDriver preference to use the SMS templates.</div>
494
                                            [% ELSE %]
500
                                            [% ELSE %]
495
                                                <fieldset class="rows mtt">
501
                                                <fieldset class="rows mtt" style="box-shadow:none">
496
                                            [% END %]
502
                                            [% END %]
497
                                                <ol>
503
                                                <ol>
498
                                                    [% IF ( letter.updated_on ) %]
504
                                                    [% IF ( letter.updated_on ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-17 / +31 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'cat-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
9
<title>
7
    [% IF ( import_batch_id ) %]
10
    [% IF ( import_batch_id ) %]
Lines 18-25 Link Here
18
</head>
21
</head>
19
22
20
<body id="tools_manage-marc-import" class="tools">
23
<body id="tools_manage-marc-import" class="tools">
21
    [% INCLUDE 'header.inc' %]
24
    [% INCLUDE 'header.inc' form=formulaire %]
22
    [% INCLUDE 'cat-search.inc' %]
23
25
24
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
25
        <ol>
27
        <ol>
Lines 46-62 Link Here
46
                </li>
48
                </li>
47
            [% END %]
49
            [% END %]
48
        </ol>
50
        </ol>
51
        <ol>
52
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
53
        </ol>
54
        <ol>
55
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
56
        </ol>
49
    </nav>
57
    </nav>
50
58
51
    <div class="main container-fluid">
59
    <div class="main container-fluid">
52
        <div class="row">
60
        <div class="row">
53
            <div class="col-sm-10 col-sm-push-2">
61
            <div class="col-sm-10 col-sm-push-2">
54
                <main>
62
                <main>
55
                    <h1>Manage staged MARC records
63
                    <h2>Manage staged MARC records
56
                        [% IF ( import_batch_id ) %]
64
                        [% IF ( import_batch_id ) %]
57
                            &rsaquo; Batch [% import_batch_id | html %]
65
                            &rsaquo; Batch [% import_batch_id | html %]
58
                        [% END %]
66
                        [% END %]
59
                    </h1>
67
                    </h2>
60
68
61
                    [% IF ( label_batch_msg ) %]
69
                    [% IF ( label_batch_msg ) %]
62
                        [% IF ( alert ) %]
70
                        [% IF ( alert ) %]
Lines 68-74 Link Here
68
                                [% IF ( label_batch_msg == "error" ) %]
76
                                [% IF ( label_batch_msg == "error" ) %]
69
                                    <span>Error attempting to create label batch. Please ask your system administrator to check the log for more details.</span>
77
                                    <span>Error attempting to create label batch. Please ask your system administrator to check the log for more details.</span>
70
                                [% ELSE %]
78
                                [% ELSE %]
71
                                    <span>Label</span> <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% label_batch_msg | uri %]" >batch #[% label_batch_msg | html %]</a> created.
79
                                    <span>Label</span> <a   href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% label_batch_msg | uri %]" >batch #[% label_batch_msg | html %]</a> created.
72
                                [% END %]
80
                                [% END %]
73
                            </strong></p>
81
                            </strong></p>
74
                        </div>
82
                        </div>
Lines 86-92 Link Here
86
                        [% UNLESS ( batch_info ) %]
94
                        [% UNLESS ( batch_info ) %]
87
                            <div class="dialog message">
95
                            <div class="dialog message">
88
                                <p>No records have been staged.</p>
96
                                <p>No records have been staged.</p>
89
                                <p><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a>.</p>
97
                                <p><a   href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a>.</p>
90
                            </div>
98
                            </div>
91
                        [% END %]
99
                        [% END %]
92
                    [% END %]
100
                    [% END %]
Lines 162-168 Link Here
162
                                                [% END %]
170
                                                [% END %]
163
                                            [% END %]
171
                                            [% END %]
164
                                        </select>
172
                                        </select>
165
                                        <span class="change-status">Changed. <a href="#" class="reset" id="reset_new_matcher_id">Reset</a></span>
173
                                        <span class="change-status">Changed. <a   href="#" class="reset" id="reset_new_matcher_id">Reset</a></span>
166
                                    [% ELSE %]
174
                                    [% ELSE %]
167
                                        <span class="label">Matching rule applied</span>
175
                                        <span class="label">Matching rule applied</span>
168
                                        [% IF ( current_matcher_id ) %]
176
                                        [% IF ( current_matcher_id ) %]
Lines 175-181 Link Here
175
                                <li>
183
                                <li>
176
                                    [% IF ( can_commit ) %]
184
                                    [% IF ( can_commit ) %]
177
                                        <label for="overlay_action">Action if matching record found:</label>
185
                                        <label for="overlay_action">Action if matching record found:</label>
178
                                        [% INCLUDE 'tools-overlay-action.inc' %] <span class="change-status">Changed. <a href="#" class="reset" id="reset_overlay_action">Reset</a></span>
186
                                        [% INCLUDE 'tools-overlay-action.inc' %] <span class="change-status">Changed. <a   href="#" class="reset" id="reset_overlay_action">Reset</a></span>
179
                                    [% ELSE %]
187
                                    [% ELSE %]
180
                                        <span class="label">Action if matching record found:</span>
188
                                        <span class="label">Action if matching record found:</span>
181
                                        [% IF ( overlay_action == 'replace' ) %]
189
                                        [% IF ( overlay_action == 'replace' ) %]
Lines 192-198 Link Here
192
                                <li>
200
                                <li>
193
                                    [% IF ( can_commit ) %]
201
                                    [% IF ( can_commit ) %]
194
                                        <label for="nomatch_action">Action if no match found:</label>
202
                                        <label for="nomatch_action">Action if no match found:</label>
195
                                        [% INCLUDE 'tools-nomatch-action.inc' %] <span class="change-status">Changed. <a href="#" class="reset" id="reset_nomatch_action">Reset</a></span>
203
                                        [% INCLUDE 'tools-nomatch-action.inc' %] <span class="change-status">Changed. <a   href="#" class="reset" id="reset_nomatch_action">Reset</a></span>
196
                                    [% ELSE %]
204
                                    [% ELSE %]
197
                                        <span class="label">Action if no match found:</span>
205
                                        <span class="label">Action if no match found:</span>
198
                                        [% IF ( nomatch_action == 'create_new' ) %]
206
                                        [% IF ( nomatch_action == 'create_new' ) %]
Lines 208-214 Link Here
208
                                    <li>
216
                                    <li>
209
                                        [% IF ( can_commit ) %]
217
                                        [% IF ( can_commit ) %]
210
                                            <label for="item_action">Item processing:</label>
218
                                            <label for="item_action">Item processing:</label>
211
                                            [% INCLUDE 'tools-item-action.inc' %] <span class="change-status">Changed. <a href="#" class="reset" id="reset_item_action">Reset</a></span>
219
                                            [% INCLUDE 'tools-item-action.inc' %] <span class="change-status">Changed. <a   href="#" class="reset" id="reset_item_action">Reset</a></span>
212
                                        [% ELSE %]
220
                                        [% ELSE %]
213
                                            <span class="label">Item processing:</span>
221
                                            <span class="label">Item processing:</span>
214
                                            [% IF ( item_action == 'always_add' ) %]
222
                                            [% IF ( item_action == 'always_add' ) %]
Lines 229-235 Link Here
229
                                [% END %]
237
                                [% END %]
230
                            </ol>
238
                            </ol>
231
                            [% IF ( can_commit ) %]
239
                            [% IF ( can_commit ) %]
232
                                    <fieldset class="action"><input type="submit" value="Apply different matching rules" class="button" /></fieldset>
240
                                    <fieldset class="action"><input type="submit" class="principal" value="Apply different matching rules" class="button" /></fieldset>
233
                                </form>
241
                                </form>
234
                            [% END %]
242
                            [% END %]
235
                        </fieldset> <!-- /#staged-record-matching-rules -->
243
                        </fieldset> <!-- /#staged-record-matching-rules -->
Lines 252-258 Link Here
252
                                            </select>
260
                                            </select>
253
                                        [% END %]
261
                                        [% END %]
254
                                        <br />
262
                                        <br />
255
                                        <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" />
263
                                        <input type="submit"  class="button" name="mainformsubmit" value="Import this batch into the catalog" />
256
                                    </fieldset>
264
                                    </fieldset>
257
                                </form> <!-- /#import_batch_form -->
265
                                </form> <!-- /#import_batch_form -->
258
                                <div id="jobpanel">
266
                                <div id="jobpanel">
Lines 275-280 Link Here
275
                            [% END # /IF can_revert %]
283
                            [% END # /IF can_revert %]
276
                        </div>
284
                        </div>
277
285
286
                        <fieldset id="searchresults">
287
278
                        [% IF ( did_commit ) %]
288
                        [% IF ( did_commit ) %]
279
                            <div class="dialog message">Completed import of records</div>
289
                            <div class="dialog message">Completed import of records</div>
280
                            <table>
290
                            <table>
Lines 334-339 Link Here
334
                                </tr>
344
                                </tr>
335
                            </table>
345
                            </table>
336
                        [% END  # /IF did_revert%]
346
                        [% END  # /IF did_revert%]
347
                        </fieldset>
348
337
349
338
                    [% END # /IF batch_info %]
350
                    [% END # /IF batch_info %]
339
351
Lines 385-391 Link Here
385
                                    <td>[% batch_lis.num_records | html %]</td>
397
                                    <td>[% batch_lis.num_records | html %]</td>
386
                                    <td>[% batch_lis.num_items | html %]
398
                                    <td>[% batch_lis.num_items | html %]
387
                                        [% IF ( batch_lis.num_items && batch_lis.import_status == 'imported' ) %]
399
                                        [% IF ( batch_lis.num_items && batch_lis.import_status == 'imported' ) %]
388
                                            (<a href="[% batch_lis.script_name | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;op=create_labels">Create label batch</a>)
400
                                            (<a   href="[% batch_lis.script_name | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;op=create_labels">Create label batch</a>)
389
                                        [% END %]
401
                                        [% END %]
390
                                    </td>
402
                                    </td>
391
                                    <td class="actions">
403
                                    <td class="actions">
Lines 393-405 Link Here
393
                                            <form method="post" action="[% batch_lis.script_name | html %]" name="clean_batch_[% batch_lis.import_batch_id | html %]" id="clean_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_clean">
405
                                            <form method="post" action="[% batch_lis.script_name | html %]" name="clean_batch_[% batch_lis.import_batch_id | html %]" id="clean_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_clean">
394
                                                <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
406
                                                <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
395
                                                <input type="hidden" name="op" value="clean-batch" />
407
                                                <input type="hidden" name="op" value="clean-batch" />
396
                                                <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-eraser"></i> Clean</button>
408
                                                <button  type="submit" class="btn btn-default btn-xs"><i class="fa fa-eraser"></i> Clean</button>
397
                                            </form>
409
                                            </form>
398
                                        [% ELSIF ( batch_lis.import_status == 'cleaned' ) %]
410
                                        [% ELSIF ( batch_lis.import_status == 'cleaned' ) %]
399
                                            <form method="post" action="/cgi-bin/koha/tools/manage-marc-import.pl" name="delete_batch_[% batch_lis.import_batch_id | html %]" id="delete_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_delete">
411
                                            <form method="post" action="/cgi-bin/koha/tools/manage-marc-import.pl" name="delete_batch_[% batch_lis.import_batch_id | html %]" id="delete_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_delete">
400
                                                <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
412
                                                <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
401
                                                <input type="hidden" name="op" value="delete-batch" />
413
                                                <input type="hidden" name="op" value="delete-batch" />
402
                                                <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</button>
414
                                                <button   type="submit" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</button>
403
                                            </form>
415
                                            </form>
404
                                        [% END %]
416
                                        [% END %]
405
                                    </td>
417
                                    </td>
Lines 438-449 Link Here
438
                                        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
450
                                        <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
439
                                    </div>
451
                                    </div>
440
                                    <div class="modal-footer">
452
                                    <div class="modal-footer">
441
                                        <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
453
                                        <button class="btn btn-default cancel" data-dismiss="modal" aria-hidden="true">Close</button>
442
                                    </div>
454
                                    </div>
443
                                </div>
455
                                </div>
444
                            </div>
456
                            </div>
445
                        </div> <!-- /#marcPreview -->
457
                        </div> <!-- /#marcPreview -->
446
                    [% END # /IF import_batch_id %]
458
                    [% END # /IF import_batch_id %]
459
460
                    </div>
447
                </main>
461
                </main>
448
462
449
            </div> <!-- /.col-sm-10.col-sm-push-2 -->
463
            </div> <!-- /.col-sm-10.col-sm-push-2 -->
Lines 598-604 Link Here
598
                                '<a class="btn btn-default btn-xs" target="_blank" href="' + record_details_url
612
                                '<a class="btn btn-default btn-xs" target="_blank" href="' + record_details_url
599
                                + aData['matched'] + '"><i class="fa fa-eye"></i> ' + _("View") + '</a> '
613
                                + aData['matched'] + '"><i class="fa fa-eye"></i> ' + _("View") + '</a> '
600
                                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
614
                                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
601
                                    + '<a class="btn btn-default btn-xs" target="_blank" href="' + record_edit_url
615
                                    + '<a   class="btn btn-default btn-xs" target="_blank" href="' + record_edit_url
602
                                    + aData['matched'] + '"><i class="fa fa-pencil"></i> ' + _("Edit") + '</a>'
616
                                    + aData['matched'] + '"><i class="fa fa-pencil"></i> ' + _("Edit") + '</a>'
603
                                [% END %]
617
                                [% END %]
604
                            );
618
                            );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-12 / +24 lines)
Lines 3-8 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>MARC modification templates &rsaquo; Tools &rsaquo; Koha</title>
10
<title>MARC modification templates &rsaquo; Tools &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 20-27 Link Here
20
</head>
23
</head>
21
24
22
<body id="tools_marc_modification_templates" class="tools">
25
<body id="tools_marc_modification_templates" class="tools">
23
[% INCLUDE 'header.inc' %]
26
[% INCLUDE 'header.inc' form=formulaire %]
24
[% INCLUDE 'cat-search.inc' %]
25
27
26
[% IF ( TemplatesLoop ) %]
28
[% IF ( TemplatesLoop ) %]
27
    [% FOREACH TemplatesLoo IN TemplatesLoop %]
29
    [% FOREACH TemplatesLoo IN TemplatesLoop %]
Lines 57-62 Link Here
57
            </li>
59
            </li>
58
        [% END %]
60
        [% END %]
59
    </ol>
61
    </ol>
62
        <ol>
63
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
64
        </ol>
65
        <ol>
66
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
67
        </ol>
60
</nav>
68
</nav>
61
69
62
<div class="main container-fluid">
70
<div class="main container-fluid">
Lines 65-76 Link Here
65
            <main>
73
            <main>
66
74
67
            <div id="toolbar" class="btn-toolbar">
75
            <div id="toolbar" class="btn-toolbar">
68
                <a href="#" data-toggle="modal" data-template_id="" data-target="#createTemplate" id="new_template" class="btn btn-default duplicate_template"><i class="fa fa-plus"></i> New template</a>
76
                <div>
77
                <a href="#" data-toggle="modal" data-template_id="" data-target="#createTemplate" id="new_template" class="toolbar-btn duplicate_template"><i class="fa fa-plus"></i> New template</a>
69
                [% IF ( template_id != '' ) %]
78
                [% IF ( template_id != '' ) %]
70
                    <a href="#" id="new_action" class="btn btn-default"><i class="fa fa-plus"></i> New action</a>
79
                    <a href="#" id="new_action" class="toolbar-btn"><i class="fa fa-plus"></i> New action</a>
71
                    <a class="btn btn-default delete_template" href="/cgi-bin/koha/tools/marc_modification_templates.pl?template_id=[% template_id | html %]&amp;op=delete_template"><i class="fa fa-fw fa-trash"></i> Delete template</a>
80
                    <a class="toolbar-btn delete_template" href="/cgi-bin/koha/tools/marc_modification_templates.pl?template_id=[% template_id | html %]&amp;op=delete_template"><i class="fa fa-fw fa-trash"></i> Delete template</a>
72
                [% END %]
81
                [% END %]
73
            </div>
82
            </div></div>
74
83
75
            [% IF error %]
84
            [% IF error %]
76
                [% IF error == 'no_from_field' %]
85
                [% IF error == 'no_from_field' %]
Lines 84-89 Link Here
84
93
85
                    <h1>MARC modification templates [% template_id | html %]</h1>
94
                    <h1>MARC modification templates [% template_id | html %]</h1>
86
95
96
<fieldset id="searchresults">
87
                    <table id="templatest">
97
                    <table id="templatest">
88
                        <thead>
98
                        <thead>
89
                            <tr>
99
                            <tr>
Lines 106-118 Link Here
106
                            [% END %]
116
                            [% END %]
107
                        </tbody>
117
                        </tbody>
108
                    </table>
118
                    </table>
119
</fieldset>
109
120
110
                [% ELSE %]
121
                [% ELSE %]
111
122
112
                    <h1>Actions for <em>[% template_name | html %]</em></h1>
123
                    <h1>Actions for <em>[% template_name | html %]</em></h1>
113
124
114
                    [% IF ( ActionsLoop ) %]
125
                    [% IF ( ActionsLoop ) %]
115
126
<fieldset id="searchresults">
116
                        <table id="template_actions" class="template_actions">
127
                        <table id="template_actions" class="template_actions">
117
                            <thead>
128
                            <thead>
118
                                <tr>
129
                                <tr>
Lines 195-206 Link Here
195
                                            <a class="btn btn-default btn-xs edit_action" href="#modaction" data-mmta_id="[% ActionsLoo.mmta_id | html %]"><i class="fa fa-pencil"></i> Edit</a>
206
                                            <a class="btn btn-default btn-xs edit_action" href="#modaction" data-mmta_id="[% ActionsLoo.mmta_id | html %]"><i class="fa fa-pencil"></i> Edit</a>
196
                                        </td>
207
                                        </td>
197
                                        <td>
208
                                        <td>
198
                                            <a class="btn btn-default btn-xs" href="marc_modification_templates.pl?template_id=[% ActionsLoo.template_id | html %]&op=delete_action&mmta_id=[% ActionsLoo.mmta_id | html %]" onclick="return confirmDeleteAction();"><i class="fa fa-trash"></i> Delete</a>
209
                                            <a class="btn btn-default btn-xs" hhref="marc_modification_templates.pl?template_id=[% ActionsLoo.template_id | html %]&op=delete_action&mmta_id=[% ActionsLoo.mmta_id | html %]" onclick="return confirmDeleteAction();"><i class="fa fa-trash"></i> Delete</a>
199
                                        </td>
210
                                        </td>
200
                                    </tr>
211
                                    </tr>
201
                                [% END # /FOREACH ActionsLoo %]
212
                                [% END # /FOREACH ActionsLoo %]
202
                            </tbody>
213
                            </tbody>
203
                        </table>
214
                        </table>
215
                        </fieldset>
204
                    [% ELSE %]
216
                    [% ELSE %]
205
                        <div class="dialog message template_actions"><p>There are no defined actions for this template.</p></div>
217
                        <div class="dialog message template_actions"><p>There are no defined actions for this template.</p></div>
206
                    [% END # /IF ActionsLoop %]
218
                    [% END # /IF ActionsLoop %]
Lines 208-214 Link Here
208
                    <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="add_action" >
220
                    <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="add_action" >
209
                        <a name="modaction"></a>
221
                        <a name="modaction"></a>
210
                        <fieldset>
222
                        <fieldset>
211
                            <legend id="modaction_legend">Add a new action</legend>
223
                            <h3 id="modaction_legend">Add a new action</h3>
212
                            <div id="warning_multivalued" style="color:red; display:none;">You have chosen a condition on the same field as the original field. If your records contain multivalued fields it is highly recommended not to do that.</div>
224
                            <div id="warning_multivalued" style="color:red; display:none;">You have chosen a condition on the same field as the original field. If your records contain multivalued fields it is highly recommended not to do that.</div>
213
225
214
                            <div class="action_line">
226
                            <div class="action_line">
Lines 290-296 Link Here
290
                                <input type="hidden" name="template_id" value="[% template_id | html %]" />
302
                                <input type="hidden" name="template_id" value="[% template_id | html %]" />
291
                                <input type="hidden" name="mmta_id" id="mmta_id" />
303
                                <input type="hidden" name="mmta_id" id="mmta_id" />
292
                                <input type="hidden" name="op" value="add_action" />
304
                                <input type="hidden" name="op" value="add_action" />
293
                                <input id="action_submit" type="submit" value="Add action" />
305
                                <input id="action_submit" class="principal" type="submit" value="Add action" />
294
                                <a href="#modaction" class="cancel" id="cancel_edit" onclick="cancelEditAction();">Cancel</a>
306
                                <a href="#modaction" class="cancel" id="cancel_edit" onclick="cancelEditAction();">Cancel</a>
295
                            </fieldset>
307
                            </fieldset>
296
308
Lines 336-343 Link Here
336
                        </fieldset>
348
                        </fieldset>
337
                    </div>
349
                    </div>
338
                    <div class="modal-footer">
350
                    <div class="modal-footer">
339
                        <button type="submit" class="btn btn-default">Submit</button>
351
                        <button type="submit" class="btn btn-default principal">Submit</button>
340
                        <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
352
                        <button class="cancel" data-dismiss="modal" aria-hidden="true">Cancel</button>
341
                    </div>
353
                    </div>
342
                </form>
354
                </form>
343
                </div>
355
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-16 / +26 lines)
Lines 6-19 Link Here
6
[% USE Categories %]
6
[% USE Categories %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'cat-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Batch patron modification &rsaquo; Tools &rsaquo; Koha</title>
13
<title>Batch patron modification &rsaquo; Tools &rsaquo; Koha</title>
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
15
</head>
13
16
14
<body id="tools_modborrowers" class="tools">
17
<body id="tools_modborrowers" class="tools">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
Lines 27-32 Link Here
27
            <a href="#" aria-current="page">Batch patron modification</a>
29
            <a href="#" aria-current="page">Batch patron modification</a>
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
32
        <ol>
33
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
34
        </ol>
35
        <ol>
36
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
37
        </ol>
30
</nav>
38
</nav>
31
39
32
<div class="main container-fluid">
40
<div class="main container-fluid">
Lines 35-44 Link Here
35
            <main>
43
            <main>
36
44
37
                [% IF ( op == 'show_form' ) %]
45
                [% IF ( op == 'show_form' ) %]
38
                <h1>Batch patron modification</h1>
46
                <h2>Batch patron modification</h2>
39
                <form id="patron_batchmod_form" method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/modborrowers.pl">
47
                <form id="patron_batchmod_form" method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/modborrowers.pl">
40
                    <input type="hidden" name="op" value="show" />
48
                    <input type="hidden" name="op" value="show" />
41
                    <div id="batch_patron_options" class="toptabs">
49
                    <div id="batch_patron_options" class="toptabs">
50
                        <fieldset>
42
                        <ul class="nav nav-tabs" role="tablist">
51
                        <ul class="nav nav-tabs" role="tablist">
43
                            <li role="presentation" class="active">
52
                            <li role="presentation" class="active">
44
                                <a href="#usecardnumber" aria-controls="usecardnumber" role="tab" data-toggle="tab">By card number</a>
53
                                <a href="#usecardnumber" aria-controls="usecardnumber" role="tab" data-toggle="tab">By card number</a>
Lines 54-61 Link Here
54
                        </ul>
63
                        </ul>
55
                        <div class="tab-content">
64
                        <div class="tab-content">
56
                            <div id="usecardnumber" role="tabpanel" class="tab-pane active">
65
                            <div id="usecardnumber" role="tabpanel" class="tab-pane active">
57
                                <fieldset class="rows">
66
                                <fieldset>
58
                                    <legend>Use a file of card numbers</legend>
67
                                    <h3>Use a file of card numbers</h3>
59
                                    <ol>
68
                                    <ol>
60
                                        <li>
69
                                        <li>
61
                                            <label for="cardnumberuploadfile">File: </label> <input type="file"
70
                                            <label for="cardnumberuploadfile">File: </label> <input type="file"
Lines 64-71 Link Here
64
                                        </li>
73
                                        </li>
65
                                    </ol>
74
                                    </ol>
66
                                </fieldset>
75
                                </fieldset>
67
                                <fieldset class="rows">
76
                                <fieldset>
68
                                    <legend>Or list card numbers one by one</legend>
77
                                    <h3>Or list card numbers one by one</h3>
69
                                    <ol>
78
                                    <ol>
70
                                        <li>
79
                                        <li>
71
                                            <label for="cardnumberlist">Card number list (one card number per line):
80
                                            <label for="cardnumberlist">Card number list (one card number per line):
Lines 76-88 Link Here
76
                                    </ol>
85
                                    </ol>
77
                                </fieldset>
86
                                </fieldset>
78
                                <fieldset class="action">
87
                                <fieldset class="action">
79
                                    <input type="submit" value="Continue" class="button" />
88
                                    <input class="principal" type="submit" value="Continue" class="button" />
80
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
89
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
81
                                </fieldset>
90
                                </fieldset>
82
                            </div>
91
                            </div>
83
                            <div id="useborrowernumber" role="tabpanel" class="tab-pane">
92
                            <div id="useborrowernumber" role="tabpanel" class="tab-pane">
84
                                <fieldset class="rows">
93
                                <fieldset>
85
                                    <legend>Use a file of borrowernumbers</legend>
94
                                    <h3>Use a file of borrowernumbers</h3>
86
                                    <ol>
95
                                    <ol>
87
                                        <li>
96
                                        <li>
88
                                            <label for="borrowernumberuploadfile">File: </label> <input type="file"
97
                                            <label for="borrowernumberuploadfile">File: </label> <input type="file"
Lines 91-98 Link Here
91
                                        </li>
100
                                        </li>
92
                                    </ol>
101
                                    </ol>
93
                                </fieldset>
102
                                </fieldset>
94
                                <fieldset class="rows">
103
                                <fieldset>
95
                                    <legend>List borrowernumbers one by one</legend>
104
                                    <h3>List borrowernumbers one by one</h3>
96
                                    <ol>
105
                                    <ol>
97
                                        <li>
106
                                        <li>
98
                                            <label for="borrowernumberlist">Borrowernumber list (one number per line):
107
                                            <label for="borrowernumberlist">Borrowernumber list (one number per line):
Lines 103-116 Link Here
103
                                    </ol>
112
                                    </ol>
104
                                </fieldset>
113
                                </fieldset>
105
                                <fieldset class="action">
114
                                <fieldset class="action">
106
                                    <input type="submit" value="Continue" class="button" />
115
                                    <input class="principal" type="submit" value="Continue" class="button" />
107
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
116
                                    <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
108
                                </fieldset>
117
                                </fieldset>
109
                            </div>
118
                            </div>
110
                            [% IF patron_lists %]
119
                            [% IF patron_lists %]
111
                                <div id="uselist" role="tabpanel" class="tab-pane">
120
                                <div id="uselist" role="tabpanel" class="tab-pane">
112
                                    <fieldset class="rows">
121
                                    <fieldset>
113
                                        <legend>Use a patron list</legend>
122
                                        <h3>Use a patron list</h3>
114
                                        <ol>
123
                                        <ol>
115
                                            <li>
124
                                            <li>
116
                                                <label for="patron_list_id">Patron list: </label>
125
                                                <label for="patron_list_id">Patron list: </label>
Lines 124-135 Link Here
124
                                        </ol>
133
                                        </ol>
125
                                    </fieldset>
134
                                    </fieldset>
126
                                    <fieldset class="action">
135
                                    <fieldset class="action">
127
                                        <input type="submit" value="Continue" class="button" />
136
                                        <input class="button principal" type="submit" value="Continue" />
128
                                        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
137
                                        <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
129
                                    </fieldset>
138
                                    </fieldset>
130
                                </div>
139
                                </div>
131
                            [% END %]
140
                            [% END %]
132
                        </div> <!-- /.tab-content -->
141
                        </div> <!-- /.tab-content -->
142
                        </fieldset>
133
                    </div><!-- /#batch_patron_options -->
143
                    </div><!-- /#batch_patron_options -->
134
                </form>
144
                </form>
135
                [% END %]
145
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-2 / +10 lines)
Lines 3-16 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'cat-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Overdue notice/status triggers &rsaquo; Tools &rsaquo; Koha</title>
10
<title>Overdue notice/status triggers &rsaquo; Tools &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
13
11
<body id="tools_overduerules" class="tools">
14
<body id="tools_overduerules" class="tools">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
Lines 26-31 Link Here
26
            </a>
28
            </a>
27
        </li>
29
        </li>
28
    </ol>
30
    </ol>
31
        <ol>
32
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
33
        </ol>
34
        <ol>
35
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
36
        </ol>
29
</nav>
37
</nav>
30
38
31
<div class="main container-fluid">
39
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-9 / +17 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'patron-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Upload patron images &rsaquo; Tools &rsaquo; Koha</title>
8
<title>Upload patron images &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
Lines 8-15 Link Here
8
11
9
<body id="tools_picture-upload" class="tools">
12
<body id="tools_picture-upload" class="tools">
10
13
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'patron-search-header.inc' %]
15
[% INCLUDE 'patron-search.inc' %]
13
16
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
18
    <ol>
Lines 36-41 Link Here
36
            </li>
39
            </li>
37
        [% END %]
40
        [% END %]
38
    </ol>
41
    </ol>
42
        <ol>
43
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
44
        </ol>
45
        <ol>
46
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
47
        </ol>
39
</nav>
48
</nav>
40
49
41
[% INCLUDE 'blocking_errors.inc' %]
50
[% INCLUDE 'blocking_errors.inc' %]
Lines 48-63 Link Here
48
            [% IF ( ERRORS ) %]
57
            [% IF ( ERRORS ) %]
49
				[% IF ( TCOUNTS ) %]
58
				[% IF ( TCOUNTS ) %]
50
					<div class="dialog alert">
59
					<div class="dialog alert">
51
                    <h1>Patron image(s) uploaded with some errors</h1>
60
                    <h2>Patron image(s) uploaded with some errors</h2>
52
                    </div>
61
                    </div>
53
				[% ELSE %]
62
				[% ELSE %]
54
					<div class="dialog alert">
63
					<div class="dialog alert">
55
                    <h1>Patron image failed to upload</h1>
64
                    <h2>Patron image failed to upload</h2>
56
                    </div>
65
                    </div>
57
				[% END %]
66
				[% END %]
58
            [% ELSE %]
67
            [% ELSE %]
59
                <div class="dialog message">
68
                <div class="dialog message">
60
                <h1>Patron image(s) successfully uploaded</h1>
69
                <h2>Patron image(s) successfully uploaded</h2>
61
                </div>
70
                </div>
62
            [% END %]
71
            [% END %]
63
	        <ul class="data">
72
	        <ul class="data">
Lines 109-115 Link Here
109
                    <li><a id="doneupload" href="/cgi-bin/koha/tools/tools-home.pl">Return to tools</a></li>
118
                    <li><a id="doneupload" href="/cgi-bin/koha/tools/tools-home.pl">Return to tools</a></li>
110
                [% END %]</ul>
119
                [% END %]</ul>
111
[% ELSE %]
120
[% ELSE %]
112
                <h1>Upload patron images</h1>
121
                <h2>Upload patron images</h2>
113
                [% IF ( ERRORS ) %]
122
                [% IF ( ERRORS ) %]
114
                <div class="dialog alert">
123
                <div class="dialog alert">
115
                    [% FOREACH ERROR IN ERRORS %]
124
                    [% FOREACH ERROR IN ERRORS %]
Lines 149-159 Link Here
149
                                <span class="required">Required</span>
158
                                <span class="required">Required</span>
150
                            </li>
159
                            </li>
151
                        </ol>
160
                        </ol>
152
	            </fieldset>
161
153
                    <fieldset class="action">
154
                        <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
162
                        <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
155
                        <input type="hidden" name="op" value="Upload" />
163
                        <input type="hidden" name="op" value="Upload" />
156
                        <input type="submit" value="Upload" class="submit" />
164
                        <input type="submit" value="Upload" class="principal" />
157
						<a href="/cgi-bin/koha/tools/tools-home.pl" class="cancel">Cancel</a>
165
						<a href="/cgi-bin/koha/tools/tools-home.pl" class="cancel">Cancel</a>
158
                    </fieldset>
166
                    </fieldset>
159
                </form>
167
                </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt (-2 / +10 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'prefs-admin-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>OPAC problem reports &rsaquo; Administration &rsaquo; Koha</title>
10
<title>OPAC problem reports &rsaquo; Administration &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 10-17 Link Here
10
13
11
<body id="tools_problem-reports" class="tools">
14
<body id="tools_problem-reports" class="tools">
12
15
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'prefs-admin-search.inc' %]
15
17
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
Lines 27-32 Link Here
27
            </a>
29
            </a>
28
        </li>
30
        </li>
29
    </ol>
31
    </ol>
32
        <ol>
33
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
34
        </ol>
35
        <ol>
36
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
37
        </ol>
30
</nav>
38
</nav>
31
39
32
<div class="main container-fluid">
40
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-4 / +12 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
    [% INCLUDE 'doc-head-open.inc' %]
7
    [% INCLUDE 'doc-head-open.inc' %]
5
    <title>Quote uploader &rsaquo; Tools &rsaquo; Koha</title>
8
    <title>Quote uploader &rsaquo; Tools &rsaquo; Koha</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
9
    [% INCLUDE 'doc-head-close.inc' %]
Lines 9-16 Link Here
9
</head>
12
</head>
10
13
11
<body id="tools_quotes" class="tools">
14
<body id="tools_quotes" class="tools">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
Lines 29-34 Link Here
29
            </a>
31
            </a>
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
34
        <ol>
35
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
36
        </ol>
37
        <ol>
38
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
39
        </ol>
32
</nav>
40
</nav>
33
41
34
<div class="main container-fluid">
42
<div class="main container-fluid">
Lines 49-55 Link Here
49
57
50
                <div id="instructions">
58
                <div id="instructions">
51
                <fieldset id="file_uploader_help" class="rows">
59
                <fieldset id="file_uploader_help" class="rows">
52
                    <legend>Instructions</legend>
60
                    <h3>Instructions</h3>
53
                    <div id="file_uploader_inst">
61
                    <div id="file_uploader_inst">
54
                        <ul>
62
                        <ul>
55
                        <li>The quote uploader accepts standard csv files with two columns: "source","text"</li>
63
                        <li>The quote uploader accepts standard csv files with two columns: "source","text"</li>
Lines 67-73 Link Here
67
                </div>
75
                </div>
68
76
69
                <fieldset id="file_uploader" class="rows">
77
                <fieldset id="file_uploader" class="rows">
70
                    <legend>Upload quotes</legend>
78
                    <h3>Upload quotes</h3>
71
                    <div id="file_upload">
79
                    <div id="file_upload">
72
                        <input type="file" name="file" />
80
                        <input type="file" name="file" />
73
                        <button id="cancel_upload" style="display:none">Cancel upload</button>
81
                        <button id="cancel_upload" style="display:none">Cancel upload</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-8 / +19 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Quote editor &rsaquo; Tools &rsaquo; Koha</title>
8
<title>Quote editor &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
Lines 8-15 Link Here
8
</head>
11
</head>
9
12
10
<body id="tools_quotes" class="tools">
13
<body id="tools_quotes" class="tools">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
Lines 25-30 Link Here
25
            </a>
27
            </a>
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
30
        <ol>
31
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
32
        </ol>
33
        <ol>
34
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
35
        </ol>
28
</nav>
36
</nav>
29
37
30
<div class="main container-fluid">
38
<div class="main container-fluid">
Lines 54-61 Link Here
54
62
55
[% IF op == 'list' %]
63
[% IF op == 'list' %]
56
    <div id="toolbar" class="btn-toolbar">
64
    <div id="toolbar" class="btn-toolbar">
57
        <a class="btn btn-default" id="newquote" href="/cgi-bin/koha/tools/quotes.pl?op=add_form"><i class="fa fa-plus"></i> New quote</a>
65
        <div>
58
        <a class="btn btn-default" id="import_quotes" href="/cgi-bin/koha/tools/quotes-upload.pl"><i class="fa fa-folder-open"></i> Import quotes</a>
66
            <a class="toolbar-btn" id="newquote" href="/cgi-bin/koha/tools/quotes.pl?op=add_form"><i class="fa fa-plus"></i> New quote</a>
67
            <a class="toolbar-btn" id="import_quotes" href="/cgi-bin/koha/tools/quotes-upload.pl"><i class="fa fa-folder-open"></i> Import quotes</a>
68
        </div>
59
    </div>
69
    </div>
60
[% END %]
70
[% END %]
61
71
Lines 76-85 Link Here
76
                    <span class="required">Required</span>
86
                    <span class="required">Required</span>
77
                </li>
87
                </li>
78
            </ol>
88
            </ol>
79
        </fieldset>
89
80
        <fieldset class="action">
81
            <input type="hidden" name="id" value="[% quote.id | html %]" />
90
            <input type="hidden" name="id" value="[% quote.id | html %]" />
82
            <input type="submit" value="Submit" />
91
            <input class="principal" type="submit" value="Submit" />
83
            <a class="cancel" href="/cgi-bin/koha/tools/quotes.pl">Cancel</a>
92
            <a class="cancel" href="/cgi-bin/koha/tools/quotes.pl">Cancel</a>
84
        </fieldset>
93
        </fieldset>
85
    </form>
94
    </form>
Lines 102-107 Link Here
102
111
103
[% IF op == 'list' %]
112
[% IF op == 'list' %]
104
    <h1>Quotes</h1>
113
    <h1>Quotes</h1>
114
    <fieldset id="searchresults">
105
    [% IF quotes_count > 0 %]
115
    [% IF quotes_count > 0 %]
106
        <table id="quotes">
116
        <table id="quotes">
107
            <thead>
117
            <thead>
Lines 117-122 Link Here
117
    [% ELSE %]
127
    [% ELSE %]
118
        <div class="dialog message">There are no quotes defined. <a href="/cgi-bin/koha/tools/quotes.pl?op=add_form">Start defining quotes</a>.</div>
128
        <div class="dialog message">There are no quotes defined. <a href="/cgi-bin/koha/tools/quotes.pl?op=add_form">Start defining quotes</a>.</div>
119
    [% END %]
129
    [% END %]
130
    </fieldset>
120
131
121
    <div id="delete_confirm_modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="delete_confirm_modal_label" aria-hidden="true">
132
    <div id="delete_confirm_modal" class="modal" tabindex="-1" role="dialog" aria-labelledby="delete_confirm_modal_label" aria-hidden="true">
122
        <div class="modal-dialog">
133
        <div class="modal-dialog">
Lines 129-135 Link Here
129
                    <div id="delete_confirm_dialog"></div>
140
                    <div id="delete_confirm_dialog"></div>
130
                </div>
141
                </div>
131
                <div class="modal-footer">
142
                <div class="modal-footer">
132
                    <a href="#" class="btn btn-default" id="delete_confirm_modal_button" role="button" data-toggle="modal">Delete</a>
143
                    <a href="#" class="btn btn-default principal" id="delete_confirm_modal_button" role="button" data-toggle="modal">Delete</a>
133
                    <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
144
                    <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
134
                </div>
145
                </div>
135
            </div> <!-- /.modal-content -->
146
            </div> <!-- /.modal-content -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt (-5 / +14 lines)
Lines 1-14 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Task scheduler &rsaquo; Tools &rsaquo; Koha</title>
8
<title>Task scheduler &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
10
</head>
8
11
9
<body id="tools_scheduler" class="tools">
12
<body id="tools_scheduler" class="tools">
10
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' form=formulaire %]
11
[% INCLUDE 'circ-search.inc' %]
12
14
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
16
    <ol>
Lines 24-29 Link Here
24
            </a>
26
            </a>
25
        </li>
27
        </li>
26
    </ol>
28
    </ol>
29
        <ol>
30
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
31
        </ol>
32
        <ol>
33
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
34
        </ol>
27
</nav>
35
</nav>
28
36
29
<div class="main container-fluid">
37
<div class="main container-fluid">
Lines 41-47 Link Here
41
<input type="hidden" name="mode" value="job_add" />
49
<input type="hidden" name="mode" value="job_add" />
42
50
43
<fieldset class="rows">
51
<fieldset class="rows">
44
<legend>Task scheduler</legend><ol>
52
<h3>Task scheduler</h3><ol>
45
<li><span class="label">Current server time is:</span>
53
<li><span class="label">Current server time is:</span>
46
[% time | html %]</li>
54
[% time | html %]</li>
47
<li><label for="starttime">Time:</label>
55
<li><label for="starttime">Time:</label>
Lines 74-81 Link Here
74
82
75
<input type="text" name="email" id="email" size="50" />
83
<input type="text" name="email" id="email" size="50" />
76
</li>
84
</li>
77
</ol></fieldset>
85
</ol>
78
<fieldset class="action"><input class="submit-button" type="submit" value="Save" /></fieldset>
86
    <fieldset class="action"><input class="submit-button principal" type="submit" value="Save" />
87
</fieldset></fieldset>
79
</form>
88
</form>
80
89
81
[% IF ( JOBS ) %]<h2>Jobs already entered</h2>
90
[% IF ( JOBS ) %]<h2>Jobs already entered</h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (+6 lines)
Lines 36-41 Link Here
36
            </a>
36
            </a>
37
        </li>
37
        </li>
38
    </ol>
38
    </ol>
39
        <ol>
40
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
41
        </ol>
42
        <ol>
43
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
44
        </ol>
39
</nav>
45
</nav>
40
46
41
<div class="main container-fluid">
47
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-13 / +19 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Stage MARC records for import &rsaquo; Tools &rsaquo; Koha</title>
8
<title>Stage MARC records for import &rsaquo; Tools &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
Lines 12-19 Link Here
12
15
13
</head>
16
</head>
14
<body id="tools_stage-marc-import" class="tools">
17
<body id="tools_stage-marc-import" class="tools">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
Lines 41-46 Link Here
41
            </li>
43
            </li>
42
        [% END %]
44
        [% END %]
43
    </ol>
45
    </ol>
46
        <ol>
47
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
48
        </ol>
49
        <ol>
50
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
51
        </ol>
44
</nav>
52
</nav>
45
53
46
<div class="main container-fluid">
54
<div class="main container-fluid">
Lines 56-62 Link Here
56
[% END %]
64
[% END %]
57
65
58
[% IF ( uploadmarc ) %]
66
[% IF ( uploadmarc ) %]
59
<h1>MARC staging results</h1>
60
<ul>
67
<ul>
61
    [% SWITCH (record_type) %]
68
    [% SWITCH (record_type) %]
62
    [% CASE 'biblio' %]
69
    [% CASE 'biblio' %]
Lines 90-103 Link Here
90
</p>
97
</p>
91
[% END %]
98
[% END %]
92
[% ELSE %]
99
[% ELSE %]
93
<h1>Stage MARC records for import</h1>
94
<ul>
100
<ul>
95
    <li>Select a MARC file to stage in the import reservoir.  It will be parsed, and each valid record staged for later import into the catalog.</li>
101
    <li>Select a MARC file to stage in the import reservoir.  It will be parsed, and each valid record staged for later import into the catalog.</li>
96
    <li>You can enter a name for this import. It may be useful, when creating a record, to remember where the suggested MARC data comes from!</li>
102
    <li>You can enter a name for this import. It may be useful, when creating a record, to remember where the suggested MARC data comes from!</li>
97
</ul>
103
</ul>
98
<form method="post" action="[% SCRIPT_NAME | html %]" id="uploadfile" enctype="multipart/form-data">
104
<form method="post" action="[% SCRIPT_NAME | html %]" id="uploadfile" enctype="multipart/form-data">
99
<fieldset class="rows" id="uploadform">
105
<fieldset class="rows" id="uploadform">
100
<legend>Upload a file to stage</legend>
106
<h3>Upload a file to stage</h3>
101
<ol>
107
<ol>
102
    <li>
108
    <li>
103
        <div id="fileuploadform">
109
        <div id="fileuploadform">
Lines 107-113 Link Here
107
    </li>
113
    </li>
108
</ol>
114
</ol>
109
    <fieldset class="action">
115
    <fieldset class="action">
110
        <button id="fileuploadbutton">Upload file</button>
116
        <button class="principal" id="fileuploadbutton">Upload file</button>
111
        <button id="fileuploadcancel">Cancel</button>
117
        <button id="fileuploadcancel">Cancel</button>
112
    </fieldset>
118
    </fieldset>
113
</fieldset>
119
</fieldset>
Lines 123-129 Link Here
123
</form>
129
</form>
124
130
125
<fieldset class="rows" id="profile_fieldset">
131
<fieldset class="rows" id="profile_fieldset">
126
    <legend>Pre-fill values with profile?</legend>
132
    <h3>Pre-fill values with profile?</h3>
127
    <ol>
133
    <ol>
128
        <li>
134
        <li>
129
            <label for="profile">Profile: </label>
135
            <label for="profile">Profile: </label>
Lines 146-152 Link Here
146
        <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
152
        <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
147
        <input type="hidden" name="runinbackground" id="runinbackground" value="" />
153
        <input type="hidden" name="runinbackground" id="runinbackground" value="" />
148
        <input type="hidden" name="completedJobID" id="completedJobID" value="" />
154
        <input type="hidden" name="completedJobID" id="completedJobID" value="" />
149
    <legend>Settings</legend>
155
    <h3>Settings</h3>
150
	<ol><li>
156
	<ol><li>
151
		<label for="comments">Comments about this file: </label>
157
		<label for="comments">Comments about this file: </label>
152
		<input type="text" id="comments" name="comments" />
158
		<input type="text" id="comments" name="comments" />
Lines 184-190 Link Here
184
190
185
  [% IF MarcModificationTemplatesLoop %]
191
  [% IF MarcModificationTemplatesLoop %]
186
    <fieldset class="rows">
192
    <fieldset class="rows">
187
      <legend>Modify records using a MARC modification template?</legend>
193
      <h3>Modify records using a MARC modification template?</h3>
188
      <ol>
194
      <ol>
189
        <li>
195
        <li>
190
          <label for="comments">Template: </label>
196
          <label for="comments">Template: </label>
Lines 200-206 Link Here
200
  [% END %]
206
  [% END %]
201
207
202
  <fieldset class="rows">
208
  <fieldset class="rows">
203
    <legend>Look for existing records in catalog?</legend>
209
    <h3>Look for existing records in catalog?</h3>
204
    <ol><li><label for="matcher">Record matching rule:</label>
210
    <ol><li><label for="matcher">Record matching rule:</label>
205
    <select name="matcher" id="matcher">
211
    <select name="matcher" id="matcher">
206
       <option value="">Do not look for matching records</option> 
212
       <option value="">Do not look for matching records</option> 
Lines 219-225 Link Here
219
    </ol>
225
    </ol>
220
  </fieldset>
226
  </fieldset>
221
  <fieldset class="rows" id="items">
227
  <fieldset class="rows" id="items">
222
    <legend>Check for embedded item record data?</legend>
228
    <h3>Check for embedded item record data?</h3>
223
    <ol>
229
    <ol>
224
      <li class="radio">
230
      <li class="radio">
225
        <input type="radio" id="parse_itemsyes" name="parse_items" value="1" checked="checked" />
231
        <input type="radio" id="parse_itemsyes" name="parse_items" value="1" checked="checked" />
Lines 239-245 Link Here
239
  </fieldset>
245
  </fieldset>
240
246
241
    <fieldset class="rows" id="save_profile">
247
    <fieldset class="rows" id="save_profile">
242
        <legend>Save profile</legend>
248
        <h3>Save profile</h3>
243
        <ol>
249
        <ol>
244
            <li>
250
            <li>
245
                <label for="profile_name">Profile name:</label>
251
                <label for="profile_name">Profile name:</label>
Lines 251-257 Link Here
251
    </fieldset>
257
    </fieldset>
252
258
253
  <fieldset class="action">
259
  <fieldset class="action">
254
    <input type="button" id="mainformsubmit" value="Stage for import" />
260
    <input class="principal" type="button" id="mainformsubmit" value="Stage for import" />
255
  </fieldset>
261
  </fieldset>
256
 
262
 
257
       <div id="jobpanel"><div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div>
263
       <div id="jobpanel"><div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-2 / +10 lines)
Lines 5-18 Link Here
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'cat-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Stock rotation &rsaquo; Koha</title>
12
<title>Stock rotation &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="tools_stockrotation" class="tools">
16
<body id="tools_stockrotation" class="tools">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'cat-search.inc' %]
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
20
    <ol>
Lines 82-87 Link Here
82
            </li>
84
            </li>
83
        [% END %]
85
        [% END %]
84
    </ol>
86
    </ol>
87
        <ol>
88
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
89
        </ol>
90
        <ol>
91
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
92
        </ol>
85
</nav>
93
</nav>
86
94
87
<div class="main container-fluid">
95
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-5 / +12 lines)
Lines 8-14 Link Here
8
</head>
8
</head>
9
<body id="tools_tools-home" class="tools">
9
<body id="tools_tools-home" class="tools">
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
11
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
13
    <ol>
Lines 21-26 Link Here
21
            </a>
20
            </a>
22
        </li>
21
        </li>
23
    </ol>
22
    </ol>
23
24
    <ol>
25
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
26
    </ol>
27
28
    <ol>
29
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
30
    </ol>
24
</nav>
31
</nav>
25
32
26
<div class="container-fluid">
33
<div class="container-fluid">
Lines 28-34 Link Here
28
    <div class="row">
35
    <div class="row">
29
        <div class="col-sm-4">
36
        <div class="col-sm-4">
30
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons  || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons  || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
37
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons  || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons  || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
31
<h3>Patrons and circulation</h3>
38
<h2>Patrons and circulation</h2>
32
[% END %]
39
[% END %]
33
<dl>
40
<dl>
34
    [% IF (CAN_user_tools_manage_patron_lists) %]
41
    [% IF (CAN_user_tools_manage_patron_lists) %]
Lines 97-103 Link Here
97
104
98
<div class="col-sm-4 col-sm-push-4">
105
<div class="col-sm-4 col-sm-push-4">
99
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents  || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
106
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents  || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
100
<h3>Additional tools</h3>
107
<h2>Additional tools</h2>
101
[% END %]
108
[% END %]
102
<dl>
109
<dl>
103
    [% IF ( CAN_user_tools_edit_calendar ) %]
110
    [% IF ( CAN_user_tools_edit_calendar ) %]
Lines 167-173 Link Here
167
</dl>
174
</dl>
168
175
169
[% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %]
176
[% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %]
170
<h3>Cash management</h3>
177
<h2>Cash management</h2>
171
<dl>
178
<dl>
172
179
173
    <dt><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></dt>
180
    <dt><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></dt>
Lines 183-189 Link Here
183
190
184
<div class="col-sm-4 col-sm-pull-4">
191
<div class="col-sm-4 col-sm-pull-4">
185
[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
192
[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
186
<h3>Catalog</h3>
193
<h2>Catalog</h2>
187
[% END %]
194
[% END %]
188
<dl>
195
<dl>
189
    [% IF ( CAN_user_tools_items_batchdel ) %]
196
    [% IF ( CAN_user_tools_items_batchdel ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-3 / +11 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% formulaire = BLOCK %]
5
    [% INCLUDE 'cat-search.inc' %]
6
[% END %]
4
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
8
<title>
6
    Koha &rsaquo;
9
    Koha &rsaquo;
Lines 76-83 Link Here
76
</head>
79
</head>
77
80
78
<body id="tools_upload-images" class="tools">
81
<body id="tools_upload-images" class="tools">
79
[% INCLUDE 'header.inc' %]
82
[% INCLUDE 'header.inc' form=formulaire %]
80
[% INCLUDE 'cat-search.inc' %]
81
83
82
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
84
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
83
    <ol>
85
    <ol>
Lines 122-127 Link Here
122
            </li>
124
            </li>
123
        [% END %]
125
        [% END %]
124
    </ol>
126
    </ol>
127
        <ol>
128
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
129
        </ol>
130
        <ol>
131
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
132
        </ol>
125
</nav>
133
</nav>
126
134
127
<div class="main container-fluid">
135
<div class="main container-fluid">
Lines 260-266 Link Here
260
                            </fieldset>
268
                            </fieldset>
261
269
262
                            <fieldset id="process_images" class="action">
270
                            <fieldset id="process_images" class="action">
263
                                <button type="submit" class="btn btn-default btn-sm save_image">Process images</button>
271
                                <button type="submit" class="btn btn-default btn-sm save_image principal">Process images</button>
264
                                [% IF ( biblionumber ) %]
272
                                [% IF ( biblionumber ) %]
265
                                    <a class="cancel cancel_image" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Cancel</a>
273
                                    <a class="cancel cancel_image" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Cancel</a>
266
                                [% ELSE %]
274
                                [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-16 / +24 lines)
Lines 5-10 Link Here
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% USE AuthorisedValues %]
6
[% USE AuthorisedValues %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'cat-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
[% IF plugin %]
12
[% IF plugin %]
10
    <title>Upload plugin</title>
13
    <title>Upload plugin</title>
Lines 42-47 Link Here
42
                </a>
45
                </a>
43
            </li>
46
            </li>
44
        </ol>
47
        </ol>
48
        <ol>
49
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
50
        </ol>
51
        <ol>
52
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
53
        </ol>
45
    </nav>
54
    </nav>
46
[% END %]
55
[% END %]
47
56
Lines 49-55 Link Here
49
    <form method="post" action="/cgi-bin/koha/tools/upload.pl" id="uploadfile" enctype="multipart/form-data">
58
    <form method="post" action="/cgi-bin/koha/tools/upload.pl" id="uploadfile" enctype="multipart/form-data">
50
        [% PROCESS plugin_pars %]
59
        [% PROCESS plugin_pars %]
51
        <fieldset class="rows" id="uploadform">
60
        <fieldset class="rows" id="uploadform">
52
        <legend>Upload new files</legend>
61
        <h3>Upload new files</h3>
53
        <ol>
62
        <ol>
54
        <li>
63
        <li>
55
        <div id="fileuploadform">
64
        <div id="fileuploadform">
Lines 96-103 Link Here
96
        </li>
105
        </li>
97
        </ol>
106
        </ol>
98
        <fieldset class="action">
107
        <fieldset class="action">
99
            <button id="fileuploadbutton">Upload</button>
108
            <button id="fileuploadbutton" class="principal">Upload</button>
100
            <button id="fileuploadcancel">Cancel</button>
109
            <button id="fileuploadcancel" class="cancel">Cancel</button>
101
        </fieldset>
110
        </fieldset>
102
        </fieldset>
111
        </fieldset>
103
        <div id="fileuploadpanel">
112
        <div id="fileuploadpanel">
Lines 134-140 Link Here
134
            </li>
143
            </li>
135
        </ol>
144
        </ol>
136
        <fieldset class="action">
145
        <fieldset class="action">
137
            <button id="browsebutton" class="submit">Search</button>
146
            <button id="browsebutton" class="submit principal">Search</button>
138
        </fieldset>
147
        </fieldset>
139
        </fieldset>
148
        </fieldset>
140
    </form>
149
    </form>
Lines 146-160 Link Here
146
        [% PROCESS plugin_pars %]
155
        [% PROCESS plugin_pars %]
147
        <input type="hidden" name="op" value="search"/>
156
        <input type="hidden" name="op" value="search"/>
148
        <fieldset class="brief">
157
        <fieldset class="brief">
149
        <h4>Search uploads by name or hashvalue</h4>
158
        <h3>Search uploads by name or hashvalue</h3>
150
        <ol>
159
        <ol>
151
        <li>
160
        <li>
152
            <label for="term">Search term: </label>
161
            <p for="term">Search term:
153
            <input type="text" id="term" name="term" value=""/>
162
            <input type="text" id="term" name="term" value=""/></p>
154
        </li>
163
        </li>
155
        </ol>
164
        </ol>
156
        <fieldset class="action">
165
        <fieldset class="action">
157
            <button id="searchbutton" class="submit">Search</button>
166
            <button id="searchbutton" class="submit principal">Search</button>
158
        </fieldset>
167
        </fieldset>
159
        </fieldset>
168
        </fieldset>
160
    </form>
169
    </form>
Lines 171-177 Link Here
171
180
172
[% BLOCK closer %]
181
[% BLOCK closer %]
173
    [% IF plugin %]
182
    [% IF plugin %]
174
        <div id="closewindow"><a class="btn btn-default btn-default close" href="#">Close</a></div>
183
        <div id="closewindow"><a class="btn btn-default btn-default close cancel" href="#">Close</a></div>
175
    [% END %]
184
    [% END %]
176
[% END %]
185
[% END %]
177
186
Lines 179-185 Link Here
179
    [% IF !plugin %]
188
    [% IF !plugin %]
180
        <form id="back">
189
        <form id="back">
181
            <fieldset class="action">
190
            <fieldset class="action">
182
                <button class="submit">Back</button>
191
                <button class="submit principal">Back</button>
183
            </fieldset>
192
            </fieldset>
184
        </form>
193
        </form>
185
    [% END %]
194
    [% END %]
Lines 188-198 Link Here
188
[% BLOCK newsearch %]
197
[% BLOCK newsearch %]
189
    <form id="newsearch">
198
    <form id="newsearch">
190
        <fieldset class="action">
199
        <fieldset class="action">
191
            <button id="new_search">New search</button>
200
            <button id="new_search" class="cancel">New search</button>
192
        </fieldset>
201
        </fieldset>
193
    </form>
202
    </form>
194
    [% IF plugin %]
203
    [% IF plugin %]
195
        <div id="closewindow"><a class="btn btn-default btn-default close" href="#">Close</a></div>
204
        <div id="closewindow"><a class="btn btn-default btn-default close cancel" href="#">Close</a></div>
196
    [% END %]
205
    [% END %]
197
[% END %]
206
[% END %]
198
207
Lines 262-269 Link Here
262
                    <main>
271
                    <main>
263
[% ELSE %]
272
[% ELSE %]
264
    <body id="tools_upload" class="tools">
273
    <body id="tools_upload" class="tools">
265
    [% INCLUDE 'header.inc' %]
274
    [% INCLUDE 'header.inc' form=formulaire %]
266
    [% INCLUDE 'cat-search.inc' %]
267
    [% PROCESS breadcrumbs %]
275
    [% PROCESS breadcrumbs %]
268
276
269
    <div class="main container-fluid">
277
    <div class="main container-fluid">
Lines 272-278 Link Here
272
                <main>
280
                <main>
273
[% END %]
281
[% END %]
274
282
275
<h1>Upload</h1>
283
<h2>Upload</h2>
276
<div class="dialog alert" id="myalerts" style="display:none;"></div>
284
<div class="dialog alert" id="myalerts" style="display:none;"></div>
277
285
278
[% PROCESS submitter %]
286
[% PROCESS submitter %]
Lines 293-299 Link Here
293
    [% PROCESS closer %]
301
    [% PROCESS closer %]
294
[% ELSIF mode == 'report' %]
302
[% ELSIF mode == 'report' %]
295
    <div id="toolbar" class="btn-toolbar">
303
    <div id="toolbar" class="btn-toolbar">
296
        <a href="/cgi-bin/koha/tools/upload.pl" class="btn btn-default">Upload file</a>
304
        <a href="/cgi-bin/koha/tools/upload.pl" class="btn btn-default principal">Upload file</a>
297
    </div>
305
    </div>
298
    [% IF uploads %]
306
    [% IF uploads %]
299
        <h3>Your request gave the following results:</h3>
307
        <h3>Your request gave the following results:</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-6 / +14 lines)
Lines 6-11 Link Here
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% formulaire = BLOCK %]
10
    [% INCLUDE 'cat-search.inc' %]
11
[% END %]
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
10
<title>
13
<title>
11
    [% IF ( do_it ) %]
14
    [% IF ( do_it ) %]
Lines 44-50 Link Here
44
        ins {
47
        ins {
45
            background-color: #e6ffe6;
48
            background-color: #e6ffe6;
46
        }
49
        }
47
        del {
50
        del {bread
48
            background-color: #ffe6e6;
51
            background-color: #ffe6e6;
49
        }
52
        }
50
        #col1 ins,
53
        #col1 ins,
Lines 60-67 Link Here
60
</head>
63
</head>
61
64
62
<body id="tools_viewlog" class="tools">
65
<body id="tools_viewlog" class="tools">
63
[% INCLUDE 'header.inc' %]
66
[% INCLUDE 'header.inc' form=formulaire %]
64
[% INCLUDE 'cat-search.inc' %]
65
67
66
[% BLOCK translate_log_module %]
68
[% BLOCK translate_log_module %]
67
[%    SWITCH module %]
69
[%    SWITCH module %]
Lines 189-194 Link Here
189
            </li>
191
            </li>
190
        [% END %]
192
        [% END %]
191
    </ol>
193
    </ol>
194
        <ol>
195
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
196
        </ol>
197
        <ol>
198
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
199
        </ol>
192
</nav>
200
</nav>
193
201
194
<div class="main container-fluid">
202
<div class="main container-fluid">
Lines 196-202 Link Here
196
        <div class="col-sm-10 col-sm-push-2">
204
        <div class="col-sm-10 col-sm-push-2">
197
            <main>
205
            <main>
198
206
199
				<h1>Browse system logs</h1>
207
				<h2>Browse system logs</h2>
200
				<form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
208
				<form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
201
					[% IF ( do_it ) %]
209
					[% IF ( do_it ) %]
202
						<input type="hidden" name="do_it" value="[% do_it | html %]" />
210
						<input type="hidden" name="do_it" value="[% do_it | html %]" />
Lines 288-294 Link Here
288
						</ol>
296
						</ol>
289
					</fieldset>
297
					</fieldset>
290
					<fieldset class="rows">
298
					<fieldset class="rows">
291
						<legend>Output</legend>
299
						<h3>Output</h3>
292
						<ol>
300
						<ol>
293
							<li>
301
							<li>
294
								<label for="screen" >To screen in the browser:</label> <input id="screen" type="radio" checked="checked" name="output" value="screen" />
302
								<label for="screen" >To screen in the browser:</label> <input id="screen" type="radio" checked="checked" name="output" value="screen" />
Lines 308-314 Link Here
308
						</ol>
316
						</ol>
309
					</fieldset>
317
					</fieldset>
310
					<fieldset class="action">
318
					<fieldset class="action">
311
						<input type="submit" value="Submit" />
319
						<input type="submit" class="principal" value="Submit" />
312
						<input type="hidden" name="do_it" value="1" />
320
						<input type="hidden" name="do_it" value="1" />
313
					</fieldset>
321
					</fieldset>
314
			</form>
322
			</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-1 / +1 lines)
Lines 109-115 Link Here
109
<!-- SAVE -->
109
<!-- SAVE -->
110
            <fieldset class="action">
110
            <fieldset class="action">
111
            <input type="hidden" name="sortfield" value="title" />
111
            <input type="hidden" name="sortfield" value="title" />
112
            <input type="submit" value="Save" class="submit" /> <a class="close cancel" href="#">Cancel</a>
112
            <input type="submit" value="Save" class="principal" /> <a class="close cancel" href="#">Cancel</a>
113
            </fieldset>
113
            </fieldset>
114
        </form>
114
        </form>
115
<!-- /SAVE -->
115
<!-- /SAVE -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt (-11 / +12 lines)
Lines 7-13 Link Here
7
<div class="container">[% IF ( email ) %]
7
<div class="container">[% IF ( email ) %]
8
8
9
    [% IF ( SENT ) %]
9
    [% IF ( SENT ) %]
10
        <h3>Message sent</h3>
10
        <h2>Message sent</h2>
11
        <p>The list was sent to: [% email | html %]</p>
11
        <p>The list was sent to: [% email | html %]</p>
12
        <p><a class="close focus" href="#">Close window</a></p>
12
        <p><a class="close focus" href="#">Close window</a></p>
13
    [% END %]
13
    [% END %]
Lines 19-38 Link Here
19
19
20
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
20
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
21
21
22
<fieldset class="rows"> 
22
<fieldset id="select-libs">
23
    <legend><h1>Sending your list</h1></legend>
23
    <legend><h1>Sending your list</h1></legend>
24
<ol>   <li>
24
    <p>
25
        <label for="email">Email address:</label>
25
        <label for="email">Email address:</label>
26
        <input type="text" id="email" name="email" size="43" class="focus" />
26
        <input type="text" id="email" name="email" class="focus" />
27
    </li>
27
    </p>
28
    <li>
28
    <p>
29
            <label for="comment">Comment:</label>
29
            <label for="comment">Comment:</label>
30
            <textarea id="comment" name="comment" rows="4" cols="40"></textarea>
30
            <textarea id="comment" name="comment" rows="4"></textarea>
31
    </li>
31
    </p>
32
    <li>
32
    <p>
33
        <input type="hidden" name="shelfid" value="[% shelfid | html %]" />
33
        <input type="hidden" name="shelfid" value="[% shelfid | html %]" />
34
    </li></ol></fieldset>
34
    </p>
35
       <fieldset class="action"> <input type="submit" value="Send" /> <a class="cancel close" href="#">Cancel</a> </fieldset>
35
36
    <input type="submit" value="Send" class="principal" /> <a class="cancel close" href="#">Cancel</a> </fieldset>
36
</form>
37
</form>
37
38
38
[% END %]</div>
39
[% END %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +6 lines)
Lines 43-50 Link Here
43
</head>
43
</head>
44
44
45
<body id="lists_shelves" class="lists">
45
<body id="lists_shelves" class="lists">
46
[% INCLUDE 'header.inc' %]
46
[% form = BLOCK %]
47
[% INCLUDE 'cat-search.inc' %]
47
    [% INCLUDE 'cat-search.inc' %]
48
[% END %]
49
[% INCLUDE 'header.inc' form=form %]
48
50
49
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
51
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
50
    <ol>
52
    <ol>
Lines 117-122 Link Here
117
    </ol>
119
    </ol>
118
</nav>
120
</nav>
119
121
122
[% INCLUDE 'shortcut.inc' %]
123
120
    <div class="main container-fluid">
124
    <div class="main container-fluid">
121
        <div class="row">
125
        <div class="row">
122
            <div class="col-sm-10 col-sm-push-1">
126
            <div class="col-sm-10 col-sm-push-1">
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/arrow.svg (+9 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="13.208px" height="8.716px" viewBox="0 0 13.208 8.716" enable-background="new 0 0 13.208 8.716" xml:space="preserve">
6
<path fill="#FFFFFF" d="M8.262,8.473c0.322,0.324,0.85,0.324,1.174,0l3.529-3.527c0.324-0.323,0.324-0.854,0-1.176L9.436,0.242
7
	c-0.324-0.322-0.852-0.322-1.174,0c-0.323,0.324-0.323,0.853,0,1.177l2.118,2.115H0.824C0.354,3.534,0,3.916,0,4.358
8
	C0,4.83,0.381,5.182,0.824,5.182h9.556L8.262,7.298C7.938,7.621,7.938,8.15,8.262,8.473L8.262,8.473z"/>
9
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/cart.svg (+25 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="19.268px" height="18.622px" viewBox="0 0 19.268 18.622" enable-background="new 0 0 19.268 18.622" xml:space="preserve">
6
<g>
7
	<g>
8
		<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M5.099,12.35c0.213,0,0.346,0,0.482,0
9
			c4.135,0,8.27,0,12.404,0.004c0.207,0,0.477-0.025,0.605,0.088c0.17,0.15,0.334,0.436,0.313,0.645
10
			c-0.02,0.209-0.252,0.412-0.428,0.58c-0.072,0.07-0.238,0.053-0.361,0.053c-4.332,0.002-8.666,0.006-13,0
11
			c-0.852-0.004-1.514-0.656-1.422-1.418c0.037-0.295,0.17-0.598,0.326-0.857c0.375-0.627,0.797-1.227,1.18-1.852
12
			C5.274,9.465,5.306,9.256,5.257,9.12c-0.709-2-1.424-3.996-2.166-5.982C2.933,2.711,2.698,2.301,2.433,1.934
13
			C2.31,1.762,2.038,1.649,1.817,1.612c-0.34-0.053-0.695,0.004-1.041-0.025C0.243,1.543-0.05,1.17,0.007,0.649
14
			c0.037-0.367,0.26-0.611,0.662-0.627c0.695-0.027,1.393-0.031,2.086,0C2.917,0.028,3.124,0.18,3.22,0.325
15
			C3.636,0.94,4.034,1.571,4.407,2.215c0.145,0.25,0.307,0.328,0.588,0.328c4.508-0.008,9.014-0.006,13.521-0.004
16
			c0.148,0,0.305-0.008,0.441,0.035c0.24,0.074,0.373,0.234,0.279,0.508c-0.791,2.285-1.582,4.568-2.371,6.855
17
			c-0.094,0.268-0.291,0.346-0.551,0.344c-0.658-0.004-1.316-0.002-1.975-0.002c-2.521,0-5.041,0.004-7.563-0.006
18
			c-0.254-0.002-0.402,0.076-0.535,0.293C5.89,11.149,5.511,11.713,5.099,12.35z"/>
19
		<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M7.708,16.952c0.004,0.912-0.695,1.662-1.553,1.67
20
			c-0.891,0.008-1.607-0.725-1.613-1.648c-0.004-0.932,0.693-1.662,1.592-1.666C6.999,15.301,7.704,16.04,7.708,16.952z"/>
21
		<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M17.702,16.959c0.002,0.924-0.719,1.672-1.596,1.66
22
			c-0.871-0.01-1.564-0.746-1.564-1.656c0-0.92,0.693-1.654,1.561-1.656C17.001,15.303,17.702,16.028,17.702,16.959z"/>
23
	</g>
24
</g>
25
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/check-green.svg (+12 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="11.644px" height="9.081px" viewBox="0 0 11.644 9.081" enable-background="new 0 0 11.644 9.081" xml:space="preserve">
6
<g>
7
	<g>
8
		<path fill="#418A40" d="M4.225,9.081L0.344,5.199c-0.459-0.458-0.459-1.2,0-1.658c0.457-0.458,1.199-0.458,1.658,0l2.223,2.223
9
			l5.418-5.421c0.457-0.458,1.199-0.458,1.658,0c0.457,0.458,0.457,1.2,0,1.658L4.225,9.081z"/>
10
	</g>
11
</g>
12
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/cross-green.svg (+16 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="9.17px" height="9.175px" viewBox="0 0 9.17 9.175" enable-background="new 0 0 9.17 9.175" xml:space="preserve">
6
<g>
7
	<g>
8
		<g>
9
			<path fill="#418A40" d="M8.825,7.165c0.46,0.46,0.46,1.2,0,1.66c-0.23,0.23-0.53,0.35-0.83,0.35s-0.601-0.12-0.83-0.35
10
				l-2.58-2.58l-2.58,2.58c-0.23,0.23-0.53,0.35-0.83,0.35s-0.6-0.12-0.83-0.35c-0.46-0.46-0.46-1.2,0-1.66l2.58-2.58l-2.58-2.58
11
				c-0.46-0.46-0.46-1.2,0-1.66s1.2-0.46,1.66,0l2.58,2.58l2.58-2.58c0.46-0.46,1.2-0.46,1.66,0s0.46,1.2,0,1.66l-2.58,2.58
12
				L8.825,7.165z"/>
13
		</g>
14
	</g>
15
</g>
16
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/cross.svg (+20 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="9.106px" height="9.031px" viewBox="0 0 9.106 9.031" enable-background="new 0 0 9.106 9.031" xml:space="preserve">
6
<g>
7
	<g>
8
		<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M4.574,5.681C4.331,5.915,4.113,6.118,3.905,6.329
9
			C3.111,7.129,2.323,7.936,1.528,8.735C1.08,9.187,0.421,9.096,0.11,8.543c-0.148-0.265-0.148-0.54,0.003-0.803
10
			c0.069-0.119,0.165-0.226,0.264-0.324c0.974-0.985,1.952-1.968,2.935-2.957C3.28,4.426,3.239,4.382,3.197,4.34
11
			C2.245,3.387,1.293,2.437,0.341,1.483C0.058,1.2-0.001,0.829,0.169,0.463c0.142-0.304,0.493-0.49,0.869-0.452
12
			C1.252,0.033,1.43,0.135,1.581,0.286C2.52,1.228,3.462,2.167,4.399,3.108c0.045,0.043,0.078,0.097,0.123,0.154
13
			c0.066-0.063,0.11-0.105,0.154-0.148C5.64,2.166,6.6,1.215,7.563,0.266c0.462-0.453,1.178-0.308,1.429,0.285
14
			c0.132,0.315,0.05,0.664-0.226,0.938C7.813,2.432,6.861,3.375,5.907,4.317C5.86,4.364,5.812,4.411,5.726,4.493
15
			C5.784,4.531,5.84,4.559,5.884,4.599c0.964,0.948,1.925,1.899,2.889,2.847C9.058,7.724,9.19,8.05,9.05,8.434
16
			C8.814,9.081,8.065,9.231,7.561,8.741c-0.299-0.289-0.586-0.59-0.877-0.885c-0.67-0.68-1.341-1.357-2.008-2.038
17
			C4.632,5.774,4.602,5.719,4.574,5.681z"/>
18
	</g>
19
</g>
20
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/end-green.svg (+17 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="9.271px" height="11.158px" viewBox="0 0 9.271 11.158" enable-background="new 0 0 9.271 11.158" xml:space="preserve">
6
<g>
7
	<path fill="#418A40" d="M0.167,1.763C0.056,1.596,0.009,1.406,0.001,1.208c-0.01-0.27,0.117-0.523,0.293-0.714S0.755,0.2,1.009,0.2
8
		s0.523,0.111,0.705,0.293s0.357,0.357,0.539,0.539c0.787,0.778,1.57,1.571,2.355,2.356c0.494,0.492,0.992,0.983,1.484,1.476
9
		C6.188,4.96,6.259,5.071,6.308,5.19c0.023,0.071,0.047,0.127,0.055,0.19c0,0,0,0,0,0.008c0.039,0.183,0.016,0.381-0.047,0.563
10
		c-0.031,0.063-0.064,0.127-0.104,0.19c-0.039,0.056-0.08,0.104-0.119,0.143c-0.023,0.024-0.047,0.048-0.07,0.071
11
		c-0.16,0.159-0.311,0.31-0.469,0.469C4.769,7.61,3.983,8.395,3.198,9.18c-0.494,0.5-0.984,0.992-1.477,1.484
12
		c-0.189,0.19-0.443,0.286-0.713,0.293c-0.262,0.008-0.518-0.119-0.707-0.293C0.11,10.498,0.001,10.196,0.001,9.95
13
		c0-0.246,0.109-0.5,0.277-0.682l0.023-0.024l3.674-3.665L0.208,1.811L0.167,1.763z"/>
14
	<path fill="#418A40" d="M8.296,11.158c-0.539,0-0.975-0.437-0.975-0.975V0.976C7.321,0.437,7.757,0,8.296,0l0,0
15
		c0.539,0,0.975,0.437,0.975,0.976v9.208C9.271,10.722,8.835,11.158,8.296,11.158L8.296,11.158z"/>
16
</g>
17
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/home-green.svg (+12 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="13.578px" height="14.219px" viewBox="0 0 13.578 14.219" enable-background="new 0 0 13.578 14.219" xml:space="preserve">
6
<path fill="#418A40" d="M13.416,6.368L7.225,0.177l0,0C7.109,0.063,6.953,0,6.791,0S6.475,0.063,6.357,0.177L0.166,6.368
7
	C0.061,6.482,0,6.634,0,6.79c0,0.157,0.059,0.308,0.166,0.423c0.107,0.114,0.252,0.185,0.41,0.195H1.33V13.6
8
	c0,0.164,0.066,0.322,0.182,0.438c0.117,0.116,0.273,0.182,0.438,0.182h3.467v-4.154c0-0.164,0.066-0.322,0.182-0.438
9
	c0.117-0.116,0.273-0.182,0.438-0.182h1.5H7.533c0.166,0,0.322,0.065,0.439,0.182c0.115,0.115,0.18,0.273,0.18,0.438v4.148h3.469
10
	c0.164,0,0.32-0.065,0.438-0.182c0.115-0.116,0.182-0.273,0.182-0.438V7.402h0.785c0.152-0.017,0.295-0.089,0.396-0.203
11
	c0.102-0.115,0.158-0.264,0.156-0.417C13.578,6.629,13.52,6.481,13.416,6.368L13.416,6.368z"/>
12
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/home.svg (+12 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="13.578px" height="14.219px" viewBox="0 0 13.578 14.219" enable-background="new 0 0 13.578 14.219" xml:space="preserve">
6
<path fill="#FFFFFF" d="M13.416,6.368L7.225,0.177l0,0C7.109,0.063,6.953,0,6.791,0S6.475,0.063,6.357,0.177L0.166,6.368
7
	C0.061,6.482,0,6.634,0,6.79c0,0.157,0.059,0.308,0.166,0.423c0.107,0.114,0.252,0.185,0.41,0.195H1.33V13.6
8
	c0,0.164,0.066,0.322,0.182,0.438c0.117,0.116,0.273,0.182,0.438,0.182h3.467v-4.154c0-0.164,0.066-0.322,0.182-0.438
9
	c0.117-0.116,0.273-0.182,0.438-0.182h1.5H7.533c0.166,0,0.322,0.065,0.439,0.182c0.115,0.115,0.18,0.273,0.18,0.438v4.148h3.469
10
	c0.164,0,0.32-0.065,0.438-0.182c0.115-0.116,0.182-0.273,0.182-0.438V7.402h0.785c0.152-0.017,0.295-0.089,0.396-0.203
11
	c0.102-0.115,0.158-0.264,0.156-0.417C13.578,6.629,13.52,6.481,13.416,6.368L13.416,6.368z"/>
12
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/next-green.svg (+13 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="6.382px" height="10.758px" viewBox="0 0 6.382 10.758" enable-background="new 0 0 6.382 10.758" xml:space="preserve">
6
<path fill="#418A40" d="M0.166,1.563C0.055,1.396,0.008,1.206,0,1.007c-0.008-0.27,0.119-0.523,0.293-0.714
7
	C0.469,0.103,0.754,0,1.008,0s0.523,0.111,0.705,0.293C1.896,0.476,2.07,0.65,2.254,0.833C3.039,1.61,3.822,2.404,4.609,3.189
8
	C5.102,3.681,5.6,4.172,6.094,4.665C6.188,4.76,6.26,4.871,6.307,4.99C6.33,5.061,6.355,5.117,6.363,5.18c0,0,0,0,0,0.008
9
	c0.039,0.183,0.016,0.381-0.049,0.563c-0.031,0.063-0.063,0.127-0.102,0.19c-0.041,0.056-0.08,0.104-0.119,0.143
10
	C6.068,6.108,6.045,6.132,6.021,6.156c-0.16,0.159-0.309,0.31-0.467,0.469C4.768,7.41,3.982,8.195,3.197,8.98
11
	c-0.492,0.5-0.984,0.992-1.475,1.484c-0.191,0.19-0.445,0.286-0.715,0.293c-0.262,0.008-0.516-0.119-0.707-0.293
12
	C0.111,10.297,0,9.996,0,9.75c0-0.246,0.111-0.5,0.277-0.682l0.023-0.024l3.674-3.665L0.207,1.61L0.166,1.563z"/>
13
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/picto-koha.svg (+19 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="29.312px" height="35.625px" viewBox="0 0 29.312 35.625" enable-background="new 0 0 29.312 35.625" xml:space="preserve">
6
<g id="g2618_120_">
7
	<linearGradient id="path14_1_" gradientUnits="userSpaceOnUse" x1="0.1895" y1="30.835" x2="29.3993" y2="7.1813">
8
		<stop  offset="0.4778" style="stop-color:#418A40"/>
9
		<stop  offset="1" style="stop-color:#589D43"/>
10
	</linearGradient>
11
	<path id="path14_111_" fill="url(#path14_1_)" d="M13.295,1.685c1.83-1.016,3.904-1.599,5.992-1.685
12
		c1.102,0.054,2.207,0.178,3.242,0.618c2.041,0.764,3.727,2.326,4.783,4.217c1.168,1.936,1.686,4.185,1.932,6.41
13
		c0.539,7.367-2.189,14.768-6.844,20.431c-1.83,1.829-4.086,3.383-6.674,3.858c-2.141,0.307-4.459-0.151-6.18-1.502
14
		c-1.066-0.807-1.498-2.205-1.406-3.5c0.945,1.336,2.494,2.262,4.146,2.3c1.498,0.071,2.988-0.612,3.994-1.706
15
		c1.695-1.827,1.863-4.91,0.275-6.855c-0.727-0.843-1.572-1.6-2.555-2.134c-0.986-0.582-2.127-0.834-3.252-0.987
16
		c-2.078-0.133-4.232,0.244-6.063,1.268c-1.775,1.004-3.078,2.795-3.486,4.793c-0.416,1.553-0.266,3.177-0.1,4.752
17
		C0.42,30.159,0.146,28.242,0,26.331v-1.395c0.24-6.988,3.15-13.805,7.834-18.972C9.443,4.298,11.238,2.771,13.295,1.685z"/>
18
</g>
19
</svg>
(-)a/koha-tmpl/intranet-tmpl/prog/img/UIKit/setting.svg (-1 / +27 lines)
Line 0 Link Here
0
- 
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
	 width="18.523px" height="18.453px" viewBox="0 0 18.523 18.453" enable-background="new 0 0 18.523 18.453" xml:space="preserve">
6
<path d="M17.598,8.301H8.169c-0.263-0.716-0.81-1.291-1.51-1.593c-0.7-0.301-1.494-0.301-2.194,0c-0.7,0.302-1.246,0.877-1.51,1.593
7
	H0.927c-0.331,0-0.637,0.176-0.802,0.462c-0.166,0.287-0.166,0.641,0,0.927c0.165,0.286,0.471,0.463,0.802,0.463h2.02
8
	c0.263,0.716,0.809,1.291,1.51,1.592c0.7,0.302,1.493,0.302,2.194,0c0.699-0.301,1.246-0.876,1.51-1.592h9.437
9
	c0.331,0,0.636-0.177,0.802-0.463s0.166-0.64,0-0.927C18.232,8.477,17.928,8.301,17.598,8.301L17.598,8.301z M5.558,10.152
10
	c-0.245,0-0.481-0.098-0.656-0.271c-0.173-0.175-0.271-0.41-0.271-0.655c0-0.246,0.098-0.481,0.271-0.655
11
	c0.175-0.173,0.411-0.271,0.656-0.271c0.246,0,0.481,0.098,0.655,0.271C6.387,8.745,6.484,8.98,6.484,9.227
12
	c0,0.245-0.098,0.48-0.271,0.655C6.039,10.055,5.804,10.152,5.558,10.152z M17.598,14.783h-3.871
13
	c-0.264-0.716-0.811-1.291-1.51-1.593c-0.701-0.3-1.494-0.3-2.194,0c-0.701,0.302-1.247,0.877-1.51,1.593H0.927
14
	c-0.331,0-0.637,0.177-0.802,0.464c-0.166,0.286-0.166,0.639,0,0.925c0.165,0.287,0.471,0.464,0.802,0.464h7.576
15
	c0.264,0.715,0.81,1.291,1.51,1.592s1.493,0.301,2.194,0c0.7-0.301,1.246-0.877,1.51-1.592h3.881c0.33,0,0.636-0.177,0.802-0.464
16
	c0.165-0.286,0.165-0.639,0-0.925C18.233,14.96,17.928,14.783,17.598,14.783L17.598,14.783z M11.114,16.636L11.114,16.636
17
	c-0.245,0-0.481-0.098-0.654-0.271c-0.174-0.174-0.271-0.409-0.271-0.655c0-0.245,0.098-0.481,0.271-0.654
18
	c0.173-0.175,0.409-0.271,0.654-0.271s0.481,0.097,0.655,0.271c0.174,0.173,0.271,0.409,0.271,0.654
19
	c0,0.246-0.098,0.481-0.271,0.655S11.359,16.636,11.114,16.636L11.114,16.636z M0.927,3.67h10.354
20
	c0.264,0.715,0.81,1.291,1.51,1.592s1.494,0.301,2.194,0s1.246-0.877,1.51-1.592h1.103c0.33,0,0.636-0.177,0.802-0.464
21
	c0.165-0.286,0.165-0.639,0-0.926c-0.166-0.286-0.472-0.463-0.802-0.463h-1.094c-0.263-0.716-0.809-1.291-1.51-1.592
22
	c-0.7-0.301-1.493-0.301-2.193,0c-0.701,0.301-1.247,0.876-1.51,1.592H0.927c-0.331,0-0.637,0.177-0.802,0.463
23
	c-0.166,0.287-0.166,0.64,0,0.926C0.29,3.493,0.596,3.67,0.927,3.67L0.927,3.67z M13.893,1.817c0.246,0,0.48,0.098,0.655,0.271
24
	c0.173,0.174,0.271,0.409,0.271,0.655c0,0.245-0.098,0.48-0.271,0.654c-0.175,0.174-0.409,0.271-0.655,0.271
25
	s-0.481-0.098-0.654-0.271c-0.175-0.174-0.272-0.409-0.272-0.654c0-0.246,0.098-0.481,0.272-0.655
26
	C13.411,1.915,13.646,1.817,13.893,1.817z"/>
27
</svg>

Return to bug 30952