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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss (-1 / +1 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;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +18 lines)
Lines 93-99 table { Link Here
93
                border-right: none;
93
                border-right: none;
94
                border: none;
94
                border: none;
95
                padding: .5em;
95
                padding: .5em;
96
97
            }
96
            }
98
97
99
            tr {
98
            tr {
Lines 194-199 td { Link Here
194
        white-space: nowrap;
193
        white-space: nowrap;
195
    }
194
    }
196
195
196
    button, a{
197
        &.btn-default{
198
            color: #71B443;
199
            padding: .3em;
200
            border: none;
201
            background-color: transparent;
202
            border: none;
203
            box-shadow: none;
204
            font-size: 100%;
205
206
            &:hover, &:active, &:focus, &:active:hover, &:active:focus{
207
                background-color: transparent;
208
                color: #71B443;
209
                text-decoration: underline;
210
            }
211
        }
212
    }
213
197
    &.borderless {
214
    &.borderless {
198
        border: 0 none;
215
        border: 0 none;
199
        border-collapse: separate;
216
        border-collapse: separate;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1062 / +903 lines)
Lines 10-23 Link Here
10
a {
10
a {
11
    &:link,
11
    &:link,
12
    &:visited {
12
    &:visited {
13
        color: #000;
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: #000;
20
        text-decoration: underline;
23
        text-decoration: underline;
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 {
Lines 35-46 a { Link Here
35
    }
44
    }
36
45
37
    &.btn {
46
    &.btn {
38
        &:link,
39
        &:visited {
40
            //color: #71B443;
41
           // padding: 6px 25px;
42
        }
43
44
        &.btn-link {
47
        &.btn-link {
45
            &:link,
48
            &:link,
46
            &:visited {
49
            &:visited {
Lines 54-79 a { Link Here
54
        }
57
        }
55
        
58
        
56
    }
59
    }
57
60
    
58
    &.lientype{
61
    &.edit-patronimage{
59
        color: #71B443;
62
        color: #333;
60
    padding: .3em;
63
        background-color: #e6e6e6;
61
    border: none;
64
        border-color: #adadad;
62
    background-color: transparent;
63
    border: none;
64
    box-shadow: none;
65
    font-size: 100%;
66
67
    &:hover, &:focus, &:active, &:active:hover, &:active:focus{
68
        text-decoration: underline;
69
        color: #71B443;
70
        padding: .3em;
71
        border: none;
72
        background-color: transparent;
73
        border: none;
74
        box-shadow: none;
75
        font-size: 100%;
76
        }
77
    }
65
    }
78
66
79
    &.cancel {
67
    &.cancel {
Lines 83-91 a { Link Here
83
        border: #696969 double 1px;
71
        border: #696969 double 1px;
84
        margin: 5px;
72
        margin: 5px;
85
73
86
        //font-family: $font-main;
87
        font-family: 'Poppins', sans-serif;
74
        font-family: 'Poppins', sans-serif;
88
        //box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
89
        display: inline-block;
75
        display: inline-block;
90
        font-weight: normal;
76
        font-weight: normal;
91
        text-align: center;
77
        text-align: center;
Lines 127-138 a { Link Here
127
        }
113
        }
128
    }
114
    }
129
115
130
    &.close {
131
        &:hover {
132
            //color: #418940;
133
        }
134
    }
135
136
    &.csv {
116
    &.csv {
137
        background-image: url("../img/famfamfam/silk/page_white_excel.png");
117
        background-image: url("../img/famfamfam/silk/page_white_excel.png");
138
    }
118
    }
Lines 145-150 a { Link Here
145
        color: #666;
125
        color: #666;
146
    }
126
    }
147
127
128
    &.principal{
129
        background-color: #FEC32C;
130
        color: #000;
131
        text-shadow: 0 1px 0 #fff;
132
        padding: 6px 25px;
133
        border: none;
134
        background-image: none;
135
        margin: 5px;
136
137
        &:hover,
138
        &:active,
139
        &:focus{
140
            background-color: #fec22c9f;
141
            color: #000;
142
            border: none;
143
        }
144
    }
145
148
    &.disabled {
146
    &.disabled {
149
        color: #999999;
147
        color: #999999;
150
    }
148
    }
Lines 194-200 a { Link Here
194
        background-image: url("../img/famfamfam/silk/page_white_code.png");
192
        background-image: url("../img/famfamfam/silk/page_white_code.png");
195
    }
193
    }
196
194
197
    &.pat{
195
    &.toolbar-btn{
198
        font-family: 'Poppins', sans-serif;
196
        font-family: 'Poppins', sans-serif;
199
        font-weight: normal;
197
        font-weight: normal;
200
        text-align: center;
198
        text-align: center;
Lines 206-212 a { Link Here
206
        background-image: none;
204
        background-image: none;
207
        padding: 6px 12px;
205
        padding: 6px 12px;
208
        font-size: 12px;
206
        font-size: 12px;
209
        //line-height: 1.42857143;
210
        border-radius: 4px;
207
        border-radius: 4px;
211
        -webkit-user-select: none;
208
        -webkit-user-select: none;
212
        -moz-user-select: none;
209
        -moz-user-select: none;
Lines 219-231 a { Link Here
219
        margin: 5px 10px;
216
        margin: 5px 10px;
220
        color: #696969;
217
        color: #696969;
221
    
218
    
222
        &:hover{
219
        &:hover, &:focus{
223
            text-decoration: none;
220
            text-decoration: none;
221
            background-color: #dadada;
224
        }
222
        }
225
    
223
    
226
        &:active{
224
        &:active{
227
            border: none;
225
            border: none;
228
        }
226
        }
227
228
        &.word{
229
            margin-right: 0;
230
            padding-right: .1em;
231
        }
232
233
        &.arrow{
234
            margin-left: 0;
235
            border-radius: 4px;
236
            padding-left: .1em;
237
238
            &:active{
239
                border: 1px solid #000;
240
                border-radius: 4px;
241
            }
242
        }
243
    }
244
245
    &.more_link{
246
        color: #71B443;
247
        background-color: transparent;
248
249
        display: block;
250
        position: absolute;
251
        right: 45px;
252
        bottom: 10px;
253
        line-height: 15px;
254
255
        &:hover{
256
            text-decoration: none;
257
            color:#71B443;
258
            background-color: transparent;
259
        }
229
    }
260
    }
230
}
261
}
231
262
Lines 235-285 a { Link Here
235
    color: #71B443;
266
    color: #71B443;
236
}
267
}
237
268
238
#plus{
239
    color: #71B443;
240
    background-color: transparent;
241
242
    display: block;
243
    position: absolute;
244
    right: 45px;
245
    bottom: 10px;
246
    line-height: 15px;
247
248
    &:hover{
249
        text-decoration: none;
250
        color:#71B443;
251
        background-color: transparent;
252
    }
253
}
254
255
a.ctrl_link {
269
a.ctrl_link {
256
    display: inline-block;
270
    display: inline-block;
257
    padding-right: 1rem;
271
    padding-right: 1rem;
258
}
272
}
259
    
260
aside {
261
    h5 {
262
        font-size: 100%;
263
        margin: .5em 0;
264
    }
265
273
266
    .radio, .checkbox {
267
        margin: 0;
268
    }
269
274
270
    p{
275
aside {
271
        margin: 0;
276
    position: absolute;
272
    }
277
    left: 0px;
278
    width: 100%;
273
279
274
    fieldset {
280
    fieldset{
275
        &.brief {
281
        &.sidebar{
276
            padding: 1.4em 1.7em;
282
            box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
277
            //height: auto;
283
            padding: 0.9em;
278
            width: 100%;
284
            width: 100%;
279
            left: 0px;
285
            left: 0px;
280
281
            overflow: auto;
286
            overflow: auto;
282
            //white-space: nowrap;
283
            height: auto;
287
            height: auto;
284
            max-height: 500px;
288
            max-height: 500px;
285
289
Lines 290-298 aside { Link Here
290
            
294
            
291
            &::-webkit-scrollbar-track {
295
            &::-webkit-scrollbar-track {
292
                background: #eeeeee;
296
                background: #eeeeee;
293
                //border-color: #696969;
294
                //border-radius: 20px;
295
                
296
            }
297
            }
297
            
298
            
298
            &::-webkit-scrollbar-thumb {
299
            &::-webkit-scrollbar-thumb {
Lines 301-306 aside { Link Here
301
                border: 3px solid #eeeeee;
302
                border: 3px solid #eeeeee;
302
            }
303
            }
303
304
305
            button + button,
306
            input + input {
307
                margin-left: 5px;
308
            }
309
310
            input{
311
                &.cancel {
312
313
                    background-color: transparent;
314
                    color: #696969;
315
                    border: #696969 double 1px;
316
                    margin: 5px;
317
            
318
                    font-family: 'Poppins', sans-serif;
319
                    display: inline-block;
320
                    font-weight: normal;
321
                    text-align: center;
322
                    white-space: nowrap;
323
                    vertical-align: middle;
324
                    touch-action: manipulation;
325
                    width: 90px;
326
                    cursor: pointer;
327
                    background-image: none;
328
                    padding: 6px 12px;
329
                    font-size: 12px;
330
                    line-height: 1.42857143;
331
                    border-radius: 4px;
332
                    user-select: none; 
333
            
334
                    &:hover{
335
                        font-weight: bold;
336
                        background-color: #f1f1f1;
337
                        border: #696969 double 1px;
338
                        text-decoration: none;
339
                    }
340
                }
341
            }
342
343
            fieldset.brief{
344
                width: 100%;
345
346
                legend{
347
                    color: #696969;
348
                    font-weight: bold;
349
                    font-size: 13px;
350
                    margin: 0;
351
                    border-bottom: 0;
352
                }
353
354
                li{
355
                    margin-top: 0;
356
                    padding: 0;
357
358
                    &.radio{
359
                        padding: 0;
360
                    }
361
                
362
                    label {
363
                        color: #696969;
364
                        font-size: 13px;
365
                        padding: 0.5em 0.3em 0 0;
366
                        margin: 0;
367
                        font-weight: normal;
368
                    }
369
370
                    input, select {
371
                        height: calc(1.5em + .75rem + 2px);
372
                        width: calc(100% - 20px);
373
                    }
374
                }
375
            }
376
            
377
            ol{
378
                padding: 0;
379
                li {
380
                    list-style: none;
381
                    left: 0px;
382
                    flex-direction: row;
383
                    width: 100%;
384
                    height: auto;
385
                    padding: 0.9em 0;
386
387
                    fieldset{
388
                        width: 100%;
389
390
                        legend{
391
                            color: #696969;
392
                            font-weight: bold;
393
                            font-size: 13px;
394
                            margin: 0;
395
                            border-bottom: 0;
396
                        }
397
398
                        li{
399
                            margin-top: 0;
400
                            padding: 0;
401
                        
402
                            label {
403
                                color: #696969;
404
                                font-size: 13px;
405
                                padding: 0.5em 0.3em 0 0;
406
                                margin: 0;
407
                                font-weight: normal;
408
                            }
409
        
410
                            input, select {
411
                                height: calc(1.5em + .75rem + 2px);
412
                                width: calc(100% - 20px);
413
                            }
414
                        }
415
416
                    }
417
        
418
                    label {
419
                        color: #696969;
420
                        padding: 0.5em 0.3em 0 0;
421
                        margin: 0;
422
                    }
423
424
                    input, select {
425
                        height: calc(1.5em + .75rem + 2px);
426
                        width: calc(100% - 20px);
427
428
429
                        &[type="checkbox"],
430
                        &[type="radio"] {
431
                            width: auto;
432
                            margin: 0;
433
                            vertical-align: middle;
434
                        }
435
                    }
436
437
                    
438
439
                    &.checkbox {
440
                        label {
441
                            display: inline;
442
                            margin-left: 0;
443
                        }
444
                    }
445
    
446
                    &.dateinsert {
447
                        label {
448
                            display: inline;
449
                        }
450
    
451
                        span {
452
                            &.label {
453
                                display: inline;
454
                            }
455
                        }
456
                    }
457
    
458
                    &.radio {
459
                       // padding: .3em 0;
460
    
461
                        input {
462
                            padding: .3em 0;
463
                        }
464
    
465
                        label {
466
                            display: inline;
467
                        }
468
    
469
                        span {
470
                            &.label {
471
                                display: inline;
472
                            }
473
                        }
474
475
                        select,
476
                        [type="text"] {
477
                            width: 100%;
478
                        }
479
480
                        .flatpickr-input {
481
                            margin-right: 3px;
482
                            width: calc(100% - 20px);
483
                        }
484
485
                        &+.action {
486
                            margin-left: 0;
487
                            padding: 0;
488
                        }
489
490
                        .radio, .checkbox {
491
                            margin: 0;
492
                        }
493
494
                        select,
495
                        [type="text"] {
496
                            width: 100%;
497
                        }
498
499
                        .flatpickr-input {
500
                            margin-right: 3px;
501
                            width: calc(100% - 20px);
502
                        }
503
504
                        &.action {
505
                            margin-left: 0;
506
                            padding: 0;
507
                        }
508
                    }
509
                }
510
            }
511
        }
512
    }
513
        
514
515
           /*
516
517
518
           
519
520
                ol {
521
                    margin: 0;
522
                    padding: 0;
523
                }
524
525
        
526
304
            button + button,
527
            button + button,
305
            input + input {
528
            input + input {
306
                margin-left: 5px;
529
                margin-left: 5px;
Lines 342-352 aside { Link Here
342
                }
565
                }
343
566
344
                &.dateinsert {
567
                &.dateinsert {
345
                    label {
568
                    label {goto
346
                        display: inline;
569
                        display: inline;
347
                    }
570
                    }
348
571
349
                    span {
572
                    &.menu {
573
                        padding: 1.4em 1.7em;
574
                        width: 100%;
575
                        left: 0px;
576
                        overflow: auto;
577
                        height: auto;
578
                        max-height: 500px;
579
            
580
            
581
                        &::-webkit-scrollbar {
582
                            width: 12px;
583
                        }
584
                        
585
                        &::-webkit-scrollbar-track {
586
                            background: #eeeeee;
587
                        }
588
                        
589
                        &::-webkit-scrollbar-thumb {
590
                            background: #696969;
591
                            border-radius: 20px;
592
                            border: 3px solid #eeeeee;
593
                        }
594
            
595
                        button + button,
596
                        input + input {
597
                            margin-left: 5px;
598
                        }
599
            
600
                        fieldset {
601
                            border-width: 1px;
602
                            border-radius: 0;
603
                            margin: 0 0 .5em 0;
604
                            padding: .5em;
605
            
606
                            legend {
607
                                font-size: 95%;
608
                                margin: 0;
609
                                border-bottom: none;
610
                            }
611
            
612
                            &.action {
613
                                margin-left: 0;
614
                                padding: .5em 0;
615
                            }
616
                        }
617
            
618
                        input, select {
619
                            height: calc(1.5em + .75rem + 2px);
620
                        }
621
            
622
                        label {
623
                            margin: .5em 0 0 0;
624
                            border-top : 1px inset #999999;
625
                        }
626
            
627
                        li {
628
                            &.checkbox {
629
                                label {
630
                                    display: inline;
631
                                    margin-left: 0;
632
                                }
633
                            }
634
            
635
                            &.dateinsert {
636
                                label {
637
                                    display: inline;
638
                                }
639
            
640
                                span {
641
                                    &.label {
642
                                        display: inline;
643
                                    }
644
                                }
645
                            }
646
            
647
                            &.radio {
648
                                padding: .3em 0;
649
            
650
                                input {
651
                                    padding: .3em 0;
652
                                }
653
            
654
                                label {
655
                                    display: inline;
656
                                }
657
            
658
                                span {
659
                                    &.label {
660
                                        display: inline;
661
                                    }
662
                                }
663
                            }
664
                        }
665
            
666
                        ol {
667
                            margin: 0;
668
                            padding: 0;
669
                        }
670
            
671
                        select,
672
                        [type="text"] {
673
                            width: 100%;
674
                        }
675
            
676
                        .flatpickr-input {
677
                            margin-right: 3px;
678
                            width: calc(100% - 20px);
679
                        }
680
            
681
                        &+.action {
682
                            margin-left: 0;
683
                            padding: 0;
684
                        }
685
                    }            span {
350
                        &.label {
686
                        &.label {
351
                            display: inline;
687
                            display: inline;
352
                        }
688
                        }
Lines 391-422 aside { Link Here
391
                margin-left: 0;
727
                margin-left: 0;
392
                padding: 0;
728
                padding: 0;
393
            }
729
            }
730
    }
731
*/
732
}
733
734
#navmenulist{
735
    background-color: #e6e6e6;
736
    width: 100%;
737
    overflow: auto;
738
    display: block;
739
 //   position: absolute;
740
   // left: 0px;
741
    max-height: 700px;
742
    height: auto;
743
744
    &::-webkit-scrollbar {
745
        width: 12px;
746
    }
747
    
748
    &::-webkit-scrollbar-track {
749
        background: #eeeeee;
750
        
751
    }
752
    
753
    &::-webkit-scrollbar-thumb {
754
        background: #696969;
755
        border-radius: 20px;
756
        border: 3px solid #eeeeee;
757
    }
758
759
    h2{
760
        width: 100%;
761
        text-align: center;
762
763
        a, a:link, a:visited{
764
            text-align: center;
765
            color: #000;
766
767
            &:hover, &.current{
768
                text-decoration: none;
769
            }
770
        }  
771
    }
772
773
    h4 {
774
        margin: .5em 0;
775
        padding-left: 0.5em;
776
        padding-bottom: 0.2em;
777
        color: #696969;
778
        border-bottom: 1px solid #696969;
779
        font-weight: normal;
780
    }
781
782
    ul {
783
        margin-bottom: 10px;
784
        padding-left: 0px; 
785
        
786
        &.goto{
787
            margin-bottom: 13px;
788
            margin-left: 0;
789
            margin-right: 0;
790
            padding-left: 0px;
791
            position: relative;
792
            top: 0px;
793
794
            li{
795
                a{
796
                    font-size: 75%;
797
                }
798
            }
799
        }
800
801
        li {
802
            list-style: none;
803
            left: 0px;
804
            flex-direction: row;
805
            width: 100%;
806
            height: auto;
807
808
            a, a:link, a:visited {
809
                color: #000;
810
                width: 100%;
811
                display: block;
812
                text-decoration: none;
813
                padding: 0.7em 0.3em 0.7em 1.2em;
814
815
                &.current, &:hover, &:active, &:focus {
816
                    background-color: #F3F4F4;
817
                    text-decoration: none;
818
                    color: #418940;
819
                    border-left: solid 5px #418940;
820
                    font-weight: bold;
821
                }
822
            }
394
        }
823
        }
395
    }
824
    }
396
}
825
}
397
826
827
398
div {
828
div {
399
    display: block;
829
    display: block;
400
830
401
    &.menuspe{
831
    &.mainmenu{
402
        display: inline;
832
        display: inline;
403
        //align-items: center;
404
        //justify-content: center;
405
    }
833
    }
406
834
407
835
408
    &.menuspebas{
836
    &.koha-mainpage{
409
        ///display: inline;
410
        display: flex;
837
        display: flex;
411
        //-webkit-box-align: center;
412
        //-ms-flex-align: center;
413
        align-items: center;
838
        align-items: center;
414
        //-webkit-box-pack: center;
415
        //-ms-flex-pack: center;
416
        justify-content: center;
839
        justify-content: center;
417
    }
840
    }
418
841
419
    &.vert{
842
    &.settings-links{
420
        display: block;
843
        display: block;
421
        float: right;
844
        float: right;
422
        top: 0px;
845
        top: 0px;
Lines 430-453 div { Link Here
430
            height: 150px;
853
            height: 150px;
431
            margin-right: auto;
854
            margin-right: auto;
432
            margin-left: auto;
855
            margin-left: auto;
856
857
            a, a:visited, a:link{
858
                color: #000;
859
            }
433
        }
860
        }
434
    }
861
    }
435
862
436
    &.bas{
863
    &.koha-bottom{
437
        background: transparent url(../img/koha-logo-medium.png) no-repeat center;
864
        background: transparent url(../img/koha-logo-medium.png) no-repeat center;
438
        width: 150px;
865
        width: 150px;
439
        background-size: 70%;
866
        background-size: 70%;
440
        height: 50px;
867
        height: 50px;
441
        margin: 25px;
868
        margin: 25px;
442
       // position: inherit;
443
        bottom: 0px;
869
        bottom: 0px;
444
        text-align: center;
870
        text-align: center;
445
        display: flex;
871
        display: flex;
446
        align-items: center;
872
        align-items: center;
447
        justify-content: center;
873
        justify-content: center;
448
        position: fixed;
874
        position: fixed;
449
        //right: 0;
450
        //left: 0;
451
        z-index: 1030;
875
        z-index: 1030;
452
876
453
        a{
877
        a{
Lines 455-500 div { Link Here
455
            height: 100%;
879
            height: 100%;
456
        }
880
        }
457
    }
881
    }
882
}
458
883
459
   /* &.plus{
884
.settings{
460
        display: block;
885
    i, img{
461
        background-color: #352C2E;
462
        padding: 10px;
463
        border-radius: 4px;
464
        padding: 10px;
465
        border-radius: 4px;
466
        position: absolute;
467
        text-align: center;
886
        text-align: center;
468
        right: 0px;
887
        color: #71B443;
469
        bottom: -80px;
888
        border: solid 3px #71B443;
470
    
889
        border-radius: 50%;
471
        label{
890
        background-color: transparent;
472
            color: #fff;
891
        width: 40px;
473
            font-weight: bold;
892
        height: 40px;
893
        margin-bottom: 5px;
894
        margin-left: auto;
895
        margin-right: auto;
896
        padding: 5px;
897
        align-items: center;
898
        justify-content: center;
899
        -webkit-box-sizing: content-box;
900
        box-sizing: content-box;
901
        display: flex;
902
        
903
    }
904
905
    &:hover{
906
        color: #418940;
907
        text-decoration: none;
908
        font-weight: bold;
909
910
        i, img{
911
            border-color: #418940;
912
            color: #418940;
474
        }
913
        }
475
    }*/
914
        
476
}
915
    }
477
916
478
#filters{
917
    img{
479
    width: 100%;
918
        max-width: 30px;
480
    display: block;
919
        height: auto;
481
    position: absolute;
920
        padding: 10px;
482
    left: 0px;
921
    }
483
    height: 500px;
484
}
922
}
485
923
486
#filtres{
924
.home-page{
487
    width: 100%;
925
    text-align: center;
488
    display: block;
926
    text-decoration: none;
489
    position: absolute;
927
    font-family: 'Poppins', sans-serif;
490
    left: 0px;
928
    
491
    height: 500px;
929
    h1 {
930
        font-size: 150%;
931
        font-weight: normal;
932
        color: #000;
933
    }
934
935
    i{
936
        text-align: center;
937
        color: #fff;
938
        border: solid 3px #71B443;
939
        border-radius: 50%;
940
        background-color: #71B443;
941
        width: 40px;
942
        height: 40px;
943
        margin-bottom: 5px;
944
        margin-left: auto;
945
        margin-right: auto;
946
        padding: 5px;
947
        align-items: center;
948
        justify-content: center;
949
        -webkit-box-sizing: content-box;
950
        box-sizing: content-box;
951
        display: flex;
952
953
    }
954
955
    &:hover{
956
        text-decoration: none;
957
958
        i{
959
            background-color: #418940;
960
            border-color: #418940;
961
        }
962
963
        h1{
964
            color: #418940;
965
        }
966
    }
492
}
967
}
493
968
494
button {
969
button {
495
    //@include default-button;
970
    @include default-button;
496
971
497
    &:active {
972
    &:active, &:hover {
498
        border: 1px inset #999999;
973
        border: 1px inset #999999;
499
    }
974
    }
500
975
Lines 590-615 h1 { Link Here
590
    font-weight: bold;
1065
    font-weight: bold;
591
}
1066
}
592
1067
593
#logo {
594
    background: transparent url("../img/koha-logo-medium.png") no-repeat 50% 50%;
595
    border: 0 none;
596
    margin: 2rem 1rem;
597
    padding: 0;
598
    width: 180px;
599
600
    a {
601
        border: 0;
602
        cursor: pointer;
603
        display: block;
604
        height: 0 !important;
605
        margin: 0;
606
        overflow: hidden;
607
        padding: 44px 0 0;
608
        text-decoration: none;
609
        width: 180px;
610
    }
611
}
612
613
h2 {
1068
h2 {
614
    font-size: 150%;
1069
    font-size: 150%;
615
    font-weight: bold;
1070
    font-weight: bold;
Lines 629-635 h4 { Link Here
629
1084
630
h5 {
1085
h5 {
631
    font-size: 100%;
1086
    font-size: 100%;
632
    //font-weight: bold;
633
}
1087
}
634
1088
635
h6 {
1089
h6 {
Lines 637-651 h6 { Link Here
637
    font-weight: bold;
1091
    font-weight: bold;
638
}
1092
}
639
1093
640
h7 {
641
    font-size: 93%;
642
    font-weight: bold;
643
    text-align: center;
644
    //padding: 5px;
645
    position: relative;
646
    left: 0px;
647
    bottom: 0px;
648
}
649
1094
650
1095
651
h1,
1096
h1,
Lines 653-661 h2, Link Here
653
h3,
1098
h3,
654
h4,
1099
h4,
655
h5,
1100
h5,
656
h6,
1101
h6 {
657
h7 {
658
    margin: .5em 0;
1102
    margin: .5em 0;
1103
1104
    a, a:link, a:visited{
1105
        color: #000;
1106
    }
659
}
1107
}
660
1108
661
hr {
1109
hr {
Lines 666-677 hr { Link Here
666
p {
1114
p {
667
    margin: .7em 0;
1115
    margin: .7em 0;
668
1116
669
    &.plus{
1117
    &.more{
670
        background-color: #352C2E;
671
        height: 100% !important;
1118
        height: 100% !important;
672
        top: 30px;
1119
        top: 30px;
673
        border-bottom-left-radius: 17px;
1120
        width: 100%;
674
        border-bottom-right-radius: 17px;
1121
        display: block;
1122
        position: absolute;
1123
        left: 0px;
1124
        background-color: #352C2E;
1125
        padding: 10px;
1126
        border-radius: 4px;
1127
        text-align: center;
1128
        right: 0px;
1129
        bottom: -70px;
675
1130
676
        input{
1131
        input{
677
            outline-offset: 0px;
1132
            outline-offset: 0px;
Lines 687-693 p { Link Here
687
            top: -5px;
1142
            top: -5px;
688
            right: 30px;
1143
            right: 30px;
689
            z-index: 100;
1144
            z-index: 100;
690
            display: inline-block !important;
1145
            display: inline !important;
691
            letter-spacing: normal;
1146
            letter-spacing: normal;
692
            word-spacing: normal;
1147
            word-spacing: normal;
693
            text-transform: none;
1148
            text-transform: none;
Lines 699-705 p { Link Here
699
        }
1154
        }
700
    }
1155
    }
701
1156
702
    &.plusdessous{
1157
    &.more_bottom{
703
        background-color: #352C2E;
1158
        background-color: #352C2E;
704
        height: auto !important;
1159
        height: auto !important;
705
        padding: 0 5px 10px 5px;
1160
        padding: 0 5px 10px 5px;
Lines 707-712 p { Link Here
707
        border-bottom-left-radius: 17px;
1162
        border-bottom-left-radius: 17px;
708
        border-bottom-right-radius: 17px;
1163
        border-bottom-right-radius: 17px;
709
1164
1165
        label{
1166
            color: #fff;
1167
        }
1168
710
        input{
1169
        input{
711
            outline-offset: 0px;
1170
            outline-offset: 0px;
712
            outline: 1px black;
1171
            outline: 1px black;
Lines 732-737 p { Link Here
732
    }
1191
    }
733
}
1192
}
734
1193
1194
#patron_search {
1195
    .address {
1196
        font-size: 100%;
1197
    }
1198
}
1199
735
strong {
1200
strong {
736
    font-weight: bold;
1201
    font-weight: bold;
737
1202
Lines 774-780 input { Link Here
774
        //font-family: $font-main;
1239
        //font-family: $font-main;
775
        font-family: 'Poppins', sans-serif;
1240
        font-family: 'Poppins', sans-serif;
776
        text-shadow: 0 1px 0 #fff;
1241
        text-shadow: 0 1px 0 #fff;
777
        //box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
778
        display: inline-block;
1242
        display: inline-block;
779
        margin-bottom: 0;
1243
        margin-bottom: 0;
780
        font-weight: normal;
1244
        font-weight: normal;
Lines 802-808 input { Link Here
802
        display: inline-block;
1266
        display: inline-block;
803
        font-size: inherit;
1267
        font-size: inherit;
804
        line-height: 1.42857143;
1268
        line-height: 1.42857143;
805
        //padding: .3em .8em;
806
        margin: 5px;
1269
        margin: 5px;
807
        text-align: center;
1270
        text-align: center;
808
        text-shadow: 0 1px 0 #fff;
1271
        text-shadow: 0 1px 0 #fff;
Lines 829-834 input { Link Here
829
            @include disabled-button;
1292
            @include disabled-button;
830
        }
1293
        }
831
    }
1294
    }
1295
1296
    &.principal{
1297
        background-color: #FEC32C;
1298
        color: #000;
1299
        text-shadow: 0 1px 0 #fff;
1300
        border: none;
1301
        background-image: none;
1302
        margin: 5px;
1303
        padding: 6px 25px;
1304
1305
        &:hover,
1306
        &:active,
1307
        &:focus{
1308
            background-color: #fec22c9f;
1309
            color: #000;
1310
            border: none;
1311
        }
1312
    }
832
}
1313
}
833
1314
834
.input-warning {
1315
.input-warning {
Lines 837-843 input { Link Here
837
}
1318
}
838
1319
839
1320
840
//a suppr
841
label,
1321
label,
842
.label {
1322
.label {
843
    color: #000;
1323
    color: #000;
Lines 858-1156 label, Link Here
858
    }
1338
    }
859
1339
860
    &.circ_barcode {
1340
    &.circ_barcode {
861
        display: inline-block;
1341
        display: inline-block;
862
        font-size: 105%;
1342
        font-size: 105%;
863
        font-weight: bold;
1343
        font-weight: bold;
864
        margin-bottom: 1rem;
1344
        margin-bottom: 1rem;
865
        max-width: 75%;
1345
        max-width: 75%;
866
    }
1346
    }
867
868
    &.required {
869
        color: #C00;
870
    }
871
}
872
873
.subfield-label {
874
    font-style: italic;
875
876
    span {
877
        &.subfield-code {
878
            font-weight: bold;
879
        }
880
    }
881
}
882
883
.members-update-table {
884
    padding-top: 10px;
885
}
886
887
.col-sm-3 {
888
    width: 25%;
889
}
890
891
.col-sm-6 {
892
    width: 100%;
893
}
894
895
#area-news{
896
    background-color: #FFF;
897
    color: #696969;
898
    margin: 0em 0em 1em 0em;
899
    display: block;
900
    padding: 1em;
901
902
    h3{
903
        background-color: #fff;
904
    }
905
}
906
907
.col-sm-9 {
908
    width: 75%;
909
}
910
911
912
.biglinks-list{
913
    padding: 0px;
914
    margin: 10px 30px;
915
    align-items: center;
916
    height: 150px;
917
918
    li{
919
        list-style-type: none;
920
        display: flex;
921
        float: left;
922
        text-align: center;
923
        margin-bottom: 5px;
924
        padding: 10px;
925
        //display: flex;
926
        align-items: center;
927
        justify-content: center;
928
        flex-wrap: wrap;
929
        width: 200px;
930
        height: 150px;
931
        margin-right: auto;
932
        margin-left: auto;
933
    }
934
}
935
936
.accueil{
937
    text-align: center;
938
    //display: block;
939
    text-decoration: none;
940
    font-family: verdana, arial;
941
    
942
    h1 {
943
        font-size: 150%;
944
        font-weight: normal;
945
    }
946
947
    i{
948
        text-align: center;
949
        //max-height: 100%;
950
        //max-width: 100%;
951
        color: #fff;
952
        border: solid 3px #71B443;
953
        border-radius: 50%;
954
        background-color: #71B443;
955
        width: 40px;
956
        height: 40px;
957
        margin-bottom: 5px;
958
        margin-left: auto;
959
        margin-right: auto;
960
        padding: 5px;
961
        align-items: center;
962
        justify-content: center;
963
        -webkit-box-sizing: content-box;
964
        box-sizing: content-box;
965
        //font-weight: bold;
966
        //font-size: large;
967
        display: flex;
968
969
    }
970
971
    &:hover{
972
        color: #418940;
973
        //border-color: #418940;
974
        text-decoration: none;
975
        //font-weight: bold;
976
977
        i{
978
            background-color: #418940;
979
            border-color: #418940;
980
        }
981
982
    }
983
}
984
985
#reglages{
986
    i, img{
987
        text-align: center;
988
        //max-height: 100%;
989
        //max-width: 100%;
990
        color: #71B443;
991
        border: solid 3px #71B443;
992
        border-radius: 50%;
993
        background-color: transparent;
994
        width: 40px;
995
        height: 40px;
996
        margin-bottom: 5px;
997
        margin-left: auto;
998
        margin-right: auto;
999
        padding: 5px;
1000
        align-items: center;
1001
        justify-content: center;
1002
        -webkit-box-sizing: content-box;
1003
        box-sizing: content-box;
1004
        //font-weight: bold;
1005
        //font-size: large;
1006
        display: flex;
1007
        
1008
    }
1009
1010
    &:hover{
1011
        color: #418940;
1012
        //border-color: #418940;
1013
        text-decoration: none;
1014
        font-weight: bold;
1015
1016
        i, img{
1017
            border-color: #418940;
1018
            color: #418940;
1019
        }
1020
        
1021
    }
1022
1023
    img{
1024
        max-width: 30px;
1025
        height: auto;
1026
        padding: 10px;
1027
    }
1028
}
1029
1030
1031
1032
#navmenulist {
1033
    background-color: #e6e6e6;
1034
    width: 100%;
1035
    overflow: auto;
1036
    //white-space: nowrap;
1037
    display: block;
1038
    position: absolute;
1039
    left: 0px;
1040
    max-height: 700px;
1041
    height: auto;
1042
1043
    &::-webkit-scrollbar {
1044
        width: 12px;
1045
      }
1046
      
1047
    &::-webkit-scrollbar-track {
1048
        background: #eeeeee;
1049
        //border-color: #696969;
1050
        //border-radius: 20px;
1051
        
1052
    }
1053
      
1054
    &::-webkit-scrollbar-thumb {
1055
        background: #696969;
1056
        border-radius: 20px;
1057
        border: 3px solid #eeeeee;
1058
    }
1059
1060
1061
1062
1063
    ul {
1064
        margin-bottom: 8.5px;
1065
        margin-left: 0;
1066
        margin-right: 0;
1067
        padding-left: 0px;
1068
       // position: relative;
1069
       // top: 30px;
1070
        
1071
        h5{
1072
            padding-left: 0.5em;
1073
            padding-bottom: 0.5em;
1074
            font-size: 120%;
1075
            margin-top: 15px;
1076
            margin-left: 0;
1077
            margin-right: 0;
1078
            margin-bottom: 5px;
1079
            color: #696969;
1080
1347
1081
            border-bottom: 1px solid #696969;
1348
    &.required {
1082
            //position: absolute;
1349
        color: #C00;
1083
            //top: 0px;
1350
    }
1084
        }   
1351
}
1085
        
1086
        &.sousmenu{
1087
            margin-bottom: 13px;
1088
            margin-left: 0;
1089
            margin-right: 0;
1090
            padding-left: 0px;
1091
            position: relative;
1092
            top: 0px;
1093
1352
1094
            li{
1353
.subfield-label {
1095
                a{
1354
    font-style: italic;
1096
                    font-size: 75%;
1355
1097
                }
1356
    span {
1098
            }
1357
        &.subfield-code {
1358
            font-weight: bold;
1099
        }
1359
        }
1360
    }
1361
}
1100
1362
1101
        li {
1363
.members-update-table {
1102
            //border-bottom: 1px solid #352C2E;
1364
    padding-top: 10px;
1103
            list-style: $nav-menu-bullet;
1365
}
1104
            list-style: none;
1105
            //padding: .2em 0;
1106
            //background-color: #a8a8a8;
1107
            //position: block;
1108
            //position: absolute;
1109
            left: 0px;
1110
            flex-direction: row;
1111
            width: 100%;
1112
            height: auto;
1113
1366
1114
            a {
1367
#area-news{
1115
                //text-decoration: none;
1368
    background-color: #FFF;
1116
                color: #000;
1369
    color: #696969;
1117
                width: 100%;
1370
    margin: 0em 0em 1em 0em;
1118
                display: block;
1371
    display: block;
1119
                //margin: .5em 0;
1372
    padding: 1em;
1120
                //padding: .4em .3em;
1121
                text-decoration: none;
1122
                padding: 0.5em 0.3em 0.5em 1.2em;
1123
1373
1124
                &.current, &:hover {
1374
    h3{
1125
                    background-color: #F3F4F4;
1375
        background-color: #fff;
1126
                    color: #418940;
1376
    }
1127
                    border-left: solid 5px #418940;
1377
}
1128
                    font-weight: bold;
1129
                }
1130
1378
1131
                &.titre{
1379
.biglinks-list{
1132
                    width: 100%;
1380
    padding: 0px;
1133
                    font-size: 146.5%;
1381
    margin: 10px 30px;
1134
                    font-weight: bold;
1382
    align-items: center;
1135
                    text-align: center;
1383
    height: 150px;
1136
                    color: #000;
1137
1384
1138
                    &:hover, &.current{
1385
    li{
1139
                        background-color: #e6e6e6;
1386
        list-style-type: none;
1140
                        color: #000;
1387
        display: flex;
1141
                        border-left: none;
1388
        float: left;
1142
                        font-weight: bold;
1389
        text-align: center;
1143
                    }
1390
        margin-bottom: 5px;
1144
                }
1391
        padding: 10px;
1145
            }
1392
        //display: flex;
1146
        }
1393
        align-items: center;
1394
        justify-content: center;
1395
        flex-wrap: wrap;
1396
        width: 200px;
1397
        height: 150px;
1398
        margin-right: auto;
1399
        margin-left: auto;
1147
    }
1400
    }
1148
}
1401
}
1149
1402
1150
1151
.main {
1403
.main {
1152
    margin-bottom: $language-footer-min-height * 1.5;
1404
    margin-bottom: $language-footer-min-height * 1.5;
1153
    //display: block;
1154
    margin-top: 1em;
1405
    margin-top: 1em;
1155
}
1406
}
1156
1407
Lines 1162-1168 label, Link Here
1162
1413
1163
ul {
1414
ul {
1164
    padding-left: 1.1em;
1415
    padding-left: 1.1em;
1165
    //height: 50px;
1166
1416
1167
    li {
1417
    li {
1168
        list-style-type: none;
1418
        list-style-type: none;
Lines 1183-1189 ul { Link Here
1183
        padding-left: 0;
1433
        padding-left: 0;
1184
1434
1185
        button {
1435
        button {
1186
            //font-family: $font-main;
1187
            font-family: 'Poppins', sans-serif;
1436
            font-family: 'Poppins', sans-serif;
1188
            padding-bottom: 2px;
1437
            padding-bottom: 2px;
1189
        }
1438
        }
Lines 1199-1206 ul { Link Here
1199
        padding: .2em 1.4em 0 1.4em;
1448
        padding: .2em 1.4em 0 1.4em;
1200
    }
1449
    }
1201
    
1450
    
1202
    
1203
1204
    &.budget_hierarchy {
1451
    &.budget_hierarchy {
1205
        margin-left: 0;
1452
        margin-left: 0;
1206
        padding-left: 0;
1453
        padding-left: 0;
Lines 1226-1232 ul { Link Here
1226
        }
1473
        }
1227
    }
1474
    }
1228
1475
1229
    // For Font Awesome icon bullets
1230
    &.fa-ul {
1476
    &.fa-ul {
1231
        li {
1477
        li {
1232
            list-style-type: none;
1478
            list-style-type: none;
Lines 1271-1279 ol { Link Here
1271
    font-weight: bold;
1517
    font-weight: bold;
1272
}
1518
}
1273
1519
1274
1275
1276
1277
.strong {
1520
.strong {
1278
    font-weight: bold;
1521
    font-weight: bold;
1279
}
1522
}
Lines 1284-1299 ol { Link Here
1284
}
1527
}
1285
1528
1286
fieldset {
1529
fieldset {
1287
    //overflow: auto;
1530
    width: 100%;
1531
    color: #71B443;
1288
    background-color: #FFF;
1532
    background-color: #FFF;
1289
    position: relative;
1533
    position: relative;
1290
    color: #696969;
1534
    color: #696969;
1291
    left: 0px;
1535
    left: 0px;
1292
    top: 0px;
1536
    top: 0px;
1293
    //border: 2px solid #bfd9b9;
1294
    //border-radius: 5px;
1295
    margin: 0em 1em 1em 0em;
1537
    margin: 0em 1em 1em 0em;
1296
    //display: block;
1538
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
1297
    padding: 1em;
1539
    padding: 1em;
1298
1540
1299
    + fieldset {
1541
    + fieldset {
Lines 1302-1307 fieldset { Link Here
1302
        }
1544
        }
1303
    }
1545
    }
1304
1546
1547
    legend{
1548
        position: relative;
1549
        top: 1.5em;
1550
        margin: .5em 0;
1551
        font-size: 131%;
1552
        font-weight: bold;
1553
        color: #696969;
1554
        border-bottom: none;
1555
    }
1556
1305
    &.lastchecked {
1557
    &.lastchecked {
1306
        border-bottom-left-radius: 0;
1558
        border-bottom-left-radius: 0;
1307
        border-bottom-right-radius: 0;
1559
        border-bottom-right-radius: 0;
Lines 1310-1320 fieldset { Link Here
1310
        margin-right: 0;
1562
        margin-right: 0;
1311
    }
1563
    }
1312
1564
1313
    .standard {
1565
    &.standard {
1314
        background-color:#F4F8F9 !important;
1566
        background-color:#F4F8F9 !important;
1315
    }
1567
    }
1316
1568
1317
    .contrast {
1569
    &.contrast {
1318
        background-color:#F3F3F3 !important;
1570
        background-color:#F3F3F3 !important;
1319
    }
1571
    }
1320
1572
Lines 1322-1343 fieldset { Link Here
1322
        background-color: transparent;
1574
        background-color: transparent;
1323
        border: 0;
1575
        border: 0;
1324
        clear: both;
1576
        clear: both;
1577
        box-shadow: none;
1325
        float: none;
1578
        float: none;
1326
        margin: .9em 0 0;
1579
        margin: .9em 0 0;
1327
        padding: .4em;
1580
        padding: .4em;
1328
        width: auto;
1581
        width: auto;
1329
    }
1582
    }
1330
1583
1331
    &.briefgr {
1332
        box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
1333
        display: inline-block;
1334
    }
1335
1336
1584
1337
    &.brief {
1585
    &.brief {
1338
        //border: 2px solid #bfd9b9;
1339
        width: 50%;
1586
        width: 50%;
1340
        box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
1341
        overflow: visible;
1587
        overflow: visible;
1342
1588
1343
        div {
1589
        div {
Lines 1347-1353 fieldset { Link Here
1347
        }
1593
        }
1348
1594
1349
        label {
1595
        label {
1350
            //display: block;
1351
            font-weight: bold;
1596
            font-weight: bold;
1352
            padding: .3em 0;
1597
            padding: .3em 0;
1353
1598
Lines 1388-1394 fieldset { Link Here
1388
        ol,
1633
        ol,
1389
        li {
1634
        li {
1390
            list-style-type: none;
1635
            list-style-type: none;
1391
            //margin-bottom: 1.9em;
1392
        }
1636
        }
1393
1637
1394
        span {
1638
        span {
Lines 1414-1420 fieldset { Link Here
1414
1658
1415
    &.rows {
1659
    &.rows {
1416
        border: none;
1660
        border: none;
1417
        box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
1418
        clear: left;
1661
        clear: left;
1419
        float: left;
1662
        float: left;
1420
        font-size: 90%;
1663
        font-size: 90%;
Lines 1519-1529 fieldset { Link Here
1519
            }
1762
            }
1520
        }
1763
        }
1521
1764
1522
        legend {
1765
        /*legend {
1523
            font-size: 110%;
1766
            font-size: 110%;
1524
            font-weight: bold;
1767
            font-weight: bold;
1525
            margin-left: 1em;
1768
            margin-left: 1em;
1526
        }
1769
        }*/
1527
1770
1528
        li {
1771
        li {
1529
            clear: left;
1772
            clear: left;
Lines 1559-1566 fieldset { Link Here
1559
            }
1802
            }
1560
1803
1561
            fieldset {
1804
            fieldset {
1562
                //margin-left: 10em;
1563
1564
                label {
1805
                label {
1565
                    width: 6em;
1806
                    width: 6em;
1566
                }
1807
                }
Lines 1677-1690 fieldset { Link Here
1677
        }
1918
        }
1678
    }
1919
    }
1679
1920
1680
}
1921
    fieldset{
1681
1922
        box-shadow: none;
1682
#select-libs{
1923
    }
1683
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
1684
}
1685
1686
#searchterms{
1687
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
1688
}
1924
}
1689
1925
1690
#multi_receiving {
1926
#multi_receiving {
Lines 1697-1715 fieldset { Link Here
1697
    }
1933
    }
1698
}
1934
}
1699
1935
1700
1701
/*
1702
legend {
1703
    background-color: #FFFFFF;
1704
    border: 2px solid #bfd9b9;
1705
    border-radius: 3px;
1706
    font-size: 123.1%;
1707
    font-weight: bold;
1708
    margin-bottom: 0;
1709
    padding: .2em .5em;
1710
    width: auto;
1711
}*/
1712
1713
details {
1936
details {
1714
    > summary {
1937
    > summary {
1715
        cursor: pointer;
1938
        cursor: pointer;
Lines 1747-1753 details[open] { Link Here
1747
}
1970
}
1748
1971
1749
#breadcrumbs {
1972
#breadcrumbs {
1750
    background-color: transparent;//derrière la maison
1973
    background-color: transparent;
1751
    clear: both;
1974
    clear: both;
1752
    margin: 0;
1975
    margin: 0;
1753
    padding: .8em .5em .8em 10px;
1976
    padding: .8em .5em .8em 10px;
Lines 1782-1788 div { Link Here
1782
2005
1783
    .renew_formfield {
2006
    .renew_formfield {
1784
        margin-bottom: 1em;
2007
        margin-bottom: 1em;
1785
        //itemtype
1786
    }
2008
    }
1787
2009
1788
    .circmessage {
2010
    .circmessage {
Lines 1823-1829 div { Link Here
1823
        }
2045
        }
1824
    }
2046
    }
1825
2047
1826
    // Tools > automatic_item_modification_by_age
1827
    &.rules {
2048
    &.rules {
1828
        display: block;
2049
        display: block;
1829
    }
2050
    }
Lines 1986-2130 div { Link Here
1986
    }
2207
    }
1987
}
2208
}
1988
2209
1989
1990
/*
1991
#header_search {
1992
    //position : relative;
1993
    //right : - 500px;
1994
    //top: -45px;
1995
    //line-height: 40px;
1996
    //width: 500px;
1997
    padding: 0px 50px;
1998
    border-radius: 28px;
1999
    background-color: #71B443;
2000
    height: 2.2em;
2001
    background-position: .2em .5em;
2002
    background-repeat: no-repeat;
2003
    float: left;
2004
    margin: .3em 0 .5em;
2005
2006
    input {
2007
        &[type="submit"] {
2008
            border-radius: 3px;
2009
            padding: .2em .8em;
2010
            position: relative;
2011
            right: .2em;
2012
2013
        }
2014
    }
2015
2016
    div {
2017
        &.residentsearch {
2018
            border: 0;
2019
            //border-bottom: 1px solid #85CA11;
2020
            padding: 0 0 .2em;
2021
        }
2022
    }
2023
2024
    ul {
2025
        &.ui-tabs-nav {
2026
            margin-left: 1em;
2027
            padding-top: 0;
2028
            
2029
2030
            li {
2031
2032
                &.ui-state-default {
2033
                    //background: transparent none;
2034
                    //border: 0;
2035
                    //top: 0;
2036
2037
                    //position: absolute;
2038
                   // line-height: 40px;
2039
                    top: 0;
2040
                    left: 0;
2041
                    display: flex;
2042
                    justify-content: space-around;
2043
                    align-items: center;
2044
                    color: white;
2045
                    box-shadow: 0px 0px 3px 0px #0000004d;
2046
2047
                    //padding: 10px 20px;
2048
                    border-radius: 28px;
2049
                    background: #71B443;
2050
                    height: 1.5em;
2051
2052
                    a {
2053
                        padding: .3em .6em;
2054
                    }
2055
                }
2056
2057
                &.ui-tabs-active {
2058
                    background-color: #FFFFF1;
2059
                    border: 1px solid #85CA11;
2060
                    border-top-width: 0;
2061
                    top: -2px;
2062
2063
                    a {
2064
                        text-decoration: none;
2065
                    }
2066
                }
2067
            }
2068
        }
2069
    }
2070
2071
    .ui-corner-top {
2072
        border-radius: 0 0 4px 4px;
2073
    }
2074
2075
    > div,
2076
    > ul {
2077
        display: none;
2078
2079
        > li {
2080
            display: none;
2081
2082
            &:first-of-type {
2083
                display: block;
2084
            }
2085
        }
2086
2087
        &:first-of-type {
2088
            display: block;
2089
        }
2090
    }
2091
2092
    .head-searchbox {
2093
        font-size: 1.3em;
2094
        //width: 30em;
2095
        
2096
        //min-height: 2.5em;
2097
        border-radius: 17px;
2098
        padding-left: 1.5em;
2099
        border: none;
2100
        margin-left: 0px;
2101
        transition: 0.5s;
2102
2103
        //-webkit-writing-mode: horizontal-tb !important;
2104
        text-rendering: auto;
2105
        //color: -internal-light-dark(black, white);
2106
        letter-spacing: normal;
2107
        word-spacing: normal;
2108
        text-transform: none;
2109
        text-indent: 10px;
2110
        text-shadow: none;
2111
        display: inline-block;
2112
        text-align: start;
2113
        appearance: auto;
2114
        //background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
2115
        -webkit-rtl-ordering: logical;
2116
        cursor: text;
2117
        margin: 0em;
2118
        font: 400 13.3333px Arial;
2119
        padding: 1px 2px;
2120
    }
2121
}
2122
2123
*/
2124
2125
#reserves,
2210
#reserves,
2126
#checkouts {
2211
#checkouts {
2127
    //border-top: 3px solid #418940;
2128
    padding: 1em;
2212
    padding: 1em;
2129
}
2213
}
2130
2214
Lines 2162-2187 dd { Link Here
2162
    border-radius: 5px 5px 0 0;
2246
    border-radius: 5px 5px 0 0;
2163
    margin: 0;
2247
    margin: 0;
2164
    padding: 5px;
2248
    padding: 5px;
2165
    //height: 50px;
2166
    display: block;
2249
    display: block;
2250
  //  width: 851px !important;
2167
2251
2168
    div{
2252
    /*a{
2253
        font-family: 'Poppins', sans-serif;
2254
        font-weight: normal;
2255
        text-align: center;
2256
        white-space: nowrap;
2257
        vertical-align: middle;
2258
        -ms-touch-action: manipulation;
2259
        touch-action: manipulation;
2260
        cursor: pointer;
2261
        background-image: none;
2262
        padding: 6px 12px;
2263
        font-size: 12px;
2264
        border-radius: 4px;
2265
        -webkit-user-select: none;
2266
        -moz-user-select: none;
2267
        -ms-user-select: none;
2268
        user-select: none;
2269
        font-size: 105%;
2270
        background-color: transparent;
2271
        border: none;
2169
        display: inline-block;
2272
        display: inline-block;
2273
        margin: 5px 10px;
2274
        color: #696969;
2275
    
2276
        &:hover{
2277
            text-decoration: none;
2278
            background-color: #dadada;
2279
        }
2280
    
2281
        &:active{
2282
            border: none;
2283
        }
2284
    }*/
2285
2286
    div{
2170
        position: relative;
2287
        position: relative;
2171
        float: right;
2172
        height: 100%;
2288
        height: 100%;
2173
     //   padding: 0.3em;
2289
        float: right;
2174
2290
2175
        .dropdown-menu {
2291
        a{
2176
            /*border-top-width: 1px;
2292
            &.principal{
2177
            font-size: 13px;
2293
                background-color: #FEC32C;
2178
            background-color: #F3F4F4;
2294
                color: #000;
2179
            border: none;
2295
                text-shadow: 0 1px 0 #fff;
2180
            box-shadow: none;
2296
                border: none;
2181
            position: absolute;*/
2297
                background-image: none;
2182
            //right: 10px;
2298
                margin: 5px;
2183
            //top: 30px;
2299
                padding: 6px 25px;
2300
            
2301
                &:hover,
2302
                &:active,
2303
                &:focus{
2304
                    background-color: #fec22c9f;
2305
                    color: #000;
2306
                    border: none;
2307
                }
2308
            }
2309
        }
2184
2310
2311
        .dropdown-menu {
2185
            border-top-width: 1px;
2312
            border-top-width: 1px;
2186
            text-align: center;
2313
            text-align: center;
2187
            padding: 0;
2314
            padding: 0;
Lines 2203-2212 dd { Link Here
2203
            right: 0;
2330
            right: 0;
2204
2331
2205
            a{
2332
            a{
2206
                //color: #696969;
2207
                //float: right;
2208
                //padding: .2em .5em;
2209
                //border-bottom: 1px solid #000;
2210
                color: #000;
2333
                color: #000;
2211
                display: block;
2334
                display: block;
2212
                padding: 3px 20px;
2335
                padding: 3px 20px;
Lines 2214-2233 dd { Link Here
2214
                font-weight: normal;
2337
                font-weight: normal;
2215
                line-height: 1.42857143;
2338
                line-height: 1.42857143;
2216
                white-space: nowrap;
2339
                white-space: nowrap;
2217
                border-bottom: none;
2340
                border-bottom: none;
2218
                float: left;
2341
                float: left;
2219
2220
                &:hover,
2221
                &:focus{
2222
                    //text-decoration: none;
2223
                    //background-color: #F3F4F4;
2224
                    //background-image: none;
2225
                    //font-weight: bold;
2226
                    //border: 1px solid #696969;
2227
                    //border-radius: 4px;
2228
2229
                    
2230
2342
2343
                &:hover,
2344
                &:focus{                  
2231
                    text-decoration: none;
2345
                    text-decoration: none;
2232
                    font-weight: bold;
2346
                    font-weight: bold;
2233
                    background-color: #fff;
2347
                    background-color: #fff;
Lines 2288-2294 dd { Link Here
2288
        border-radius: 0;
2402
        border-radius: 0;
2289
        margin-top: 0;
2403
        margin-top: 0;
2290
        z-index: 300;
2404
        z-index: 300;
2291
        left: auto !important;
2405
       // left: auto !important;
2292
        width: 851px;
2406
        width: 851px;
2293
    }
2407
    }
2294
2408
Lines 2311-2325 dd { Link Here
2311
    }
2425
    }
2312
}
2426
}
2313
2427
2314
.btn-toolbar-pat{
2315
    border: none;
2316
    background-color: transparent;
2317
    position: relative;
2318
    right: 0px;
2319
    height: 50px;
2320
    line-height: 25px;
2321
}
2322
2323
#disabled {
2428
#disabled {
2324
    a {
2429
    a {
2325
        color: #999;
2430
        color: #999;
Lines 2338-2355 dd { Link Here
2338
2443
2339
2444
2340
.patroninfo {
2445
.patroninfo {
2341
    //margin-top: -.5em;
2342
    margin-right: .5em;
2446
    margin-right: .5em;
2343
    //padding-bottom: 2em;
2344
    padding-top: 1em;
2447
    padding-top: 1em;
2345
    background-color: #e6e6e6;
2448
    background-color: #e6e6e6;
2346
    //position: absolute;
2347
    left: -10px;
2449
    left: -10px;
2348
    width: 100%;
2450
    width: 100%;
2349
    padding-bottom: 25px;
2451
    padding-bottom: 25px;
2350
2452
2351
    h5 {
2453
    h5 {
2352
        //border-right: 1px solid #bfd9b9;
2353
        margin-bottom: 0;
2454
        margin-bottom: 0;
2354
        padding: .5em .9em;
2455
        padding: .5em .9em;
2355
        font-weight: bold;
2456
        font-weight: bold;
Lines 2364-2370 dd { Link Here
2364
                font-size: 75%;
2465
                font-size: 75%;
2365
                font-weight: normal;
2466
                font-weight: normal;
2366
                list-style-type: none;
2467
                list-style-type: none;
2367
                //display: table;
2368
                text-align: center;
2468
                text-align: center;
2369
            }
2469
            }
2370
        }
2470
        }
Lines 2387-2401 dd { Link Here
2387
    }
2487
    }
2388
2488
2389
    > div {
2489
    > div {
2390
        //border-right: 1px solid #bfd9b9;
2391
        width: 100%;
2490
        width: 100%;
2392
    }
2491
    }
2393
2394
    &.is-staff {
2395
        h5 {
2396
            //background-color: #EEE;
2397
        }
2398
    }
2399
}
2492
}
2400
2493
2401
.patroninfo-section {
2494
.patroninfo-section {
Lines 2408-2414 dd { Link Here
2408
}
2501
}
2409
2502
2410
.patroninfo-heading {
2503
.patroninfo-heading {
2411
  //  background-color: rgba(237, 244, 246, .4);
2412
    padding: .5em;
2504
    padding: .5em;
2413
    margin-bottom: .3em;
2505
    margin-bottom: .3em;
2414
    clear: both;
2506
    clear: both;
Lines 2422-2429 dd { Link Here
2422
    }
2514
    }
2423
}
2515
}
2424
2516
2425
/* Patron image */
2426
2427
.patronimage-container {
2517
.patronimage-container {
2428
    padding: .2em;
2518
    padding: .2em;
2429
    position: relative;
2519
    position: relative;
Lines 2495-2500 dd { Link Here
2495
    background-color: #F3F4F4;
2585
    background-color: #F3F4F4;
2496
    li {
2586
    li {
2497
        list-style-type: none;
2587
        list-style-type: none;
2588
        display: flex;
2498
2589
2499
        a{
2590
        a{
2500
            color: #000;
2591
            color: #000;
Lines 2514-2520 dd { Link Here
2514
    fieldset {
2605
    fieldset {
2515
        &.action {
2606
        &.action {
2516
            margin-top: 0;
2607
            margin-top: 0;
2517
            float: left;
2608
            float: right;
2518
        }
2609
        }
2519
    }
2610
    }
2520
2611
Lines 2624-2632 i { Link Here
2624
}
2715
}
2625
2716
2626
.circ-settings {
2717
.circ-settings {
2627
    //background-color: #F4F8F9;
2628
    border-radius: 0;
2718
    border-radius: 0;
2629
    //border-top: 2px solid #bfd9b9;
2630
    display: none;
2719
    display: none;
2631
    margin-left: -1em;
2720
    margin-left: -1em;
2632
    margin-right: -1em;
2721
    margin-right: -1em;
Lines 2638-2648 i { Link Here
2638
    margin-top: .5em;
2727
    margin-top: .5em;
2639
    display: inline;
2728
    display: inline;
2640
    background: transparent url("../img/UIKit/setting.svg") no-repeat scroll 0%;
2729
    background: transparent url("../img/UIKit/setting.svg") no-repeat scroll 0%;
2641
    background-size: 100%;
2730
    background-size: 70%;
2642
    position: relative;
2731
    position: relative;
2643
    margin: 3px;
2732
    margin: 3px;
2644
    align-items: center;
2733
    align-items: center;
2645
    right: 25px;
2734
    right: 35px;
2646
    opacity: 0.3;
2735
    opacity: 0.3;
2647
2736
2648
    &:hover{
2737
    &:hover{
Lines 2701-2711 i { Link Here
2701
}
2790
}
2702
2791
2703
.dialog {
2792
.dialog {
2704
    //border: 1px solid #BCBCBC;
2705
    border-radius: 2px;
2793
    border-radius: 2px;
2706
    margin: 1em auto;
2794
    margin: 1em auto;
2707
    padding: .5em;
2795
    padding: .5em;
2708
    text-align: center;
2796
    text-align: center;
2797
    display: table;
2709
    width: 65%;
2798
    width: 65%;
2710
    max-width: 600px;
2799
    max-width: 600px;
2711
2800
Lines 2743-2749 i { Link Here
2743
2832
2744
    input {
2833
    input {
2745
        background-color: #FFFFFF;
2834
        background-color: #FFFFFF;
2746
        //border: 1px solid #BCBCBC;
2747
        margin: .4em;
2835
        margin: .4em;
2748
        padding: .4em;
2836
        padding: .4em;
2749
2837
Lines 2776-2784 i { Link Here
2776
                margin-top: 5px;
2864
                margin-top: 5px;
2777
                margin-left: 5px;
2865
                margin-left: 5px;
2778
2866
2779
                //font-family: $font-main;
2780
                font-family: 'Poppins', sans-serif;
2867
                font-family: 'Poppins', sans-serif;
2781
                //box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
2782
                display: inline-block;
2868
                display: inline-block;
2783
                margin-bottom: 0;
2869
                margin-bottom: 0;
2784
                font-weight: normal;
2870
                font-weight: normal;
Lines 2786-2792 i { Link Here
2786
                white-space: nowrap;
2872
                white-space: nowrap;
2787
                vertical-align: middle;
2873
                vertical-align: middle;
2788
                touch-action: manipulation;
2874
                touch-action: manipulation;
2789
                //width: 90px;
2790
                cursor: pointer;
2875
                cursor: pointer;
2791
                background-image: none;
2876
                background-image: none;
2792
                padding: 6px 12px;
2877
                padding: 6px 12px;
Lines 2833-2844 i { Link Here
2833
    }
2918
    }
2834
2919
2835
    &.message {
2920
    &.message {
2836
        //background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%);
2837
        //border: 1px solid #BCBCBC;
2838
        color: #000000;
2921
        color: #000000;
2839
        text-align: center;
2922
        text-align: center;
2840
        background-color: transparent;
2923
        background-color: transparent;
2841
      //  box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
2842
2924
2843
2925
2844
        ul,
2926
        ul,
Lines 2854-2861 i { Link Here
2854
2936
2855
    &.alert,
2937
    &.alert,
2856
    &.error {
2938
    &.error {
2857
        //background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
2858
        //border: 1px solid #E0C726;
2859
        color: inherit;
2939
        color: inherit;
2860
        background-color: #fff;
2940
        background-color: #fff;
2861
        text-align: center;
2941
        text-align: center;
Lines 2985-3022 i { Link Here
2985
        }
3065
        }
2986
    }
3066
    }
2987
}
3067
}
2988
3068
/*
2989
2990
2991
           /* a {
2992
                //text-decoration: none;
2993
                color: #000;
2994
                width: 100%;
2995
                display: block;
2996
                margin: .5em 0;
2997
                //padding: .4em .3em;
2998
                text-decoration: none;
2999
                padding: 0.5em 0.3em 0.5em 1.2em;
3000
3001
                
3002
3003
                &.current, &.hover {
3004
                    background-color: #F3F4F4;
3005
                    color: #418940;
3006
                    border-left: solid 5px #418940;
3007
                    font-weight: bold;
3008
                }
3009
            }*/
3010
3011
3012
3013
3014
3015
3016
3017
3018
#menu-side {
3069
#menu-side {
3019
    //border-right: 1px solid #B9D8D9;
3020
    margin-right: .5em;
3070
    margin-right: .5em;
3021
    padding-bottom: 2em;
3071
    padding-bottom: 2em;
3022
    padding-top: 1em;
3072
    padding-top: 1em;
Lines 3036-3047 i { Link Here
3036
            left: 0px;
3086
            left: 0px;
3037
            color: #000;
3087
            color: #000;
3038
            display: block;
3088
            display: block;
3039
            //margin: .5em 0;
3040
            //padding: .4em .3em;
3041
            //padding: 0.5em 0.3em 0.5em 1.2em;
3042
            //flex-direction: row;
3043
            //width: 100%;
3044
            //height: 2.1em;
3045
3089
3046
            &:hover {
3090
            &:hover {
3047
                background-color: #F3F4F4;
3091
                background-color: #F3F4F4;
Lines 3073-3080 i { Link Here
3073
            list-style-type: none;
3117
            list-style-type: none;
3074
        }
3118
        }
3075
    }
3119
    }
3076
}
3120
}*/
3077
3078
3121
3079
#closewindow {
3122
#closewindow {
3080
    margin-top: 2em;
3123
    margin-top: 2em;
Lines 3089-3123 i { Link Here
3089
    font-size: 100%;
3132
    font-size: 100%;
3090
    vertical-align: middle;
3133
    vertical-align: middle;
3091
    font-style: italic;
3134
    font-style: italic;
3092
3093
    //background: transparent url("../img/UIKit/arrow.svg") no-repeat scroll 0%;
3094
    //position: absolute;20px
3095
    //right : 0px; 
3096
    //top: 0px;
3097
    width: 250px;
3135
    width: 250px;
3098
    height: 30px;
3136
    height: 30px;
3099
    //border: none;
3100
    padding-left: 5px;
3137
    padding-left: 5px;
3101
    padding-right: 30px;
3138
    padding-right: 30px;
3102
    border-radius: 0;
3139
    border-radius: 0;
3103
}
3140
}
3104
3141
3105
.petit-barcode{
3106
    background-repeat: no-repeat;
3107
    background-position: 3px;
3108
    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");
3109
    border-style: inset;
3110
    border-width: 1px;
3111
    padding: 5px;
3112
    font-style: italic;
3113
    border-radius: 0;
3114
3115
    font-size: 90%;
3116
    vertical-align: middle;
3117
    height: 25px;
3118
    margin-right: 5px;
3119
}
3120
3121
li {
3142
li {
3122
    &.email {
3143
    &.email {
3123
        overflow: hidden;
3144
        overflow: hidden;
Lines 3198-3207 li { Link Here
3198
    margin-top: 20px;
3219
    margin-top: 20px;
3199
    min-width: 100%;
3220
    min-width: 100%;
3200
    width: fit-content;
3221
    width: fit-content;
3201
  //  overflow: auto;
3202
    box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
3203
    padding: 20px;
3222
    padding: 20px;
3204
3223
3224
    fieldset{
3225
        box-shadow: none;
3226
    }
3227
3205
    h3{
3228
    h3{
3206
        padding-bottom: .7em;
3229
        padding-bottom: .7em;
3207
        margin: 0;
3230
        margin: 0;
Lines 3211-3216 li { Link Here
3211
    td {
3234
    td {
3212
        border: none;
3235
        border: none;
3213
3236
3237
3238
        button, a{
3239
            &.btn-default{
3240
                color: #71B443;
3241
                padding: .3em;
3242
                border: none;
3243
                background-color: transparent;
3244
                border: none;
3245
                box-shadow: none;
3246
                font-size: 100%;
3247
3248
                &:hover, &:active, &:focus, &:active:hover, &:active:focus{
3249
                    background-color: transparent;
3250
                    color: #71B443;
3251
                    text-decoration: underline;
3252
                }
3253
            }
3254
        }
3255
3214
        ul {
3256
        ul {
3215
            li {
3257
            li {
3216
                clear: left;
3258
                clear: left;
Lines 3278-3285 li { Link Here
3278
    }
3320
    }
3279
3321
3280
    .dropdown-menu {
3322
    .dropdown-menu {
3281
        //position: absolute;
3282
        //top: 50px;
3283
        background-color: #fff;
3323
        background-color: #fff;
3284
        color: #000;
3324
        color: #000;
3285
        height: fit-content;
3325
        height: fit-content;
Lines 3307-3313 li { Link Here
3307
    margin-bottom: .5em;
3347
    margin-bottom: .5em;
3308
    padding: 5px;
3348
    padding: 5px;
3309
    width: 100%;
3349
    width: 100%;
3310
    //padding: .4em 1em .4em 1em;
3311
    color: #696969;
3350
    color: #696969;
3312
    display: block;
3351
    display: block;
3313
3352
Lines 3350-3358 li { Link Here
3350
3389
3351
3390
3352
#search-facets {
3391
#search-facets {
3353
    //border: 3px solid #71B443;
3354
    //border-radius: 4px;
3355
3356
    h4 {
3392
    h4 {
3357
        background-color: #71B443;
3393
        background-color: #71B443;
3358
        border-bottom: 1px solid #71B443;
3394
        border-bottom: 1px solid #71B443;
Lines 3459-3464 td { Link Here
3459
    }
3495
    }
3460
}
3496
}
3461
3497
3498
/*
3462
#lientype, #add, #merge-patrons, #btn_batchremove, #doedit, #show_invoice_adjustment, #cancel_invoice_adjustment, #show_active_vendors, #add-contact, #multi_hold_submit, #show-picture-upload, #edit_suggester, #expand_all, #collapse_all, #hide_inactive, #show_inactive, #addnewmessageLabel, #results_batch_ops, #highlight_toggle_off, #selectall, #clearall, #highlight_toggle_on, #addColumn, #remove_from_cart, #place_hold, #add_to_list, #batch_modify, #batch_delete, #delColumn, #edit_manager, #unset, #UncheckAll, #check-all, #results_batch_ops #uncheck-all, #frameworkactions, #authtypeactions, #modify_sru_fields, #cartsubmit, #add_manual_restriction{
3499
#lientype, #add, #merge-patrons, #btn_batchremove, #doedit, #show_invoice_adjustment, #cancel_invoice_adjustment, #show_active_vendors, #add-contact, #multi_hold_submit, #show-picture-upload, #edit_suggester, #expand_all, #collapse_all, #hide_inactive, #show_inactive, #addnewmessageLabel, #results_batch_ops, #highlight_toggle_off, #selectall, #clearall, #highlight_toggle_on, #addColumn, #remove_from_cart, #place_hold, #add_to_list, #batch_modify, #batch_delete, #delColumn, #edit_manager, #unset, #UncheckAll, #check-all, #results_batch_ops #uncheck-all, #frameworkactions, #authtypeactions, #modify_sru_fields, #cartsubmit, #add_manual_restriction{
3463
    color: #71B443;
3500
    color: #71B443;
3464
    padding: .3em;
3501
    padding: .3em;
Lines 3471-3477 td { Link Here
3471
    &:hover, &:active, &:focus, &:active:hover, &:active:focus{
3508
    &:hover, &:active, &:focus, &:active:hover, &:active:focus{
3472
        text-decoration: underline;
3509
        text-decoration: underline;
3473
    }
3510
    }
3474
}
3511
}*/
3475
3512
3476
.highlight_toggle{
3513
.highlight_toggle{
3477
    color: #71B443;
3514
    color: #71B443;
Lines 3633-3639 td { Link Here
3633
3670
3634
#cartDetails {
3671
#cartDetails {
3635
    background-color: #352C2E;
3672
    background-color: #352C2E;
3636
    //border: 1px solid #739ACF;
3637
    box-shadow: 1px 1px 3px 0 #666;
3673
    box-shadow: 1px 1px 3px 0 #666;
3638
    color: #fff;
3674
    color: #fff;
3639
    display: none;
3675
    display: none;
Lines 3645-3658 td { Link Here
3645
}
3681
}
3646
3682
3647
#cartmenulink {
3683
#cartmenulink {
3648
    //padding-left: 15px;
3649
    position: relative;
3684
    position: relative;
3650
    left: 0px;
3685
    left: 0px;
3651
    top: 0px;
3686
    top: 0px;
3652
3653
   /* i.fa.fa-shopping-cart {
3654
        //padding-right: 7px;
3655
    }*/
3656
}
3687
}
3657
3688
3658
#basketcount {
3689
#basketcount {
Lines 3711-3717 td { Link Here
3711
}
3742
}
3712
3743
3713
.container {
3744
.container {
3714
    border: 1px solid #EEE;
3745
   // border: 1px solid #EEE;
3715
    margin: 1em 0;
3746
    margin: 1em 0;
3716
    padding: 1em;
3747
    padding: 1em;
3717
}
3748
}
Lines 3803-3810 td { Link Here
3803
}
3834
}
3804
3835
3805
.advsearch {
3836
.advsearch {
3806
    //margin: 0;
3807
    //box-shadow: 8px 8px 12px rgba(170, 170, 170, 0.356);
3808
    margin: 0em 1em 1em 0em;
3837
    margin: 0em 1em 1em 0em;
3809
3838
3810
    table {
3839
    table {
Lines 3939-3945 td { Link Here
3939
.ui-state-default,
3968
.ui-state-default,
3940
.ui-widget-content .ui-state-default,
3969
.ui-widget-content .ui-state-default,
3941
.ui-widget-header .ui-state-default {
3970
.ui-widget-header .ui-state-default {
3942
   // background: #F4F8F9 none;
3943
    border: 1px solid #bfd9b9;
3971
    border: 1px solid #bfd9b9;
3944
    color: #555555;
3972
    color: #555555;
3945
    font-weight: normal;
3973
    font-weight: normal;
Lines 3957-3971 td { Link Here
3957
    font-weight: normal;
3985
    font-weight: normal;
3958
}
3986
}
3959
3987
3960
// .ui-state-active,
3961
// .ui-widget-content .ui-state-active,
3962
// .ui-widget-header .ui-state-active {
3963
//     background: #FFFFFF none;
3964
//     border: 1px solid #AAAAAA;
3965
//     color: #212121;
3966
//     font-weight: normal;
3967
// }
3968
3969
.ui-state-highlight,
3988
.ui-state-highlight,
3970
.ui-widget-content .ui-state-highlight,
3989
.ui-widget-content .ui-state-highlight,
3971
.ui-widget-header .ui-state-highlight {
3990
.ui-widget-header .ui-state-highlight {
Lines 4030-4036 td { Link Here
4030
4049
4031
.ui-tabs-nav {
4050
.ui-tabs-nav {
4032
4051
4033
    
4034
    .ui-tabs-active a,
4052
    .ui-tabs-active a,
4035
    a:hover,
4053
    a:hover,
4036
    a:focus,
4054
    a:focus,
Lines 4062-4068 td { Link Here
4062
            background: #71B443;
4080
            background: #71B443;
4063
            border: none;
4081
            border: none;
4064
            margin-right: .4em;
4082
            margin-right: .4em;
4065
            //top: 1px;
4066
            border-radius: 4px 4px 0 0;
4083
            border-radius: 4px 4px 0 0;
4067
4084
4068
            &.ui-tabs-active, &.ui-state-hover {
4085
            &.ui-tabs-active, &.ui-state-hover {
Lines 4074-4080 td { Link Here
4074
4091
4075
                a {
4092
                a {
4076
                    color: #FFF;
4093
                    color: #FFF;
4077
                    //font-weight: bold;
4078
                }
4094
                }
4079
4095
4080
4096
Lines 4087-4093 td { Link Here
4087
        border: 0;
4103
        border: 0;
4088
    }
4104
    }
4089
4105
4090
    .ui-state-default {//le menu de la barre de recherche du haut
4106
    .ui-state-default {
4091
        a {
4107
        a {
4092
            color: #fff;
4108
            color: #fff;
4093
4109
Lines 4178-4187 td { Link Here
4178
    > ul {
4194
    > ul {
4179
        background: none repeat scroll 0 0 transparent;
4195
        background: none repeat scroll 0 0 transparent;
4180
        border: 0 none;
4196
        border: 0 none;
4181
    //    border-bottom-left-radius: 4px;
4182
      //  border-bottom-right-radius: 4px;
4183
        //border-top-left-radius: 4px;
4184
       // border-top-right-radius: 4px;
4185
        color: #222222;
4197
        color: #222222;
4186
        font-size: 100%;
4198
        font-size: 100%;
4187
        font-weight: bold;
4199
        font-weight: bold;
Lines 4203-4217 td { Link Here
4203
        }
4215
        }
4204
4216
4205
        li {
4217
        li {
4206
            //background: none repeat scroll 0 0 #e3f1df;
4207
            //border: 1px solid #bfd9b9;
4208
        //    border-bottom: 0 none;
4209
            border-top-left-radius: 4px;
4218
            border-top-left-radius: 4px;
4210
            border-top-right-radius: 4px;
4219
            border-top-right-radius: 4px;
4211
            border-bottom-right-radius: 0;
4220
            border-bottom-right-radius: 0;
4212
            border-bottom-left-radius: 0;
4221
            border-bottom-left-radius: 0;
4213
           // border-radius: 0;
4214
            //color: #555555;
4215
            float: left;
4222
            float: left;
4216
            font-weight: normal;
4223
            font-weight: normal;
4217
            list-style: none outside none;
4224
            list-style: none outside none;
Lines 4221-4249 td { Link Here
4221
            position: relative;
4228
            position: relative;
4222
            top: 1px;
4229
            top: 1px;
4223
            white-space: nowrap;
4230
            white-space: nowrap;
4224
4225
            background: #71B443;
4231
            background: #71B443;
4226
         //   border: none;
4227
            //margin-right: .4em;
4228
            //top: 1px;
4229
          //  border-radius: 4px;
4230
4232
4231
            &.active, &:hover {
4233
            &.active, &:hover {
4232
                //background-color: #FFFFFF;
4233
                //color: #212121;
4234
                font-weight: normal;
4234
                font-weight: normal;
4235
                padding-bottom: 1px;
4235
                padding-bottom: 1px;
4236
4236
4237
                background-color: #418940;
4237
                background-color: #418940;
4238
                border: none;
4238
                border: none;
4239
                border-bottom-width: 0;
4239
                border-bottom-width: 0;
4240
                //padding-bottom: 0;
4241
4240
4242
                a {
4241
                a {
4243
                    background: none repeat scroll 0 0 transparent;
4242
                    background: none repeat scroll 0 0 transparent;
4244
                    color: #fff;
4243
                    color: #fff;
4245
                  //  cursor: text;
4246
                    //font-weight: bold;
4247
                    outline: 0 none;
4244
                    outline: 0 none;
4248
                    top: 1px;
4245
                    top: 1px;
4249
                }
4246
                }
Lines 4257-4266 td { Link Here
4257
                text-decoration: none;
4254
                text-decoration: none;
4258
4255
4259
                &:hover {
4256
                &:hover {
4260
                    //background-color: #EDF4F5;
4261
                    border-top-left-radius: 4px;
4257
                    border-top-left-radius: 4px;
4262
                    border-top-right-radius: 4px;
4258
                    border-top-right-radius: 4px;
4263
                    //color: #418940;
4264
                }
4259
                }
4265
            }
4260
            }
4266
        }
4261
        }
Lines 4446-4452 nav { Link Here
4446
        background-color: transparent;
4441
        background-color: transparent;
4447
        clear: both;
4442
        clear: both;
4448
        margin: 0;
4443
        margin: 0;
4449
        //padding: .8em .5em .8em 10px;
4450
        position: absolute;
4444
        position: absolute;
4451
        top: 0px;
4445
        top: 0px;
4452
        left: Opx;
4446
        left: Opx;
Lines 4477-4483 nav { Link Here
4477
4471
4478
        [aria-current="page"] {
4472
        [aria-current="page"] {
4479
            color: #696969;
4473
            color: #696969;
4480
            //font-weight: 700;
4481
            text-decoration: none;
4474
            text-decoration: none;
4482
        }
4475
        }
4483
    }
4476
    }
Lines 4485-4520 nav { Link Here
4485
4478
4486
.navbar{
4479
.navbar{
4487
    background-color: #352C2E;
4480
    background-color: #352C2E;
4488
    //display: inline-block;
4489
   // float: left;
4490
    width: 100%;
4481
    width: 100%;
4491
   // overflow: hidden;
4492
}
4482
}
4493
4483
4494
.navbar-header, .collapse{
4484
.navbar-header, .collapse{
4495
  /*  //background-image: linear-gradient(to right, #352C2E , #3A4F2A);
4496
    //background-color: #352C2E;
4497
    box-shadow: none;
4498
    height: 50px;
4499
   // width: 100%;*/
4500
    padding-left: 10px;
4485
    padding-left: 10px;
4501
    padding-right: 10px;
4486
    padding-right: 10px;
4502
    /*display: inline-block;*/
4503
    float: left;
4487
    float: left;
4504
4488
4505
    a{
4489
    a{
4506
        color: #fff;
4490
        color: #fff;
4507
      //  display: inline-block;
4508
      line-height: 40px;
4491
      line-height: 40px;
4509
    }
4492
    }
4510
}
4493
}
4511
4494
4512
.navbar-head{
4495
.navbar-head{
4513
   // top: 0px;
4514
    //position: absolute;
4515
    //right: 5px;
4516
    //overflow-x: hidden;
4517
    //overflow-y: visible;
4518
    display: block !important;
4496
    display: block !important;
4519
    height: auto !important;
4497
    height: auto !important;
4520
}
4498
}
Lines 4546-4552 nav { Link Here
4546
#toplevelmenu{
4524
#toplevelmenu{
4547
    background-color: transparent;
4525
    background-color: transparent;
4548
    box-shadow: none;
4526
    box-shadow: none;
4549
    //height: 50px;
4550
    position: relative;
4527
    position: relative;
4551
    left: 0px;
4528
    left: 0px;
4552
    top: 0px;
4529
    top: 0px;
Lines 4556-4562 nav { Link Here
4556
    li {
4533
    li {
4557
        list-style: none;
4534
        list-style: none;
4558
4535
4559
        .haut{
4536
        .upper{
4560
            position: relative;
4537
            position: relative;
4561
            bottom: 3px;
4538
            bottom: 3px;
4562
            left: 300px;
4539
            left: 300px;
Lines 4580-4586 nav { Link Here
4580
4557
4581
                &:hover, &:active{
4558
                &:hover, &:active{
4582
                    background-color: transparent;
4559
                    background-color: transparent;
4583
                    //font-weight: bold;
4584
                    text-decoration: none;
4560
                    text-decoration: none;
4585
                    color: #71B443;
4561
                    color: #71B443;
4586
                }
4562
                }
Lines 4590-4596 nav { Link Here
4590
4566
4591
        .residentsearch {
4567
        .residentsearch {
4592
            border: 0;
4568
            border: 0;
4593
            //border-bottom: 1px solid #85CA11;
4594
            cursor: text;
4569
            cursor: text;
4595
            padding: 0 0 .2em;
4570
            padding: 0 0 .2em;
4596
            background-color: transparent;
4571
            background-color: transparent;
Lines 4603-4625 nav { Link Here
4603
        #buttonssearch,#header_search{
4578
        #buttonssearch,#header_search{
4604
            padding: 10px;
4579
            padding: 10px;
4605
            border-radius: 28px;
4580
            border-radius: 28px;
4606
            //height: 2.2em;
4607
            height: 30px;
4581
            height: 30px;
4608
            background-image: linear-gradient(to right, #418940, #71B443);
4582
            background-image: linear-gradient(to right, #418940, #71B443);
4609
            z-index: 1;
4583
            z-index: 1;
4610
        }
4584
        }
4611
    
4585
    
4612
        #header_search{
4586
        #header_search{
4613
            //position: relative;
4614
            //top : 10px;
4615
            //left: 0px; 
4616
4617
            position: relative;
4587
            position: relative;
4618
            left: 0px;
4588
            left: 0px;
4619
            top: 0px;
4589
            top: 0px;
4620
            width: 500px;
4590
            width: 500px;
4621
            //line-height: 40px;
4622
           // overflow: hidden;
4623
            display: block;
4591
            display: block;
4624
            margin: 10px 0;
4592
            margin: 10px 0;
4625
        }
4593
        }
Lines 4642-4653 nav { Link Here
4642
        #header_search{
4610
        #header_search{
4643
            width: 500px;
4611
            width: 500px;
4644
        }
4612
        }
4645
 
4646
4647
4648
4649
4650
4651
4613
4652
        .ui-tabs-nav {
4614
        .ui-tabs-nav {
4653
            background-image: linear-gradient(to right, #418940, #71B443);
4615
            background-image: linear-gradient(to right, #418940, #71B443);
Lines 4665-4672 nav { Link Here
4665
            li {
4627
            li {
4666
                background: transparent;
4628
                background: transparent;
4667
                border: none;
4629
                border: none;
4668
               // margin-right: .4em;
4669
                //top: 1px;
4670
                border-radius: 0;
4630
                border-radius: 0;
4671
    
4631
    
4672
                &.ui-tabs-active, &.ui-state-hover {
4632
                &.ui-tabs-active, &.ui-state-hover {
Lines 4678-4690 nav { Link Here
4678
    
4638
    
4679
                    a {
4639
                    a {
4680
                        color: #FFF;
4640
                        color: #FFF;
4681
                        //font-weight: bold;
4682
                        cursor: pointer;
4641
                        cursor: pointer;
4683
                        padding: 3px;
4642
                        padding: 3px;
4684
                        font-size: .9em;
4643
                        font-size: .9em;
4685
                    }
4644
                    }
4686
    
4687
    
4688
                }
4645
                }
4689
            }
4646
            }
4690
        }
4647
        }
Lines 4694-4700 nav { Link Here
4694
            border: 0;
4651
            border: 0;
4695
        }
4652
        }
4696
    
4653
    
4697
        .ui-state-default {//le menu de la barre de recherche du haut
4654
        .ui-state-default {
4698
            a {
4655
            a {
4699
                color: #fff;
4656
                color: #fff;
4700
                cursor: pointer;
4657
                cursor: pointer;
Lines 4713-4719 nav { Link Here
4713
        .ui-state-hover, .ui-state-active {
4670
        .ui-state-hover, .ui-state-active {
4714
            a {
4671
            a {
4715
                font-size: 1em;
4672
                font-size: 1em;
4716
               // box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
4717
                cursor: pointer;
4673
                cursor: pointer;
4718
                padding: 3px;
4674
                padding: 3px;
4719
                font-size: .9em;
4675
                font-size: .9em;
Lines 4726-4768 nav { Link Here
4726
            }
4682
            }
4727
        }
4683
        }
4728
    
4684
    
4729
    
4685
        .ui-widget {
4730
    .ui-widget {
4731
        font-family: inherit;
4732
        font-size: inherit;
4733
    
4734
        input,
4735
        select,
4736
        textarea,
4737
        button {
4738
            font-family: inherit;
4686
            font-family: inherit;
4739
            font-size: inherit;
4687
            font-size: inherit;
4688
        
4689
            input,
4690
            select,
4691
            textarea,
4692
            button {
4693
                font-family: inherit;
4694
                font-size: inherit;
4695
            }
4740
        }
4696
        }
4741
    }
4742
4743
4697
4744
4745
4746
4747
4748
4749
4750
4751
        
4752
        .buttonsearch{
4698
        .buttonsearch{
4753
            display: none;
4699
            display: none;
4754
        }
4700
        }
4755
    
4701
        
4756
        .buttonsearch:hover,
4702
        .buttonsearch:hover,
4757
        .buttonsearch.active{
4703
        .buttonsearch.active{
4758
          //  border-bottom: 2px solid white;
4759
            margin-right: 0;
4704
            margin-right: 0;
4760
            font-size: 0.85em;
4705
            font-size: 0.85em;
4761
            cursor: text;
4706
            cursor: text;
4762
            padding: 0.25em;
4707
            padding: 0.25em;
4763
            //border-bottom: 2px solid transparent;
4764
            margin: 0;
4708
            margin: 0;
4765
          //  transition: 0.25s;
4766
            display: inline-block;
4709
            display: inline-block;
4767
            overflow: hidden;
4710
            overflow: hidden;
4768
            opacity: 1;
4711
            opacity: 1;
Lines 4770-4802 nav { Link Here
4770
    
4713
    
4771
        input{
4714
        input{
4772
            display: none;
4715
            display: none;
4773
        }
4716
        
4774
    
4775
        input{ 
4776
              
4777
4778
            &.focus{
4717
            &.focus{
4779
                outline-offset: 0px;
4718
                outline-offset: 0px;
4780
                outline: 1px black;
4719
                outline: 1px black;
4781
                float: right;
4720
                float: right;
4782
               // width: calc(301px);
4783
4784
4785
            //  width: 0%;
4786
                height: 30px;
4721
                height: 30px;
4787
                border-radius: 17px;
4722
                border-radius: 17px;
4788
                padding-left: 2em;
4723
                padding-left: 2em;
4789
                padding-right: 1.5em;
4724
                padding-right: 1.5em;
4790
                border: none ;
4725
                border: none ;
4791
                margin-left: 0px;
4726
                margin-left: 0px;
4792
              //  transition: 0.5s;
4793
4794
                position:absolute;
4727
                position:absolute;
4795
                top: 0px;
4728
                top: 0px;
4796
                right: 30px;
4729
                right: 30px;
4797
                z-index	: -2;
4730
                z-index	: -2;
4798
                display: inline-block;
4731
                display: inline;
4799
4800
                letter-spacing: normal;
4732
                letter-spacing: normal;
4801
                word-spacing: normal;
4733
                word-spacing: normal;
4802
                text-transform: none;
4734
                text-transform: none;
Lines 4818-4827 nav { Link Here
4818
                bottom: 15px;
4750
                bottom: 15px;
4819
                right: -115px;
4751
                right: -115px;
4820
            }
4752
            }
4821
        
4822
        }
4753
        }
4823
4754
4824
    
4825
        #header_search.fold .buttonsearch:not(.active){
4755
        #header_search.fold .buttonsearch:not(.active){
4826
            width: 0px;
4756
            width: 0px;
4827
            opacity: 0;
4757
            opacity: 0;
Lines 4834-4865 nav { Link Here
4834
            font-size: 1em;
4764
            font-size: 1em;
4835
4765
4836
        }
4766
        }
4837
4838
       /* .iconsearch{
4839
            display: none;
4840
            font-size: 1em;
4841
        }*/
4842
    
4767
    
4843
        #header_search.fold #backsearch{
4768
        #header_search.fold #backsearch{
4844
            display: inline-block;
4769
            display: inline-block;
4845
            cursor: pointer;
4770
            cursor: pointer;
4846
        }
4771
        }
4847
4772
4848
     /*   .iconsearch{
4849
            display: inline-block;
4850
            cursor: pointer;
4851
            padding: 3px;
4852
            font-size: .9em;
4853
4854
            &:hover{
4855
                font-size: 1em;
4856
                box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
4857
             //   border: 1px solid #fff;
4858
                // border-radius: 50%;
4859
4860
            }
4861
        }*/
4862
4863
        .description{
4773
        .description{
4864
            opacity: 0.6;
4774
            opacity: 0.6;
4865
            max-width: 50em;
4775
            max-width: 50em;
Lines 4873-4879 nav { Link Here
4873
        &.open {
4783
        &.open {
4874
            li {
4784
            li {
4875
                background-color: #352C2E;
4785
                background-color: #352C2E;
4876
                //padding: 2px;
4877
4786
4878
                a {
4787
                a {
4879
                    font-weight: normal;
4788
                    font-weight: normal;
Lines 4891-4899 nav { Link Here
4891
        }
4800
        }
4892
4801
4893
        a {
4802
        a {
4894
            //font-weight: bold;
4895
            //padding-bottom: .4em;
4896
            //padding-top: .4em;
4897
            line-height: 40px;
4803
            line-height: 40px;
4898
            overflow: hidden;
4804
            overflow: hidden;
4899
            color: #fff;
4805
            color: #fff;
Lines 4914-4928 nav { Link Here
4914
4820
4915
4821
4916
#logged-in-menu{
4822
#logged-in-menu{
4917
   // background-color: #352C2E;
4918
    //z-index: 999;
4919
    position: relative;
4823
    position: relative;
4920
    left: 0px;
4824
    left: 0px;
4921
    top: 0px;
4825
    top: 0px;
4922
    //white-space: pre;
4923
    //flex-direction: column;
4924
    height: 50px;
4826
    height: 50px;
4925
    //display: block;
4926
    
4827
    
4927
    &:hover{
4828
    &:hover{
4928
        text-decoration: none;
4829
        text-decoration: none;
Lines 4930-4948 nav { Link Here
4930
}
4831
}
4931
4832
4932
.loggedinusername{
4833
.loggedinusername{
4933
        /* font-size: 0.85em; */
4934
    /* font-weight: normal; */
4935
    /* position: relative; */
4936
    /* left: 135px; */
4937
    bottom: 5px;
4834
    bottom: 5px;
4938
    /* height: 20px; */
4939
    /* width: 100%; */
4940
    text-decoration: none;
4835
    text-decoration: none;
4941
    position: relative;
4836
    position: relative;
4942
    float: right;
4837
    float: right;
4943
    right: 0px;
4838
    right: 0px;
4944
    height: 20px;
4839
    height: 20px;
4945
    /* top: 10px; */
4946
    width: 100%;
4840
    width: 100%;
4947
}
4841
}
4948
4842
Lines 4950-4958 nav { Link Here
4950
    position: relative;
4844
    position: relative;
4951
    right: 0px;
4845
    right: 0px;
4952
    height: 20px;
4846
    height: 20px;
4953
    //line-height: normal;
4954
    //padding-bottom: 10px;
4955
    //padding-right: 10px;
4956
    top: 10px;
4847
    top: 10px;
4957
    width: 100%;
4848
    width: 100%;
4958
4849
Lines 4971-4977 nav { Link Here
4971
.nav > li > a:hover,
4862
.nav > li > a:hover,
4972
.nav > li > a:focus {
4863
.nav > li > a:focus {
4973
    background-color: transparent;
4864
    background-color: transparent;
4974
    //text-decoration: none;
4975
}
4865
}
4976
4866
4977
.pagination {
4867
.pagination {
Lines 4979-5002 nav { Link Here
4979
4869
4980
    .active {
4870
    .active {
4981
        a {
4871
        a {
4982
            background-color: #5A9EAA;
4872
            background-color: #6daa5a;
4983
            border-color: #5A9EAA;
4873
            border-color: #6daa5a;
4984
4874
4985
            &:hover,
4875
            &:hover,
4986
            &:focus {
4876
            &:focus {
4987
                background-color: #5A9EAA;
4877
                background-color: #6daa5a;
4988
                border-color: #5A9EAA;
4878
                border-color: #6daa5a;
4989
            }
4879
            }
4990
        }
4880
        }
4991
4881
4992
        span {
4882
        span {
4993
            background-color: #5A9EAA;
4883
            background-color: #6daa5a;
4994
            border-color: #5A9EAA;
4884
            border-color: #6daa5a;
4995
4885
4996
            &:hover,
4886
            &:hover,
4997
            &:focus {
4887
            &:focus {
4998
                background-color: #5A9EAA;
4888
                background-color: #6daa5a;
4999
                border-color: #5A9EAA;
4889
                border-color: #6daa5a;
5000
            }
4890
            }
5001
        }
4891
        }
5002
    }
4892
    }
Lines 5004-5012 nav { Link Here
5004
4894
5005
button,
4895
button,
5006
.btn {
4896
.btn {
5007
    //font-family: $font-main;
5008
    font-family: 'Poppins', sans-serif;
4897
    font-family: 'Poppins', sans-serif;
5009
    //box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
5010
    display: inline-block;
4898
    display: inline-block;
5011
    margin-bottom: 0;
4899
    margin-bottom: 0;
5012
    font-weight: normal;
4900
    font-weight: normal;
Lines 5022-5042 button, Link Here
5022
    border-radius: 4px;
4910
    border-radius: 4px;
5023
    user-select: none;
4911
    user-select: none;
5024
4912
4913
    &.toolbar-btn{
4914
        font-family: 'Poppins', sans-serif;
4915
        font-weight: normal;
4916
        text-align: center;
4917
        white-space: nowrap;
4918
        vertical-align: middle;
4919
        -ms-touch-action: manipulation;
4920
        touch-action: manipulation;
4921
        cursor: pointer;
4922
        background-image: none;
4923
        padding: 6px 12px;
4924
        font-size: 12px;
4925
        border-radius: 4px;
4926
        -webkit-user-select: none;
4927
        -moz-user-select: none;
4928
        -ms-user-select: none;
4929
        user-select: none;
4930
        font-size: 105%;
4931
        background-color: transparent;
4932
        border: none;
4933
        display: inline-block;
4934
        margin: 5px 10px;
4935
        color: #696969;
4936
    
4937
        &:hover, &:focus{
4938
            text-decoration: none;
4939
            background-color: #dadada;
4940
        }
4941
    
4942
        &:active{
4943
            border: none;
4944
        }
4945
4946
        &.word{
4947
            margin-right: 0;
4948
            padding-right: .1em;
4949
        }
4950
4951
        &.arrow{
4952
            margin-left: 0;
4953
            border-radius: 4px;
4954
            padding-left: .1em;
4955
4956
            &:active{
4957
                border: 1px solid #000;
4958
                border-radius: 4px;
4959
            }
4960
        }
4961
    }
4962
5025
    &.btn-link {
4963
    &.btn-link {
5026
        border: 0;
4964
        border: 0;
5027
    }
4965
    }
5028
4966
5029
    &.cancel {
4967
    &.cancel {
5030
5031
        background-color: transparent;
4968
        background-color: transparent;
5032
        color: #696969;
4969
        color: #696969;
5033
        border: #696969 double 1px;
4970
        border: #696969 double 1px;
5034
        margin-top: 5px;
4971
        margin-top: 5px;
5035
        margin-left: 5px;
4972
        margin-left: 5px;
5036
4973
5037
        //font-family: $font-main;
5038
        font-family: 'Poppins', sans-serif;
4974
        font-family: 'Poppins', sans-serif;
5039
        //box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
5040
        display: inline-block;
4975
        display: inline-block;
5041
        margin-bottom: 0;
4976
        margin-bottom: 0;
5042
        font-weight: normal;
4977
        font-weight: normal;
Lines 5062-5076 button, Link Here
5062
        }
4997
        }
5063
    }
4998
    }
5064
}
4999
}
5000
5065
#merge-patrons{
5001
#merge-patrons{
5066
    padding: 0 25px;
5002
    padding: 0 25px;
5067
    //float: right;
5068
}
5003
}
5069
5004
5070
#patronlist-menu{
5005
#patronlist-menu{
5071
    padding: 0 25px;
5006
    padding: 0 25px;
5072
}
5007
}
5073
5008
/*
5074
.pat{
5009
.pat{
5075
   /* background-color: transparent;
5010
   /* background-color: transparent;
5076
    border: none;
5011
    border: none;
Lines 5092-5098 button, Link Here
5092
5027
5093
    &:focus{
5028
    &:focus{
5094
        background-color: #d8d8d8;
5029
        background-color: #d8d8d8;
5095
    }*/
5030
    }
5096
5031
5097
5032
5098
5033
Lines 5128-5174 button, Link Here
5128
    &:active{
5063
    &:active{
5129
        border: none;
5064
        border: none;
5130
    }
5065
    }
5131
}
5066
}*/
5132
5133
.mot{
5134
    margin-right: 0;
5135
    //padding-right: 0;
5136
}
5137
5138
.fleche{
5139
    margin-left: 0;
5140
    //border: 1px solid #000;
5141
    border-radius: 4px;
5142
    padding: 0 5px 0 3px;
5143
5144
    &:active{
5145
5146
    border: 1px solid #000;
5147
    border-radius: 4px;
5148
    }
5149
}
5150
5151
5152
#principal{
5153
    background-color: #FEC32C;
5154
    color: #000;
5155
    text-shadow: 0 1px 0 #fff;
5156
    border: none;
5157
    background-image: none;
5158
    margin: 5px;
5159
5067
5160
    &:hover,
5161
    &:active,
5162
    &:focus{
5163
        background-color: #fec22c9f;
5164
    }
5165
}
5166
5068
5167
.principal{
5069
.principal{
5168
    background-color: #FEC32C;
5070
    background-color: #FEC32C;
5169
    color: #000;
5071
    color: #000;
5170
    text-shadow: 0 1px 0 #fff;
5072
    text-shadow: 0 1px 0 #fff;
5171
    border: none;
5073
    border: none;
5074
    padding: 6px 25px;
5172
    background-image: none;
5075
    background-image: none;
5173
    margin: 5px;
5076
    margin: 5px;
5174
5077
Lines 5177-5182 button, Link Here
5177
    &:focus{
5080
    &:focus{
5178
        background-color: #fec22c9f;
5081
        background-color: #fec22c9f;
5179
        color: #000;
5082
        color: #000;
5083
        border: none;
5180
    }
5084
    }
5181
}
5085
}
5182
5086
Lines 5455-5460 label { Link Here
5455
5359
5456
.modal-content {
5360
.modal-content {
5457
    background-color: rgb(211, 223, 204);
5361
    background-color: rgb(211, 223, 204);
5362
5363
    fieldset{
5364
        box-shadow: none;
5365
    }
5458
}
5366
}
5459
5367
5460
.btn-group {
5368
.btn-group {
Lines 5499-5505 code { Link Here
5499
    border: 3px solid #418940;
5407
    border: 3px solid #418940;
5500
    border-radius: 4px;
5408
    border-radius: 4px;
5501
    overflow: auto;
5409
    overflow: auto;
5502
    //border-top-width: 0;
5503
    padding: 1em;
5410
    padding: 1em;
5504
}
5411
}
5505
5412
Lines 5507-5514 code { Link Here
5507
    > li {
5414
    > li {
5508
        > a {
5415
        > a {
5509
            background-color: #71B443;
5416
            background-color: #71B443;
5510
            //border: none;
5511
           // border-radius: 4px;
5512
            color: #fff;
5417
            color: #fff;
5513
            line-height: 1.42857143;
5418
            line-height: 1.42857143;
5514
            margin-right: .4em;
5419
            margin-right: .4em;
Lines 5530-5538 code { Link Here
5530
                background-color: #418940;
5435
                background-color: #418940;
5531
                border-radius: 4px 4px 0 0;
5436
                border-radius: 4px 4px 0 0;
5532
                color: #fff;
5437
                color: #fff;
5533
                //border: none;
5534
                //border-bottom-color: transparent;
5535
                //color: #000;
5536
                cursor: default;
5438
                cursor: default;
5537
                font-weight: bold;
5439
                font-weight: bold;
5538
            }
5440
            }
Lines 5800-5806 input.renew { Link Here
5800
5702
5801
.date-select {
5703
.date-select {
5802
    label {
5704
    label {
5803
        //display: inline-block;
5804
        width: 40%;
5705
        width: 40%;
5805
    }
5706
    }
5806
}
5707
}
Lines 5924-5930 input.renew { Link Here
5924
    }
5825
    }
5925
}
5826
}
5926
5827
5927
5928
.form-message {
5828
.form-message {
5929
    background-color: #FFF;
5829
    background-color: #FFF;
5930
    border: 1px solid #A4BEDD;
5830
    border: 1px solid #A4BEDD;
Lines 5943-5973 input.renew { Link Here
5943
    }
5843
    }
5944
}
5844
}
5945
5845
5946
#patron_search {
5947
    #filters {
5948
        display: none;
5949
        //display: block;
5950
        background-color: #352C2E;
5951
        padding: 10px;
5952
        //border-radius: 4px;
5953
        padding: 10px;
5954
        border-radius: 4px;
5955
        position: absolute;
5956
        text-align: center;
5957
        right: 0px;
5958
        height: 70px;
5959
        bottom: -70px;
5960
5961
        label{
5962
            color: #fff;
5963
        }
5964
    }
5965
5966
    .address {
5967
        font-size: 100%;
5968
    }
5969
}
5970
5971
#fixedlengthbuilderaction {
5846
#fixedlengthbuilderaction {
5972
    border: 3px solid #e3f1df;
5847
    border: 3px solid #e3f1df;
5973
    left: 80%;
5848
    left: 80%;
Lines 6261-6269 input.renew { Link Here
6261
}
6136
}
6262
6137
6263
.lastborrower {
6138
.lastborrower {
6264
    //background-color: #71B443;
6265
    background-image: linear-gradient(to left, #418940, #71B443);
6139
    background-image: linear-gradient(to left, #418940, #71B443);
6266
    //@at-root: 1px solid #95C6D0;
6267
    box-shadow: 1px 1px 1px 0 #999;
6140
    box-shadow: 1px 1px 1px 0 #999;
6268
    color: #fff;
6141
    color: #fff;
6269
    margin: .4em 0;
6142
    margin: .4em 0;
Lines 6286-6292 input.renew { Link Here
6286
}
6159
}
6287
6160
6288
#lastborrower-remove {
6161
#lastborrower-remove {
6289
   //border-radius: 0px 5px 5px 0px;
6290
    cursor: pointer;
6162
    cursor: pointer;
6291
    float: right;
6163
    float: right;
6292
    margin: .0em .4em .0em .4em;
6164
    margin: .0em .4em .0em .4em;
Lines 6329-6335 input.renew { Link Here
6329
                display: block;
6201
                display: block;
6330
                height: 60px;
6202
                height: 60px;
6331
                margin: 5px;
6203
                margin: 5px;
6332
                //font-size: 150%;
6333
6204
6334
                i{
6205
                i{
6335
6206
Lines 6369-6380 input.renew { Link Here
6369
                    font-size: 150%;
6240
                    font-size: 150%;
6370
                    font-weight: normal;
6241
                    font-weight: normal;
6371
                    display: inline;
6242
                    display: inline;
6243
                    color: #000;
6372
                }
6244
                }
6373
6245
6374
                &:hover{
6246
                &:hover, &:active, &:focus{
6375
                    color: #418940;
6376
                    text-decoration: none;
6247
                    text-decoration: none;
6377
6248
6249
                    h1{
6250
                        color: #418940;
6251
                    }
6252
6378
                    i{
6253
                    i{
6379
                        &.fa{
6254
                        &.fa{
6380
                            background-color: #418940;
6255
                            background-color: #418940;
Lines 6394-6403 input.renew { Link Here
6394
                            padding: 0;
6269
                            padding: 0;
6395
                        }
6270
                        }
6396
                    }
6271
                    }
6397
6398
                    h1{
6399
                    //font-weight: bold;
6400
                    }
6401
                }
6272
                }
6402
            }
6273
            }
6403
        }
6274
        }
Lines 6427-6439 input.renew { Link Here
6427
6298
6428
// ==== MODULE LINKS - End ====
6299
// ==== MODULE LINKS - End ====
6429
6300
6430
/*#catalog-search-link {
6431
    //color : #fff;
6432
    //border-right: 1px solid lighten( #e3f1df, 15% );
6433
    //padding-right: .3em;
6434
6435
}*/
6436
6437
#tools_holidays {
6301
#tools_holidays {
6438
    .radio,
6302
    .radio,
6439
    .checkbox {
6303
    .checkbox {
Lines 6533-6562 input.renew { Link Here
6533
}
6397
}
6534
6398
6535
.header-menu-link {
6399
.header-menu-link {
6536
   // background-color: #352C2E;
6537
    display: none;
6400
    display: none;
6538
   // font-weight: bold;
6539
    padding: .4em .6em;
6401
    padding: .4em .6em;
6540
}
6402
}
6541
6403
6542
#user-menu {
6404
#user-menu {
6543
    //position: absolute;
6544
    //right: 5px;
6545
    //top: 0;
6546
   // position: relative;
6547
    //left: 0px;
6548
    top: 0px;
6405
    top: 0px;
6549
    position: absolute;
6406
    position: absolute;
6550
    right: 5px;
6407
    right: 5px;
6551
6552
    //background-color: #352C2E;
6553
 //   box-shadow: none;
6554
   // height: 50px;
6555
   // width: 100%;
6556
   // padding-left: 10px;
6557
    //padding-right: 10px;
6558
  //  display: inline-block;
6559
    //float: left;
6560
}
6408
}
6561
6409
6562
div#makechart ol li {
6410
div#makechart ol li {
Lines 6592-6598 div .suggestion_note { Link Here
6592
}
6440
}
6593
6441
6594
.currentlibrary {
6442
.currentlibrary {
6595
    //background-color: #E6FCB7;
6596
    display: inline-block;
6443
    display: inline-block;
6597
    padding: 2px 4px;
6444
    padding: 2px 4px;
6598
}
6445
}
Lines 6697-6703 div .suggestion_note { Link Here
6697
6544
6698
    #header {
6545
    #header {
6699
        background-color: #352C2E;
6546
        background-color: #352C2E;
6700
       // border: 1px solid #352C2E;
6701
        margin-bottom: 1em;
6547
        margin-bottom: 1em;
6702
6548
6703
        a {
6549
        a {
Lines 6722-6737 div .suggestion_note { Link Here
6722
6568
6723
            &.dropdown-menu {
6569
            &.dropdown-menu {
6724
                display: block;
6570
                display: block;
6725
               // background-color : #352C2E;
6726
            }
6571
            }
6727
        }
6572
        }
6728
6573
6729
        .dropdown-menu-brown {
6574
        .dropdown-menu-brown {
6730
            li {
6575
            li {
6731
              //  background-color: #352C2E;
6732
6576
6733
                a {
6577
                a {
6734
                    //color: #fff;
6735
                    &:hover {
6578
                    &:hover {
6736
                        color: #FFF;
6579
                        color: #FFF;
6737
                        text-decoration: underline;
6580
                        text-decoration: underline;
Lines 6767-6773 div .suggestion_note { Link Here
6767
        .open {
6610
        .open {
6768
            .dropdown-menu {
6611
            .dropdown-menu {
6769
                background-color: #352c35;
6612
                background-color: #352c35;
6770
               // border: 1px solid #ccc;
6771
                position: absolute;
6613
                position: absolute;
6772
            }
6614
            }
6773
        }
6615
        }
Lines 6819-6828 div .suggestion_note { Link Here
6819
        i {background-color: #352C2E;
6661
        i {background-color: #352C2E;
6820
            box-shadow: none;
6662
            box-shadow: none;
6821
            height: 50px;
6663
            height: 50px;
6822
           // width: 100%;
6823
            padding-left: 10px;
6664
            padding-left: 10px;
6824
            padding-right: 10px;
6665
            padding-right: 10px;
6825
            display: inline-block;
6666
            display: inline;
6826
            float: left;
6667
            float: left;
6827
            display: none;
6668
            display: none;
6828
        }
6669
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-2 / +2 lines)
Lines 96-102 Link Here
96
96
97
[% IF ( loop_budget ) %]
97
[% IF ( loop_budget ) %]
98
98
99
    <div id="searchresults">
99
    <fieldset id="searchresults">
100
100
101
    <h3>All available funds</h3>
101
    <h3>All available funds</h3>
102
102
Lines 208-214 Link Here
208
        [% END %]
208
        [% END %]
209
        </tbody>
209
        </tbody>
210
    </table>
210
    </table>
211
    </div></div>
211
    </div></fieldset>
212
    [% END %]
212
    [% END %]
213
213
214
</main>
214
</main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +2 lines)
Lines 124-130 Link Here
124
                                                <span class="citation">[% biblio.citation | html %]</span>
124
                                                <span class="citation">[% biblio.citation | html %]</span>
125
                                            </label>
125
                                            </label>
126
                                            <span class="links" style="font-weight: normal;">
126
                                            <span class="links" style="font-weight: normal;">
127
                                                ( <a id="lientype" href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% biblio.import_record_id | uri %]" class="previewData">MARC</a> | <a id="lientype" href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% biblio.import_record_id | html %]" class="previewData">Card</a> | <a id="lientype" 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> )
127
                                                ( <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> )
128
                                            </span>
128
                                            </span>
129
                                        </h3>
129
                                        </h3>
130
                                        <div style="float:left">
130
                                        <div style="float:left">
Lines 515-521 Link Here
515
                                        </td>
515
                                        </td>
516
                                        <td>[% batch_lis.num_records | html %]</td>
516
                                        <td>[% batch_lis.num_records | html %]</td>
517
                                        <td class="actions">
517
                                        <td class="actions">
518
                                            <a id="lientype" href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add orders</a>
518
                                            <a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add orders</a>
519
                                        </td>
519
                                        </td>
520
                                    </tr>
520
                                    </tr>
521
                                [% END # /FOREACH batch_lis %]
521
                                [% END # /FOREACH batch_lis %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 264-270 Link Here
264
                                    </li>
264
                                    </li>
265
                                [% END %]
265
                                [% END %]
266
                                <li>
266
                                <li>
267
                                    <a id="lientype" href="#" id="add_user"><i class="fa fa-plus"></i> Add user</a>
267
                                    <a href="#" id="add_user"><i class="fa fa-plus"></i> Add user</a>
268
                                </li>
268
                                </li>
269
                                <li id="add_user_submit" style="display:none;">
269
                                <li id="add_user_submit" style="display:none;">
270
                                    <button type="submit" class="btn btn-default btn-xs">Save changes</button>
270
                                    <button type="submit" class="btn btn-default btn-xs">Save changes</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-10 / +10 lines)
Lines 171-177 Link Here
171
                        [% UNLESS (closedbg) %]
171
                        [% UNLESS (closedbg) %]
172
                            <div class="col-xs-6 col-xs-push-6">
172
                            <div class="col-xs-6 col-xs-push-6">
173
173
174
                                <div id="searchresults">
174
                                <fieldset id="searchresults">
175
                                    <div id="groups">
175
                                    <div id="groups">
176
                                        <div class="workarea_alt" >
176
                                        <div class="workarea_alt" >
177
                                            <h3>Ungrouped baskets</h3>
177
                                            <h3>Ungrouped baskets</h3>
Lines 212-218 Link Here
212
                                                </table>
212
                                                </table>
213
                                        </div>
213
                                        </div>
214
                                    </div>
214
                                    </div>
215
                                </div>
215
                                </fieldset>
216
                            </div>
216
                            </div>
217
                        [% END %]
217
                        [% END %]
218
                        [% IF ( closedbg ) %]
218
                        [% IF ( closedbg ) %]
Lines 376-385 Link Here
376
                                                    <td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) | html %][% END %]</td>
376
                                                    <td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) | html %][% END %]</td>
377
                                                    <td>[% basketgroup.basketsqty | html %]</td>
377
                                                    <td>[% basketgroup.basketsqty | html %]</td>
378
                                                    <td>
378
                                                    <td>
379
                                                        <input type="button" onclick="closeandprint('[% basketgroup.id | html %]');" id="lientype" value="Close and export as PDF" />
379
                                                        <input type="button" onclick="closeandprint('[% basketgroup.id | html %]');" value="Close and export as PDF" />
380
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" id="lientype" value="Edit" /></form>
380
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" value="Edit" /></form>
381
                                                        [% UNLESS basketgroup.basketsqty %]
381
                                                        [% UNLESS basketgroup.basketsqty %]
382
                                                            <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" id="lientype" value="Delete" /></form>
382
                                                            <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" value="Delete" /></form>
383
                                                        [% END %]
383
                                                        [% END %]
384
                                                    </td>
384
                                                    </td>
385
                                                </tr>
385
                                                </tr>
Lines 416-427 Link Here
416
                                                    <td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) | html %][% END %]</td>
416
                                                    <td>[% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) | html %][% END %]</td>
417
                                                    <td>[% basketgroup.basketsqty | html %]</td>
417
                                                    <td>[% basketgroup.basketsqty | html %]</td>
418
                                                    <td>
418
                                                    <td>
419
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" id="lientype" value="View" /></form>
419
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" value="View" /></form>
420
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="reopen" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" id="lientype" value="Reopen" /></form>
420
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="reopen" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid | html %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" value="Reopen" /></form>
421
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="print" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" id="lientype" value="Export as PDF" /></form>
421
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="print" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" value="Export as PDF" /></form>
422
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="export" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" id="lientype" value="Export as CSV" /></form>
422
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="export" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" value="Export as CSV" /></form>
423
                                                [% IF (ediaccount) %]
423
                                                [% IF (ediaccount) %]
424
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="ediprint" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" id="lientype" value="Generate EDIFACT order" /></form>
424
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="ediprint" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id | html %]" /><input type="submit" value="Generate EDIFACT order" /></form>
425
                                                [% ELSE %]
425
                                                [% ELSE %]
426
                                                        <div>No EDIFACT configuration for [% booksellername | html %]</div>
426
                                                        <div>No EDIFACT configuration for [% booksellername | html %]</div>
427
                                                [% END %]
427
                                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-8 / +8 lines)
Lines 66-74 Link Here
66
        </select>
66
        </select>
67
        </p>
67
        </p>
68
        [% IF ( allbaskets ) %]
68
        [% IF ( allbaskets ) %]
69
            <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier | uri %]&amp;booksellerid=[% booksellerid | uri %]" id="lientype">Show active baskets only</a>
69
            <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier | uri %]&amp;booksellerid=[% booksellerid | uri %]">Show active baskets only</a>
70
        [% ELSE %]
70
        [% ELSE %]
71
            <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;allbaskets=1" id="lientype">Show all baskets</a>
71
            <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;allbaskets=1">Show all baskets</a>
72
        [% END %]
72
        [% END %]
73
    [% END %]
73
    [% END %]
74
    [% UNLESS booksellerid %]
74
    [% UNLESS booksellerid %]
Lines 114-122 Link Here
114
                    [% IF ( supplier.basketcount > 0 ) %]
114
                    [% IF ( supplier.basketcount > 0 ) %]
115
                        <div>
115
                        <div>
116
                            [% IF ( allbaskets ) %]
116
                            [% IF ( allbaskets ) %]
117
                                <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier.booksellerid | uri %]&amp;booksellerid=[% booksellerid | uri %]" id="lientype">Show active baskets only</a>
117
                                <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier.booksellerid | uri %]&amp;booksellerid=[% booksellerid | uri %]">Show active baskets only</a>
118
                            [% ELSE %]
118
                            [% ELSE %]
119
                                <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier.booksellerid | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;allbaskets=1" id="lientype">Show all baskets</a>
119
                                <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier.booksellerid | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;allbaskets=1">Show all baskets</a>
120
                            [% END %]
120
                            [% END %]
121
                        </div>
121
                        </div>
122
                    [% END %]
122
                    [% END %]
Lines 189-206 Link Here
189
                                            <div class="dropup">
189
                                            <div class="dropup">
190
                                                <div class="btn-group">
190
                                                <div class="btn-group">
191
                                                [%# There should be no space between these two buttons, it would render badly %]
191
                                                [%# There should be no space between these two buttons, it would render badly %]
192
                                                    <a class="btn btn-default btn-xs lientype" id="addtoBasketLabel[% basket.basketno | html %]" href="#addtoBasket[% basket.basketno | html %]" role="button" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a><a class="btn btn-default lientype btn-xs dropdown-toggle" id="basketactions[% basket.basknetno | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
192
                                                    <a class="btn btn-default btn-xs" id="addtoBasketLabel[% basket.basketno | html %]" href="#addtoBasket[% basket.basketno | html %]" role="button" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a><a class="btn btn-default btn-xs dropdown-toggle" id="basketactions[% basket.basknetno | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
193
                                                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="basketactions[% basketn.basketno | html %]">
193
                                                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="basketactions[% basketn.basketno | html %]">
194
                                                        [% IF basket.uncertainprices %]
194
                                                        [% IF basket.uncertainprices %]
195
                                                        <li><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% basket.booksellerid | uri %]&owner=1" id="lientype"><i class="fa fa-usd"></i> Uncertain prices</a></li>
195
                                                        <li><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% basket.booksellerid | uri %]&owner=1"><i class="fa fa-usd"></i> Uncertain prices</a></li>
196
                                                        [% ELSIF basket.total_items && !basket.is_standing %]
196
                                                        [% ELSIF basket.total_items && !basket.is_standing %]
197
                                                        <li><a href="/cgi-bin/koha/acqui/basket.pl?op=close&basketno=[% basket.basketno | uri %]&booksellerid=[% basket.booksellerid | uri %]" id="lientype"><i class="fa fa-times-circle"></i> Close this basket</a></li>
197
                                                        <li><a href="/cgi-bin/koha/acqui/basket.pl?op=close&basketno=[% basket.basketno | uri %]&booksellerid=[% basket.booksellerid | uri %]"><i class="fa fa-times-circle"></i> Close this basket</a></li>
198
                                                        [% END %]
198
                                                        [% END %]
199
                                                    </ul>
199
                                                    </ul>
200
                                                </div>
200
                                                </div>
201
                                            </div>
201
                                            </div>
202
                                            [% ELSE %]
202
                                            [% ELSE %]
203
                                                <a class="btn btn-default btn-xs lientype" id="addtoBasketLabel[% basket.basketno | html %]" href="#addtoBasket[% basket.basketno | html %]" role="button" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a>
203
                                                <a class="btn btn-default btn-xs" id="addtoBasketLabel[% basket.basketno | html %]" href="#addtoBasket[% basket.basketno | html %]" role="button" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a>
204
                                            [% END %]
204
                                            [% END %]
205
                                            <!-- Modal -->
205
                                            <!-- Modal -->
206
                                            <div id="addtoBasket[% basket.basketno | html %]" class="modal" tabindex="-1" role="dialog" aria-labelledby="addtoBasketLabel[% basket.basketno | html %]" aria-hidden="true" data-basketno="[% basket.basketname | html %]">
206
                                            <div id="addtoBasket[% basket.basketno | html %]" class="modal" tabindex="-1" role="dialog" aria-labelledby="addtoBasketLabel[% basket.basketno | html %]" aria-hidden="true" data-basketno="[% basket.basketname | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-1 / +1 lines)
Lines 297-303 Acquisitions &rsaquo; Koha Link Here
297
            [% END %]
297
            [% END %]
298
            </tbody>
298
            </tbody>
299
        </table>
299
        </table>
300
        <a class="btn btn-default" id="lientype" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | html %]"><i class="fa fa-fw fa-arrow-left"></i> Return to the basket</a
300
        <a class="btn btn-default" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | html %]"><i class="fa fa-fw fa-arrow-left"></i> Return to the basket</a
301
    [% ELSE %]
301
    [% ELSE %]
302
        <span>No order has been duplicated. Maybe something wrong happened?</span>
302
        <span>No order has been duplicated. Maybe something wrong happened?</span>
303
    [% END %]
303
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-7 / +7 lines)
Lines 341-348 Link Here
341
                  </fieldset>
341
                  </fieldset>
342
              </form>
342
              </form>
343
      <p>
343
      <p>
344
          <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | uri %]" id="lientype">Go to receipt page</a>
344
          <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | uri %]">Go to receipt page</a>
345
          [% IF Koha.Preference('AcqEnableFiles') %]| <a href="/cgi-bin/koha/acqui/invoice-files.pl?invoiceid=[% invoiceid | uri %]" id="lientype">Manage invoice files</a>[% END %]
345
          [% IF Koha.Preference('AcqEnableFiles') %]| <a href="/cgi-bin/koha/acqui/invoice-files.pl?invoiceid=[% invoiceid | uri %]">Manage invoice files</a>[% END %]
346
      </p>
346
      </p>
347
      <h2>Invoice details</h2>
347
      <h2>Invoice details</h2>
348
      <fieldset>
348
      <fieldset>
Lines 477-487 Link Here
477
    </main>
477
    </main>
478
  </div> <!-- /.col-sm-10.col-sm-push-2 -->
478
  </div> <!-- /.col-sm-10.col-sm-push-2 -->
479
479
480
    <aside>
480
    <div class="col-sm-2 col-sm-pull-10">
481
        <div class="col-sm-2 col-sm-pull-10">
481
        <aside>
482
            [% INCLUDE 'acquisitions-menu.inc' %]
482
                [% INCLUDE 'acquisitions-menu.inc' %]
483
        </div>
483
        </aside>
484
    </aside>
484
    </div>
485
</div> <!-- /.row -->
485
</div> <!-- /.row -->
486
486
487
[% MACRO jsinclude BLOCK %]
487
[% MACRO jsinclude BLOCK %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-3 / +1 lines)
Lines 308-316 Link Here
308
308
309
        <div class="col-sm-2 col-sm-pull-10">
309
        <div class="col-sm-2 col-sm-pull-10">
310
            <aside>
310
            <aside>
311
            <div id="filters">
312
                <form action="" method="get">
311
                <form action="" method="get">
313
                    <fieldset class="sidebar brief">
312
                    <fieldset class="sidebar">
314
                        <h3>Search filters</h3>
313
                        <h3>Search filters</h3>
315
                        <ol>
314
                        <ol>
316
                            <li>
315
                            <li>
Lines 401-407 Link Here
401
                    <input type="hidden" name="op" id="op" value="do_search" />
400
                    <input type="hidden" name="op" id="op" value="do_search" />
402
                </form>
401
                </form>
403
                [% INCLUDE 'acquisitions-menu.inc' %]
402
                [% INCLUDE 'acquisitions-menu.inc' %]
404
            </div>
405
            </aside>
403
            </aside>
406
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
404
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
407
    </div> <!-- /.row -->
405
    </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-11 / +9 lines)
Lines 231-255 Link Here
231
231
232
<div class="col-sm-2 col-sm-pull-10">
232
<div class="col-sm-2 col-sm-pull-10">
233
    <aside>
233
    <aside>
234
    <div id="filters">
235
<form action="lateorders.pl" method="get">
234
<form action="lateorders.pl" method="get">
236
<fieldset class="brief">
235
<fieldset class="sidebar">
237
<h4>Filter results:</h4>
236
<h3>Filter results</h3>
238
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
237
[% FOREACH ERROR_LOO IN ERROR_LOOP %]
239
[% 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 %]
238
[% 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 %]
240
[% END %]
239
[% END %]
241
<ol>
240
<ol>
242
    <li><p for="delay">Order date:<input size="3" maxlength="3" id="delay" type="text" name="delay" value="[% delay | html %]" /> days ago</p></li>
241
    <li><label for="delay">Order date:</label><input size="3" maxlength="3" id="delay" type="text" name="delay" value="[% delay | html %]" /> days ago</li>
243
    <li><p for="from">Estimated delivery date from: 
242
    <li><label for="from">Estimated delivery date from: </label>
244
        <input type="text" size="10" id="from" name="estimateddeliverydatefrom" value="[% estimateddeliverydatefrom | html %]" class="flatpickr" data-date_to="to"/>
243
        <input type="text" size="10" id="from" name="estimateddeliverydatefrom" value="[% estimateddeliverydatefrom | html %]" class="flatpickr" data-date_to="to"/>
245
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div></p>
244
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
246
    </li>
245
    </li>
247
    <li><p for="to">To: 
246
    <li><label for="to">To: </label>
248
        <input type="text" size="10" id="to" name="estimateddeliverydateto" value="[% estimateddeliverydateto | html %]" class="flatpickr" />
247
        <input type="text" size="10" id="to" name="estimateddeliverydateto" value="[% estimateddeliverydateto | html %]" class="flatpickr" />
249
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div></p>
248
        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
250
    </li>
249
    </li>
251
250
252
    <li><p for="booksellerid">Vendor:
251
    <li><label for="booksellerid">Vendor:</label>
253
        <select id="booksellerid" tabindex="" name="booksellerid">
252
        <select id="booksellerid" tabindex="" name="booksellerid">
254
            <option value=""></option>
253
            <option value=""></option>
255
            [% FOREACH bookseller IN booksellers %]
254
            [% FOREACH bookseller IN booksellers %]
Lines 259-272 Link Here
259
                    <option value="[% bookseller.id | html %]">[% bookseller.name | html %]</option>
258
                    <option value="[% bookseller.id | html %]">[% bookseller.name | html %]</option>
260
                [% END %]
259
                [% END %]
261
            [% END %]
260
            [% END %]
262
        </select></p>
261
        </select>
263
    </li>
262
    </li>
264
</ol>
263
</ol>
265
    <fieldset class="action"><input type="submit" class="principal" value="Filter" /></fieldset>
264
    <fieldset class="action"><input type="submit" class="principal" value="Filter" /></fieldset>
266
</fieldset>
265
</fieldset>
267
    </form>
266
    </form>
268
[% INCLUDE 'acquisitions-menu.inc' %]
267
[% INCLUDE 'acquisitions-menu.inc' %]
269
</div>
270
</aside>
268
</aside>
271
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
269
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
272
</div>
270
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-2 lines)
Lines 119-128 Link Here
119
119
120
<div class="col-sm-2 col-sm-pull-10">
120
<div class="col-sm-2 col-sm-pull-10">
121
    <aside>
121
    <aside>
122
    <div id="filters">
123
        [% INCLUDE 'subscriptions-search.inc' %]
122
        [% INCLUDE 'subscriptions-search.inc' %]
124
        [% INCLUDE 'acquisitions-menu.inc' %]
123
        [% INCLUDE 'acquisitions-menu.inc' %]
125
126
    </aside>
124
    </aside>
127
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
125
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
128
</div> <!-- /.row -->
126
</div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +2 lines)
Lines 120-126 Link Here
120
</div>
120
</div>
121
[% UNLESS (invoiceclosedate) %]
121
[% UNLESS (invoiceclosedate) %]
122
    <div id="acqui_receive_search">
122
    <div id="acqui_receive_search">
123
    <div id="searchresults">
123
    <fieldset id="searchresults">
124
        <h3>Pending orders</h3>
124
        <h3>Pending orders</h3>
125
        <table id="pending_orders" class="table table-bordered table-striped">
125
        <table id="pending_orders" class="table table-bordered table-striped">
126
            <thead>
126
            <thead>
Lines 140-146 Link Here
140
                </tr>
140
                </tr>
141
            </thead>
141
            </thead>
142
        </table>
142
        </table>
143
    </div></div>
143
    </fieldset></div>
144
[% ELSE %]
144
[% ELSE %]
145
    <p>
145
    <p>
146
        <span>Invoice is closed, so you can't receive orders anymore.</span>
146
        <span>Invoice is closed, so you can't receive orders anymore.</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-2 / +2 lines)
Lines 205-212 Link Here
205
<div class="col-sm-2 col-sm-pull-10">
205
<div class="col-sm-2 col-sm-pull-10">
206
    <aside>
206
    <aside>
207
    <form method="get" action="parcels.pl">
207
    <form method="get" action="parcels.pl">
208
    <fieldset class="brief">
208
    <fieldset class="sidebar">
209
	<h4>Filter</h4>
209
	<h3>Filter</h3>
210
        <ol>
210
        <ol>
211
            <li> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /></li>
211
            <li> <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /></li>
212
            <li><label for="filter">Invoice number:</label><input type="text" size="20" name="filter" value="[% filter | html %]" id="filter" /></li>
212
            <li><label for="filter">Invoice number:</label><input type="text" size="20" name="filter" value="[% filter | html %]" id="filter" /></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-5 / +5 lines)
Lines 54-60 Link Here
54
            [% END %]
54
            [% END %]
55
            <input type="hidden" class="contact_claimissues_hidden" name="contact_claimissues" value="[% contact.claimissues | html %]"></input>
55
            <input type="hidden" class="contact_claimissues_hidden" name="contact_claimissues" value="[% contact.claimissues | html %]"></input>
56
        </li>
56
        </li>
57
        [% IF contact.id %]<li><button class="btn btn-default delete-contact" id="lientype"><i class="fa fa-trash"></i> Delete contact</li>[% END %]
57
        [% IF contact.id %]<li><button class="btn btn-default delete-contact"><i class="fa fa-trash"></i> Delete contact</li>[% END %]
58
    </ol>
58
    </ol>
59
[% END %]
59
[% END %]
60
60
Lines 324-330 Link Here
324
    <h1>[% name | html %]</h1>
324
    <h1>[% name | html %]</h1>
325
        <div class="row">
325
        <div class="row">
326
            <div id="supplier-company-details" class="col-sm-6">
326
            <div id="supplier-company-details" class="col-sm-6">
327
            <div id="searchresults">
327
            <fieldset>
328
                <h2>Vendor details</h2>
328
                <h2>Vendor details</h2>
329
                <p><span class="label">Company name: </span>[% name | html %]</p>
329
                <p><span class="label">Company name: </span>[% name | html %]</p>
330
                <p><span class="label">Postal address: </span>[% postal | html %]</p>
330
                <p><span class="label">Postal address: </span>[% postal | html %]</p>
Lines 365-371 Link Here
365
                [% IF ( notes ) %]<p><strong>Notes: </strong>
365
                [% IF ( notes ) %]<p><strong>Notes: </strong>
366
                    [% notes | html %]</p>[% END %]
366
                    [% notes | html %]</p>[% END %]
367
            </div> <!-- .supplier-ordering-information -->
367
            </div> <!-- .supplier-ordering-information -->
368
            </div>
368
            </fieldset>
369
            </div> <!-- /.col-sm-6 -->
369
            </div> <!-- /.col-sm-6 -->
370
370
371
            <div class="col-sm-6">
371
            <div class="col-sm-6">
Lines 417-424 Link Here
417
                        <td data-order="[% contract.contractenddate | html %]">[% contract.contractenddate | $KohaDates %]</td>
417
                        <td data-order="[% contract.contractenddate | html %]">[% contract.contractenddate | $KohaDates %]</td>
418
                        [% IF CAN_user_acquisition_contracts_manage %]
418
                        [% IF CAN_user_acquisition_contracts_manage %]
419
                            <td class="actions">
419
                            <td class="actions">
420
                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;contractnumber=[% contract.contractnumber | html %]&amp;booksellerid=[% contract.booksellerid | html %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
420
                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;contractnumber=[% contract.contractnumber | html %]&amp;booksellerid=[% contract.booksellerid | html %]"><i class="fa fa-pencil"></i> Edit</a>
421
                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/aqcontract.pl?op=delete_confirm&amp;contractnumber=[% contract.contractnumber | html %]&amp;booksellerid=[% contract.booksellerid | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
421
                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/aqcontract.pl?op=delete_confirm&amp;contractnumber=[% contract.contractnumber | html %]&amp;booksellerid=[% contract.booksellerid | html %]"><i class="fa fa-trash"></i> Delete</a>
422
                            </td>
422
                            </td>
423
                        [% END %]
423
                        [% END %]
424
                        </tr>
424
                        </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +1 lines)
Lines 101-107 Link Here
101
            <option value="1">me</option>
101
            <option value="1">me</option>
102
            [% END %]
102
            [% END %]
103
        </select>
103
        </select>
104
        <input type="submit" id="lientype" value="Filter" />
104
        <input type="submit" value="Filter" />
105
        </form>
105
        </form>
106
        <form action="[% scriptname | html %]" method="post" id="uncertainprices">
106
        <form action="[% scriptname | html %]" method="post" id="uncertainprices">
107
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
107
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-2 / +2 lines)
Lines 157-164 Link Here
157
                                [% IF field.searchable %]Yes[% ELSE %]No[% END %]
157
                                [% IF field.searchable %]Yes[% ELSE %]No[% END %]
158
                            </td>
158
                            </td>
159
                            <td class="actions">
159
                            <td class="actions">
160
                                <a class="btn btn-default btn-xs" id="lientype" href="?op=add_form&amp;field_id=[% field.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
160
                                <a class="btn btn-default btn-xs" href="?op=add_form&amp;field_id=[% field.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
161
                                <a class="confirmdelete btn btn-default btn-xs" id="lientype" href="?op=delete&amp;field_id=[% field.id | uri %]&amp;tablename=[% tablename | uri %]"><i class="fa fa-trash"></i> Delete</a>
161
                                <a class="confirmdelete btn btn-default btn-xs" href="?op=delete&amp;field_id=[% field.id | uri %]&amp;tablename=[% tablename | uri %]"><i class="fa fa-trash"></i> Delete</a>
162
                            </td>
162
                            </td>
163
                        </tr>
163
                        </tr>
164
                    [% END %]
164
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
                [% IF ( Koha.Preference('Mana') == 2 ) %]
48
                [% IF ( Koha.Preference('Mana') == 2 ) %]
49
                    <div class="dialog message">
49
                    <div class="dialog message">
50
                        <h4>Share content with Mana KB?</h4>
50
                        <h4>Share content with Mana KB?</h4>
51
                        <p> You haven't decided if you want to activate Mana Knowledge Base. <a href=/cgi-bin/koha/admin/share_content.pl id="lientype">Change your Mana KB settings</a>.</p>
51
                        <p> You haven't decided if you want to activate Mana Knowledge Base. <a href=/cgi-bin/koha/admin/share_content.pl>Change your Mana KB settings</a>.</p>
52
                    </div>
52
                    </div>
53
                [% END %]
53
                [% END %]
54
            [% END %]
54
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +3 lines)
Lines 8-14 Link Here
8
[% END %]
8
[% END %]
9
[%- BLOCK action_menu %]
9
[%- BLOCK action_menu %]
10
    <div class="btn-group dropup">
10
    <div class="btn-group dropup">
11
        <a class="btn btn-default btn-xs dropdown-toggle lientype" 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="#">
12
           Actions <b class="caret"></b>
12
           Actions <b class="caret"></b>
13
        </a>
13
        </a>
14
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetmenu_[% block_budget.budget_period_id | html %]">
14
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetmenu_[% block_budget.budget_period_id | html %]">
Lines 469-475 Link Here
469
469
470
  [% INCLUDE 'budgets-active-currency.inc' %]
470
  [% INCLUDE 'budgets-active-currency.inc' %]
471
471
472
<div id="searchresults">
472
<fieldset id="searchresults">
473
  <div id="budgetsTabs" class="toptabs">
473
  <div id="budgetsTabs" class="toptabs">
474
    <ul class="nav nav-tabs" role="tablist">
474
    <ul class="nav nav-tabs" role="tablist">
475
        <li role="presentation" class="active">
475
        <li role="presentation" class="active">
Lines 550-556 Link Here
550
        </div>
550
        </div>
551
    </div> <!-- /.tab-content -->
551
    </div> <!-- /.tab-content -->
552
  </div>
552
  </div>
553
  </div>
553
  </fieldset>
554
[% END %]
554
[% END %]
555
555
556
            </main>
556
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-11 / +7 lines)
Lines 122-128 Link Here
122
            </span>
122
            </span>
123
        </div>
123
        </div>
124
    [% END %]
124
    [% END %]
125
<div id="searchresults">
126
<table id="budgeth" class="group">
125
<table id="budgeth" class="group">
127
    <thead>
126
    <thead>
128
        <tr>
127
        <tr>
Lines 221-227 Link Here
221
    [% ELSE %]
220
    [% ELSE %]
222
        <td>
221
        <td>
223
            <div class="btn-group dropup">
222
            <div class="btn-group dropup">
224
                <a class="btn btn-default btn-xs dropdown-toggle lientype" id="budgetactions[% budget.budget_id | html %]_[% budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
223
                <a class="btn btn-default btn-xs dropdown-toggle" id="budgetactions[% budget.budget_id | html %]_[% budget.budget_period_id | html %]" role="button" data-toggle="dropdown" href="#">
225
                   Actions <b class="caret"></b>
224
                   Actions <b class="caret"></b>
226
                </a>
225
                </a>
227
                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetactions[% budget.budget_id | html %]_[% budget.budget_period_id | html %]">
226
                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetactions[% budget.budget_id | html %]_[% budget.budget_period_id | html %]">
Lines 240-246 Link Here
240
    [% END %]
239
    [% END %]
241
    </tbody>
240
    </tbody>
242
</table>
241
</table>
243
</div>
244
</fieldset
242
</fieldset
245
[% ELSE %]
243
[% ELSE %]
246
    <p>No fund found</p>
244
    <p>No fund found</p>
Lines 309-316 Link Here
309
        [% ELSE %]
307
        [% ELSE %]
310
            <span  id="budget_owner_name"></span>
308
            <span  id="budget_owner_name"></span>
311
        [% END %]
309
        [% END %]
312
        <a id="edit_owner" class="new_window lientype" href="#"><i class="fa fa-search"></i> Select owner</a>
310
        <a id="edit_owner" class="new_window" href="#"><i class="fa fa-search"></i> Select owner</a>
313
        <a id="remove_owner" href="#" class="lientype"><i class="fa fa-trash lientype"></i> Remove owner</a>
311
        <a id="remove_owner" href="#"><i class="fa fa-trash"></i> Remove owner</a>
314
        <input type="hidden" name="budget_owner_id" id="budget_owner_id"
312
        <input type="hidden" name="budget_owner_id" id="budget_owner_id"
315
            value="[% budget_owner.borrowernumber | html %]" />
313
            value="[% budget_owner.borrowernumber | html %]" />
316
    </li>
314
    </li>
Lines 334-343 Link Here
334
                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% user.borrowernumber | uri %]">
332
                    <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% user.borrowernumber | uri %]">
335
                        [% user.firstname | html %] [% user.surname | html %]
333
                        [% user.firstname | html %] [% user.surname | html %]
336
                    </a>
334
                    </a>
337
                    &bull; <a href="#" class="del_user" id="lientype" data-borrowernumber="[% user.borrowernumber | html %]"><i class="fa fa-trash"></i> Remove</a>
335
                    &bull; <a href="#" class="del_user" data-borrowernumber="[% user.borrowernumber | html %]"><i class="fa fa-trash"></i> Remove</a>
338
                </li>
336
                </li>
339
            [% END %]
337
            [% END %]
340
            <li><a class="lientype" href="#" id="add_user_button"><i class="fa fa-plus"></i> Add users</a></li>
338
            <li><a href="#" id="add_user_button"><i class="fa fa-plus"></i> Add users</a></li>
341
        </ul>
339
        </ul>
342
        <input type="hidden" name="budget_users_ids" id="budget_users_id" value="[% budget_users_ids | html %]" />
340
        <input type="hidden" name="budget_users_ids" id="budget_users_id" value="[% budget_users_ids | html %]" />
343
    </li>
341
    </li>
Lines 448-459 Link Here
448
446
449
        <div class="col-sm-2 col-sm-pull-10">
447
        <div class="col-sm-2 col-sm-pull-10">
450
            <aside>
448
            <aside>
451
            <div id="filters">
452
449
453
[% IF op == 'list' %]
450
[% IF op == 'list' %]
454
  <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get">
451
  <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get">
455
    <fieldset class="brief" id="fundfilters">
452
    <fieldset class="sidebar" id="fundfilters">
456
    <h4>Fund filters</h4>
453
    <h3>Fund filters</h3>
457
        <ol>
454
        <ol>
458
        <li>
455
        <li>
459
            <label for="filter_budgetbranch2">Library: </label>
456
            <label for="filter_budgetbranch2">Library: </label>
Lines 495-501 Link Here
495
</form>[% END %]
492
</form>[% END %]
496
493
497
                [% INCLUDE 'acquisitions-menu.inc' %]
494
                [% INCLUDE 'acquisitions-menu.inc' %]
498
                </div>
499
            </aside>
495
            </aside>
500
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
496
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
501
     </div> <!-- /.row -->
497
     </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-5 / +5 lines)
Lines 193-200 Link Here
193
            [% END %]
193
            [% END %]
194
            [% IF ( else ) %]
194
            [% IF ( else ) %]
195
                <h1>Contract(s) of [% booksellername | html %]</h1>
195
                <h1>Contract(s) of [% booksellername | html %]</h1>
196
                <fieldset id="searchresults">
196
                [% IF ( loop ) %]
197
                [% IF ( loop ) %]
197
                <div id="searchresults">
198
                    <table>
198
                    <table>
199
                        <tr>
199
                        <tr>
200
                            <th scope="col">Name</th>
200
                            <th scope="col">Name</th>
Lines 212-232 Link Here
212
                        <td>[% loo.contractstartdate | html %]</td>
212
                        <td>[% loo.contractstartdate | html %]</td>
213
                        <td>[% loo.contractenddate | html %]</td>
213
                        <td>[% loo.contractenddate | html %]</td>
214
                        <td class="actions">
214
                        <td class="actions">
215
                            <a id="lientype" href="[% loo.script_name | url %]?op=add_form&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
215
                            <a href="[% loo.script_name | url %]?op=add_form&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
216
                            <a id="lientype" href="[% loo.script_name | url %]?op=delete_confirm&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
216
                            <a href="[% loo.script_name | url %]?op=delete_confirm&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
217
                        </td>
217
                        </td>
218
                        </tr>
218
                        </tr>
219
                    [% END %]
219
                    [% END %]
220
                    </div>
221
                </table>
220
                </table>
222
                [% ELSE %]
221
                [% ELSE %]
223
                    <div class="dialog message">
222
                    <div class="dialog message">
224
                        There are no contracts with this vendor.
223
                        There are no contracts with this vendor.
225
                        [% IF active %]
224
                        [% IF active %]
226
                            <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;booksellerid=[% booksellerid | uri %]" id="lientype">Add a contract</a>.
225
                            <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;booksellerid=[% booksellerid | uri %]">Add a contract</a>.
227
                        [% END %]
226
                        [% END %]
228
                    </div>
227
                    </div>
229
                [% END %]
228
                [% END %]
229
                </fieldset>
230
            [% END %]
230
            [% END %]
231
231
232
            </main>
232
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-20 / +17 lines)
Lines 161-168 Link Here
161
161
162
        <td class="actions">
162
        <td class="actions">
163
             [% UNLESS ( budget_line.budget_lock ) %]
163
             [% UNLESS ( budget_line.budget_lock ) %]
164
                    <input type="button" class="auto_fill_row btn btn-default btn-xs" data-budget-id="[% budget_line.budget_id | html %]" id="lientype" value="Auto-fill row"/>
164
                    <input type="button" class="auto_fill_row btn btn-default btn-xs" data-budget-id="[% budget_line.budget_id | html %]" value="Auto-fill row"/>
165
                    <input type="button" class="clear_fields btn btn-default btn-xs" data-budget-id="[% budget_line.budget_id | html %]" id="lientype" value="Clear">
165
                    <input type="button" class="clear_fields btn btn-default btn-xs" data-budget-id="[% budget_line.budget_id | html %]" value="Clear">
166
            [% ELSE %]
166
            [% ELSE %]
167
             <div style="color:red;">not owned</div>
167
             <div style="color:red;">not owned</div>
168
            [% END %]
168
            [% END %]
Lines 208-219 Link Here
208
208
209
        <div class="col-sm-2 col-sm-pull-10">
209
        <div class="col-sm-2 col-sm-pull-10">
210
            <aside>
210
            <aside>
211
            <div id="filters">
212
213
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
211
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
214
    <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 %]" />
215
<fieldset class="brief">
213
<fieldset class="sidebar">
216
<h4>Filter</h4>
214
<h3>Filter</h3>
217
[% BLOCK planning_types %]
215
[% BLOCK planning_types %]
218
[%   SWITCH type %]
216
[%   SWITCH type %]
219
[%     CASE 'MONTHS'    %]<span>by months</span>
217
[%     CASE 'MONTHS'    %]<span>by months</span>
Lines 224-230 Link Here
224
[% END %]
222
[% END %]
225
<ol>
223
<ol>
226
    <li>
224
    <li>
227
        <p for="authcat"> Select planning type:
225
        <label for="authcat"> Select planning type:</label>
228
        <select name="authcat" id="authcat">
226
        <select name="authcat" id="authcat">
229
        [% FOREACH value IN authcat_dropbox.values %]
227
        [% FOREACH value IN authcat_dropbox.values %]
230
            [% IF ( value == authcat_dropbox.default ) %]
228
            [% IF ( value == authcat_dropbox.default ) %]
Lines 233-266 Link Here
233
            <option value="[% value | html %]">[% PROCESS planning_types type=value %]</option>
231
            <option value="[% value | html %]">[% PROCESS planning_types type=value %]</option>
234
            [% END %]
232
            [% END %]
235
        [% END %]
233
        [% END %]
236
        </select></p>
234
        </select>
237
    </li>
235
    </li>
238
    <li class="radio"><p for="show_mine">
236
    <li class="radio"><label for="show_mine">
239
    [% IF ( show_mine ) %]
237
    [% IF ( show_mine ) %]
240
        <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" />
241
    [% ELSE %]
239
    [% ELSE %]
242
        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
240
        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
243
    [% END %]
241
    [% END %]
244
    Show my funds only</p>
242
    Show my funds only</label>
245
    </li>
243
    </li>
246
244
247
    <li class="radio"><p for="show_active">
245
    <li class="radio"><label for="show_active">
248
    [% IF ( show_active ) %]
246
    [% IF ( show_active ) %]
249
        <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" />
250
    [% ELSE %]
248
    [% ELSE %]
251
        <input type="checkbox" id="show_active" name="show_active" value="1" />
249
        <input type="checkbox" id="show_active" name="show_active" value="1" />
252
        [% END %]
250
        [% END %]
253
    Show active funds only</p>
251
    Show active funds only</label>
254
    </li>
252
    </li>
255
253
256
254
257
    <li class="radio"><p for="show_actual">
255
    <li class="radio"><label for="show_actual">
258
        [% IF ( show_actual ) %]
256
        [% IF ( show_actual ) %]
259
            <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" />
260
        [% ELSE %]
258
        [% ELSE %]
261
            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
259
            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
262
        [% END %]
260
        [% END %]
263
        Show actual/estimated values</p>
261
        Show actual/estimated values</label>
264
    </li>
262
    </li>
265
    </ol>
263
    </ol>
266
    <fieldset class="action">
264
    <fieldset class="action">
Lines 271-281 Link Here
271
</form>
269
</form>
272
[% IF ( budget_lines ) %]
270
[% IF ( budget_lines ) %]
273
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
271
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
274
<fieldset class="brief">
272
<fieldset class="sidebar">
275
<h4>Export</h4>
273
<h3>Export</h3>
276
    <ol>
274
    <ol>
277
        <li><p for="basename">Output to a file named: <input type="text" name="basename" id="basename" value="Export" /></p></li>
275
        <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li>
278
        <li><p class="inline" for="MIME">Into an application
276
        <li><label class="inline" for="MIME">Into an application</label>
279
            <select name="MIME" id="MIME">
277
            <select name="MIME" id="MIME">
280
            [% FOREACH value IN CGIextChoice %]
278
            [% FOREACH value IN CGIextChoice %]
281
                <option value="[% value | html %]">[% value | html %]</option>
279
                <option value="[% value | html %]">[% value | html %]</option>
Lines 285-291 Link Here
285
            [% FOREACH value IN CGIsepChoice %]
283
            [% FOREACH value IN CGIsepChoice %]
286
                <option value="[% value | html %]">[% value | html %]</option>
284
                <option value="[% value | html %]">[% value | html %]</option>
287
            [% END %]
285
            [% END %]
288
            </select></p>
286
            </select>
289
        </li>
287
        </li>
290
    </ol>
288
    </ol>
291
    <fieldset class="action">    <input type="submit" class="principal" value="Submit"/>
289
    <fieldset class="action">    <input type="submit" class="principal" value="Submit"/>
Lines 299-305 Link Here
299
[% END %]
297
[% END %]
300
298
301
                [% INCLUDE 'acquisitions-menu.inc' %]
299
                [% INCLUDE 'acquisitions-menu.inc' %]
302
                </div>
303
            </aside>
300
            </aside>
304
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
301
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
305
     </div> <!-- /.row -->
302
     </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-4 / +4 lines)
Lines 99-111 Link Here
99
                        <div class="dialog alert">
99
                        <div class="dialog alert">
100
                            <h3>Audio alerts are disabled</h3>
100
                            <h3>Audio alerts are disabled</h3>
101
                            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
101
                            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
102
                                <p>Please enable system preference <a id="lientype" href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AudioAlerts">AudioAlerts</a> to activate sounds.</p>
102
                                <p>Please enable system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AudioAlerts">AudioAlerts</a> to activate sounds.</p>
103
                            [% ELSE %]
103
                            [% ELSE %]
104
                                <p>The system preference <strong>AudioAlerts</strong> must be enabled to activate sounds.</p>
104
                                <p>The system preference <strong>AudioAlerts</strong> must be enabled to activate sounds.</p>
105
                            [% END %]
105
                            [% END %]
106
                        </div>
106
                        </div>
107
                    [% END %]
107
                    [% END %]
108
                <div id="searchresults">
108
                <fieldset id="searchresults">
109
                    <table id="audio-alerts-table">
109
                    <table id="audio-alerts-table">
110
                        <thead id="audio-alerts-table-head">
110
                        <thead id="audio-alerts-table-head">
111
                            <tr>
111
                            <tr>
Lines 143-159 Link Here
143
                                    <td>[% a.selector | html %]</td>
143
                                    <td>[% a.selector | html %]</td>
144
                                    <td>[% a.sound | html %]</td>
144
                                    <td>[% a.sound | html %]</td>
145
                                    <td>
145
                                    <td>
146
                                        <a class="btn btn-default btn-xs edit" data-soundid="[% a.id | html %]" data-precedence="[% a.precedence | html %]" data-selector="[% a.selector | html %]" data-sound="[% a.sound | html %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a></td>
146
                                        <a class="btn btn-default btn-xs edit" data-soundid="[% a.id | html %]" data-precedence="[% a.precedence | html %]" data-selector="[% a.selector | html %]" data-sound="[% a.sound | html %]"><i class="fa fa-pencil"></i> Edit</a></td>
147
                                </tr>
147
                                </tr>
148
                            [% END %]
148
                            [% END %]
149
                        </tbody>
149
                        </tbody>
150
                    </table>
150
                    </table>
151
                </fieldset>
151
                </form>
152
                </form>
152
153
153
                    <p>
154
                    <p>
154
                        <button id="delete-alerts" type="submit" class="btn btn-default disabled principal"><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>
155
                    </p>
156
                    </p>
156
                    </div>
157
            </main>
157
            </main>
158
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
158
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
159
159
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-7 / +10 lines)
Lines 312-320 Link Here
312
                        </div>
312
                        </div>
313
                    [% END # /FOR m IN messages %]
313
                    [% END # /FOR m IN messages %]
314
314
315
                    <div id="searchresults">
316
                    [% IF ( searchfield ) %]
315
                    [% IF ( searchfield ) %]
317
                        <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>
318
                            <p>
318
                            <p>
319
                                <label for="category_search">Show category: </label>
319
                                <label for="category_search">Show category: </label>
320
                                <select name="searchfield" id="category_search">
320
                                <select name="searchfield" id="category_search">
Lines 327-334 Link Here
327
                                    [% END %]
327
                                    [% END %]
328
                                </select>
328
                                </select>
329
                            </p>
329
                            </p>
330
                        </fieldset>
330
                        </form> <!-- /#category -->
331
                        </form> <!-- /#category -->
331
332
333
                        <fieldset id="searchresults">
332
                        [% IF loop %]
334
                        [% IF loop %]
333
                            <table id="categoriest" class="authorized_values_table">
335
                            <table id="categoriest" class="authorized_values_table">
334
                                <thead>
336
                                <thead>
Lines 369-376 Link Here
369
                                                    <span>No limitation</span>
371
                                                    <span>No limitation</span>
370
                                                [% END # /IF loo.branches.size > 0 %]
372
                                                [% END # /IF loo.branches.size > 0 %]
371
                                            </td>
373
                                            </td>
372
                                            <td class="actions"><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;id=[% loo.id | uri %]" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
374
                                            <td class="actions"><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;id=[% loo.id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
373
                                            <a class="delete btn btn-default btn-xs" href="/cgi-bin/koha/admin/authorised_values.pl?op=delete&amp;searchfield=[% searchfield | uri %]&amp;id=[% loo.id | uri %]" id="lientype"><i class="fa fa-trash"></i> Delete</a></td>
375
                                            <a class="delete btn btn-default btn-xs" href="/cgi-bin/koha/admin/authorised_values.pl?op=delete&amp;searchfield=[% searchfield | uri %]&amp;id=[% loo.id | uri %]"><i class="fa fa-trash"></i> Delete</a></td>
374
                                        </tr>
376
                                        </tr>
375
                                    [% END # /FOREACH loop %]
377
                                    [% END # /FOREACH loop %]
376
                                </tbody>
378
                                </tbody>
Lines 381-400 Link Here
381
                                <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get">
383
                                <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get">
382
                                    <input type="hidden" name="op" value="add_form" />
384
                                    <input type="hidden" name="op" value="add_form" />
383
                                    <input type="hidden" name="category" value="[% category.category_name | html %]" />
385
                                    <input type="hidden" name="category" value="[% category.category_name | html %]" />
384
                                    <button type="submit" id="lientype"><i class="fa fa-plus"></i> Add a new authorized value</button>
386
                                    <button type="submit"><i class="fa fa-plus"></i> Add a new authorized value</button>
385
                                </form>
387
                                </form>
386
                                [% UNLESS category.is_system %]
388
                                [% UNLESS category.is_system %]
387
                                    <form id="delete_category" action="/cgi-bin/koha/admin/authorised_values.pl" method="post">
389
                                    <form id="delete_category" action="/cgi-bin/koha/admin/authorised_values.pl" method="post">
388
                                        <input type="hidden" name="op" value="delete_category" />
390
                                        <input type="hidden" name="op" value="delete_category" />
389
                                        <input type="hidden" name="category_name" value="[% category.category_name | html %]" />
391
                                        <input type="hidden" name="category_name" value="[% category.category_name | html %]" />
390
                                        <button type="submit" id="lientype"><i class="fa fa-plus"></i> Delete category '[% category.category_name | html %]' </button>
392
                                        <button type="submit"><i class="fa fa-plus"></i> Delete category '[% category.category_name | html %]' </button>
391
                                    </form>
393
                                    </form>
392
                                [% END %]
394
                                [% END %]
393
                            </div>
395
                            </div>
394
                        [% END # /IF loop %]
396
                        [% END # /IF loop %]
397
                        </fieldset>
395
398
396
                    [% ELSE # category was selected %]
399
                    [% ELSE # category was selected %]
397
400
                        <fieldset>
398
                        <table id="categoriest" class="authorized_values_table">
401
                        <table id="categoriest" class="authorized_values_table">
399
                            <thead>
402
                            <thead>
400
                                <tr>
403
                                <tr>
Lines 417-423 Link Here
417
                                [% END # /FOR c %]
420
                                [% END # /FOR c %]
418
                            </tbody>
421
                            </tbody>
419
                        </table> <!-- /#categoriest -->
422
                        </table> <!-- /#categoriest -->
420
                    </div>
423
                        </fieldset>
421
                    [% END # /IF ( searchfield  )%]
424
                    [% END # /IF ( searchfield  )%]
422
425
423
                [% END # /IF op == 'list' %]
426
                [% END # /IF op == 'list' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-3 / +3 lines)
Lines 177-183 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
177
177
178
    <h2>Authority types</h2>
178
    <h2>Authority types</h2>
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>
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
    <div id="searchresults">
180
    <fieldset id="searchresults">
181
    <table id="authtypes">
181
    <table id="authtypes">
182
        <thead>
182
        <thead>
183
        <tr>
183
        <tr>
Lines 197-203 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
197
                <td>[% authority_type.auth_tag_to_report | html %]</td>
197
                <td>[% authority_type.auth_tag_to_report | html %]</td>
198
                <td>
198
                <td>
199
                  <div class="btn-group dropup">
199
                  <div class="btn-group dropup">
200
                    <a class="btn btn-default btn-xs dropdown-toggle lientype" id="authtypeactions[% authority_type.authtypecode | html %]" role="button" data-toggle="dropdown" href="#">
200
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtypeactions[% authority_type.authtypecode | html %]" role="button" data-toggle="dropdown" href="#">
201
                      Actions <b class="caret"></b></a>
201
                      Actions <b class="caret"></b></a>
202
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtypeactions[% authority_type.authtypecode | html %]">
202
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtypeactions[% authority_type.authtypecode | html %]">
203
                      <li><a href="auth_tag_structure.pl?authtypecode=[% authority_type.authtypecode | uri %]" class="button parameters"><i class="fa fa-eye"></i> MARC structure</a></li>
203
                      <li><a href="auth_tag_structure.pl?authtypecode=[% authority_type.authtypecode | uri %]" class="button parameters"><i class="fa fa-eye"></i> MARC structure</a></li>
Lines 264-270 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
264
        [% END %]
264
        [% END %]
265
        <tbody>
265
        <tbody>
266
    </table>
266
    </table>
267
    </div>
267
    </fieldset>
268
[% END %]
268
[% END %]
269
269
270
            </main>
270
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-2 / +2 lines)
Lines 164-171 Link Here
164
164
165
    <h2>Background jobs</h2>
165
    <h2>Background jobs</h2>
166
166
167
    <fieldset id="searchresults">
167
    [% IF jobs.count %]
168
    [% IF jobs.count %]
168
    <div id="searchresults">
169
        <table id="table_background_jobs">
169
        <table id="table_background_jobs">
170
            <thead>
170
            <thead>
171
                <tr>
171
                <tr>
Lines 203-214 Link Here
203
                [% END %]
203
                [% END %]
204
            </tbody>
204
            </tbody>
205
        </table>
205
        </table>
206
    </div>
207
    [% ELSE %]
206
    [% ELSE %]
208
        <div class="dialog message">
207
        <div class="dialog message">
209
            There are no background jobs yet.
208
            There are no background jobs yet.
210
        </div>
209
        </div>
211
    [% END %]
210
    [% END %]
211
    </fieldset>
212
[% END %]
212
[% END %]
213
213
214
            </main>
214
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-6 / +6 lines)
Lines 107-113 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
107
[% IF op == 'list'%]
107
[% IF op == 'list'%]
108
    <div id="toolbar" class="btn-toolbar">
108
    <div id="toolbar" class="btn-toolbar">
109
    <div>
109
    <div>
110
        <a class="pat" id="newframework" href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form"><i class="fa fa-plus"></i> New framework</a>
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>
111
    </div></div>
112
[% END %]
112
[% END %]
113
113
Lines 150-156 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
150
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
150
            <p><strong><span class="ex">[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span></strong></p>
151
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
151
            <p>The framework is used [% biblios_use_this_framework | html %] times.</p>
152
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
152
            <form action="/cgi-bin/koha/admin/biblio_framework.pl" method="get">
153
                <button type="submit" id="lientype"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
153
                <button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to frameworks</button>
154
            </form>
154
            </form>
155
        [% ELSE %]
155
        [% ELSE %]
156
            <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1>
156
            <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1>
Lines 169-175 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
169
[% IF op == 'list' %]
169
[% IF op == 'list' %]
170
<h2>MARC frameworks</h2>
170
<h2>MARC frameworks</h2>
171
171
172
<div id="searchresults">
172
<fieldset id="searchresults">
173
<table id="table_biblio_frameworks">
173
<table id="table_biblio_frameworks">
174
    <thead>
174
    <thead>
175
    <tr>
175
    <tr>
Lines 184-190 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
184
        <td>Default framework</td>
184
        <td>Default framework</td>
185
        <td>
185
        <td>
186
          <div class="btn-group dropup">
186
          <div class="btn-group dropup">
187
            <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#" id=""lientype">
187
            <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#">
188
              Actions <b class="caret"></b>
188
              Actions <b class="caret"></b>
189
            </a>
189
            </a>
190
            <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]">
190
            <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]">
Lines 252-258 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
252
            <td>[% loo.frameworktext | html %]</td>
252
            <td>[% loo.frameworktext | html %]</td>
253
            <td>
253
            <td>
254
              <div class="btn-group dropup">
254
              <div class="btn-group dropup">
255
                <a class="btn btn-default btn-xs dropdown-toggle" id="lientype" role="button" data-toggle="dropdown" href="#">
255
                <a class="btn btn-default btn-xs dropdown-toggle" role="button" data-toggle="dropdown" href="#">
256
                  Actions <b class="caret"></b>
256
                  Actions <b class="caret"></b>
257
                </a>
257
                </a>
258
                <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 318-324 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
318
318
319
    [% END %]
319
    [% END %]
320
</table>
320
</table>
321
</div>
321
</fieldset>
322
322
323
[% END %]
323
[% END %]
324
324
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-6 / +5 lines)
Lines 51-64 Link Here
51
    </form>
51
    </form>
52
52
53
<p class="help">Check the boxes for the libraries you allow your items to be transferred to.</p>
53
<p class="help">Check the boxes for the libraries you allow your items to be transferred to.</p>
54
<div id="searchresults">
54
55
<fieldset>
55
<fieldset>
56
    [% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]
56
    [% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]
57
    <a id="CheckAll" href="#" class="lientype"><i class="fa fa-check"></i> Select all</a>
57
    <a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a>
58
    |
58
    |
59
    <a id="UncheckAll" href="#" class="lientype"><i class="fa fa-remove"></i> Clear all</a>
59
    <a id="UncheckAll" href="#"><i class="fa fa-remove"></i> Clear all</a>
60
    |
60
    |
61
    <a href="/cgi-bin/koha/admin/transfer_limits.pl" id="lientype">Switch to advanced editor</a>
61
    <a href="/cgi-bin/koha/admin/transfer_limits.pl">Switch to advanced editor</a>
62
</fieldset>
62
</fieldset>
63
63
64
64
Lines 77-83 Link Here
77
    <div role="tabpanel" class="tab-pane" id="[% codes_loo.code | html %]set">
77
    <div role="tabpanel" class="tab-pane" id="[% codes_loo.code | html %]set">
78
    <h4>Policy for [% codes_loo.limit_phrase | html %]: [% codes_loo.code | html %]</h4>
78
    <h4>Policy for [% codes_loo.limit_phrase | html %]: [% codes_loo.code | html %]</h4>
79
79
80
    <p><a id="CheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="checkall lientype" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="uncheckall lientype" href="#"><i class="fa fa-remove"></i> Clear all</a></p>
80
    <p><a id="CheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code | html %]table" data-cb="[% codes_loo.code | html %]" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p>
81
81
82
        <table id="[% codes_loo.code | html %]table" class="sorted">
82
        <table id="[% codes_loo.code | html %]table" class="sorted">
83
            <thead>
83
            <thead>
Lines 113-119 Link Here
113
            <a class="cancel" href="/cgi-bin/koha/admin/admin-home.pl">Cancel</a>
113
            <a class="cancel" href="/cgi-bin/koha/admin/admin-home.pl">Cancel</a>
114
        </fieldset>
114
        </fieldset>
115
        </form>
115
        </form>
116
        </div>
117
        </div>
116
        </div>
118
117
119
            </main>
118
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-4 / +4 lines)
Lines 137-150 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
137
137
138
[% IF op == 'list' || op == 'view' %]
138
[% IF op == 'list' || op == 'view' %]
139
    <div id="toolbar" class="btn-toolbar">
139
    <div id="toolbar" class="btn-toolbar">
140
        <a class="btn btn-default pat" id="newbranch" href="/cgi-bin/koha/admin/branches.pl?op=add_form"><i class="fa fa-plus"></i> New library</a>
140
        <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>
141
        [% IF op == 'view' && library %]
141
        [% IF op == 'view' && library %]
142
            <a class="btn btn-default pat" 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>
142
            <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>
143
        [% END %]
143
        [% END %]
144
    </div>
144
    </div>
145
[% END %]
145
[% END %]
146
146
147
<div id="searchresults">
147
<fieeldset id="searchresults">
148
[% IF op == 'add_form' %]
148
[% IF op == 'add_form' %]
149
    <h2>[% IF library %]Modify library[% ELSE %]New library[% END %]</h2>
149
    <h2>[% IF library %]Modify library[% ELSE %]New library[% END %]</h2>
150
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
150
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
Lines 345-351 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
345
        <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>
345
        <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>
346
    [% END %]
346
    [% END %]
347
[% END %]
347
[% END %]
348
</div>
348
</fieldset>
349
349
350
[% IF op == 'view' && library %]
350
[% IF op == 'view' && library %]
351
    <h1>[% library.branchname | html %]</h1>
351
    <h1>[% library.branchname | html %]</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +1 lines)
Lines 160-166 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
160
160
161
               [% IF op == 'list' %]
161
               [% IF op == 'list' %]
162
               <div id="toolbar" class="btn-toolbar">
162
               <div id="toolbar" class="btn-toolbar">
163
                   <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>
163
                   <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>
164
               </div>
164
               </div>
165
165
166
               <h1>Cash registers</h1>
166
               <h1>Cash registers</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-5 / +5 lines)
Lines 530-540 Link Here
530
530
531
    <div id="toolbar" class="btn-toolbar">
531
    <div id="toolbar" class="btn-toolbar">
532
    <div>
532
    <div>
533
        <a class="pat" id="newcategory" href="/cgi-bin/koha/admin/categories.pl?op=add_form"><i class="fa fa-plus"></i> New category</a>
533
        <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>
534
    </div></div>
534
    </div></div>
535
535
536
    <h1>Patron categories</h1>
536
    <h1>Patron categories</h1>
537
    <div id="searchresults">
537
    <fieldset id="searchresults">
538
    [% IF searchfield %]
538
    [% IF searchfield %]
539
        You searched for [% searchfield | html %]</span>
539
        You searched for [% searchfield | html %]</span>
540
    [% END %]
540
    [% END %]
Lines 697-704 Link Here
697
                            [% END %]
697
                            [% END %]
698
                        </td>
698
                        </td>
699
                        <td class="actions">
699
                        <td class="actions">
700
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
700
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/categories.pl?op=add_form&amp;categorycode=[% category.categorycode |uri %]"><i class="fa fa-pencil"></i> Edit</a>
701
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&amp;categorycode=[% category.categorycode |uri %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
701
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&amp;categorycode=[% category.categorycode |uri %]"><i class="fa fa-trash"></i> Delete</a>
702
                        </td>
702
                        </td>
703
                    </tr>
703
                    </tr>
704
                [% END %]
704
                [% END %]
Lines 707-713 Link Here
707
    [% ELSE %]
707
    [% ELSE %]
708
        <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>
708
        <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>
709
    [% END %]
709
    [% END %]
710
    </div>
710
    </fieldset>
711
[% END %]
711
[% END %]
712
712
713
            </main>
713
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-4 / +4 lines)
Lines 178-184 Link Here
178
178
179
    <div id="toolbar" class="btn-toolbar">
179
    <div id="toolbar" class="btn-toolbar">
180
    <div>
180
    <div>
181
        <a class="pat" id="newcity" href="/cgi-bin/koha/admin/cities.pl?op=add_form"><i class="fa fa-plus"></i> New city</a>
181
        <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>
182
    </div></div>
182
    </div></div>
183
183
184
    <h1>Cities</h1>
184
    <h1>Cities</h1>
Lines 186-193 Link Here
186
        Searching: [% city_name_filter | html %]
186
        Searching: [% city_name_filter | html %]
187
    [% END %]
187
    [% END %]
188
188
189
    <fieldset id="searchresults">
189
    [% IF cities_count > 0 %]
190
    [% IF cities_count > 0 %]
190
    <div id="searchresults">
191
        <div class="table_cities_table_controls"></div>
191
        <div class="table_cities_table_controls"></div>
192
        <table id="table_cities">
192
        <table id="table_cities">
193
            <thead>
193
            <thead>
Lines 201-212 Link Here
201
                </tr>
201
                </tr>
202
            </thead>
202
            </thead>
203
        </table>
203
        </table>
204
    </div>
205
    [% ELSE %]
204
    [% ELSE %]
206
        <div class="dialog message">
205
        <div class="dialog message">
207
            There are no cities defined. <a href="/cgi-bin/koha/admin/cities.pl?op=add_form" id="lientype">Create a new city</a>.
206
            There are no cities defined. <a href="/cgi-bin/koha/admin/cities.pl?op=add_form">Create a new city</a>.
208
        </div>
207
        </div>
209
    [% END %]
208
    [% END %]
209
    </fieldset>
210
[% END %]
210
[% END %]
211
211
212
            </main>
212
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-15 / +15 lines)
Lines 346-357 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
346
[% IF op == 'list' %]
346
[% IF op == 'list' %]
347
347
348
<div id="toolbar" class="btn-toolbar">
348
<div id="toolbar" class="btn-toolbar">
349
    <a class="btn btn-default pat" id="newsource" href="[% script_name | url %]?op=add_source"><i class="fa fa-plus"></i> New classification source</a>
349
    <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>
350
    <a class="btn btn-default pat" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
350
    <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>
351
    <a class="btn btn-default pat" id="newrule" href="[% script_name | url %]?op=add_split_rule"><i class="fa fa-plus"></i> New splitting rule</a>
351
    <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>
352
</div>
352
</div>
353
<h1>Classification configuration</h1>
353
<h1>Classification configuration</h1>
354
<div id="searchresults">
354
<fieldset>
355
<h2>Classification sources</h2>
355
<h2>Classification sources</h2>
356
<table>
356
<table>
357
  <tr>
357
  <tr>
Lines 370-384 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
370
    <td>[% class_source.class_sort_rule | html %]</td>
370
    <td>[% class_source.class_sort_rule | html %]</td>
371
    <td>[% class_source.class_split_rule | html %]</td>
371
    <td>[% class_source.class_split_rule | html %]</td>
372
    <td class="actions">
372
    <td class="actions">
373
      <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=add_source&amp;cn_source=[% class_source.cn_source | uri %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
373
      <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=add_source&amp;cn_source=[% class_source.cn_source | uri %]"><i class="fa fa-pencil"></i> Edit</a>
374
      <a class="btn btn-default btn-xs delete_class_source" href="[% script_name | url %]?op=delete_source_confirmed&amp;cn_source=[% class_source.cn_source | uri%]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
374
      <a class="btn btn-default btn-xs delete_class_source" href="[% script_name | url %]?op=delete_source_confirmed&amp;cn_source=[% class_source.cn_source | uri%]"><i class="fa fa-trash"></i> Delete</a>
375
    </td>
375
    </td>
376
  </tr>
376
  </tr>
377
  [% END %]
377
  [% END %]
378
</table>
378
</table>
379
</div>
379
</fieldset>
380
380
381
<div id="searchresults">
381
<fieldset>
382
<h3>Classification filing rules</h3>
382
<h3>Classification filing rules</h3>
383
<table>
383
<table>
384
  <tr>
384
  <tr>
Lines 393-407 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
393
    <td>[% rule.description |html | html %]</td>
393
    <td>[% rule.description |html | html %]</td>
394
    <td>[% rule.sort_routine | html %]</td>
394
    <td>[% rule.sort_routine | html %]</td>
395
    <td class="actions">
395
    <td class="actions">
396
      <a class="btn btn-default btn-xs" href="[% script_name | html %]?op=add_sort_rule&amp;class_sort_rule=[% rule.class_sort_rule |url %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
396
      <a class="btn btn-default btn-xs" href="[% script_name | html %]?op=add_sort_rule&amp;class_sort_rule=[% rule.class_sort_rule |url %]"><i class="fa fa-pencil"></i> Edit</a>
397
      <a class="btn btn-default btn-xs delete_sort_rule" href="[% script_name | html %]?op=delete_sort_rule&amp;class_sort_rule=[% rule.class_sort_rule |url %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
397
      <a class="btn btn-default btn-xs delete_sort_rule" href="[% script_name | html %]?op=delete_sort_rule&amp;class_sort_rule=[% rule.class_sort_rule |url %]"><i class="fa fa-trash"></i> Delete</a>
398
    </td>
398
    </td>
399
  </tr>
399
  </tr>
400
  [% END %]
400
  [% END %]
401
</table>
401
</table>
402
</div>
402
</fieldset>
403
403
404
<div id="searchresults">
404
<fieldset>
405
<h3>Classification splitting rules</h3>
405
<h3>Classification splitting rules</h3>
406
<table>
406
<table>
407
  <tr>
407
  <tr>
Lines 416-428 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
416
    <td>[% rule.description | html %]</td>
416
    <td>[% rule.description | html %]</td>
417
    <td>[% rule.split_routine | html %]</td>
417
    <td>[% rule.split_routine | html %]</td>
418
    <td class="actions">
418
    <td class="actions">
419
      <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=add_split_rule&amp;class_split_rule=[% rule.class_split_rule | uri %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
419
      <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=add_split_rule&amp;class_split_rule=[% rule.class_split_rule | uri %]"><i class="fa fa-pencil"></i> Edit</a>
420
      <a class="btn btn-default btn-xs delete_split_rule" href="[% script_name | url %]?op=delete_split_rule&amp;class_split_rule=[% rule.class_split_rule | uri %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
420
      <a class="btn btn-default btn-xs delete_split_rule" href="[% script_name | url %]?op=delete_split_rule&amp;class_split_rule=[% rule.class_split_rule | uri %]"><i class="fa fa-trash"></i> Delete</a>
421
    </td>
421
    </td>
422
  </tr>
422
  </tr>
423
  [% END %]
423
  [% END %]
424
</table>
424
</table>
425
</div>
425
</fieldset>
426
426
427
427
428
[% END %]
428
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
	[% ELSE %]
53
	[% ELSE %]
54
	    <div class="dialog message"><p>The rules have been cloned.</p></div>
54
	    <div class="dialog message"><p>The rules have been cloned.</p></div>
55
	[% END %]
55
	[% END %]
56
    <a href="/cgi-bin/koha/admin/smart-rules.pl" id="lientype">Return to circulation and fine rules</a>
56
    <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to circulation and fine rules</a>
57
    [% ELSE %]
57
    [% ELSE %]
58
58
59
    <p class="help">Use carefully! If the destination library already has circulation and fine rules, they will be deleted without warning!</p>
59
    <p class="help">Use carefully! If the destination library already has circulation and fine rules, they will be deleted without warning!</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
                            <div class="datatable_config" id="[% table_id | html %]">
30
                            <div class="datatable_config" id="[% table_id | html %]">
31
                                <input type="hidden" name="table_id" value="[% table_id| html %]" />
31
                                <input type="hidden" name="table_id" value="[% table_id| html %]" />
32
                                [% IF pagename == 'additem' AND tablename == 'itemst' %]
32
                                [% IF pagename == 'additem' AND tablename == 'itemst' %]
33
                                    <div class="alert">Changes made below will only apply to item subfields that are mapped to the 'items' table. <a id="lientype" href="/cgi-bin/koha/admin/koha2marclinks.pl?tablename=items">Go to Koha to MARC mapping</a></div>
33
                                    <div class="alert">Changes made below will only apply to item subfields that are mapped to the 'items' table. <a href="/cgi-bin/koha/admin/koha2marclinks.pl?tablename=items">Go to Koha to MARC mapping</a></div>
34
                                [% END %]
34
                                [% END %]
35
                                <table>
35
                                <table>
36
                                    <caption>
36
                                    <caption>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-6 / +6 lines)
Lines 163-174 Link Here
163
                [% IF op == 'list' %]
163
                [% IF op == 'list' %]
164
                    <div id="toolbar" class="btn-toolbar">
164
                    <div id="toolbar" class="btn-toolbar">
165
                    <div>
165
                    <div>
166
                        <a class="pat" id="newcredittype" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form"><i class="fa fa-plus"></i> New credit type</a>
166
                        <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>
167
                    </div></div>
167
                    </div></div>
168
168
169
                    <h2>Account credit types</h2>
169
                    <h2>Account credit types</h2>
170
                    <fieldset id="searchresults">
170
                    [% IF credit_types.count %]
171
                    [% IF credit_types.count %]
171
                    <div id="searchresults">
172
                        <table id="table_credit_types">
172
                        <table id="table_credit_types">
173
                            <thead>
173
                            <thead>
174
                                <th>Archived</th>
174
                                <th>Archived</th>
Lines 208-234 Link Here
208
                                    </td>
208
                                    </td>
209
                                    <td class="actions">
209
                                    <td class="actions">
210
                                        [% IF !credit_type.archived %]
210
                                        [% IF !credit_type.archived %]
211
                                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form&amp;code=[% credit_type.code | uri %]&type=credit" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
211
                                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/credit_types.pl?op=add_form&amp;code=[% credit_type.code | uri %]&type=credit"><i class="fa fa-pencil"></i> Edit</a>
212
                                        [% END %]
212
                                        [% END %]
213
                                        [% IF !credit_type.is_system && !credit_type.archived %]
213
                                        [% IF !credit_type.is_system && !credit_type.archived %]
214
                                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/credit_types.pl?op=archive&amp;code=[% credit_type.code | uri %]" id="lientype"><i class="fa fa-archive"></i> Archive</a>
214
                                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/credit_types.pl?op=archive&amp;code=[% credit_type.code | uri %]"><i class="fa fa-archive"></i> Archive</a>
215
                                        [% END %]
215
                                        [% END %]
216
216
217
                                        [% IF !credit_type.is_system && credit_type.archived %]
217
                                        [% IF !credit_type.is_system && credit_type.archived %]
218
                                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/credit_types.pl?op=unarchive&amp;code=[% credit_type.code | uri %]" id="lientype"><i class="fa fa-undo"></i> Restore</a>
218
                                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/credit_types.pl?op=unarchive&amp;code=[% credit_type.code | uri %]"><i class="fa fa-undo"></i> Restore</a>
219
                                        [% END %]
219
                                        [% END %]
220
                                    </td>
220
                                    </td>
221
                                </tr>
221
                                </tr>
222
                                [% END %]
222
                                [% END %]
223
                            </tbody>
223
                            </tbody>
224
                        </table>
224
                        </table>
225
                    </div>
226
                    [% ELSE %]
225
                    [% ELSE %]
227
                        <div class="dialog message">
226
                        <div class="dialog message">
228
                            There are no account credit types defined.
227
                            There are no account credit types defined.
229
                            <a href="/cgi-bin/koha/admin/credit_types.pl?op=add_form">Create new credit type</a>
228
                            <a href="/cgi-bin/koha/admin/credit_types.pl?op=add_form">Create new credit type</a>
230
                        </div>
229
                        </div>
231
                    [% END %]
230
                    [% END %]
231
                    </fieldset>
232
                [% END %]
232
                [% END %]
233
            </main>
233
            </main>
234
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
234
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-5 / +5 lines)
Lines 73-79 Link Here
73
[% IF op == 'list' %]
73
[% IF op == 'list' %]
74
<div id="toolbar" class="btn-toolbar">
74
<div id="toolbar" class="btn-toolbar">
75
<div>
75
<div>
76
    <a class="pat" id="newcurrency" href="/cgi-bin/koha/admin/currency.pl?op=add_form"><i class="fa fa-plus"></i> New currency</a>
76
    <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>
77
</div></div>
77
</div></div>
78
[% END %]
78
[% END %]
79
79
Lines 220-226 Link Here
220
        You searched for [% searchfield | html %]</span>
220
        You searched for [% searchfield | html %]</span>
221
    [% END %]
221
    [% END %]
222
222
223
    <div id="searchresults">
223
    <fieldset id="searchresults">
224
224
225
    <table id='currencies-table'>
225
    <table id='currencies-table'>
226
      <thead>
226
      <thead>
Lines 246-259 Link Here
246
            <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
246
            <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
247
            <td>[% IF currency.archived %]Yes[% END %]</td>
247
            <td>[% IF currency.archived %]Yes[% END %]</td>
248
            <td class="actions">
248
            <td class="actions">
249
              <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=add_form&amp;currency_code=[% currency.currency | html %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
249
              <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=add_form&amp;currency_code=[% currency.currency | html %]"><i class="fa fa-pencil"></i> Edit</a>
250
              <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&amp;currency_code=[% currency.currency | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
250
              <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&amp;currency_code=[% currency.currency | html %]"><i class="fa fa-trash"></i> Delete</a>
251
            </td>
251
            </td>
252
          </tr>
252
          </tr>
253
        [% END %]
253
        [% END %]
254
      </tbody>
254
      </tbody>
255
    </table>
255
    </table>
256
    </div>
256
    </fieldset>
257
257
258
    <br />
258
    <br />
259
    <div class="hint">
259
    <div class="hint">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-7 / +7 lines)
Lines 154-165 Link Here
154
                [% IF op == 'list' %]
154
                [% IF op == 'list' %]
155
                    <div id="toolbar" class="btn-toolbar">
155
                    <div id="toolbar" class="btn-toolbar">
156
                    <div>
156
                    <div>
157
                        <a class="pat" id="newdebittype" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form"><i class="fa fa-plus"></i> New debit type</a>
157
                        <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>
158
                    </div></div>
158
                    </div></div>
159
159
160
                    <h2>Account debit types</h2>
160
                    <h2>Account debit types</h2>
161
                    <fieldset id="searchresults">
161
                    [% IF debit_types.count %]
162
                    [% IF debit_types.count %]
162
                    <div id="searchresults">
163
                        <table id="table_debit_types">
163
                        <table id="table_debit_types">
164
                            <thead>
164
                            <thead>
165
                                <th>Archived</th>
165
                                <th>Archived</th>
Lines 209-230 Link Here
209
                                    </td>
209
                                    </td>
210
                                    <td class="actions">
210
                                    <td class="actions">
211
                                        [% IF !debit_type.is_system && !debit_type.archived %]
211
                                        [% IF !debit_type.is_system && !debit_type.archived %]
212
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form&amp;code=[% debit_type.code | uri %]&type=debit" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
212
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/debit_types.pl?op=add_form&amp;code=[% debit_type.code | uri %]&type=debit"><i class="fa fa-pencil"></i> Edit</a>
213
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/debit_types.pl?op=archive&amp;code=[% debit_type.code | uri %]" id="lientype"><i class="fa fa-archive"></i> Archive</a>
213
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/debit_types.pl?op=archive&amp;code=[% debit_type.code | uri %]"><i class="fa fa-archive"></i> Archive</a>
214
                                        [% ELSIF debit_type.archived %]
214
                                        [% ELSIF debit_type.archived %]
215
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/debit_types.pl?op=unarchive&amp;code=[% debit_type.code | uri %]" id="lientype"><i class="fa fa-undo"></i> Restore</a>
215
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/debit_types.pl?op=unarchive&amp;code=[% debit_type.code | uri %]"><i class="fa fa-undo"></i> Restore</a>
216
                                        [% END %]
216
                                        [% END %]
217
                                    </td>
217
                                    </td>
218
                                </tr>
218
                                </tr>
219
                                [% END %]
219
                                [% END %]
220
                            </tbody>
220
                            </tbody>
221
                        </table>
221
                        </table>
222
                    </div>
223
                    [% ELSE %]
222
                    [% ELSE %]
224
                        <div class="dialog message">
223
                        <div class="dialog message">
225
                            There are no account debit types defined. <a href="/cgi-bin/koha/admin/debit_types.pl?op=add_form" id="lientype">Create new debit type</a>
224
                            There are no account debit types defined. <a href="/cgi-bin/koha/admin/debit_types.pl?op=add_form">Create new debit type</a>
226
                        </div>
225
                        </div>
227
                    [% END %]
226
                    [% END %]
227
                    </fieldset>
228
                [% END %]
228
                [% END %]
229
            </main>
229
            </main>
230
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
230
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-1 / +1 lines)
Lines 178-184 Link Here
178
[% IF op == 'list' %]
178
[% IF op == 'list' %]
179
179
180
    <div id="toolbar" class="btn-toolbar">
180
    <div id="toolbar" class="btn-toolbar">
181
        <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>
181
        <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>
182
    </div>
182
    </div>
183
183
184
    <h1>Desks</h1>
184
    <h1>Desks</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-4 / +4 lines)
Lines 89-95 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
89
89
90
[% IF display %]
90
[% IF display %]
91
    <div id="toolbar" class="btn-toolbar"><div>
91
    <div id="toolbar" class="btn-toolbar"><div>
92
        <a class="pat" id="newediacct" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form"><i class="fa fa-plus"></i> New account</a>
92
        <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>
93
    </div></div>
93
    </div></div>
94
[% END %]
94
[% END %]
95
95
Lines 304-313 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
304
</div>
304
</div>
305
[% END %]
305
[% END %]
306
[% IF display %]
306
[% IF display %]
307
<fieldset id="searchresults">
307
[% IF ( ediaccounts ) %]
308
[% IF ( ediaccounts ) %]
308
<h2>Vendor EDI accounts</h2>
309
<h2>Vendor EDI accounts</h2>
309
310
310
<div id="searchresults">
311
311
312
    <table>
312
    <table>
313
    <tr>
313
    <tr>
Lines 377-393 EDI accounts &rsaquo; Administration &rsaquo; Koha Link Here
377
         <td>No</td>
377
         <td>No</td>
378
      [% END %]
378
      [% END %]
379
      <td class="actions">
379
      <td class="actions">
380
          <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form&id=[% account.id | html %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=delete_confirm&id=[% account.id | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
380
          <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=acct_form&id=[% account.id | html %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_accounts.pl?op=delete_confirm&id=[% account.id | html %]"><i class="fa fa-trash"></i> Delete</a>
381
      </td>
381
      </td>
382
    </tr>
382
    </tr>
383
    [% END %]
383
    [% END %]
384
    </table>
384
    </table>
385
    </div>
386
    [% ELSE %]
385
    [% ELSE %]
387
        <div class="dialog message">
386
        <div class="dialog message">
388
            There are no EDI accounts.
387
            There are no EDI accounts.
389
        </div>
388
        </div>
390
    [% END %]
389
    [% END %]
390
    </fieldset>
391
[% END %]
391
[% END %]
392
392
393
            </main>
393
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-5 / +5 lines)
Lines 77-83 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
77
77
78
[% IF display %]
78
[% IF display %]
79
    <div id="toolbar" class="btn-toolbar"><div>
79
    <div id="toolbar" class="btn-toolbar"><div>
80
        <a class="pat" id="newediean" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form"><i class="fa fa-plus"></i> New EAN</a>
80
        <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>
81
    </div></div>
81
    </div></div>
82
[% END %]
82
[% END %]
83
83
Lines 163-170 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
163
[% END %]
163
[% END %]
164
164
165
[% IF display %]
165
[% IF display %]
166
    <fieldset id="searchresults">
166
[% IF ( eans ) %]
167
[% IF ( eans ) %]
167
    <div id="searchresults">
168
    <table>
168
    <table>
169
        <tr>
169
        <tr>
170
            <th>Library</th>
170
            <th>Library</th>
Lines 190-207 Library EANs &rsaquo; Administration &rsaquo; Koha Link Here
190
                 [% END %]
190
                 [% END %]
191
                </td>
191
                </td>
192
                <td class="actions">
192
                <td class="actions">
193
                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form&id=[% ean.id | html %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
193
                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=ean_form&id=[% ean.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
194
                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=delete_confirm&id=[% ean.id | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
194
                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/edi_ean_accounts.pl?op=delete_confirm&id=[% ean.id | html %]"><i class="fa fa-trash"></i> Delete</a>
195
                </td>
195
                </td>
196
            </tr>
196
            </tr>
197
        [% END %]
197
        [% END %]
198
    </table>
198
    </table>
199
    </div>
200
[% ELSE %]
199
[% ELSE %]
201
    <div class="dialog message">
200
    <div class="dialog message">
202
        There are no library EANs.
201
        There are no library EANs.
203
    </div>
202
    </div>
204
[% END %]
203
[% END %]
204
    </fieldset>
205
[% END %]
205
[% END %]
206
206
207
            </main>
207
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-2 / +2 lines)
Lines 115-121 Link Here
115
                    </div> <!-- /.col-sm-6 -->
115
                    </div> <!-- /.col-sm-6 -->
116
                </div> <!-- /.row -->
116
                </div> <!-- /.row -->
117
117
118
                <div id="searchresults">
118
                <fieldset>
119
                <h3>Circulation alerts for [% Branches.GetName( branch ) || 'Default' | html %]</h3>
119
                <h3>Circulation alerts for [% Branches.GetName( branch ) || 'Default' | html %]</h3>
120
                <p>Click on the grid to toggle the settings.</p>
120
                <p>Click on the grid to toggle the settings.</p>
121
121
Lines 178-184 Link Here
178
                    </div> <!-- /.tab-content -->
178
                    </div> <!-- /.tab-content -->
179
179
180
                </div> <!-- /#alerttabs --></div>
180
                </div> <!-- /#alerttabs --></div>
181
181
                </fieldset>
182
182
183
            </main>
183
            </main>
184
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
184
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-5 / +5 lines)
Lines 42-48 Link Here
42
42
43
    <div id="toolbar" class="btn-toolbar">
43
    <div id="toolbar" class="btn-toolbar">
44
    <div>
44
    <div>
45
        <a class="pat" id="new_search_field" href="/cgi-bin/koha/admin/items_search_fields.pl"><i class="fa fa-plus"></i> New search field</a>
45
        <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>
46
    </div></div>
46
    </div></div>
47
47
48
          [% IF field_added %]
48
          [% IF field_added %]
Lines 77-83 Link Here
77
              <div id="search_fields_list">
77
              <div id="search_fields_list">
78
                  <h2>Item search fields</h2>
78
                  <h2>Item search fields</h2>
79
79
80
                  <div id="searchresults">
80
                  <fieldset id="searchresults">
81
81
82
                  <table id="search_fields_table">
82
                  <table id="search_fields_table">
83
                    <thead>
83
                    <thead>
Lines 99-112 Link Here
99
                          <td>[% field.tagsubfield | html %]</td>
99
                          <td>[% field.tagsubfield | html %]</td>
100
                          <td>[% field.authorised_values_category | html %]</td>
100
                          <td>[% field.authorised_values_category | html %]</td>
101
                          <td>
101
                          <td>
102
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/items_search_field.pl?name=[% field.name | html %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
102
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/items_search_field.pl?name=[% field.name | html %]"><i class="fa fa-pencil"></i> Edit</a>
103
                            <a class="field-delete btn btn-default btn-xs" href="/cgi-bin/koha/admin/items_search_fields.pl?op=del&name=[% field.name | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
103
                            <a class="field-delete btn btn-default btn-xs" href="/cgi-bin/koha/admin/items_search_fields.pl?op=del&name=[% field.name | html %]"><i class="fa fa-trash"></i> Delete</a>
104
                          </td>
104
                          </td>
105
                        </tr>
105
                        </tr>
106
                      [% END %]
106
                      [% END %]
107
                    </tbody>
107
                    </tbody>
108
                  </table>
108
                  </table>
109
              </div></div>
109
              </fieldset></div>
110
          [% ELSE %]
110
          [% ELSE %]
111
                <h2>Item search fields</h2>
111
                <h2>Item search fields</h2>
112
              <div class="dialog message">
112
              <div class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-8 / +8 lines)
Lines 133-139 Item types &rsaquo; Administration &rsaquo; Koha Link Here
133
133
134
[% IF op == 'list' %]<div id="toolbar" class="btn-toolbar">
134
[% IF op == 'list' %]<div id="toolbar" class="btn-toolbar">
135
<div>
135
<div>
136
    <a class="pat" id="newitemtype" href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form"><i class="fa fa-plus"></i> New item type</a>
136
    <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>
137
</div></div>[% END %]
137
</div></div>[% END %]
138
138
139
[% FOREACH m IN messages %]
139
[% FOREACH m IN messages %]
Lines 446-453 Item types &rsaquo; Administration &rsaquo; Koha Link Here
446
446
447
[% IF op == 'delete_confirm' %]
447
[% IF op == 'delete_confirm' %]
448
    <div class="dialog alert">
448
    <div class="dialog alert">
449
    <div id="searchresults">
450
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
449
        <h1>Delete item type '[% itemtype.itemtype | html %]'?</h1>
450
    <fieldset>
451
        <table>
451
        <table>
452
            <tr>
452
            <tr>
453
                <th scope="row">Item type</th>
453
                <th scope="row">Item type</th>
Lines 465-484 Item types &rsaquo; Administration &rsaquo; Koha Link Here
465
            [% END %]
465
            [% END %]
466
            <tr><th scope="row">Rental charge</th><td>[% itemtype.rentalcharge | $Price %]</td></tr>
466
            <tr><th scope="row">Rental charge</th><td>[% itemtype.rentalcharge | $Price %]</td></tr>
467
        </table>
467
        </table>
468
    </fieldset>
468
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
469
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
469
            <input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
470
            <input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
470
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this item type</button>
471
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this item type</button>
471
        </form>
472
        </form>
472
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
473
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
473
            <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
474
            <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
474
        </form>
475
        </form></div>
475
    </div></div>
476
[% END %]
476
[% END %]
477
477
478
[% IF op == 'list' %]
478
[% IF op == 'list' %]
479
    <h1>Item types administration</h1>
479
    <h1>Item types administration</h1>
480
<fieldset>
480
    [% IF itemtypes %]
481
    [% IF itemtypes %]
481
<div id="searchresults">
482
        <table id="table_item_type">
482
        <table id="table_item_type">
483
          <thead>
483
          <thead>
484
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %]
484
            [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %]
Lines 596-611 Item types &rsaquo; Administration &rsaquo; Koha Link Here
596
            </td>
596
            </td>
597
            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
597
            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
598
            <td class="actions">
598
            <td class="actions">
599
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
599
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
600
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-trash"></i> Delete</a>
600
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
601
            </td>
601
            </td>
602
          </tr>
602
          </tr>
603
          [% END %]
603
          [% END %]
604
        </table>
604
        </table>
605
        </div>
606
    [% ELSE %]
605
    [% ELSE %]
607
        <div class="dialog message">There are no itemtypes defined</div>
606
        <div class="dialog message">There are no itemtypes defined</div>
608
    [% END %]
607
    [% END %]
608
        </fieldset>
609
[% END %]
609
[% END %]
610
610
611
            </main>
611
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-4 / +4 lines)
Lines 46-52 Link Here
46
    <div class="dialog alert">Failed to add mapping for [% error_info | html %]</div>
46
    <div class="dialog alert">Failed to add mapping for [% error_info | html %]</div>
47
[% END %]
47
[% END %]
48
48
49
<div id="searchresults">
49
<fieldset id="searchresults">
50
<table id="kohafields">
50
<table id="kohafields">
51
<thead><tr>
51
<thead><tr>
52
    <th>Koha field</th>
52
    <th>Koha field</th>
Lines 64-71 Link Here
64
    <td>[% loo.liblibrarian | html %]</td>
64
    <td>[% loo.liblibrarian | html %]</td>
65
    <td class="actions">
65
    <td class="actions">
66
        [% IF !loo.readonly %]
66
        [% IF !loo.readonly %]
67
            <a onclick="AddFld('[% loo.kohafield | html %]');" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-plus"></i> Add</a>
67
            <a onclick="AddFld('[% loo.kohafield | html %]');" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</a>
68
            [% IF loo.tagfield %] <a onclick="RemFld('[% loo.tagfield | html %]','[% loo.tagsubfield | html %]');" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-remove"></i> Remove</a> [% END %]
68
            [% IF loo.tagfield %] <a onclick="RemFld('[% loo.tagfield | html %]','[% loo.tagsubfield | html %]');" class="btn btn-default btn-xs"><i class="fa fa-remove"></i> Remove</a> [% END %]
69
        [% END %]
69
        [% END %]
70
    </td>
70
    </td>
71
    </td>
71
    </td>
Lines 73-79 Link Here
73
[% END %]
73
[% END %]
74
</tbody>
74
</tbody>
75
</table>
75
</table>
76
</div>
76
</fieldset>
77
77
78
<input id="remove_field" name="remove_field" type="hidden" value=""/>
78
<input id="remove_field" name="remove_field" type="hidden" value=""/>
79
<input id="add_field" name="add_field" type="hidden" value=""/>
79
<input id="add_field" name="add_field" type="hidden" value=""/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-7 / +7 lines)
Lines 74-80 Link Here
74
74
75
                    <div id="toolbar" class="btn-toolbar">
75
                    <div id="toolbar" class="btn-toolbar">
76
                        <div class="btn-group">
76
                        <div class="btn-group">
77
                            <a id="add-group-root" class="btn btn-default add-group pat" href="#">
77
                            <a id="add-group-root" class="btn btn-default add-group toolbar-btn" href="#">
78
                                <i class="fa fa-plus"></i> Add group
78
                                <i class="fa fa-plus"></i> Add group
79
                            </a>
79
                            </a>
80
                        </div>
80
                        </div>
Lines 420-444 Link Here
420
        </td>
420
        </td>
421
        <td>
421
        <td>
422
            [% IF group.branchcode %]
422
            [% IF group.branchcode %]
423
                <button id="lientype" class="btn btn-default btn-xs remove-library" data-group-id="[% group.id | html %]" data-group-library="[% group.library.branchname | html %]" data-group-parent-title="[% group.parent.title | html %]" ><i class="fa fa-trash"></i> Remove from group</button>
423
                <button class="btn btn-default btn-xs remove-library" data-group-id="[% group.id | html %]" data-group-library="[% group.library.branchname | html %]" data-group-parent-title="[% group.parent.title | html %]" ><i class="fa fa-trash"></i> Remove from group</button>
424
            [% ELSE %]
424
            [% ELSE %]
425
                <div class="btn-group">
425
                <div class="btn-group">
426
                    <button id="lientype" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"><i class="fa fa-wrench"></i> Actions <span class="caret"></span></button>
426
                    <button class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"><i class="fa fa-wrench"></i> Actions <span class="caret"></span></button>
427
                    <ul class="dropdown-menu">
427
                    <ul class="dropdown-menu">
428
                        <li>
428
                        <li>
429
                            <a id="add-group-[% group.id | html %]" href="#" class="add-group lientype" data-group-id="[% group.id | html %]">
429
                            <a id="add-group-[% group.id | html %]" href="#" class="add-group" data-group-id="[% group.id | html %]">
430
                                <i class="fa fa-plus"></i> Add sub-group
430
                                <i class="fa fa-plus"></i> Add sub-group
431
                            </a>
431
                            </a>
432
                       </li>
432
                       </li>
433
433
434
                        <li>
434
                        <li>
435
                            <a class="edit-group lientype" id="edit-group-[% group.id | html %]" href="#" data-group-id="[% group.id | html %]" data-group-parent-id="[% group.parent_id | html %]" data-group-title="[% group.title | html %]" data-group-description="[% group.description | html %]" data-group-ft_hide_patron_info="[% group.ft_hide_patron_info | html %]" data-group-ft_search_groups_opac="[% group.ft_search_groups_opac | html %]" data-group-ft_search_groups_staff="[% group.ft_search_groups_staff | html %]" data-group-ft_local_hold_group="[% group.ft_local_hold_group | html %]" >
435
                            <a class="edit-group" id="edit-group-[% group.id | html %]" href="#" data-group-id="[% group.id | html %]" data-group-parent-id="[% group.parent_id | html %]" data-group-title="[% group.title | html %]" data-group-description="[% group.description | html %]" data-group-ft_hide_patron_info="[% group.ft_hide_patron_info | html %]" data-group-ft_search_groups_opac="[% group.ft_search_groups_opac | html %]" data-group-ft_search_groups_staff="[% group.ft_search_groups_staff | html %]" data-group-ft_local_hold_group="[% group.ft_local_hold_group | html %]" >
436
                                <i class="fa fa-pencil"></i> Edit
436
                                <i class="fa fa-pencil"></i> Edit
437
                            </a>
437
                            </a>
438
                       </li>
438
                       </li>
439
439
440
                        <li>
440
                        <li>
441
                            <a class="delete-group lientype" id="delete-group-[% group.id | html %]" href="#" data-group-id="[% group.id | html %]" data-group-title="[% group.title | html %]">
441
                            <a class="delete-group" id="delete-group-[% group.id | html %]" href="#" data-group-id="[% group.id | html %]" data-group-title="[% group.title | html %]">
442
                                <i class="fa fa-trash"></i> Delete
442
                                <i class="fa fa-trash"></i> Delete
443
                            </a>
443
                            </a>
444
                       </li>
444
                       </li>
Lines 446-452 Link Here
446
                </div>
446
                </div>
447
447
448
                <div class="btn-group">
448
                <div class="btn-group">
449
                    <button class="btn btn-default btn-xs dropdown-toggle" id="lientype" data-toggle="dropdown"><i class="fa fa-plus"></i> Add library <span class="caret"></span></button>
449
                    <button class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"><i class="fa fa-plus"></i> Add library <span class="caret"></span></button>
450
                    <ul class="dropdown-menu">
450
                    <ul class="dropdown-menu">
451
                        [% FOREACH library IN group.libraries_not_direct_children %]
451
                        [% FOREACH library IN group.libraries_not_direct_children %]
452
                            <li>
452
                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-5 / +5 lines)
Lines 144-150 Link Here
144
                            [% END %][% END %]
144
                            [% END %][% END %]
145
145
146
                            <div id="subfieldtabs" class="toptabs numbered">
146
                            <div id="subfieldtabs" class="toptabs numbered">
147
                            <fieldset id="searchresults">
147
                            <fieldset>
148
                                 <ul class="nav nav-tabs" role="tablist">
148
                                 <ul class="nav nav-tabs" role="tablist">
149
                                    [% FOREACH loo IN loop %]
149
                                    [% FOREACH loo IN loop %]
150
                                        <li id="tab_subfield_[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="tab-item" role="presentation">
150
                                        <li id="tab_subfield_[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="tab-item" role="presentation">
Lines 382-388 Link Here
382
                        <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
382
                        <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
383
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
383
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
384
384
385
                        <div id="searchresults">
385
                        <fieldset>
386
                        <table id="table_marcsubfieldstructure">
386
                        <table id="table_marcsubfieldstructure">
387
                            <thead>
387
                            <thead>
388
                                <tr>
388
                                <tr>
Lines 422-434 Link Here
422
                                            [% END %]
422
                                            [% END %]
423
                                        </td>
423
                                        </td>
424
                                        <td class="actions">
424
                                        <td class="actions">
425
                                            <a id="lientype" href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
425
                                            <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
426
                                            <a id="lientype" href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=delete_confirm&amp;tagfield=[% loo.tagfield | uri %]&amp;tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
426
                                            <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=delete_confirm&amp;tagfield=[% loo.tagfield | uri %]&amp;tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
427
                                        </td>
427
                                        </td>
428
                                    </tr>
428
                                    </tr>
429
                                [% END %]
429
                                [% END %]
430
                            </tbody>
430
                            </tbody>
431
                        </table> <!-- /#table_marcsubfieldstructure -->
431
                        </table> <!-- /#table_marcsubfieldstructure -->
432
                        </fieldset>
432
433
433
                        <form action="[% script_name | html %]" method="get">
434
                        <form action="[% script_name | html %]" method="get">
434
                            <fieldset class="action"><input type="hidden" name="op" value="add_form" />
435
                            <fieldset class="action"><input type="hidden" name="op" value="add_form" />
Lines 438-444 Link Here
438
                                <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | html %]">Cancel</a>
439
                                <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | html %]">Cancel</a>
439
                            </fieldset>
440
                            </fieldset>
440
                        </form>
441
                        </form>
441
                        </div>
442
442
443
                    [% END # /IF else %]
443
                    [% END # /IF else %]
444
444
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-4 / +4 lines)
Lines 118-124 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
118
118
119
[% IF ( else ) %]
119
[% IF ( else ) %]
120
<div id="toolbar" class="btn-toolbar"><div>
120
<div id="toolbar" class="btn-toolbar"><div>
121
    <a class="pat" 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>
121
    <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>
122
</div></div>[% END %]
122
</div></div>[% END %]
123
123
124
<h2>MARC Framework for [% IF framework %][% framework.frameworktext | html %] ([% framework.frameworkcode | html %])[% ELSE %]default MARC framework[% END %]</h2>
124
<h2>MARC Framework for [% IF framework %][% framework.frameworktext | html %] ([% framework.frameworkcode | html %])[% ELSE %]default MARC framework[% END %]</h2>
Lines 260-266 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
260
</fieldset>
260
</fieldset>
261
</form>
261
</form>
262
262
263
<div id="searchresults">
263
<fieldset id="searchresults">
264
    <table id="table_marctagstructure">
264
    <table id="table_marctagstructure">
265
    <thead>
265
    <thead>
266
        <tr>
266
        <tr>
Lines 298-304 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
298
            <td>[% loo.ind2_defaultvalue | html %]</td>
298
            <td>[% loo.ind2_defaultvalue | html %]</td>
299
            <td>
299
            <td>
300
                <div class="btn-group dropup">
300
                <div class="btn-group dropup">
301
                    <a class="btn btn-default btn-xs dropdown-toggle" id="lientype" role="button" data-toggle="dropdown" href="#">
301
                    <a class="btn btn-default btn-xs dropdown-toggle" role="button" data-toggle="dropdown" href="#">
302
                        Actions <b class="caret"></b></a>
302
                        Actions <b class="caret"></b></a>
303
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]">
303
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]">
304
                        <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>
304
                        <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 312-318 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
312
    [% END %]
312
    [% END %]
313
    </tbody>
313
    </tbody>
314
    </table>
314
    </table>
315
    </div>
315
    </fieldset>
316
[% END %]
316
[% END %]
317
317
318
            </main>
318
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-15 / +15 lines)
Lines 170-179 Link Here
170
                                [% ELSE %]
170
                                [% ELSE %]
171
                                    <p id="addMatchPoint">
171
                                    <p id="addMatchPoint">
172
                                [% END %]
172
                                [% END %]
173
                                    <a href="#" class="button" onclick="InsertMatchpoint('mp_1', 'mp_template'); return false;" id="lientype">Add match point</a>
173
                                    <a href="#" class="button" onclick="InsertMatchpoint('mp_1', 'mp_template'); return false;">Add match point</a>
174
                                </p>
174
                                </p>
175
                            [% ELSE %]
175
                            [% ELSE %]
176
                                <p id="addMatchPoint" style="display:none;"><a href="#" class="button" onclick="InsertMatchpoint('mp_1', 'mp_template'); return false;" id="lientype">
176
                                <p id="addMatchPoint" style="display:none;"><a href="#" class="button" onclick="InsertMatchpoint('mp_1', 'mp_template'); return false;">
177
                                    Add match point</a>
177
                                    Add match point</a>
178
                                </p>
178
                                </p>
179
                            [% END %]
179
                            [% END %]
Lines 182-188 Link Here
182
                                [% FOREACH matchpoint IN matchpoints %]
182
                                [% FOREACH matchpoint IN matchpoints %]
183
                                    <div id="mp_[% matchpoint.mp_num | html %]" class="matchgroup">
183
                                    <div id="mp_[% matchpoint.mp_num | html %]" class="matchgroup">
184
                                        <fieldset>
184
                                        <fieldset>
185
                                            <h3>Match point [% matchpoint.mp_num | html %] | <a href="#" id="lientype" class="button" onclick="InsertMatchpoint('mp_[% matchpoint.mp_num | html %]', 'mp_template'); return false;">Add match point</a> | <a href="#" id="lientype" class="button" onclick="DeleteMatchpoint(this); return false;">Remove this match point</a></h3>
185
                                            <h3>Match point [% matchpoint.mp_num | html %] | <a href="#" class="button" onclick="InsertMatchpoint('mp_[% matchpoint.mp_num | html %]', 'mp_template'); return false;">Add match point</a> | <a href="#" class="button" onclick="DeleteMatchpoint(this); return false;">Remove this match point</a></h3>
186
                                            <ol>
186
                                            <ol>
187
                                                <li>
187
                                                <li>
188
                                                    <label for="mp_[% matchpoint.mp_num | html %]_search_index">Search index: </label>
188
                                                    <label for="mp_[% matchpoint.mp_num | html %]_search_index">Search index: </label>
Lines 233-239 Link Here
233
                            [% ELSE # IF ( edit_matching_rule ) %]
233
                            [% ELSE # IF ( edit_matching_rule ) %]
234
                                <div id="mp_1" class="matchgroup">
234
                                <div id="mp_1" class="matchgroup">
235
                                    <fieldset>
235
                                    <fieldset>
236
                                        <h3>Match point 1 | <a href="#" class="button" onclick="InsertMatchpoint('mp_1', 'mp_template'); return false;" id="lientype">Add match point</a> | <a href="#" id="lientype" class="button" onclick="DeleteMatchpoint(this); return false;">Remove this match point</a></h3>
236
                                        <h3>Match point 1 | <a href="#" class="button" onclick="InsertMatchpoint('mp_1', 'mp_template'); return false;" >Add match point</a> | <a href="#" class="button" onclick="DeleteMatchpoint(this); return false;">Remove this match point</a></h3>
237
                                        <ol>
237
                                        <ol>
238
                                            <li>
238
                                            <li>
239
                                                <label for="mp_1_search_index">Search index: </label>
239
                                                <label for="mp_1_search_index">Search index: </label>
Lines 283-298 Link Here
283
                                [% ELSE %]
283
                                [% ELSE %]
284
                                    <p id="addMatchCheck">
284
                                    <p id="addMatchCheck">
285
                                [% END %]
285
                                [% END %]
286
                                <a id="lientype" href="#" class="button" onclick="InsertMatchcheck('mc_1', 'mc_template'); return false;">  Add match check</a></p>
286
                                <a href="#" class="button" onclick="InsertMatchcheck('mc_1', 'mc_template'); return false;">  Add match check</a></p>
287
                            [% ELSE %]
287
                            [% ELSE %]
288
                                <p id="addMatchCheck" style="display:none;"><a id="lientype" href="#" class="button" onclick="InsertMatchcheck('mc_1', 'mc_template'); return false;">  Add match check</a></p>
288
                                <p id="addMatchCheck" style="display:none;"><a href="#" class="button" onclick="InsertMatchcheck('mc_1', 'mc_template'); return false;">  Add match check</a></p>
289
                            [% END %]
289
                            [% END %]
290
290
291
                            [% IF ( edit_matching_rule ) %]
291
                            [% IF ( edit_matching_rule ) %]
292
                                [% FOREACH matchcheck IN matchchecks %]
292
                                [% FOREACH matchcheck IN matchchecks %]
293
                                    <div id="mc_[% matchcheck.mc_num | html %]" class="matchgroup">
293
                                    <div id="mc_[% matchcheck.mc_num | html %]" class="matchgroup">
294
                                        <fieldset>
294
                                        <fieldset>
295
                                            <h3>Match check [% matchcheck.mc_num | html %]<a id="lientype" href="#" class="button" onclick="InsertMatchcheck('mc_[% matchcheck.mc_num | html %]', 'mc_template'); return false;">  Add match check</a> | <a id="lientype" href="#" class="button" onclick="DeleteMatchcheck(this); return false;">Remove this match check</a></h3>
295
                                            <h3>Match check [% matchcheck.mc_num | html %]<a href="#" class="button" onclick="InsertMatchcheck('mc_[% matchcheck.mc_num | html %]', 'mc_template'); return false;">  Add match check</a> | <a href="#" class="button" onclick="DeleteMatchcheck(this); return false;">Remove this match check</a></h3>
296
                                            <input type="hidden" id="mc_[% matchcheck.mc_num | html %]_id" name="mc_[% matchcheck.mc_num | html %]_id" value="1" />
296
                                            <input type="hidden" id="mc_[% matchcheck.mc_num | html %]_id" name="mc_[% matchcheck.mc_num | html %]_id" value="1" />
297
                                            [% FOREACH src_component IN matchcheck.src_components %]
297
                                            [% FOREACH src_component IN matchcheck.src_components %]
298
                                                <fieldset id="mc_[% src_component.mc_num | html %]_src_c_[% src_component.comp_num | html %]">
298
                                                <fieldset id="mc_[% src_component.mc_num | html %]_src_c_[% src_component.comp_num | html %]">
Lines 362-368 Link Here
362
                            [% ELSE # IF ( edit_matching_rule ) %]
362
                            [% ELSE # IF ( edit_matching_rule ) %]
363
                                <div id="mc_1" class="matchgroup">
363
                                <div id="mc_1" class="matchgroup">
364
                                    <fieldset>
364
                                    <fieldset>
365
                                        <h3>Match check 1 | <a id="lientype" href="#" class="button" onclick="InsertMatchcheck('mc_1', 'mc_template'); return false;">Add match check</a> | <a id="lientype" href="#" class="button" onclick="DeleteMatchcheck(this); return false;">Remove this match check</a></h3>
365
                                        <h3>Match check 1 | <a href="#" class="button" onclick="InsertMatchcheck('mc_1', 'mc_template'); return false;">Add match check</a> | <a href="#" class="button" onclick="DeleteMatchcheck(this); return false;">Remove this match check</a></h3>
366
                                        <input type="hidden" id="mc_1_id" name="mc_1_id" value="1" />
366
                                        <input type="hidden" id="mc_1_id" name="mc_1_id" value="1" />
367
                                        <fieldset id="mc_1_src_c_1">
367
                                        <fieldset id="mc_1_src_c_1">
368
                                            <h3>Source (incoming) record check field</h3>
368
                                            <h3>Source (incoming) record check field</h3>
Lines 449-459 Link Here
449
449
450
                    <div id="toolbar" class="btn-toolbar">
450
                    <div id="toolbar" class="btn-toolbar">
451
                    <div>
451
                    <div>
452
                        <a class="pat" id="newrule" href="[% script_name | url %]?op=add_matching_rule"><i class="fa fa-plus"></i> New record matching rule</a>
452
                        <a class="toolbar-btn" id="newrule" href="[% script_name | url %]?op=add_matching_rule"><i class="fa fa-plus"></i> New record matching rule</a>
453
                    </div></div>
453
                    </div></div>
454
454
455
                    <h2>Record matching rules</h2>
455
                    <h2>Record matching rules</h2>
456
456
457
                    <fieldset id="searchresults">
457
                    [% IF ( added_matching_rule ) %]
458
                    [% IF ( added_matching_rule ) %]
458
                        <div class="dialog message">Added record matching rule &quot;[% added_matching_rule | html %]&quot;</div>
459
                        <div class="dialog message">Added record matching rule &quot;[% added_matching_rule | html %]&quot;</div>
459
                    [% END %]
460
                    [% END %]
Lines 464-470 Link Here
464
                        <div class="dialog message">Deleted record matching rule &quot;[% deleted_matching_rule | html %]&quot;</div>
465
                        <div class="dialog message">Deleted record matching rule &quot;[% deleted_matching_rule | html %]&quot;</div>
465
                    [% END %]
466
                    [% END %]
466
                    [% IF ( available_matching_rules ) %]
467
                    [% IF ( available_matching_rules ) %]
467
                    <div id="searchresults">
468
                        <table>
468
                        <table>
469
                            <tr>
469
                            <tr>
470
                                <th>#</th>
470
                                <th>#</th>
Lines 478-493 Link Here
478
                                    <td>[% available_matching_rule.code | html %]</td>
478
                                    <td>[% available_matching_rule.code | html %]</td>
479
                                    <td>[% available_matching_rule.description | html %]</td>
479
                                    <td>[% available_matching_rule.description | html %]</td>
480
                                    <td class="actions">
480
                                    <td class="actions">
481
                                        <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
481
                                        <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-pencil"></i> Edit</a>
482
                                        <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
482
                                        <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-trash"></i> Delete</a>
483
                                    </td>
483
                                    </td>
484
                                </tr>
484
                                </tr>
485
                            [% END %]
485
                            [% END %]
486
                        </table>
486
                        </table>
487
                    </div>
488
                    [% ELSE %]
487
                    [% ELSE %]
489
                        <p>There are no saved matching rules.</p>
488
                        <p>There are no saved matching rules.</p>
490
                    [% END # /IF ( available_matching_rules ) %]
489
                    [% END # /IF ( available_matching_rules ) %]
490
                    </fieldset>
491
491
492
                    <div class="pages">[% pagination_bar | $raw %]</div>
492
                    <div class="pages">[% pagination_bar | $raw %]</div>
493
                [% END # /IF ( display_list ) %]
493
                [% END # /IF ( display_list ) %]
Lines 495-501 Link Here
495
                [% IF ( matching_rule_form ) %]
495
                [% IF ( matching_rule_form ) %]
496
                    <div id="mp_template" class="matchgroup" style="display:none;">
496
                    <div id="mp_template" class="matchgroup" style="display:none;">
497
                        <fieldset>
497
                        <fieldset>
498
                            <h3>Match point <span class="counter"></span> | <a id="lientype" href="#" class="button" onclick="DeleteMatchpoint(this); return false;">Remove this match point</a></h3>
498
                            <h3>Match point <span class="counter"></span> | <a href="#" class="button" onclick="DeleteMatchpoint(this); return false;">Remove this match point</a></h3>
499
                            <ol>
499
                            <ol>
500
                                <li>
500
                                <li>
501
                                    <label for="mp_num_search_index">Search index: </label>
501
                                    <label for="mp_num_search_index">Search index: </label>
Lines 537-543 Link Here
537
537
538
                    <div id="mc_template" class="matchgroup" style="display:none">
538
                    <div id="mc_template" class="matchgroup" style="display:none">
539
                        <fieldset>
539
                        <fieldset>
540
                            <h3>Match check <span class="counter"></span> | <a id="lientype" href="#" class="button" onclick="DeleteMatchcheck(this); return false;">Remove this match check</a></h3>
540
                            <h3>Match check <span class="counter"></span> | <a href="#" class="button" onclick="DeleteMatchcheck(this); return false;">Remove this match check</a></h3>
541
                            <input type="hidden" id="mc_num_id" name="mc_num_id" value="1" />
541
                            <input type="hidden" id="mc_num_id" name="mc_num_id" value="1" />
542
                            <fieldset id="mc_num_src_c_1">
542
                            <fieldset id="mc_num_src_c_1">
543
                                <h3>Source (incoming) record check field</h3>
543
                                <h3>Source (incoming) record check field</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-9 / +9 lines)
Lines 92-101 Link Here
92
                            <li>
92
                            <li>
93
                                <label>setDescription: </label>
93
                                <label>setDescription: </label>
94
                                <textarea style="vertical-align:middle" rows="2" cols="30" name="description">[% desc.description | html %]</textarea>
94
                                <textarea style="vertical-align:middle" rows="2" cols="30" name="description">[% desc.description | html %]</textarea>
95
                                <a class="remove_description" href="#" id="lientype"><i class="fa fa-fw fa-trash"></i> Remove</a>
95
                                <a class="remove_description" href="#"><i class="fa fa-fw fa-trash"></i> Remove</a>
96
                            </li>
96
                            </li>
97
                        [% END %]
97
                        [% END %]
98
                        <li id="adddescription"><span class="label">&nbsp;</span><a href="#" class="add_description" id="lientype"><i class="fa fa-fw fa-plus"></i> Add description</a></li>
98
                        <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>
99
99
100
                    </ol>
100
                    </ol>
101
                <fieldset class="action">
101
                <fieldset class="action">
Lines 107-119 Link Here
107
107
108
        <div id="toolbar" class="btn-toolbar">
108
        <div id="toolbar" class="btn-toolbar">
109
        <div>
109
        <div>
110
            <a class="pat" id="newoaiset" href="/cgi-bin/koha/admin/oai_sets.pl?op=new"><i class="fa fa-plus"></i> New set</a>
110
            <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>
111
        </div></div>
111
        </div></div>
112
112
113
        <h2>OAI sets</h2>
113
        <h2>OAI sets</h2>
114
        [% IF sets_loop %]
114
        [% IF sets_loop %]
115
        <div id="searchresults">
116
        <div>
115
        <div>
116
        <fieldset id="searchresults">
117
            <table>
117
            <table>
118
                <thead>
118
                <thead>
119
                    <tr>
119
                    <tr>
Lines 141-152 Link Here
141
                            </td>
141
                            </td>
142
                            <td>
142
                            <td>
143
                              <div class="btn-group dropup">
143
                              <div class="btn-group dropup">
144
                                <a class="btn btn-default btn-xs dropdown-toggle lientype" id="oaisetsactions[% set.id | html %]" role="button" data-toggle="dropdown" href="#">
144
                                <a class="btn btn-default btn-xs dropdown-toggle" id="oaisetsactions[% set.id | html %]" role="button" data-toggle="dropdown" href="#">
145
                                  Actions <b class="caret"></b></a>
145
                                  Actions <b class="caret"></b></a>
146
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id | html %]">
146
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id | html %]">
147
                                  <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&amp;id=[% set.id | uri %]" id="lientype"><i class="fa fa-fw fa-pencil"></i> Edit</a></li>
147
                                  <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&amp;id=[% set.id | uri %]"><i class="fa fa-fw fa-pencil"></i> Edit</a></li>
148
                                  <li><a class="delete_oai_set" href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id | html %]" id="lientype"><i class="fa fa-fw fa-trash"></i> Delete</a></li>
148
                                  <li><a class="delete_oai_set" href="/cgi-bin/koha/admin/oai_sets.pl?op=del&amp;id=[% set.id | html %]"><i class="fa fa-fw fa-trash"></i> Delete</a></li>
149
                                  <li><a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id | uri %]" id="lientype"><i class="fa fa-fw fa-info"></i> Define mappings</a></li>
149
                                  <li><a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id | uri %]"><i class="fa fa-fw fa-info"></i> Define mappings</a></li>
150
                                </ul>
150
                                </ul>
151
                              </div>
151
                              </div>
152
                            </td>
152
                            </td>
Lines 154-160 Link Here
154
                    [% END %]
154
                    [% END %]
155
                </tbody>
155
                </tbody>
156
            </table>
156
            </table>
157
            </div>
157
            </fieldset>
158
            </div>
158
            </div>
159
        [% ELSE %]
159
        [% ELSE %]
160
            <div class="dialog message"><p>There are no sets defined.</p></div>
160
            <div class="dialog message"><p>There are no sets defined.</p></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-5 / +5 lines)
Lines 275-281 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
275
275
276
<div id="toolbar" class="btn-toolbar">
276
<div id="toolbar" class="btn-toolbar">
277
<div>
277
<div>
278
    <a class="pat" id="newrule" href="[% script_name | url %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a>
278
    <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>
279
</div></div>
279
</div></div>
280
280
281
281
Lines 298-304 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
298
    &mdash; it was already absent from the database.</div>
298
    &mdash; it was already absent from the database.</div>
299
[% END %]
299
[% END %]
300
[% IF ( available_attribute_types ) %]
300
[% IF ( available_attribute_types ) %]
301
<div id="searchresults">
301
<fieldset id="searchresults">
302
  [% FOREACH attribute IN available_attribute_types %]
302
  [% FOREACH attribute IN available_attribute_types %]
303
    [% IF attribute.class %]
303
    [% IF attribute.class %]
304
        <h4>[% attribute.lib | html %]</h4>
304
        <h4>[% attribute.lib | html %]</h4>
Lines 351-358 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
351
                [% END %]
351
                [% END %]
352
            </td>
352
            </td>
353
            <td class="actions">
353
            <td class="actions">
354
              <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=edit_attribute_type&amp;code=[% item.code | uri %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
354
              <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=edit_attribute_type&amp;code=[% item.code | uri %]"><i class="fa fa-pencil"></i> Edit</a>
355
              <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=delete_attribute_type&amp;code=[% item.code | uri %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
355
              <a class="btn btn-default btn-xs" href="[% script_name | url %]?op=delete_attribute_type&amp;code=[% item.code | uri %]"><i class="fa fa-trash"></i> Delete</a>
356
            </td>
356
            </td>
357
          </tr>
357
          </tr>
358
        [% END %]
358
        [% END %]
Lines 361-367 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
361
  [% END %]
361
  [% END %]
362
[% ELSE %]
362
[% ELSE %]
363
  <p>There are no saved patron attribute types.</p>
363
  <p>There are no saved patron attribute types.</p>
364
</div>
364
</fieldset>
365
[% END %]
365
[% END %]
366
366
367
<div class="pages">[% pagination_bar | $raw %]</div>
367
<div class="pages">[% pagination_bar | $raw %]</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-3 / +3 lines)
Lines 337-345 a.add, a.delete { Link Here
337
                                        <input name="mapping_marc_field" type="text" value="[% mapping.marc_field | html %]" />
337
                                        <input name="mapping_marc_field" type="text" value="[% mapping.marc_field | html %]" />
338
                                    </td>
338
                                    </td>
339
                                    [% IF mapping.search_field_mandatory %]
339
                                    [% IF mapping.search_field_mandatory %]
340
                                        <td><a class="btn btn-default btn-xs delete mandatory" data-field_name="[% mapping.search_field_name | html %]" style="cursor: pointer;" id="lientype"><i class="fa fa-trash"></i> Delete</a></td>
340
                                        <td><a class="btn btn-default btn-xs delete mandatory" data-field_name="[% mapping.search_field_name | html %]" style="cursor: pointer;"><i class="fa fa-trash"></i> Delete</a></td>
341
                                    [% ELSE %]
341
                                    [% ELSE %]
342
                                        <td><a class="btn btn-default btn-xs delete" style="cursor: pointer;" id="lientype"><i class="fa fa-trash"></i> Delete</a></td>
342
                                        <td><a class="btn btn-default btn-xs delete" style="cursor: pointer;""><i class="fa fa-trash"></i> Delete</a></td>
343
                                    [% END %]
343
                                    [% END %]
344
                                </tr>
344
                                </tr>
345
                                [% END %]
345
                                [% END %]
Lines 396-402 a.add, a.delete { Link Here
396
                                </select>
396
                                </select>
397
                            </td>
397
                            </td>
398
                            <td><input data-id="mapping_marc_field" type="text" /></td>
398
                            <td><input data-id="mapping_marc_field" type="text" /></td>
399
                            <td><a id="lientype" class="btn btn-default btn-xs add"><i class="fa fa-plus"></i> Add</a></td>
399
                            <td><a class="btn btn-default btn-xs add"><i class="fa fa-plus"></i> Add</a></td>
400
                            </tr>
400
                            </tr>
401
                        </tfoot>
401
                        </tfoot>
402
                        </table>
402
                        </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-32 / +32 lines)
Lines 108-114 Link Here
108
        [% END %]
108
        [% END %]
109
109
110
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
110
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
111
        <div id="searchresults">
111
        <fieldset>
112
            <input type="hidden" name="op" value="add" />
112
            <input type="hidden" name="op" value="add" />
113
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
113
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
114
            <table id="default-circulation-rules">
114
            <table id="default-circulation-rules">
Lines 237-244 Link Here
237
                                        [% END %]
237
                                        [% END %]
238
                                    </td>
238
                                    </td>
239
                                    <td class="actions">
239
                                    <td class="actions">
240
                                      <a href="#" class="editrule btn btn-default btn-xs" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
240
                                      <a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
241
                                      <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&amp;itemtype=[% i || '*' | html %]&amp;categorycode=[% c || '*' | html %]&amp;branch=[% current_branch | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
241
                                      <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&amp;itemtype=[% i || '*' | html %]&amp;categorycode=[% c || '*' | html %]&amp;branch=[% current_branch | html %]"><i class="fa fa-trash"></i> Delete</a>
242
                                    </td>
242
                                    </td>
243
                                    <td>
243
                                    <td>
244
                                        [% IF note.defined && note != '' %]
244
                                        [% IF note.defined && note != '' %]
Lines 391-398 Link Here
391
                                        <td>[% recall_shelf_time | html %]</td>
391
                                        <td>[% recall_shelf_time | html %]</td>
392
                                    [% END %]
392
                                    [% END %]
393
                                    <td class="actions">
393
                                    <td class="actions">
394
                                      <a href="#" class="editrule btn btn-default btn-xs" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
394
                                      <a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
395
                                      <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&amp;itemtype=[% i || '*' | uri %]&amp;categorycode=[% c || '*' | uri %]&amp;branch=[% current_branch | uri %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
395
                                      <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&amp;itemtype=[% i || '*' | uri %]&amp;categorycode=[% c || '*' | uri %]&amp;branch=[% current_branch | uri %]"><i class="fa fa-trash"></i> Delete</a>
396
                                    </td>
396
                                    </td>
397
                            </tr>
397
                            </tr>
398
                        [% END %]
398
                        [% END %]
Lines 430-437 Link Here
430
                    </td>
430
                    </td>
431
                    <td class="actions">
431
                    <td class="actions">
432
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
432
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
433
                        <button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-save"></i> Save</button>
433
                        <button type="submit" class="btn btn-default btn-xs" ><i class="fa fa-save"></i> Save</button>
434
                        <button name="cancel" class="clear_edit btn btn-default btn-xs" id="lientype"><i class="fa fa-undo"></i> Clear</button>
434
                        <button name="cancel" class="clear_edit btn btn-default btn-xs"><i class="fa fa-undo"></i> Clear</button>
435
                    </td>
435
                    </td>
436
                    <td><input type="text" name="note" id="note" size="15" value="" maxlength="100"></td>
436
                    <td><input type="text" name="note" id="note" size="15" value="" maxlength="100"></td>
437
                    <td><input type="text" name="maxissueqty" id="maxissueqty" size="3" /></td>
437
                    <td><input type="text" name="maxissueqty" id="maxissueqty" size="3" /></td>
Lines 534-540 Link Here
534
                    [% END %]
534
                    [% END %]
535
                    <td class="actions">
535
                    <td class="actions">
536
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
536
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
537
                        <button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-save"></i> Save</button>
537
                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button>
538
                        <button name="cancel" class="clear_edit btn btn-default btn-xs"><i class="fa fa-undo"></i> Clear</button>
538
                        <button name="cancel" class="clear_edit btn btn-default btn-xs"><i class="fa fa-undo"></i> Clear</button>
539
                    </td>
539
                    </td>
540
                </tr>
540
                </tr>
Lines 591-604 Link Here
591
                  </tfoot>
591
                  </tfoot>
592
                </tbody>
592
                </tbody>
593
            </table>
593
            </table>
594
            </div>
594
            </fieldset>
595
        </form>
595
        </form>
596
    </div>
596
    </div>
597
    <div id="defaults-for-this-library" class="container">
597
    <div id="defaults-for-this-library" class="container">
598
    <div id=searchresults>
599
    <h3>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h3>
598
    <h3>Default checkout, hold and return policy[% IF humanbranch %] for [% Branches.GetName( humanbranch ) | html %][% END %]</h3>
600
        <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>
599
        <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>
601
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
600
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
601
    <fieldset>
602
            <input type="hidden" name="op" value="set-branch-defaults" />
602
            <input type="hidden" name="op" value="set-branch-defaults" />
603
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
603
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
604
            <table>
604
            <table>
Lines 766-783 Link Here
766
                        </select>
766
                        </select>
767
                    </td>
767
                    </td>
768
                    <td class="actions">
768
                    <td class="actions">
769
                        <button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-save"></i> Save</button>
769
                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button>
770
                        [% IF ( default_checkout_hold_and_return_policy ) %]
770
                        [% IF ( default_checkout_hold_and_return_policy ) %]
771
                            <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&amp;categorycode=*&amp;branch=[% current_branch | html %]" id="unset"><i class="fa fa-undo"></i> Unset</a>
771
                            <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&amp;categorycode=*&amp;branch=[% current_branch | html %]" id="unset"><i class="fa fa-undo"></i> Unset</a>
772
                        [% END %]
772
                        [% END %]
773
                    </td>
773
                    </td>
774
                </tr>
774
                </tr>
775
            </table>
775
            </table></fieldset>
776
        </form>
776
        </form>
777
    </div></div>
777
    </div>
778
    [% IF ( show_branch_cat_rule_form ) %]
778
    [% IF ( show_branch_cat_rule_form ) %]
779
    <div id="holds-policy-by-patron-category" class="container">
779
    <div id="holds-policy-by-patron-category" class="container">
780
    <div id=searchresults>
781
    <h3>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h3>
780
    <h3>[% IF humanbranch %]Checkout, hold policy by patron category for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default checkout, hold policy by patron category[% END %]</h3>
782
        <p>For this library, you can specify the maximum number of loans that
781
        <p>For this library, you can specify the maximum number of loans that
783
            a patron of a given category can make, regardless of the item type.
782
            a patron of a given category can make, regardless of the item type.
Lines 786-791 Link Here
786
           no limit applies, except possibly for a limit you define for a specific item type.
785
           no limit applies, except possibly for a limit you define for a specific item type.
787
        </p>
786
        </p>
788
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
787
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
788
    <fieldset>
789
            <input type="hidden" name="op" value="add-branch-cat" />
789
            <input type="hidden" name="op" value="add-branch-cat" />
790
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
790
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
791
            <table>
791
            <table>
Lines 850-865 Link Here
850
                    <td><input name="patron_maxissueqty" size="3" type="text" /></td>
850
                    <td><input name="patron_maxissueqty" size="3" type="text" /></td>
851
                    <td><input name="patron_maxonsiteissueqty" size="3" type="text" /></td>
851
                    <td><input name="patron_maxonsiteissueqty" size="3" type="text" /></td>
852
                    <td><input name="max_holds" size="3" type="text" /></td>
852
                    <td><input name="max_holds" size="3" type="text" /></td>
853
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-plus"></i> Add</td>
853
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
854
                </tr>
854
                </tr>
855
            </table>
855
            </table></fieldset>
856
        </form>
856
        </form>
857
    </div></div>
857
    </div>
858
    [% END %]
858
    [% END %]
859
859
860
[% IF Koha.Preference('ArticleRequests') %]
860
[% IF Koha.Preference('ArticleRequests') %]
861
    <div id="open-article-requests-limit-patron-category" class="container">
861
    <div id="open-article-requests-limit-patron-category" class="container">
862
    <div id=searchresults>
863
    [% IF humanbranch %]
862
    [% IF humanbranch %]
864
        <h3>Daily open article requests limit for [% Branches.GetName( humanbranch ) | html %]</h3>
863
        <h3>Daily open article requests limit for [% Branches.GetName( humanbranch ) | html %]</h3>
865
    [% ELSE %]
864
    [% ELSE %]
Lines 867-872 Link Here
867
    [% END %]
866
    [% END %]
868
        <p>Specify the maximum number simultaneous current article requests a patron of a given category can have.</p>
867
        <p>Specify the maximum number simultaneous current article requests a patron of a given category can have.</p>
869
        <form id="set-article-requests-daily-limit" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
868
        <form id="set-article-requests-daily-limit" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
869
    <fieldset>
870
            <input type="hidden" name="op" value="add-open-article-requests-limit" />
870
            <input type="hidden" name="op" value="add-open-article-requests-limit" />
871
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
871
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
872
            <table>
872
            <table>
Lines 909-919 Link Here
909
                    <td><input name="open_article_requests_limit" size="3" type="text" /></td>
909
                    <td><input name="open_article_requests_limit" size="3" type="text" /></td>
910
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
910
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
911
                </tr>
911
                </tr>
912
            </table>
912
            </table></fieldset>
913
        </form>
913
        </form>
914
    </div></div>
914
    </div>
915
    <div id="article-request-fee-category" class="container">
915
    <div id="article-request-fee-category" class="container">
916
    <div id=searchresults>
917
    [% IF humanbranch %]
916
    [% IF humanbranch %]
918
        <h3>Article request fees for [% Branches.GetName( humanbranch ) | html %]</h3>
917
        <h3>Article request fees for [% Branches.GetName( humanbranch ) | html %]</h3>
919
    [% ELSE %]
918
    [% ELSE %]
Lines 921-926 Link Here
921
    [% END %]
920
    [% END %]
922
        <p>Specify the article request fee for a given patron category.</p>
921
        <p>Specify the article request fee for a given patron category.</p>
923
        <form id="set-article-request-fee" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
922
        <form id="set-article-request-fee" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
923
    <fieldset>
924
            <input type="hidden" name="op" value="set-article-request-fee" />
924
            <input type="hidden" name="op" value="set-article-request-fee" />
925
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
925
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
926
            <table>
926
            <table>
Lines 966-981 Link Here
966
                        </select>
966
                        </select>
967
                    </td>
967
                    </td>
968
                    <td><input name="article_request_fee" size="3" type="text" /></td>
968
                    <td><input name="article_request_fee" size="3" type="text" /></td>
969
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-plus"></i> Add</td>
969
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
970
                </tr>
970
                </tr>
971
            </table>
971
            </table></fieldset>
972
        </form>
972
        </form>
973
    </div></div>
973
    </div>
974
974
975
[% END %]
975
[% END %]
976
976
977
    <div id="refund-lost-item-fee-on-return" class="container">
977
    <div id="refund-lost-item-fee-on-return" class="container">
978
    <div id=searchresults>
979
        [% IF current_branch == '*' %]
978
        [% IF current_branch == '*' %]
980
            <h3>Default lost item fee refund on return policy</h3>
979
            <h3>Default lost item fee refund on return policy</h3>
981
        [% ELSE %]
980
        [% ELSE %]
Lines 984-989 Link Here
984
        <p>Specify the default policy for lost item fees on return.
983
        <p>Specify the default policy for lost item fees on return.
985
        </p>
984
        </p>
986
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
985
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
986
    <fieldset>
987
            <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" />
987
            <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" />
988
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
988
            <input type="hidden" name="branch" value="[% current_branch | html %]" />
989
            <table>
989
            <table>
Lines 1071-1086 Link Here
1071
                        </select>
1071
                        </select>
1072
                    </td>
1072
                    </td>
1073
                    <td class="actions">
1073
                    <td class="actions">
1074
                        <button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-save"></i> Save</button>
1074
                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button>
1075
                    </td>
1075
                    </td>
1076
                    </td>
1076
                    </td>
1077
                </tr>
1077
                </tr>
1078
            </table>
1078
            </table></fieldset>
1079
        </form>
1079
        </form>
1080
    </div></div>
1080
    </div>
1081
1081
1082
    <div id="holds-policy-by-item-type" class="container">
1082
    <div id="holds-policy-by-item-type" class="container">
1083
    <div id=searchresults>
1084
    <h3>[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</h3>
1083
    <h3>[% IF humanbranch %]Holds policy by item type for [% Branches.GetName( humanbranch ) | html %][% ELSE %]Default holds policy by item type[% END %]</h3>
1085
        <p>
1084
        <p>
1086
            For this library, you can edit rules for given itemtypes, regardless
1085
            For this library, you can edit rules for given itemtypes, regardless
Lines 1101-1106 Link Here
1101
        </p>
1100
        </p>
1102
1101
1103
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1102
        <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1103
    <fieldset>
1104
            <input type="hidden" name="op" value="add-branch-item" />
1104
            <input type="hidden" name="op" value="add-branch-item" />
1105
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1105
            <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1106
            <table>
1106
            <table>
Lines 1206-1216 Link Here
1206
                            <option value="noreturn">Item floats</option>
1206
                            <option value="noreturn">Item floats</option>
1207
                        </select>
1207
                        </select>
1208
                    </td>
1208
                    </td>
1209
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-plus"></i> Add</button></td>
1209
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</button></td>
1210
                </tr>
1210
                </tr>
1211
            </table>
1211
            </table></fieldset>
1212
        </form>
1212
        </form>
1213
    </div></div>
1213
    </div>
1214
            </main>
1214
            </main>
1215
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
1215
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
1216
1216
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-1 / +1 lines)
Lines 40-46 Link Here
40
            <main>
40
            <main>
41
41
42
                <div id="toolbar" class="btn-toolbar">
42
                <div id="toolbar" class="btn-toolbar">
43
                    <a class="btn btn-default" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
43
                    <a class="btn btn-default toolbar-btn" id="new_provider" href="#"><i class="fa fa-plus"></i> New SMS provider</a>
44
                </div>
44
                </div>
45
45
46
                <h1>SMS cellular providers</h1>
46
                <h1>SMS cellular providers</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-3 / +3 lines)
Lines 236-242 Link Here
236
[% IF op == 'list' %]
236
[% IF op == 'list' %]
237
237
238
    <div id="toolbar" class="btn-toolbar"><div>
238
    <div id="toolbar" class="btn-toolbar"><div>
239
        <a class="pat" 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>
239
        <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>
240
    </div></div>
240
    </div></div>
241
241
242
    <h1>SMTP servers</h1>
242
    <h1>SMTP servers</h1>
Lines 254-260 Link Here
254
    </div>
254
    </div>
255
255
256
    [% IF servers_count > 0 %]
256
    [% IF servers_count > 0 %]
257
    <div id="searchresults">
257
    <fieldset id="searchresults">
258
        <table id="smtp_servers">
258
        <table id="smtp_servers">
259
            <thead>
259
            <thead>
260
                <tr>
260
                <tr>
Lines 268-274 Link Here
268
                </tr>
268
                </tr>
269
            </thead>
269
            </thead>
270
        </table>
270
        </table>
271
        </div>
271
        </fieldset>
272
    [% END %]
272
    [% END %]
273
[% END %]
273
[% END %]
274
274
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-5 / +5 lines)
Lines 337-347 Link Here
337
337
338
    [% IF ( tab != 'local_use' ) %]
338
    [% IF ( tab != 'local_use' ) %]
339
        <p>Please click on one of the tabs at the left side of this form.</p>
339
        <p>Please click on one of the tabs at the left side of this form.</p>
340
        <div id="searchresults">
340
        <fieldset id="searchresults">
341
        <table>
341
        <table>
342
    [% ELSE %]
342
    [% ELSE %]
343
        <h2>Local use preferences</h2>
343
        <h2>Local use preferences</h2>
344
        <div id="searchresults">
344
        <fieldset id="searchresults">
345
        <table width="80%" id="sysprefst">
345
        <table width="80%" id="sysprefst">
346
        <thead><tr>
346
        <thead><tr>
347
        <th>Preference</th>
347
        <th>Preference</th>
Lines 459-473 Link Here
459
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions | html %]" />
459
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions | html %]" />
460
                <input type="hidden" name="preftype" value="[% loo.type | html %]" />
460
                <input type="hidden" name="preftype" value="[% loo.type | html %]" />
461
                <input type="hidden" name="explanation" value="[% loo.explanation | html %]" />
461
                <input type="hidden" name="explanation" value="[% loo.explanation | html %]" />
462
                <button type="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-save"></i> Save</button>
462
                <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button>
463
            </form>
463
            </form>
464
        </td>
464
        </td>
465
465
466
        <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.edit | url %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.delete | url %]" id="lientype"><i class="fa fa-trash"></i> Delete</a></td>
466
        <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.edit | url %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.delete | url %]"><i class="fa fa-trash"></i> Delete</a></td>
467
    </tr>
467
    </tr>
468
    [% END %]</tbody>
468
    [% END %]</tbody>
469
    </table>
469
    </table>
470
    </div>
470
    </fieldset>
471
    
471
    
472
    [% END %]
472
    [% END %]
473
473
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt (-6 / +6 lines)
Lines 79-87 Link Here
79
                <fieldset class="rows">
79
                <fieldset class="rows">
80
                    <a id="check-all" class="limit-action" href="#"><i class="fa fa-check"></i> Check all</a>
80
                    <a id="check-all" class="limit-action" href="#"><i class="fa fa-check"></i> Check all</a>
81
                    |
81
                    |
82
                    <a id="uncheck-all" class="limit-action lientype" href="#"><i class="fa fa-remove"></i> Uncheck all</a>
82
                    <a id="uncheck-all" class="limit-action" href="#"><i class="fa fa-remove"></i> Uncheck all</a>
83
                    |
83
                    |
84
                    <a href="/cgi-bin/koha/admin/branch_transfer_limits.pl" id="lientype">Switch to basic editor</a>
84
                    <a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Switch to basic editor</a>
85
                </fieldset>
85
                </fieldset>
86
86
87
                <table id="transfer_limits" class="table table-striped table-bordered table-hover table-condensed">
87
                <table id="transfer_limits" class="table table-striped table-bordered table-hover table-condensed">
Lines 92-99 Link Here
92
                            <td>&nbsp;</td>
92
                            <td>&nbsp;</td>
93
                            [% FOREACH to IN branches %]
93
                            [% FOREACH to IN branches %]
94
                                <td>
94
                                <td>
95
                                    <p><a class="btn btn-default btn-xs check-all-col limit-action" data-to="[% to.branchcode | html %]" href="#" id="lientype"<i class="fa fa-check"></i> Check</a></p>
95
                                    <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>
96
                                    <p><a class="btn btn-default btn-xs uncheck-all-col limit-action" data-to="[% to.branchcode | html %]" href="#" id="lientype"><i class="fa fa-remove"></i> Uncheck</a></p>
96
                                    <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>
97
                                </td>
97
                                </td>
98
                            [% END %]
98
                            [% END %]
99
                        </tr>
99
                        </tr>
Lines 111-118 Link Here
111
                        [% FOREACH from IN branches %]
111
                        [% FOREACH from IN branches %]
112
                            <tr>
112
                            <tr>
113
                                <td>
113
                                <td>
114
                                    <p><a class="btn btn-default btn-xs check-all-row limit-action" data-from="[% from.branchcode | html %]" href="#" id="lientype"><i class="fa fa-check"></i> Check</a></p>
114
                                    <p><a class="btn btn-default btn-xs check-all-row limit-action" data-from="[% from.branchcode | html %]" href="#"><i class="fa fa-check"></i> Check</a></p>
115
                                    <p><a class="btn btn-default btn-xs uncheck-all-row limit-action" data-from="[% from.branchcode | html %]" href="#" id="lientype"><i class="fa fa-remove"></i> Uncheck</a></p>
115
                                    <p><a class="btn btn-default btn-xs uncheck-all-row limit-action" data-from="[% from.branchcode | html %]" href="#"><i class="fa fa-remove"></i> Uncheck</a></p>
116
                                </td>
116
                                </td>
117
                                <th>[% from.branchname | html %]</th>
117
                                <th>[% from.branchname | html %]</th>
118
                                [% FOREACH to IN branches %]
118
                                [% FOREACH to IN branches %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-1 / +1 lines)
Lines 49-55 Link Here
49
            Defining transport costs between libraries
49
            Defining transport costs between libraries
50
    </h2>
50
    </h2>
51
[% IF ( WARNING_transport_cost_matrix_off ) %]
51
[% IF ( WARNING_transport_cost_matrix_off ) %]
52
<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" id="lientype">UseTransportCostMatrix</a> system preference if you wish to enable this feature.</div>
52
<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>
53
[% END %]
53
[% END %]
54
54
55
    [% IF ( errors ) %]<div class="dialog alert">
55
    [% IF ( errors ) %]<div class="dialog alert">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-5 / +5 lines)
Lines 212-219 Link Here
212
212
213
[% IF op == 'list' %]
213
[% IF op == 'list' %]
214
    <div id="toolbar" class="btn-toolbar">
214
    <div id="toolbar" class="btn-toolbar">
215
        <a id="newserver" class="btn btn-default pat" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="fa fa-plus"></i> New Z39.50 server</a>
215
        <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>
216
        <a id="newserver" class="btn btn-default pat" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="fa fa-plus"></i> New SRU server</a>
216
        <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>
217
    </div>
217
    </div>
218
    <h1>Z39.50/SRU servers administration</h1>
218
    <h1>Z39.50/SRU servers administration</h1>
219
    [% IF id %]
219
    [% IF id %]
Lines 221-227 Link Here
221
    [% ELSIF searchfield %]
221
    [% ELSIF searchfield %]
222
        You searched for [% searchfield | html %]
222
        You searched for [% searchfield | html %]
223
    [% END %]
223
    [% END %]
224
    <div id="searchresults">
224
    <fieldset id="searchresults">
225
    <table id="serverst">
225
    <table id="serverst">
226
226
227
        <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>
227
        <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 240-246 Link Here
240
            <td>[% loo.attributes | html %]</td>
240
            <td>[% loo.attributes | html %]</td>
241
            <td>
241
            <td>
242
                <div class="btn-group dropup">
242
                <div class="btn-group dropup">
243
                    <a class="btn btn-default btn-xs dropdown-toggle lientype" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#">
243
                    <a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#">
244
                        Actions <b class="caret"></b>
244
                        Actions <b class="caret"></b>
245
                    </a>
245
                    </a>
246
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]">
246
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]">
Lines 254-260 Link Here
254
        [% END %]
254
        [% END %]
255
        </tbody>
255
        </tbody>
256
    </table>
256
    </table>
257
    </div>
257
    </fieldset>
258
[% END %]
258
[% END %]
259
259
260
            </main>
260
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-3 / +3 lines)
Lines 313-324 Link Here
313
                    <input type="hidden" value="0" id="confirm_not_duplicate" name="confirm_not_duplicate" />
313
                    <input type="hidden" value="0" id="confirm_not_duplicate" name="confirm_not_duplicate" />
314
314
315
                    <div id="toolbar" class="btn-toolbar">
315
                    <div id="toolbar" class="btn-toolbar">
316
                        <div class="btn-group"><a href="#" id="addauth" class="btn btn-default principal" accesskey="w"><i class="fa fa-save"></i> Save</a></div>
316
                        <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">
317
                        <div class="btn-group">
318
                            [% IF ( authid ) %]
318
                            [% IF ( authid ) %]
319
                                <a class="btn btn-default pat" id="z3950submit" href="#"><i class="fa fa-search"></i> Replace record via Z39.50/SRU search</a>
319
                                <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 %]
320
                            [% ELSE %]
321
                                <a class="btn btn-default pat" id="z3950submit" href="#"><i class="fa fa-search"></i> Z39.50/SRU search</a>
321
                                <a class="btn btn-default toolbar-btn" id="z3950submit" href="#"><i class="fa fa-search"></i> Z39.50/SRU search</a>
322
                            [% END %]
322
                            [% END %]
323
                        </div>
323
                        </div>
324
                        <div class="btn-group">
324
                        <div class="btn-group">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-1 / +1 lines)
Lines 105-111 Link Here
105
    [% IF ( CAN_user_editauthorities ) %]
105
    [% IF ( CAN_user_editauthorities ) %]
106
      <td>
106
      <td>
107
      <div class="btn-group dropup">
107
      <div class="btn-group dropup">
108
        <a class="btn btn-default btn-xs dropdown-toggle lientype" id="authactions[% resul.authid | html %]" role="button" data-toggle="dropdown" href="#">
108
        <a class="btn btn-default btn-xs dropdown-toggle" id="authactions[% resul.authid | html %]" role="button" data-toggle="dropdown" href="#">
109
        Actions <b class="caret"></b></a>
109
        Actions <b class="caret"></b></a>
110
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authactions[% resul.authid | html %]">
110
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authactions[% resul.authid | html %]">
111
          <li><a href="/cgi-bin/koha/authorities/authorities.pl?authid=[% resul.authid | uri %]"><i class="fa fa-pencil"></i> Edit</a></li>
111
          <li><a href="/cgi-bin/koha/authorities/authorities.pl?authid=[% resul.authid | uri %]"><i class="fa fa-pencil"></i> Edit</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-4 / +4 lines)
Lines 68-84 Link Here
68
                            </div>
68
                            </div>
69
                            <div class="btn-group">
69
                            <div class="btn-group">
70
                            [% IF ( expanded_options ) %]
70
                            [% IF ( expanded_options ) %]
71
                                <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0" class="btn btn-link pat"><i class="fa fa-search-minus"></i> Fewer options</a>
71
                                <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>
72
                            </div>
72
                            </div>
73
                            [% ELSE %]
73
                            [% ELSE %]
74
                                <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1" class="btn btn-link pat"><i class="fa fa-search-plus"></i> More options</a>
74
                                <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>
75
                            </div>
75
                            </div>
76
                            [% END %]
76
                            [% END %]
77
                            <div class="btn-group">
77
                            <div class="btn-group">
78
                                <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear&expanded_options=[% expanded_options | uri %]" class="btn btn-link pat"><i class="fa fa-trash"></i> Clear fields</a>
78
                                <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>
79
                            </div>
79
                            </div>
80
                            <div class="btn-group">
80
                            <div class="btn-group">
81
                                <a href="/cgi-bin/koha/catalogue/itemsearch.pl" class="btn btn-default pat"><i class="fa fa-search-minus"></i> Go to item search</a>
81
                                <a href="/cgi-bin/koha/catalogue/itemsearch.pl" class="btn btn-default toolbar-btn"><i class="fa fa-search-minus"></i> Go to item search</a>
82
                            </div>
82
                            </div>
83
                            [% IF searchid %]
83
                            [% IF searchid %]
84
                                <div id="previous_search_link"></div>
84
                                <div id="previous_search_link"></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +3 lines)
Lines 618-630 Note that permanent location is a code, and location may be an authval. Link Here
618
                        [% UNLESS item.cannot_be_edited %]
618
                        [% UNLESS item.cannot_be_edited %]
619
                            [% IF Koha.Preference('LocalCoverImages') OR Koha.Preference('OPACLocalCoverImages') %]
619
                            [% IF Koha.Preference('LocalCoverImages') OR Koha.Preference('OPACLocalCoverImages') %]
620
                                <div class="btn-group">
620
                                <div class="btn-group">
621
                                    <a  class="btn btn-default btn-xs" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | html %]&itemnumber=[% item.itemnumber | html %]#edititem" id="lientype"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" id="lientype"><span class="caret"></span></a>
621
                                    <a  class="btn btn-default btn-xs" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | html %]&itemnumber=[% item.itemnumber | html %]#edititem"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
622
                                    <ul class="dropdown-menu pull-right">
622
                                    <ul class="dropdown-menu pull-right">
623
                                        <li><a href="/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=[% item.itemnumber | uri %]&amp;filetype=image"><i class="fa fa-upload"></i> Upload image</a></li>
623
                                        <li><a href="/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=[% item.itemnumber | uri %]&amp;filetype=image"><i class="fa fa-upload"></i> Upload image</a></li>
624
                                    </ul>
624
                                    </ul>
625
                                </div>
625
                                </div>
626
                            [% ELSE %]
626
                            [% ELSE %]
627
                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | html %]&itemnumber=[% item.itemnumber | html %]#edititem" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
627
                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | html %]&itemnumber=[% item.itemnumber | html %]#edititem"><i class="fa fa-pencil"></i> Edit</a>
628
                            [% END %]
628
                            [% END %]
629
                        [% END %]
629
                        [% END %]
630
                    </td>
630
                    </td>
Lines 981-987 Note that permanent location is a code, and location may be an authval. Link Here
981
            <span class="noimagesuploaded">No images have been uploaded for this bibliographic record yet.</span>
981
            <span class="noimagesuploaded">No images have been uploaded for this bibliographic record yet.</span>
982
        [% END %]
982
        [% END %]
983
        [% IF ( CAN_user_tools_upload_local_cover_images ) %]
983
        [% IF ( CAN_user_tools_upload_local_cover_images ) %]
984
            <p>Upload an image file: <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber | uri %]&amp;filetype=image" id="lientype"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a>
984
            <p>Upload an image file: <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber | uri %]&amp;filetype=image"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a>
985
            </p>
985
            </p>
986
        [% END %]
986
        [% END %]
987
    </div>
987
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-2 / +2 lines)
Lines 52-58 Link Here
52
52
53
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
53
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %]
54
54
55
<div class="searchresults">
55
<fildset id="searchresults">
56
    [% IF checkouts %]
56
    [% IF checkouts %]
57
        <h4>Checked out [% checkouts.size | html %] times</h4>
57
        <h4>Checked out [% checkouts.size | html %] times</h4>
58
        <table id="table_issues">
58
        <table id="table_issues">
Lines 122-128 Link Here
122
        <strong>[% biblio.title | html %][% IF biblio.author %], by [% biblio.author | html %][% END %]</strong> has never been checked out.</p></div>
122
        <strong>[% biblio.title | html %][% IF biblio.author %], by [% biblio.author | html %][% END %]</strong> has never been checked out.</p></div>
123
123
124
    [% END %]
124
    [% END %]
125
</div>
125
</fildset>
126
126
127
            </main>
127
            </main>
128
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
128
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-9 / +11 lines)
Lines 181-189 Link Here
181
    <div class="row">
181
    <div class="row">
182
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
182
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
183
183
184
      <form action="/cgi-bin/koha/catalogue/itemsearch.pl" method="get" id="itemsearchform">
184
    <div id="item-search-block">
185
    <div id="item-search-block">
185
      <h2>Item search</h2>
186
      <h2>Item search</h2>
186
      <form action="/cgi-bin/koha/catalogue/itemsearch.pl" method="get" id="itemsearchform">
187
          <div id="toolbar" class="btn-toolbar">
187
          <div id="toolbar" class="btn-toolbar">
188
              <div>
188
              <div>
189
                <div class="btn-group">
189
                <div class="btn-group">
Lines 273-285 Link Here
273
              <input type="radio" id="format-barcodes" name="format" value="barcodes"/> <label for="format-barcodes">Barcodes file</label>
273
              <input type="radio" id="format-barcodes" name="format" value="barcodes"/> <label for="format-barcodes">Barcodes file</label>
274
            </div>
274
            </div>
275
          </fieldset>
275
          </fieldset>
276
      </form>
277
    </div>
276
    </div>
277
      </form>
278
    </div>
278
    </div>
279
  </div>
279
  </div>
280
    <div class="row">
280
    <div class="row">
281
        <div class="col-md-12">
281
        <div class="col-md-12">
282
        <fieldset id="searchresults">
282
      <div id="results-wrapper"></div>
283
      <div id="results-wrapper"></div>
284
      </fieldset>
283
        </div>
285
        </div>
284
      </div>
286
      </div>
285
287
Lines 354-363 Link Here
354
                + '  <tbody></tbody>'
356
                + '  <tbody></tbody>'
355
                + '</table>';
357
                + '</table>';
356
358
357
            var advSearchLink = $('<a id="lientype">')
359
            var advSearchLink = $('<a>')
358
                .attr('href', '/cgi-bin/koha/catalogue/search.pl')
360
                .attr('href', '/cgi-bin/koha/catalogue/search.pl')
359
                .html(_("Go to advanced search"));
361
                .html(_("Go to advanced search"));
360
            var editSearchLink = $('<a id="lientype">')
362
            var editSearchLink = $('<a>')
361
                .attr('href', '#')
363
                .attr('href', '#')
362
                .html(_("Edit search"))
364
                .html(_("Edit search"))
363
                .addClass('btn btn-default btn-xs')
365
                .addClass('btn btn-default btn-xs')
Lines 390-403 Link Here
390
              }
392
              }
391
            }
393
            }
392
394
393
            var csvExportLink = $('<a id="lientype">')
395
            var csvExportLink = $('<a>')
394
                .attr('href', '#')
396
                .attr('href', '#')
395
                .html("CSV")
397
                .html("CSV")
396
                .on('click', function(e) {
398
                .on('click', function(e) {
397
                    e.preventDefault();
399
                    e.preventDefault();
398
                    exportItems('csv');
400
                    exportItems('csv');
399
                });
401
                });
400
            var barcodesExportLink = $('<a id="lientype">')
402
            var barcodesExportLink = $('<a>')
401
                .attr('href', '#')
403
                .attr('href', '#')
402
                .html(_("Barcodes file"))
404
                .html(_("Barcodes file"))
403
                .on('click', function(e) {
405
                .on('click', function(e) {
Lines 419-425 Link Here
419
                  .append($('<li>').append(csvExportLink))
421
                  .append($('<li>').append(csvExportLink))
420
                  .append($('<li>').append(barcodesExportLink)));
422
                  .append($('<li>').append(barcodesExportLink)));
421
423
422
            var selectVisibleRows = $('<a id="lientype">')
424
            var selectVisibleRows = $('<a>')
423
              .attr('href', '#')
425
              .attr('href', '#')
424
              .append('<i class="fa fa-check"></i> ')
426
              .append('<i class="fa fa-check"></i> ')
425
              .append(_("Select visible rows"))
427
              .append(_("Select visible rows"))
Lines 427-433 Link Here
427
                  e.preventDefault();
429
                  e.preventDefault();
428
                  $('#results input[type="checkbox"]').prop('checked', true).change();
430
                  $('#results input[type="checkbox"]').prop('checked', true).change();
429
              });
431
              });
430
            var clearSelection = $('<a id="lientype">')
432
            var clearSelection = $('<a>')
431
              .attr('href', '#')
433
              .attr('href', '#')
432
              .append('<i class="fa fa-remove"></i> ')
434
              .append('<i class="fa fa-remove"></i> ')
433
              .append(_("Clear selection"))
435
              .append(_("Clear selection"))
Lines 594-600 Link Here
594
            // Add the "New field" link.
596
            // Add the "New field" link.
595
            var form_field = $('div.form-field-select-text').last()
597
            var form_field = $('div.form-field-select-text').last()
596
            var NEW_FIELD = _("New field");
598
            var NEW_FIELD = _("New field");
597
      var button_field_new = $('<a id="lientype" href="#" class="button-field-new" id="lientype" title="Add a new field"><i class="fa fa-plus"></i> ' + NEW_FIELD + '</a>');
599
      var button_field_new = $('<a href="#" class="button-field-new" title="Add a new field"><i class="fa fa-plus"></i> ' + NEW_FIELD + '</a>');
598
      button_field_new.click(function(e) {
600
      button_field_new.click(function(e) {
599
          e.preventDefault();
601
          e.preventDefault();
600
          addNewField( $(this) );
602
          addNewField( $(this) );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-4 / +4 lines)
Lines 72-78 Link Here
72
        <li><span class="label">Physical details:</span> [% pages | html %] [% illus | html %] [% size | html %]&nbsp;</li>
72
        <li><span class="label">Physical details:</span> [% pages | html %] [% illus | html %] [% size | html %]&nbsp;</li>
73
        [% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes | html %]</li>[% END %]
73
        [% IF ( bnotes ) %]<li><span class="label">Notes:</span> [% bnotes | html %]</li>[% END %]
74
        <li><span class="label">No. of items:</span> [% count | html %]&nbsp;[% IF ( hiddencount ) %]total ([% showncount | html %] shown / [% hiddencount | html %] hidden)
74
        <li><span class="label">No. of items:</span> [% count | html %]&nbsp;[% IF ( hiddencount ) %]total ([% showncount | html %] shown / [% hiddencount | html %] hidden)
75
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&amp;showallitems=1" id="lientype">Show all items</a>[% END %]</li>
75
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&amp;showallitems=1">Show all items</a>[% END %]</li>
76
    </ol>
76
    </ol>
77
    </div>
77
    </div>
78
    </div>
78
    </div>
Lines 82-88 Link Here
82
    [% END %]
82
    [% END %]
83
83
84
    [% IF ( ONLY_ONE ) %]
84
    [% IF ( ONLY_ONE ) %]
85
        <div class="dialog message">You are only viewing one item.  <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&amp;bi=[% biblioitemnumber | uri %]#item[% itemnumber | uri %]" id="lientype">View all</a></div>
85
        <div class="dialog message">You are only viewing one item.  <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&amp;bi=[% biblioitemnumber | uri %]#item[% itemnumber | uri %]">View all</a></div>
86
    [% END %]
86
    [% END %]
87
87
88
    [% IF updated_exclude_from_local_holds_priority.defined %]
88
    [% IF updated_exclude_from_local_holds_priority.defined %]
Lines 101-107 Link Here
101
101
102
        <h4>Item information [% UNLESS ( ITEM_DAT.nomod ) %]
102
        <h4>Item information [% UNLESS ( ITEM_DAT.nomod ) %]
103
         [% IF ( CAN_user_editcatalogue_edit_items ) %]
103
         [% IF ( CAN_user_editcatalogue_edit_items ) %]
104
            <a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&amp;biblionumber=[% ITEM_DAT.biblionumber | uri %]&amp;itemnumber=[% ITEM_DAT.itemnumber | uri %]" id="lientype"><i class="fa fa-pencil"></i> Edit item</a>
104
            <a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&amp;biblionumber=[% ITEM_DAT.biblionumber | uri %]&amp;itemnumber=[% ITEM_DAT.itemnumber | uri %]"><i class="fa fa-pencil"></i> Edit item</a>
105
         [% END %]
105
         [% END %]
106
         [% END %]</h4>
106
         [% END %]</h4>
107
            <div class="rows">
107
            <div class="rows">
Lines 319-325 Link Here
319
                        [% ITEM_DAT.issues | html %]
319
                        [% ITEM_DAT.issues | html %]
320
                    [% ELSE %]
320
                    [% ELSE %]
321
                        0
321
                        0
322
                    [% END %]  (<a href="/cgi-bin/koha/circ/bookcount.pl?&amp;biblionumber=[% ITEM_DAT.biblionumber | uri %]&amp;itm=[% ITEM_DAT.itemnumber | uri %]" id="lientype">View item's checkout history</a>)</li>
322
                    [% END %]  (<a href="/cgi-bin/koha/circ/bookcount.pl?&amp;biblionumber=[% ITEM_DAT.biblionumber | uri %]&amp;itm=[% ITEM_DAT.itemnumber | uri %]">View item's checkout history</a>)</li>
323
323
324
                <li><span class="label">Last seen:</span>[% IF ( ITEM_DAT.datelastseen ) %][% ITEM_DAT.datelastseen | $KohaDates %] [%END %]&nbsp;</li>
324
                <li><span class="label">Last seen:</span>[% IF ( ITEM_DAT.datelastseen ) %][% ITEM_DAT.datelastseen | $KohaDates %] [%END %]&nbsp;</li>
325
                <li><span class="label">Last borrowed:</span>[% IF (ITEM_DAT.datelastborrowed ) %][% ITEM_DAT.datelastborrowed | $KohaDates %][% END %]&nbsp;</li>
325
                <li><span class="label">Last borrowed:</span>[% IF (ITEM_DAT.datelastborrowed ) %][% ITEM_DAT.datelastborrowed | $KohaDates %][% END %]&nbsp;</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-19 / +19 lines)
Lines 76-82 Link Here
76
                    <h3>
76
                    <h3>
77
                        [% 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 %].
77
                        [% 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 %].
78
                    </h3>
78
                    </h3>
79
                    <a id="lientype" 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>
79
                    <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>
80
80
81
                    <div class="searchheader" id="searchheader">
81
                    <div class="searchheader" id="searchheader">
82
                        <div id="selection_ops">
82
                        <div id="selection_ops">
Lines 97-103 Link Here
97
97
98
                            [% IF Koha.Preference('virtualshelves') %]
98
                            [% IF Koha.Preference('virtualshelves') %]
99
                                <div class="btn-group">
99
                                <div class="btn-group">
100
                                    <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="lientype">
100
                                    <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" >
101
                                        <i class="fa fa-list"></i> Add to list <span class="caret"></span>
101
                                        <i class="fa fa-list"></i> Add to list <span class="caret"></span>
102
                                    </button>
102
                                    </button>
103
                                    <ul class="dropdown-menu">
103
                                    <ul class="dropdown-menu">
Lines 130-140 Link Here
130
                                        <li role="separator" class="divider"></li>
130
                                        <li role="separator" class="divider"></li>
131
                                        [% IF add_to_some_private_shelves.count > 10 or add_to_some_public_shelves.count > 10 %]
131
                                        [% IF add_to_some_private_shelves.count > 10 or add_to_some_public_shelves.count > 10 %]
132
                                            <li>
132
                                            <li>
133
                                                <a  id="lientype" href="#" class="addtolist morelists">More lists</a>
133
                                                <a   href="#" class="addtolist morelists">More lists</a>
134
                                            </li>
134
                                            </li>
135
                                        [% END %]
135
                                        [% END %]
136
                                        <li>
136
                                        <li>
137
                                            <a  id="lientype" href="#" class="addtolist newlist">New list</a>
137
                                            <a   href="#" class="addtolist newlist">New list</a>
138
                                        </li>
138
                                        </li>
139
                                    </ul>
139
                                    </ul>
140
                                </div>
140
                                </div>
Lines 143-150 Link Here
143
                            [% IF ( CAN_user_reserveforothers_place_holds && DisplayMultiPlaceHold ) %]
143
                            [% IF ( CAN_user_reserveforothers_place_holds && DisplayMultiPlaceHold ) %]
144
                                [% IF ( holdfor or holdforclub ) %]
144
                                [% IF ( holdfor or holdforclub ) %]
145
                                    <div id="placeholdc" class="btn-group">
145
                                    <div id="placeholdc" class="btn-group">
146
                                        <button class="btn btn-default btn-xs placehold" id="lientype"><i class="fa fa-sticky-note-o"></i> Place hold</button>
146
                                        <button class="btn btn-default btn-xs placehold" ><i class="fa fa-sticky-note-o"></i> Place hold</button>
147
                                        <button class="btn btn-default btn-xs dropdown-toggle" id="lientype" data-toggle="dropdown">
147
                                        <button class="btn btn-default btn-xs dropdown-toggle"  data-toggle="dropdown">
148
                                        <span class="caret"></span>
148
                                        <span class="caret"></span>
149
                                        </button>
149
                                        </button>
150
                                        <ul class="dropdown-menu">
150
                                        <ul class="dropdown-menu">
Lines 163-182 Link Here
163
                                    </div>
163
                                    </div>
164
                                [% ELSE %]
164
                                [% ELSE %]
165
                                    <div id="placeholdc" class="btn-group">
165
                                    <div id="placeholdc" class="btn-group">
166
                                        <a class="btn btn-default btn-xs placehold" href="#" id="lientype"><i class="fa fa-sticky-note-o"></i> Place hold</a>
166
                                        <a class="btn btn-default btn-xs placehold" href="#" ><i class="fa fa-sticky-note-o"></i> Place hold</a>
167
                                    </div>
167
                                    </div>
168
                                [% END # /IF holfor %]
168
                                [% END # /IF holfor %]
169
                            [% END # /IF CAN_user_reserveforothers_place_holds %]
169
                            [% END # /IF CAN_user_reserveforothers_place_holds %]
170
170
171
                            [% IF Koha.Preference('BrowseResultSelection') %]
171
                            [% IF Koha.Preference('BrowseResultSelection') %]
172
                                <div id="browse_selection" class="btn-group">
172
                                <div id="browse_selection" class="btn-group">
173
                                    <a class="btn btn-default btn-xs browse_selection" href="#" id="lientype"><i class="fa fa-sticky-note-o"></i> Browse selected records</a>
173
                                    <a class="btn btn-default btn-xs browse_selection" href="#" ><i class="fa fa-sticky-note-o"></i> Browse selected records</a>
174
                                </div>
174
                                </div>
175
                            [% END %]
175
                            [% END %]
176
176
177
                            [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
177
                            [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
178
                                <div class="btn-group">
178
                                <div class="btn-group">
179
                                    <a class="btn btn-default btn-xs lientype" id="z3950submit" href="#"><i class="fa fa-search"></i> Z39.50/SRU search</a>
179
                                    <a class="btn btn-default btn-xs" id="z3950submit" href="#"><i class="fa fa-search"></i> Z39.50/SRU search</a>
180
                                </div>
180
                                </div>
181
                                <div class="btn-group">
181
                                <div class="btn-group">
182
                                    <button type="button" id="results_batch_ops" class="btn btn-default btn-xs dropdown-toggle disabled" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
182
                                    <button type="button" id="results_batch_ops" class="btn btn-default btn-xs dropdown-toggle disabled" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Lines 208-214 Link Here
208
                            [% END %]
208
                            [% END %]
209
209
210
                            <div class="btn-group">
210
                            <div class="btn-group">
211
                                <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="lientype">
211
                                <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" >
212
                                    Sort <span class="caret"></span>
212
                                    Sort <span class="caret"></span>
213
                                </button>
213
                                </button>
214
                                <ul class="dropdown-menu">
214
                                <ul class="dropdown-menu">
Lines 337-345 Link Here
337
                                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 %].
337
                                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 %].
338
                            </p>
338
                            </p>
339
                            [% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %]
339
                            [% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %]
340
                                <p><a id="lientype" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket<a></p>
340
                                <p><a  href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">View basket<a></p>
341
                            [% END %]
341
                            [% END %]
342
                            <a id="lientype" 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>
342
                            <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>
343
                        [% ELSE %]
343
                        [% ELSE %]
344
                            <p>You did not specify any search criteria.</p>
344
                            <p>You did not specify any search criteria.</p>
345
                        [% END %]
345
                        [% END %]
Lines 541-572 Link Here
541
541
542
                                                    [% IF Koha.Preference('intranetbookbag') == 1 %]
542
                                                    [% IF Koha.Preference('intranetbookbag') == 1 %]
543
                                                        [% IF ( SEARCH_RESULT.incart ) %]
543
                                                        [% IF ( SEARCH_RESULT.incart ) %]
544
                                                            | <a id="lientype" class="addtocart" id="cart[% SEARCH_RESULT.biblionumber | html %]" href="#">In your cart</a> <a class="cartRemove lientype" id="cartR[% SEARCH_RESULT.biblionumber | html %]" href="#">(remove)</a>
544
                                                            | <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>
545
                                                        [% ELSE %]
545
                                                        [% ELSE %]
546
                                                            | <a id="lientype" 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>
546
                                                            | <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>
547
                                                        [% END %]
547
                                                        [% END %]
548
                                                    [% END # / IF intranetbookbag %]
548
                                                    [% END # / IF intranetbookbag %]
549
549
550
                                                    [% IF Koha.Preference('ArticleRequests') %]
550
                                                    [% IF Koha.Preference('ArticleRequests') %]
551
                                                        | <a class="lientype" id="requst_article_[% SEARCH_RESULT.biblionumber | html %]" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]">Request article</a>
551
                                                        | <a id="requst_article_[% SEARCH_RESULT.biblionumber | html %]" href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]">Request article</a>
552
                                                    [% END %]
552
                                                    [% END %]
553
553
554
                                                    [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
554
                                                    [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
555
                                                        | <a id="lientype" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit record</a>
555
                                                        | <a  href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit record</a>
556
                                                    [% END %]
556
                                                    [% END %]
557
                                                    [% IF ( CAN_user_editcatalogue_edit_items ) %]
557
                                                    [% IF ( CAN_user_editcatalogue_edit_items ) %]
558
                                                        | <a id="lientype" href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit items</a>
558
                                                        | <a  href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Edit items</a>
559
                                                    [% END %]
559
                                                    [% END %]
560
560
561
                                                    [% IF ( CAN_user_acquisition_order_manage ) %]
561
                                                    [% IF ( CAN_user_acquisition_order_manage ) %]
562
                                                        [% IF ( searchtoorder_basketno && searchtoorder_vendorid ) %]
562
                                                        [% IF ( searchtoorder_basketno && searchtoorder_vendorid ) %]
563
                                                            | <a id="lientype" 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>
563
                                                            | <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>
564
                                                        [% END %]
564
                                                        [% END %]
565
                                                    [% END %]
565
                                                    [% END %]
566
566
567
                                                    [% IF ( OPACBaseURL ) %]
567
                                                    [% IF ( OPACBaseURL ) %]
568
                                                        <span class="view-in-opac">
568
                                                        <span class="view-in-opac">
569
                                                            | <a id="lientype" href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
569
                                                            | <a  href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
570
                                                        </span>
570
                                                        </span>
571
                                                    [% END %]
571
                                                    [% END %]
572
                                                </p> <!-- /.holds -->
572
                                                </p> <!-- /.holds -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-22 / +23 lines)
Lines 854-859 function PopupMARCFieldDoc(field) { Link Here
854
                [% END %]
854
                [% END %]
855
855
856
                <div id="toolbar" class="btn-toolbar">
856
                <div id="toolbar" class="btn-toolbar">
857
858
                    [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %]
859
                        [% IF (biblionumber) %]
860
                            <div class="btn-group">
861
                                <a href="[% PROCESS biblio_a_href biblionumber => biblionumber %]" class="btn btn-default cancel" id="cancel">Cancel</a>
862
                            </div>
863
                        [% ELSE %]
864
                            <div class="btn-group">
865
                                <a class="btn btn-default cancel" id="cancel" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cancel</a>
866
                            </div>
867
                        [% END %]
868
                        <div id="show-errors" class="btn-group"></div>
869
                    [% END # /UNLESS circborrowernumber %]
857
                    [% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
870
                    [% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %]
858
                        [% IF (circborrowernumber) %][%# fast cataloging must lead to items %]
871
                        [% IF (circborrowernumber) %][%# fast cataloging must lead to items %]
859
                            <!-- Action is under fast cataloging - Save button redirecting to items -->
872
                            <!-- Action is under fast cataloging - Save button redirecting to items -->
Lines 879-895 function PopupMARCFieldDoc(field) { Link Here
879
892
880
                    [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %]
893
                    [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %]
881
                        [% IF biblionumber %]
894
                        [% IF biblionumber %]
882
                            <div class="btn-group"><a class="btn btn-default pat" href="#" id="z3950search"><i class="fa fa-search"></i> Replace record via Z39.50/SRU search</a></div>
895
                            <div class="btn-group"><a class="btn btn-default toolbar-btn" href="#" id="z3950search"><i class="fa fa-search"></i> Replace record via Z39.50/SRU search</a></div>
883
                        [% ELSE %]
896
                        [% ELSE %]
884
                            <div class="btn-group"><a class="btn btn-default pat" href="#" id="z3950search"><i class="fa fa-search"></i> Z39.50/SRU search</a></div>
897
                            <div class="btn-group"><a class="btn btn-default toolbar-btn" href="#" id="z3950search"><i class="fa fa-search"></i> Z39.50/SRU search</a></div>
885
                        [% END %]
898
                        [% END %]
886
                        [% IF ( CAN_user_editauthorities ) %]
899
                        [% IF ( CAN_user_editauthorities ) %]
887
                            <div class="btn-group"><a class="btn btn-default pat" href="#" id="linkerbutton"><i class="fa fa-refresh"></i> Link authorities automatically</a></div>
900
                            <div class="btn-group"><a class="btn btn-default toolbar-btn" href="#" id="linkerbutton"><i class="fa fa-refresh"></i> Link authorities automatically</a></div>
888
                        [% END %]
901
                        [% END %]
889
                    [% END %]
902
                    [% END %]
890
903
891
                    <div class="btn-group">
904
                    <div class="btn-group">
892
                        <button class="btn btn-default dropdown-toggle pat" data-toggle="dropdown"><i class="fa fa-cog"></i> Settings <span class="caret"></span></button>
905
                        <button class="btn btn-default dropdown-toggle toolbar-btn" data-toggle="dropdown"><i class="fa fa-cog"></i> Settings <span class="caret"></span></button>
893
                        <ul id="settings-menu" class="dropdown-menu">
906
                        <ul id="settings-menu" class="dropdown-menu">
894
                            [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %]
907
                            [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %]
895
                                <li><a href="#" id="switcheditor">Switch to advanced editor</a></li>
908
                                <li><a href="#" id="switcheditor">Switch to advanced editor</a></li>
Lines 914-920 function PopupMARCFieldDoc(field) { Link Here
914
                            </li>
927
                            </li>
915
                            [% FOREACH framework IN frameworks%]
928
                            [% FOREACH framework IN frameworks%]
916
                                <li>
929
                                <li>
917
                                    <a href="#" id="lientype" class="change-framework" data-frameworkcode="[% framework.frameworkcode | html %]">
930
                                    <a href="#" class="change-framework" data-frameworkcode="[% framework.frameworkcode | html %]">
918
                                        [% IF framework.frameworkcode == frameworkcode %]
931
                                        [% IF framework.frameworkcode == frameworkcode %]
919
                                            <i class="fa fa-fw fa-check"></i>
932
                                            <i class="fa fa-fw fa-check"></i>
920
                                        [% ELSE %]
933
                                        [% ELSE %]
Lines 926-946 function PopupMARCFieldDoc(field) { Link Here
926
                            [% END %]</li>
939
                            [% END %]</li>
927
                        </ul> <!-- /#settings-menu -->
940
                        </ul> <!-- /#settings-menu -->
928
                    </div> <!-- /.btn-group -->
941
                    </div> <!-- /.btn-group -->
929
                    [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %]
930
                        [% IF (biblionumber) %]
931
                            <div class="btn-group">
932
                                <a href="[% PROCESS biblio_a_href biblionumber => biblionumber %]" class="btn btn-default cancel" id="cancel">Cancel</a>
933
                            </div>
934
                        [% ELSE %]
935
                            <div class="btn-group">
936
                                <a class="btn btn-default cancel" id="cancel" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cancel</a>
937
                            </div>
938
                        [% END %]
939
                        <div id="show-errors" class="btn-group"></div>
940
                    [% END # /UNLESS circborrowernumber %]
941
                    <div class="toolbar-tabs-container">
942
                    <div class="toolbar-tabs-container">
942
                    <div id="searchresults">
943
                        [% IF ( BIG_LOOP && BIG_LOOP.size > 1 ) %]
943
                        [% IF ( BIG_LOOP && BIG_LOOP.size > 1 ) %]
944
                    <fieldset>
944
                            <ul class="toolbar-tabs">
945
                            <ul class="toolbar-tabs">
945
                                [%- FOREACH BIG_LOO IN BIG_LOOP -%]
946
                                [%- FOREACH BIG_LOO IN BIG_LOOP -%]
946
                                    [% IF loop.first %]
947
                                    [% IF loop.first %]
Lines 965-971 function PopupMARCFieldDoc(field) { Link Here
965
                                [% END %]
966
                                [% END %]
966
                            [% END %]
967
                            [% END %]
967
                        </ul>
968
                        </ul>
968
                    </div></div>
969
                    </fieldset></div>
969
                </div> <!-- /#toolbar.btn-toolbar -->
970
                </div> <!-- /#toolbar.btn-toolbar -->
970
971
971
                [% IF bib_doesnt_exist %]
972
                [% IF bib_doesnt_exist %]
Lines 985-992 function PopupMARCFieldDoc(field) { Link Here
985
                <input type="hidden" name="breedingid" value="[% breedingid | html %]" />
986
                <input type="hidden" name="breedingid" value="[% breedingid | html %]" />
986
                <input type="hidden" name="changed_framework" value="" />
987
                <input type="hidden" name="changed_framework" value="" />
987
988
988
                <div id="searchresults">
989
                <div id="addbibliotabs" class="toptabs numbered">
989
                <div id="addbibliotabs" class="toptabs numbered">
990
                <fieldset>
990
                    <ul>
991
                    <ul>
991
                        [% FOREACH BIG_LOO IN BIG_LOOP %]
992
                        [% FOREACH BIG_LOO IN BIG_LOOP %]
992
                            <li><a href="#tab[% BIG_LOO.number | uri %]XX">[% BIG_LOO.number | html %]</a></li>
993
                            <li><a href="#tab[% BIG_LOO.number | uri %]XX">[% BIG_LOO.number | html %]</a></li>
Lines 1185-1192 function PopupMARCFieldDoc(field) { Link Here
1185
                            [% END # /FOREACH BIG_LOO.innerloop %]
1186
                            [% END # /FOREACH BIG_LOO.innerloop %]
1186
                            </ul> <!--  /.sortable_field -->
1187
                            </ul> <!--  /.sortable_field -->
1187
                        </div> <!-- /#tabXXX -->
1188
                        </div> <!-- /#tabXXX -->
1188
                    [% END # /FOREACH BIG_LOOP %]
1189
                    [% END # /FOREACH BIG_LOOP %]</fieldset>
1189
                </div></div><!-- /#addbibliotabs -->
1190
                </div><!-- /#addbibliotabs -->
1190
1191
1191
                [%# Fields for fast cataloging %]
1192
                [%# Fields for fast cataloging %]
1192
                <input type="hidden" name="barcode" value="[% barcode | html %]" />
1193
                <input type="hidden" name="barcode" value="[% barcode | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-4 / +4 lines)
Lines 58-67 Link Here
58
                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
58
                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
59
                    <div id="toolbar" class="btn-toolbar">
59
                    <div id="toolbar" class="btn-toolbar">
60
                        [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %]
60
                        [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %]
61
                            <a id="useadvanced" href="/cgi-bin/koha/cataloguing/editor.pl" class="pat"><i class="fa fa-pencil"></i> Advanced editor</a>
61
                            <a id="useadvanced" href="/cgi-bin/koha/cataloguing/editor.pl" class="toolbar-btn"><i class="fa fa-pencil"></i> Advanced editor</a>
62
                        [% END %]
62
                        [% END %]
63
                        <div class="btn-group">
63
                        <div class="btn-group">
64
                            <button class="pat" data-toggle="dropdown"><i class="fa fa-plus"></i> New record<span class="caret"></span>
64
                            <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New record<span class="caret"></span>
65
                            </button>
65
                            </button>
66
                            <ul class="dropdown-menu">
66
                            <ul class="dropdown-menu">
67
                                <li><a id="newRecordDefault" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Default framework</a></li>
67
                                <li><a id="newRecordDefault" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Default framework</a></li>
Lines 72-79 Link Here
72
                        </div>
72
                        </div>
73
                        [% IF servers.count > 0 %]
73
                        [% IF servers.count > 0 %]
74
                            <div class="btn-group">
74
                            <div class="btn-group">
75
                                <button class="pat mot" id="z3950search"><i class="fa fa-search"></i> New from Z39.50/SRU</button>
75
                                <button class="toolbar-btn" id="z3950search"><i class="fa fa-search"></i> New from Z39.50/SRU</button>
76
                                <button class="pat fleche" data-toggle="dropdown">
76
                                <button class="toolbar-btn" data-toggle="dropdown">
77
                                    <span class="caret"></span>
77
                                    <span class="caret"></span>
78
                                </button>
78
                                </button>
79
                                <ul class="dropdown-menu">
79
                                <ul class="dropdown-menu">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-4 / +4 lines)
Lines 73-79 Link Here
73
73
74
<div id="cataloguing_additem_itemlist">
74
<div id="cataloguing_additem_itemlist">
75
    [% IF items %]
75
    [% IF items %]
76
    <div id="searchresults">
76
    <fieldset id="searchresults">
77
        [% SET date_fields = [ 'dateaccessioned', 'onloan', 'datelastseen', 'datelastborrowed', 'replacementpricedate' ] %]
77
        [% SET date_fields = [ 'dateaccessioned', 'onloan', 'datelastseen', 'datelastborrowed', 'replacementpricedate' ] %]
78
        <div>
78
        <div>
79
        <table id="itemst">
79
        <table id="itemst">
Lines 108-114 Link Here
108
                    [% ELSE %]
108
                    [% ELSE %]
109
                      <td>
109
                      <td>
110
                          <div class="btn-group dropup">
110
                          <div class="btn-group dropup">
111
                          <a class="btn btn-default btn-xs dropdown-toggle lientype" id="itemactions[% item.itemnumber | html %]" role="button" data-toggle="dropdown" href="#">
111
                          <a class="btn btn-default btn-xs dropdown-toggle" id="itemactions[% item.itemnumber | html %]" role="button" data-toggle="dropdown" href="#">
112
                              Actions <b class="caret"></b>
112
                              Actions <b class="caret"></b>
113
                          </a>
113
                          </a>
114
                          <ul class="dropdown-menu" role="menu" aria-labelledby="itemactions[% item.itemnumber | html %]">
114
                          <ul class="dropdown-menu" role="menu" aria-labelledby="itemactions[% item.itemnumber | html %]">
Lines 141-147 Link Here
141
          </tbody>
141
          </tbody>
142
        </table>
142
        </table>
143
        </div>
143
        </div>
144
    </div>
144
    </fieldset>
145
    [% END %]
145
    [% END %]
146
146
147
<div class="row">
147
<div class="row">
Lines 199-205 Link Here
199
        <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" />
199
        <input type="hidden" name="itemnumber" value="[% itemnumber | html %]" />
200
    [% END %]
200
    [% END %]
201
    <input type="submit" class="principal" value="Save changes" onclick="return Check(this.form)">
201
    <input type="submit" class="principal" value="Save changes" onclick="return Check(this.form)">
202
    <input type="button" class="lientype" id="addnewitem" value="Add a new item">
202
    <input type="button" id="addnewitem" value="Add a new item">
203
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Cancel</a>
203
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Cancel</a>
204
    [% END %]</fieldset>
204
    [% END %]</fieldset>
205
205
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt (-10 / +10 lines)
Lines 53-59 Link Here
53
<div id="editor">
53
<div id="editor">
54
    <input id="import-records-input" type="file" style="display: none">
54
    <input id="import-records-input" type="file" style="display: none">
55
    <div id="toolbar" class="btn-toolbar">
55
    <div id="toolbar" class="btn-toolbar">
56
        <button class="btn btn-default" id="new-record" title="Open fresh record"><i class="fa fa-plus"></i> <span>New record</span></button>
56
        <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>
57
        <div class="btn-group">
57
        <div class="btn-group">
58
            <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>
58
            <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>
59
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
59
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
Lines 62-71 Link Here
62
            <ul class="dropdown-menu" id="save-dropdown">
62
            <ul class="dropdown-menu" id="save-dropdown">
63
            </ul>
63
            </ul>
64
        </div>
64
        </div>
65
        <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>
65
        <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>
66
        <button class="btn btn-default" id="open-macros" title="Run and edit macros"><i class="fa fa-play"></i> <span>Macros...</span></button>
66
        <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>
67
        <div class="btn-group">
67
        <div class="btn-group">
68
            <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cog"></i> Settings <span class="caret"></span></button>
68
            <button class="btn btn-default dropdown-toggle toolbar-btn" data-toggle="dropdown"><i class="fa fa-cog"></i> Settings <span class="caret"></span></button>
69
            <ul id="prefs-menu" class="dropdown-menu">
69
            <ul id="prefs-menu" class="dropdown-menu">
70
                <li><a id="switch-editor" href="#">Switch to basic editor</a></li>
70
                <li><a id="switch-editor" href="#">Switch to basic editor</a></li>
71
                <li><a id="set-field-widgets" href="#"></a></li>
71
                <li><a id="set-field-widgets" href="#"></a></li>
Lines 100-108 Link Here
100
                <li><a class="set-font" style="font-family: Monaco" href="#">Monaco</a></li>
100
                <li><a class="set-font" style="font-family: Monaco" href="#">Monaco</a></li>
101
            </ul>
101
            </ul>
102
        </div>
102
        </div>
103
        <button class="btn btn-default" id="show-alerts" title="Previous alerts"><i class="fa fa-bell"></i> Alerts <span class="caret"></span></button>
103
        <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>
104
        <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>
104
        <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>
105
        <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>
105
        <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>
106
    </div>
106
    </div>
107
    [%# CodeMirror instance will be inserted here %]
107
    [%# CodeMirror instance will be inserted here %]
108
    <div id="statusbar">
108
    <div id="statusbar">
Lines 119-125 Link Here
119
            <aside>
119
            <aside>
120
                <h3>Search</h3>
120
                <h3>Search</h3>
121
                <form id="quicksearch">
121
                <form id="quicksearch">
122
                    <fieldset class="brief">
122
                    <fieldset class="sidebar">
123
                    <ol>
123
                    <ol>
124
                        <li><label for="search-by-keywords">Keywords:</label></li>
124
                        <li><label for="search-by-keywords">Keywords:</label></li>
125
                        <li><input class="search-box" data-qualifier="term" id="search-by-keywords" placeholder="(Ctrl-Alt-K)" /></li>
125
                        <li><input class="search-box" data-qualifier="term" id="search-by-keywords" placeholder="(Ctrl-Alt-K)" /></li>
Lines 244-250 Link Here
244
    </div>
244
    </div>
245
    <div class="col-md-9">
245
    <div class="col-md-9">
246
        <!-- tabindex attribute allows JS-controlled focus -->
246
        <!-- tabindex attribute allows JS-controlled focus -->
247
        <div id="searchresults" tabindex="-1">
247
        <fieldset id="searchresults" tabindex="-1">
248
            <div id="search-top-pages">
248
            <div id="search-top-pages">
249
                <nav aria-label="Search results navigation">
249
                <nav aria-label="Search results navigation">
250
                </nav>
250
                </nav>
Lines 261-267 Link Here
261
                <nav aria-label="Search results navigation">
261
                <nav aria-label="Search results navigation">
262
                </nav>
262
                </nav>
263
            </div>
263
            </div>
264
        </div>
264
        </fieldset>
265
    </div>
265
    </div>
266
    </div>
266
    </div>
267
    <div id="search-overlay"><span>Loading...</span><div class="progress"><div class="progress-bar progress-bar-striped active" style="width: 100%"></div></div></div>
267
    <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/z3950_auth_search.tt (-2 / +2 lines)
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" id="principal" 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>
Lines 90-96 Link Here
90
            <td>[% breeding_loo.heading_code | html %]</td>
90
            <td>[% breeding_loo.heading_code | html %]</td>
91
            <td class="actions">
91
            <td class="actions">
92
                <div class="btn-group dropup">
92
                <div class="btn-group dropup">
93
                    <a class="btn btn-default btn-xs z3950actions" id="lientype" href="#">MARC</a><button class="btn-xs dropdown-toggle" id="lientype" data-toggle="dropdown"><span class="caret"></span></button>
93
                    <a class="btn btn-default btn-xs z3950actions" href="#">MARC</a><button class="btn-xs dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
94
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid | html %]">
94
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid | html %]">
95
                        <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" title="MARC" class="previewData" data-action="show_marc"><i class="fa fa-eye"></i> MARC preview</a></li>
95
                        <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" title="MARC" class="previewData" data-action="show_marc"><i class="fa fa-eye"></i> MARC preview</a></li>
96
                        <li><a href="/cgi-bin/koha/authorities/authorities.pl?breedingid=[% breeding_loo.breedingid | uri %]&authtypecode=[% breeding_loo.heading_code | uri %]&authid=[% breeding_loo.authid | uri %]&index=[% index | uri %]" class="chosen" title="Import" data-action="import"><i class="fa fa-download"></i> Import</a></li>
96
                        <li><a href="/cgi-bin/koha/authorities/authorities.pl?breedingid=[% breeding_loo.breedingid | uri %]&authtypecode=[% breeding_loo.heading_code | uri %]&authid=[% breeding_loo.authid | uri %]&index=[% index | uri %]" class="chosen" title="Import" data-action="import"><i class="fa fa-download"></i> Import</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +2 lines)
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" id="principal" 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 188-194 Link Here
188
                                            [% END %]
188
                                            [% END %]
189
                                            <td class="actions">
189
                                            <td class="actions">
190
                                                <div class="btn-group dropup">
190
                                                <div class="btn-group dropup">
191
                                                    <a class="btn btn-default btn-xs z3950actions" id="lientype" href="#">MARC</a><button class="btn-xs dropdown-toggle" id="lientype" data-toggle="dropdown"><span class="caret"></span></button>
191
                                                    <a class="btn btn-default btn-xs z3950actions" href="#">MARC</a><button class="btn-xs dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
192
                                                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid | html %]">
192
                                                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid | html %]">
193
                                                        <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" title="MARC" class="previewData" data-action="show_marc"><i class="fa fa-eye"></i> MARC preview</a></li>
193
                                                        <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" title="MARC" class="previewData" data-action="show_marc"><i class="fa fa-eye"></i> MARC preview</a></li>
194
                                                        <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid | uri %]" title="Card" class="previewData" data-action="show_card"><i class="fa fa-eye"></i> Card preview</a></li>
194
                                                        <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid | uri %]" title="Card" class="previewData" data-action="show_card"><i class="fa fa-eye"></i> Card preview</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
            [% IF ( locationsloo.selected ) %]<option value="[% locationsloo.authorised_value | html %]" selected="selected">[% locationsloo.lib | html %]</option>[% ELSE %]<option value="[% locationsloo.authorised_value | html %]">[% locationsloo.lib | html %]</option>[% END %]
50
            [% IF ( locationsloo.selected ) %]<option value="[% locationsloo.authorised_value | html %]" selected="selected">[% locationsloo.lib | html %]</option>[% ELSE %]<option value="[% locationsloo.authorised_value | html %]">[% locationsloo.lib | html %]</option>[% END %]
51
        [% END %]
51
        [% END %]
52
    </select>
52
    </select>
53
    <input type="submit" name="location" class="submit" value="OK" id="principal" />
53
    <input type="submit" name="location" class="submit" value="OK" />
54
</form>
54
</form>
55
55
56
    [% IF ( overduesloop ) %]
56
    [% IF ( overduesloop ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 187-193 Link Here
187
                    </select></p>
187
                    </select></p>
188
            </li>
188
            </li>
189
            <li>
189
            <li>
190
                <input name="barcode" size="15" class="petit-barcode" type="text" placeholder="Enter barcode" /><button type="submit" class="submit" id="principal">Submit</button>
190
                <input name="barcode" size="15" type="text" placeholder="Enter barcode" /><button type="submit" class="submit">Submit</button>
191
            </li></ol>
191
            </li></ol>
192
192
193
        </fieldset>
193
        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-13 / +22 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-31 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>
Lines 53-58 Link Here
53
                </li>
55
                </li>
54
            [% END %]
56
            [% END %]
55
        </ol>
57
        </ol>
58
        <ol>
59
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
60
        </ol>
61
        <ol>
62
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
63
        </ol>
56
    </nav>
64
    </nav>
57
65
58
    <div class="main container-fluid">
66
    <div class="main container-fluid">
Lines 588-594 Link Here
588
                                                                    <input type="hidden" name="barcode" value="[% item.barcode | html %]" />
596
                                                                    <input type="hidden" name="barcode" value="[% item.barcode | html %]" />
589
                                                                    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
597
                                                                    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
590
                                                                    <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" />
598
                                                                    <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>
599
                                                                    <button class="btn btn-default principal btn-xs" type="submit" name="x"><i class="fa fa-check"></i> Check out</button>
592
                                                                </form>
600
                                                                </form>
593
                                                            </td>
601
                                                            </td>
594
                                                        </tr>
602
                                                        </tr>
Lines 655-678 Link Here
655
663
656
                                        <label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label>
664
                                        <label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label>
657
665
658
                                        [% IF Koha.Preference('itemBarcodeFallbackSearch') %]
666
                                        <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 %]
667
                                        [% IF NEEDSCONFIRMATION %]
665
                                            <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" />
668
                                            <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" />
666
                                        [% ELSE %]
669
                                        [% ELSE %]
667
                                            <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" />
670
                                            [% IF Koha.Preference('itemBarcodeFallbackSearch') %]
671
                                                <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" placeholder="Enter item barcode or keyword" />
672
                                            [% ELSE %]
673
                                                <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" placeholder="Enter item barcode" />
674
                                            [% END %]
668
                                        [% END %]
675
                                        [% END %]
669
676
670
                                        <button type="submit" class="btn btn-default">Check out</button>
671
672
                                        <div id="show-circ-settings">
677
                                        <div id="show-circ-settings">
673
                                            <a href="#"><i class="fa fa-caret-right circ-settings-icon"></i> Checkout settings</a>
678
                                            <a href="#"><i class="fa-sign-out"></i></a>
674
                                        </div>
679
                                        </div>
675
680
681
                                        <button type="submit" class="btn btn-default principal">Check out</button>
682
676
                                        <div class="circ-settings">
683
                                        <div class="circ-settings">
677
684
678
                                                [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %]
685
                                                [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %]
Lines 807-813 Link Here
807
                                <div id="circmessages" class="circmessage attention">
814
                                <div id="circmessages" class="circmessage attention">
808
                            [% END %]
815
                            [% END %]
809
816
817
                            <fieldset>
810
                            [% INCLUDE 'patron_messages.inc' %]
818
                            [% INCLUDE 'patron_messages.inc' %]
819
                            </fieldset>
811
820
812
                        </div> <!-- /#circmessages -->
821
                        </div> <!-- /#circmessages -->
813
                    </div> <!-- /div or div.col-sm-6 -->
822
                    </div> <!-- /div or div.col-sm-6 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-29 / +32 lines)
Lines 148-179 Link Here
148
148
149
        <div class="col-sm-2 col-sm-pull-10">
149
        <div class="col-sm-2 col-sm-pull-10">
150
            <aside>
150
            <aside>
151
                <div id="filters">
152
                    <form method="post" action="/cgi-bin/koha/circ/overdue.pl">
151
                    <form method="post" action="/cgi-bin/koha/circ/overdue.pl">
153
                        <fieldset class="brief">
152
                        <fieldset class="sidebar">
154
                            <h4>Filter on</h4>
153
                            <h3>Filter on</h3>
155
154
156
                            <fieldset><label>Date due:</label>
155
                            <fieldset class="brief"><legend>Date due:</legend>
156
                            <ol>
157
                                    <li class="radio">
157
                                    <li class="radio">
158
                                        <p for="showall">Show any items currently checked out:
158
                                        <label for="showall">Show any items currently checked out:
159
                                        </label>
159
                                        [% IF ( showall ) %]
160
                                        [% IF ( showall ) %]
160
                                            <input type="checkbox" id="showall" name="showall" value="show" checked="checked" />
161
                                            <input type="checkbox" id="showall" name="showall" value="show" checked="checked" />
161
                                        [% ELSE %]
162
                                        [% ELSE %]
162
                                            <input type="checkbox" id="showall" name="showall" value="show" />
163
                                            <input type="checkbox" id="showall" name="showall" value="show" />
163
                                        [% END %]
164
                                        [% END %]</li>
164
                                        </p>
165
165
166
                                        <p>From: <input type="text" id="from" name="dateduefrom" size="10" value="[% filters.dateduefrom | $KohaDates %]" class="flatpickr" data-date_to="to" /></p>
166
                                        <li><label>From: </label><input type="text" id="from" name="dateduefrom" size="10" value="[% filters.dateduefrom | $KohaDates %]" class="flatpickr" data-date_to="to" /></li>
167
                                        <p>To:<input type="text" id="to" name="datedueto" size="10" value="[% filters.datedueto | $KohaDates %]" class="flatpickr" /></p>
167
                                        <li><label>To:</label><input type="text" id="to" name="datedueto" size="10" value="[% filters.datedueto | $KohaDates %]" class="flatpickr" /></li>
168
                                    </li>
168
                                    </li>
169
169
                                </ol>
170
                                    <li><p>Name or cardnumber:<input type="text" name="borname" value="[% filters.borname | html %]" /></p>
170
                            </fieldset>
171
                                        <p>Patron category:<select name="borcat" id="borcat"><option value="">Any</option>
171
                            <ol>
172
                                    <li><label>Name or cardnumber:</label><input type="text" name="borname" value="[% filters.borname | html %]" /></i>
173
                                        <li><label>Patron category:</label><select name="borcat" id="borcat"><option value="">Any</option>
172
                                        [% FOREACH borcatloo IN borcatloop %]
174
                                        [% FOREACH borcatloo IN borcatloop %]
173
                                            [% IF ( borcatloo.selected ) %]<option value="[% borcatloo.value | html %]" selected="selected">[% borcatloo.catname | html %]</option>[% ELSE %]<option value="[% borcatloo.value | html %]">[% borcatloo.catname | html %]</option>[% END %]
175
                                            [% IF ( borcatloo.selected ) %]<option value="[% borcatloo.value | html %]" selected="selected">[% borcatloo.catname | html %]</option>[% ELSE %]<option value="[% borcatloo.value | html %]">[% borcatloo.catname | html %]</option>[% END %]
174
                                        [% END %]
176
                                        [% END %]
175
                                        </select></p>
177
                                        </select></li>
176
                                        <p>Patron flags:
178
                                        <li><label>Patron flags:</label>
177
                                            <select name="borflag" id="borflag">
179
                                            <select name="borflag" id="borflag">
178
                                                <option value="">None</option>
180
                                                <option value="">None</option>
179
                                                [% IF ( borflag_gonenoaddress ) %]<option value="gonenoaddress" selected="selected">Address in question</option>
181
                                                [% IF ( borflag_gonenoaddress ) %]<option value="gonenoaddress" selected="selected">Address in question</option>
Lines 182-193 Link Here
182
                                                [% ELSE %]<option value="debarred">Restricted</option>[% END %]
184
                                                [% ELSE %]<option value="debarred">Restricted</option>[% END %]
183
                                                [% IF ( borflag_lost ) %]<option value="lost" selected="selected">Lost card</option>
185
                                                [% IF ( borflag_lost ) %]<option value="lost" selected="selected">Lost card</option>
184
                                                [% ELSE %]<option value="lost">Lost card</option>[% END %]
186
                                                [% ELSE %]<option value="lost">Lost card</option>[% END %]
185
                                            </select>
187
                                            </select></li>
186
                                        </p>
188
                                        
187
189
188
                                    [% FOREACH patron_attr_filter_loo IN patron_attr_filter_loop %]
190
                                    [% FOREACH patron_attr_filter_loo IN patron_attr_filter_loop %]
189
                                        <!-- domid cgivalue ismany isclone ordinal code description repeatable authorised_value_category -->
191
                                        <!-- domid cgivalue ismany isclone ordinal code description repeatable authorised_value_category -->
190
                                            <p>[% patron_attr_filter_loo.description | html %]:
192
                                            <li><label>[% patron_attr_filter_loo.description | html %]:</label>
191
                                            [% IF ( patron_attr_filter_loo.authorised_value_category ) %]
193
                                            [% IF ( patron_attr_filter_loo.authorised_value_category ) %]
192
                                                [% SET authvals = AuthorisedValues.GetAuthValueDropbox( patron_attr_filter_loo.authorised_value_category ) %]
194
                                                [% SET authvals = AuthorisedValues.GetAuthValueDropbox( patron_attr_filter_loo.authorised_value_category ) %]
193
                                                <select id="pattrodue-input-[% patron_attr_filter_loo.domid | html %]" name="patron_attr_filter_[% patron_attr_filter_loo.code | html %]" class="pattrodue-input">
195
                                                <select id="pattrodue-input-[% patron_attr_filter_loo.domid | html %]" name="patron_attr_filter_[% patron_attr_filter_loo.code | html %]" class="pattrodue-input">
Lines 212-250 Link Here
212
                                                [% ELSE %]
214
                                                [% ELSE %]
213
                                                    <a href="#" class="btn btn-link delete_clone" style="display:none"><i class="fa fa-remove"></i> Delete</a>
215
                                                    <a href="#" class="btn btn-link delete_clone" style="display:none"><i class="fa fa-remove"></i> Delete</a>
214
                                                [% END %]
216
                                                [% END %]
215
                                            [% END %]</p>
217
                                            [% END %]
218
                                            </li>
216
                                    [% END %]
219
                                    [% END %]
217
220
218
                                    <p>
221
                                    <li><label>
219
                                        Item type:<select name="itemtype" id="itemtype"><option value="">Any</option>
222
                                        Item type:</label><select name="itemtype" id="itemtype"><option value="">Any</option>
220
                                        [% FOREACH itemtypeloo IN itemtypeloop %][% IF ( itemtypeloo.selected ) %]
223
                                        [% FOREACH itemtypeloo IN itemtypeloop %][% IF ( itemtypeloo.selected ) %]
221
                                            <option value="[% itemtypeloo.value | html %]" selected="selected">[% itemtypeloo.itemtypename | html %]</option>[% ELSE %]
224
                                            <option value="[% itemtypeloo.value | html %]" selected="selected">[% itemtypeloo.itemtypename | html %]</option>[% ELSE %]
222
                                            <option value="[% itemtypeloo.value | html %]">[% itemtypeloo.itemtypename | html %]</option>[% END %]
225
                                            <option value="[% itemtypeloo.value | html %]">[% itemtypeloo.itemtypename | html %]</option>[% END %]
223
                                        [% END %]
226
                                        [% END %]
224
                                        </select>
227
                                        </select></li>
225
                                    </p>
228
                                    
226
229
227
                                        <p>Item home library:
230
                                        <li><label>Item home library:</label>
228
                                        <select name="homebranch" id="homebranch">
231
                                        <select name="homebranch" id="homebranch">
229
                                            <option value="">Any</option>
232
                                            <option value="">Any</option>
230
                                            [% PROCESS options_for_libraries libraries => Branches.all( selected => filters.homebranch ) %]
233
                                            [% PROCESS options_for_libraries libraries => Branches.all( selected => filters.homebranch ) %]
231
                                        </select></p>
234
                                        </select></li>
232
235
233
                                        <p>Item holding library:
236
                                        <li><label>Item holding library:</label>
234
                                        <select name="holdingbranch" id="holdingbranch">
237
                                        <select name="holdingbranch" id="holdingbranch">
235
                                            <option value="">Any</option>
238
                                            <option value="">Any</option>
236
                                            [% PROCESS options_for_libraries libraries => Branches.all( selected => filters.holdingbranch ) %]
239
                                            [% PROCESS options_for_libraries libraries => Branches.all( selected => filters.holdingbranch ) %]
237
                                        </select></p>
240
                                        </select></li>
238
241
239
                                        <p>Library of the patron:
242
                                        <li><label>Library of the patron:</label>
240
                                        <select name="branch" id="branch">
243
                                        <select name="branch" id="branch">
241
                                            <option value="">Any</option>
244
                                            <option value="">Any</option>
242
                                            [% PROCESS options_for_libraries libraries => Branches.all( selected => filters.branch, only_from_group => 1 ) %]
245
                                            [% PROCESS options_for_libraries libraries => Branches.all( selected => filters.branch, only_from_group => 1 ) %]
243
                                        </select></p>
246
                                        </select>
244
                                    </li>
247
                                    </li>
245
                                </ol>
248
                                </ol>
246
                                <fieldset class="action">
249
                                <fieldset class="action">
247
                                    <button type="submit" class="submit" id="principal">Apply filter</button>
250
                                    <button type="submit" class="submit principal">Apply filter</button>
248
                                    <input type="hidden" name="op" value="apply filter" />
251
                                    <input type="hidden" name="op" value="apply filter" />
249
                                </fieldset>
252
                                </fieldset>
250
253
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-11 / +7 lines)
Lines 268-286 Link Here
268
268
269
        <div class="col-sm-2 col-sm-pull-10">
269
        <div class="col-sm-2 col-sm-pull-10">
270
            <aside>
270
            <aside>
271
                <div id="filters">
272
                    <form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
271
                    <form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
273
                        <fieldset class="brief">
272
                        <fieldset class="sidebar">
274
                            <h4>Refine results</h4>
273
                            <h3>Refine results</h3>
275
                            <fieldset>
276
                                <ol>
274
                                <ol>
277
                                    <li>
275
                                    <li>
278
                                        <p>Start date:
276
                                        <label>Start date:</label>
279
                                        <input type="text" size="10" id="from" name="from" value="[% from | $KohaDates %]" class="flatpickr" data-date_to="to" /></p>
277
                                        <input type="text" size="10" id="from" name="from" value="[% from | $KohaDates %]" class="flatpickr" data-date_to="to" />
280
                                    </li>
278
                                    </li>
281
                                    <li>
279
                                    <li>
282
                                        <p>End date:
280
                                        <label>End date:</label>
283
                                        <input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="flatpickr" /></p>
281
                                        <input type="text" size="10" id="to" name="to" value="[% to | $KohaDates %]" class="flatpickr" />
284
                                    </li>
282
                                    </li>
285
                                </ol>
283
                                </ol>
286
284
Lines 290-300 Link Here
290
                                    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
288
                                    <p><em>(Inclusive, default is [% HoldsToPullStartDate | html %] days ago to today. Set other date ranges as needed.)</em></p>
291
                                [% END %]
289
                                [% END %]
292
290
293
                                <button type="submit" class="submit" id="principal">Submit</button>
291
                                <button type="submit" class="submit principal">Submit</button>
294
                            </fieldset>
295
                        </fieldset>
292
                        </fieldset>
296
                    </form>
293
                    </form>
297
                </div>
298
            </aside>
294
            </aside>
299
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
295
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
300
     </div> <!-- /.row -->
296
     </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-1 / +1 lines)
Lines 219-225 Link Here
219
                            <input name="barcode" size="14" class="barcode focus" type="text" placeholder="Enter item barcode" />
219
                            <input name="barcode" size="14" class="barcode focus" type="text" placeholder="Enter item barcode" />
220
220
221
                        [% END %]
221
                        [% END %]
222
                        <button type="submit" class="submit" id="principal">Submit</button>
222
                        <button type="submit" class="submit principal">Submit</button>
223
223
224
                        <div class="circ-settings show">
224
                        <div class="circ-settings show">
225
                            <div class="date-select" id="renew_date_override_fields">
225
                            <div class="date-select" id="renew_date_override_fields">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-14 / +10 lines)
Lines 142-157 Link Here
142
142
143
        <div class="col-sm-2 col-sm-pull-10">
143
        <div class="col-sm-2 col-sm-pull-10">
144
            <aside>
144
            <aside>
145
                <div id="filters">
146
                    <form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
145
                    <form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
147
                        <fieldset class="brief">
146
                        <fieldset class="sidebar">
148
                            <h4>Refine results</h4>
147
                            <h3>Refine results</h3>
149
150
                            <fieldset>
151
                                <ol>
148
                                <ol>
152
                                    <li>
149
                                    <li>
153
                                        <p>Hold ratio (greater than or equal to):
150
                                        <label>Hold ratio (greater than or equal to):</label>
154
                                        <input type="text" size="5" id="ratio" name="ratio" value="[% ratio | html %]" /></p>
151
                                        <input type="text" size="5" id="ratio" name="ratio" value="[% ratio | html %]" />
155
                                    </li>
152
                                    </li>
156
153
157
                                    <li class="checkbox">
154
                                    <li class="checkbox">
Lines 175-192 Link Here
175
                                    </li>
172
                                    </li>
176
173
177
                                    <li>
174
                                    <li>
178
                                        <p>Start date:
175
                                        <label>Start date:</label>
179
                                        <input type="text" size="10" id="from" name="from" value="[% from | $KohaDates %]" class="flatpickr" data-date_to="to" /></p>
176
                                        <input type="text" size="10" id="from" name="from" value="[% from | $KohaDates %]" class="flatpickr" data-date_to="to" />
180
                                    </li>
177
                                    </li>
181
178
182
                                    <li>
179
                                    <li>
183
                                        <p>End date:
180
                                        <label>End date:</label>
184
                                        <input size="10" id="to" name="to" value="[% to | $KohaDates %]" type="text" class="flatpickr" /></p>
181
                                        <input size="10" id="to" name="to" value="[% to | $KohaDates %]" type="text" class="flatpickr" />(inclusive)
185
                                    </li>
182
                                    </li>
186
                                </ol>
183
                                </ol>
187
                                <p>(inclusive)</p>
184
                                
188
                                <button type="submit" class="submit" id="principal">Go</button>
185
                                <button type="submit" class="submit principal">Go</button>
189
                            </fieldset>
190
                        </fieldset>
186
                        </fieldset>
191
187
192
                        [% IF ( CAN_user_acquisition && basketno && booksellerid ) %]
188
                        [% IF ( CAN_user_acquisition && basketno && booksellerid ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +2 lines)
Lines 963-969 Link Here
963
                                                <div id="show-circ-settings">
963
                                                <div id="show-circ-settings">
964
                                                    <a href="#"><i class="fa-sign-out"></i></a>
964
                                                    <a href="#"><i class="fa-sign-out"></i></a>
965
                                                </div>
965
                                                </div>
966
                                                <button class="submit" id="principal" type="submit" >Check in</button>
966
                                                <button class="submit principal" type="submit" >Check in</button>
967
                                                [% FOREACH inputloo IN inputloop %]
967
                                                [% FOREACH inputloo IN inputloop %]
968
                                                    <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
968
                                                    <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
969
                                                    <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
969
                                                    <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
Lines 1147-1153 Link Here
1147
                                                        </span>
1147
                                                        </span>
1148
                                                    </span>
1148
                                                    </span>
1149
                                                [% END %]
1149
                                                [% END %]
1150
                                                <a class="btn btn-default btn-xs printcheckinslip" id="lientype" href="#" data-borrowernumber="[% riloo.patron.borrowernumber | html %]"><i class="fa fa-print"></i> Print checkin slip</a>
1150
                                                <a class="btn btn-default btn-xs printcheckinslip" href="#" data-borrowernumber="[% riloo.patron.borrowernumber | html %]"><i class="fa fa-print"></i> Print checkin slip</a>
1151
                                            [% ELSE %]
1151
                                            [% ELSE %]
1152
                                                Not checked out
1152
                                                Not checked out
1153
                                            [% END %]
1153
                                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (-3 / +3 lines)
Lines 100-106 Updated:<ul> Link Here
100
        </select></p></li>
100
        </select></p></li>
101
101
102
        <li>
102
        <li>
103
            <button class="submit" id="principal" type="submit" >Submit</button>
103
            <button class="submit principal" type="submit" >Submit</button>
104
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
104
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
105
        </li>
105
        </li>
106
    </ol>
106
    </ol>
Lines 121-127 Updated:<ul> Link Here
121
        </select></li>
121
        </select></li>
122
122
123
        <li>
123
        <li>
124
            <button class="submit" id="principal" type="submit" >Submit</button>
124
            <button class="submit principal" type="submit" >Submit</button>
125
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
125
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
126
        </li>
126
        </li>
127
    </ol>
127
    </ol>
Lines 140-146 Updated:<ul> Link Here
140
            </select>
140
            </select>
141
        </li>
141
        </li>
142
        <li>
142
        <li>
143
            <button class="submit" id="principal" type="submit" >Submit</button>
143
            <button class="submit principal" type="submit" >Submit</button>
144
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
144
            <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a>
145
        </li>
145
        </li>
146
    </ol>
146
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 278-284 Link Here
278
                        [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'LOC' ), selected_av => locationslimit %]
278
                        [% PROCESS options_for_authorised_values authorised_values => AuthorisedValues.GetAuthValueDropbox( 'LOC' ), selected_av => locationslimit %]
279
                    </select></p>
279
                    </select></p>
280
                </li>
280
                </li>
281
            <button type="submit" class="submit" id="principal">Submit</button>
281
            <button type="submit" class="submit principal">Submit</button>
282
                <input type="hidden" name="run_report" value="1" />
282
                <input type="hidden" name="run_report" value="1" />
283
            </ol>
283
            </ol>
284
        </fieldset>
284
        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-5 / +5 lines)
Lines 46-61 Link Here
46
                <div id="toolbar" class="btn-toolbar">
46
                <div id="toolbar" class="btn-toolbar">
47
                    [% IF CAN_user_clubs_edit_templates %]
47
                    [% IF CAN_user_clubs_edit_templates %]
48
                    <div class="btn-group">
48
                    <div class="btn-group">
49
                            <a class="btn btn-default pat" href="templates-add-modify.pl"><i class="fa fa-plus"></i> New club template</a>
49
                            <a class="btn btn-default toolbar-btn" href="templates-add-modify.pl"><i class="fa fa-plus"></i> New club template</a>
50
                    </div>
50
                    </div>
51
                    [% END %]
51
                    [% END %]
52
52
53
                    [% IF CAN_user_clubs_edit_clubs %]
53
                    [% IF CAN_user_clubs_edit_clubs %]
54
                        <div class="btn-group">
54
                        <div class="btn-group">
55
                            [% IF club_templates.count %]
55
                            [% IF club_templates.count %]
56
                                <button class="btn btn-default dropdown-toggle pat" data-toggle="dropdown"><i class="fa fa-plus"></i> New club <span class="caret"></span></button>
56
                                <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>
57
                            [% ELSE %]
57
                            [% ELSE %]
58
                                <button disabled="disabled" class="btn btn-default dropdown-toggle pat" data-toggle="dropdown"><i class="fa fa-plus"></i> New club <span class="caret"></span></button>
58
                                <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>
59
                            [% END %]
59
                            [% END %]
60
                            <ul class="dropdown-menu">
60
                            <ul class="dropdown-menu">
61
                                [% FOREACH t IN club_templates %]
61
                                [% FOREACH t IN club_templates %]
Lines 124-133 Link Here
124
                                    <td>[% Branches.GetName( t.branchcode ) | html %]</td>
124
                                    <td>[% Branches.GetName( t.branchcode ) | html %]</td>
125
                                    <td class="actions">
125
                                    <td class="actions">
126
                                        [% IF CAN_user_clubs_edit_templates %]
126
                                        [% IF CAN_user_clubs_edit_templates %]
127
                                            <a id="lientype" class="btn btn-xs btn-default" style="white-space:nowrap"  href="/cgi-bin/koha/clubs/templates-add-modify.pl?id=[% t.id | html %]">
127
                                            <a class="btn btn-xs btn-default" style="white-space:nowrap"  href="/cgi-bin/koha/clubs/templates-add-modify.pl?id=[% t.id | html %]">
128
                                                <i class="fa fa-pencil"></i> Edit
128
                                                <i class="fa fa-pencil"></i> Edit
129
                                            </a>
129
                                            </a>
130
                                            <a id="lientype" class="btn btn-xs btn-default delete_template" href="#" data-id="[% t.id | html %]" data-name="[% t.name | html %]">
130
                                            <a class="btn btn-xs btn-default delete_template" href="#" data-id="[% t.id | html %]" data-name="[% t.name | html %]">
131
                                                <i class="fa fa-trash"></i> Delete
131
                                                <i class="fa fa-trash"></i> Delete
132
                                            </a>
132
                                            </a>
133
                                        [% END %]
133
                                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt (-2 / +2 lines)
Lines 21-27 Link Here
21
                    <td>[% e.date_enrolled | $KohaDates %]</td>
21
                    <td>[% e.date_enrolled | $KohaDates %]</td>
22
                    [% IF CAN_user_clubs_enroll %]
22
                    [% IF CAN_user_clubs_enroll %]
23
                        <td>
23
                        <td>
24
                            <button id="lientype" class="btn btn-xs btn-default" onclick="cancelEnrollment( [% e.id | html %] )">
24
                            <button class="btn btn-xs btn-default" onclick="cancelEnrollment( [% e.id | html %] )">
25
                                <i class="fa fa-remove"></i> Cancel enrollment
25
                                <i class="fa fa-remove"></i> Cancel enrollment
26
                            </button>
26
                            </button>
27
                        </td>
27
                        </td>
Lines 52-58 Link Here
52
                    <td>[% c.description | html %]</td>
52
                    <td>[% c.description | html %]</td>
53
                    [% IF CAN_user_clubs_enroll %]
53
                    [% IF CAN_user_clubs_enroll %]
54
                        <td class="action">
54
                        <td class="action">
55
                            <button class="btn btn-xs btn-default" id="lientype" onclick="loadEnrollmentForm([% c.id | html %])">
55
                            <button class="btn btn-xs btn-default" onclick="loadEnrollmentForm([% c.id | html %])">
56
                                <i class="fa fa-plus"></i> Enroll
56
                                <i class="fa fa-plus"></i> Enroll
57
                            </button>
57
                            </button>
58
                        </td>
58
                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-4 / +4 lines)
Lines 149-155 Link Here
149
                        [% END %]
149
                        [% END %]
150
                    </div>
150
                    </div>
151
                    <fieldset class="action">
151
                    <fieldset class="action">
152
                         <a id="lientype" href="#" class="add_club_field">
152
                         <a href="#" class="add_club_field">
153
                            <i class="fa fa-plus"></i> Add new field
153
                            <i class="fa fa-plus"></i> Add new field
154
                        </a>
154
                        </a>
155
                    </fieldset>
155
                    </fieldset>
Lines 194-200 Link Here
194
                        [% END %]
194
                        [% END %]
195
                    </div>
195
                    </div>
196
                    <fieldset class="action">
196
                    <fieldset class="action">
197
                        <a id="lientype" href="#" class="add_enrollment_field">
197
                        <a href="#" class="add_enrollment_field">
198
                            <i class="fa fa-plus"></i> Add new field
198
                            <i class="fa fa-plus"></i> Add new field
199
                        </a>
199
                        </a>
200
                    </fieldset>
200
                    </fieldset>
Lines 234-240 Link Here
234
            </select>
234
            </select>
235
        </li>
235
        </li>
236
    </ol>
236
    </ol>
237
    <fieldset class="action"><a id="lientype" href="#" class="delete_club_field"><i class="fa fa-trash"></i> Delete field</a></fieldset>
237
    <fieldset class="action"><a href="#" class="delete_club_field"><i class="fa fa-trash"></i> Delete field</a></fieldset>
238
    <hr/>
238
    <hr/>
239
</div>
239
</div>
240
240
Lines 261-267 Link Here
261
            </select>
261
            </select>
262
        </li>
262
        </li>
263
    </ol>
263
    </ol>
264
    <fieldset class="action"><a id="lientype" href="#" class="delete_enrollment_field"><i class="fa fa-trash"></i> Delete field</a></fieldset>
264
    <fieldset class="action"><a href="#" class="delete_enrollment_field"><i class="fa fa-trash"></i> Delete field</a></fieldset>
265
</div>
265
</div>
266
266
267
267
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-5 / +5 lines)
Lines 58-74 Link Here
58
            [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses %]
58
            [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses %]
59
            <div id="toolbar">
59
            <div id="toolbar">
60
                [% IF CAN_user_coursereserves_add_reserves %]
60
                [% IF CAN_user_coursereserves_add_reserves %]
61
                    <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>
61
                    <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>
62
                    <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>
62
                    <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>
63
                [% END %]
63
                [% END %]
64
                [% IF CAN_user_coursereserves_delete_reserves && course_reserves %]
64
                [% IF CAN_user_coursereserves_delete_reserves && course_reserves %]
65
                    <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>
65
                    <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>
66
                [% END %]
66
                [% END %]
67
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
67
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
68
                    <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>
68
                    <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>
69
                [% END %]
69
                [% END %]
70
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
70
                [% IF ( CAN_user_coursereserves_manage_courses ) %]
71
                    <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>
71
                    <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>
72
                [% END %]
72
                [% END %]
73
            </div><!-- /toolbar -->
73
            </div><!-- /toolbar -->
74
            [% END %]
74
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-2 / +2 lines)
Lines 41-50 Link Here
41
                    [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_delete_reserves %]
41
                    [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_delete_reserves %]
42
                    <div id="toolbar">
42
                    <div id="toolbar">
43
                        [% IF ( CAN_user_coursereserves_manage_courses ) %]
43
                        [% IF ( CAN_user_coursereserves_manage_courses ) %]
44
                            <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>
44
                            <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>
45
                        [% END %]
45
                        [% END %]
46
                        [% IF ( CAN_user_coursereserves_delete_reserves ) %]
46
                        [% IF ( CAN_user_coursereserves_delete_reserves ) %]
47
                            <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>
47
                            <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>
48
                        [% END %]
48
                        [% END %]
49
                    </div><!-- /toolbar -->
49
                    </div><!-- /toolbar -->
50
                    [% END %]
50
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 / +1 lines)
Lines 66-72 Link Here
66
            <div class="col-sm-2">
66
            <div class="col-sm-2">
67
                <aside>
67
                <aside>
68
                    <form method="get" id="illfilter_form">
68
                    <form method="get" id="illfilter_form">
69
                        <fieldset class="brief">
69
                        <fieldset class="sidebar">
70
                            <h3>Filters</h3>
70
                            <h3>Filters</h3>
71
                            <ol>
71
                            <ol>
72
                                <li>
72
                                <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-21 / +21 lines)
Lines 147-214 Link Here
147
147
148
            <div class="col-sm-9">
148
            <div class="col-sm-9">
149
                <div class="row">
149
                <div class="row">
150
                    <div class="menuspe"><ul class="biglinks-list">
150
                    <div class="mainmenu"><ul class="biglinks-list">
151
                        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
151
                        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
152
                            <li><a class="accueil" href="/cgi-bin/koha/circ/circulation-home.pl"><i class="fa fa-fw fa-exchange fa-2x"></i><h1>Circulation</h1></a></li>
152
                            <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>
153
                        [% END %]
153
                        [% END %]
154
154
155
                        [% IF CAN_user_borrowers_edit_borrowers %]
155
                        [% IF CAN_user_borrowers_edit_borrowers %]
156
                            <li><a class="accueil" 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>
156
                            <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>
157
                        [% END %]
157
                        [% END %]
158
158
159
                         </ul></div>
159
                         </ul></div>
160
                        <div class="menuspe"><ul class="biglinks-list">
160
                        <div class="mainmenu"><ul class="biglinks-list">
161
161
162
                        [% IF ( CAN_user_catalogue ) %]
162
                        [% IF ( CAN_user_catalogue ) %]
163
                            <li><a class="accueil" href="/cgi-bin/koha/catalogue/search.pl"><i class="fa fa-fw fa-search fa-2x"></i><h1>Advanced search</h1></a></li>
163
                            <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>
164
                            <li><a class="accueil" href="/cgi-bin/koha/catalogue/itemsearch.pl"><i class="fa fa-fw fa-search fa-2x"></i><h1>Item search</h1></a></li>
164
                            <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>
165
                        [% END %]
165
                        [% END %]
166
166
167
                        <li><a class="accueil" href="/cgi-bin/koha/virtualshelves/shelves.pl"><i class="fa fa-fw fa-list-alt fa-2x"></i><h1>Lists</h1></a></li>
167
                        <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>
168
168
169
                        [% IF ( UseCourseReserves ) %]
169
                        [% IF ( UseCourseReserves ) %]
170
                            <li><a class="accueil" 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>
170
                            <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>
171
                        [% END %]
171
                        [% END %]
172
172
173
                    </ul></div>
173
                    </ul></div>
174
                    <div class="menuspe"><ul class="biglinks-list">
174
                    <div class="mainmenu"><ul class="biglinks-list">
175
175
176
                            <li><a class="accueil" href="/cgi-bin/koha/authorities/authorities-home.pl"><i class="fa fa-fw fa-link fa-2x"></i><h1>Authorities</h1></a></li>
176
                            <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>
177
                        [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
177
                        [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
178
                            <li><a class="accueil" href="/cgi-bin/koha/ill/ill-requests.pl"><i class="fa fa-fw fa-retweet fa-2x"></i><h1>ILL requests</h1></a></li>
178
                            <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>
179
                        [% END %]
179
                        [% END %]
180
180
181
                        [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
181
                        [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
182
                            <li><a class="accueil" 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>
182
                            <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>
183
                        [% END %]
183
                        [% END %]
184
184
185
                        [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
185
                        [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
186
                            <li><a class="accueil" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-fw fa-tag fa-2x"></i><h1>Cataloging</h1></a></li>
186
                            <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>
187
                        [% END %]
187
                        [% END %]
188
188
189
                        [% IF ( CAN_user_serials ) %]
189
                        [% IF ( CAN_user_serials ) %]
190
                            <li><a class="accueil" 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>
190
                            <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>
191
                        [% END %]
191
                        [% END %]
192
192
193
                        [% IF ( CAN_user_acquisition ) %]
193
                        [% IF ( CAN_user_acquisition ) %]
194
                            <li><a class="accueil" 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>
194
                            <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>
195
                        [% END %]
195
                        [% END %]
196
                    </ul></div>
196
                    </ul></div>
197
                        <div class="vert"><ul class="biglinks-list">
197
                        <div class="settings-links"><ul class="biglinks-list">
198
                        [% IF ( CAN_user_reports ) %]
198
                        [% IF ( CAN_user_reports ) %]
199
                            <li><a class="accueil" id="reglages" href="/cgi-bin/koha/reports/reports-home.pl"><i class="fa fa-fw fa-pie-chart fa-2x"></i><h1>Reports</h1></a></li>
199
                            <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>
200
                        [% END %]
200
                        [% END %]
201
201
202
202
203
                        [% IF ( CAN_user_tools ) %]
203
                        [% IF ( CAN_user_tools ) %]
204
                            <li><a class="accueil" id="reglages" href="/cgi-bin/koha/tools/tools-home.pl"><i class="fa fa-fw fa-wrench fa-2x"></i><h1>Tools</h1></a></li>
204
                            <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>
205
                        [% END %]
205
                        [% END %]
206
206
207
                        [% IF ( CAN_user_parameters ) %]
207
                        [% IF ( CAN_user_parameters ) %]
208
                            <li><a class="accueil" id="reglages" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-fw fa-cogs fa-2x"></i><h1>Administration</h1></a></li>
208
                            <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>
209
                        [% END %]
209
                        [% END %]
210
210
211
                            <li><a class="accueil" id="reglages" 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>
211
                            <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>
212
                        </div>
212
                        </div>
213
                    </ul></div>
213
                    </ul></div>
214
                </div> <!-- /.row -->
214
                </div> <!-- /.row -->
Lines 230-236 Link Here
230
230
231
        </div> <!-- /.row -->
231
        </div> <!-- /.row -->
232
    </div> <!-- /.container-fluid -->
232
    </div> <!-- /.container-fluid -->
233
    <div class="menuspebas"><div class="bas"><a target="_blank" href="https://koha-community.org/"></a></div></div>
233
    <div class="koha-mainpage"><div class="koha-bottom"><a target="_blank" href="https://koha-community.org/"></a></div></div>
234
234
235
[% MACRO jsinclude BLOCK %]
235
[% MACRO jsinclude BLOCK %]
236
    <script>
236
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-9 / +9 lines)
Lines 131-144 Link Here
131
                                </div>
131
                                </div>
132
                            </form>
132
                            </form>
133
                            <div id="batch-manage" class="btn-toolbar">
133
                            <div id="batch-manage" class="btn-toolbar">
134
                                <a class="btn btn-default lientype" id="additems" href="#"><i class="fa fa-plus"></i> Add item(s)</a>
134
                                <a class="btn btn-default" id="additems" href="#"><i class="fa fa-plus"></i> Add item(s)</a>
135
                                [% IF ( table_loop ) %]
135
                                [% IF ( table_loop ) %]
136
                                <a class="btn btn-default lientype" id="savedesc" href="#" data-batch_id="[% batch_id | html %]"><i class="fa fa-save"></i> Save description</a>
136
                                <a class="btn btn-default" id="savedesc" href="#" data-batch_id="[% batch_id | html %]"><i class="fa fa-save"></i> Save description</a>
137
                                <a class="btn btn-default lientype" id="removeitems" href="#"><i class="fa fa-trash"></i> Remove selected items</a>
137
                                <a class="btn btn-default" id="removeitems" href="#"><i class="fa fa-trash"></i> Remove selected items</a>
138
                                <a class="btn btn-default lientype" id="deletebatch" href="#"><i class="fa fa-minus-square"></i> Delete batch</a>
138
                                <a class="btn btn-default" id="deletebatch" href="#"><i class="fa fa-minus-square"></i> Delete batch</a>
139
                                <a class="btn btn-default lientype" id="deduplicate" href="#"><i class="fa fa-minus"></i> Remove duplicates</a>
139
                                <a class="btn btn-default" id="deduplicate" href="#"><i class="fa fa-minus"></i> Remove duplicates</a>
140
                                <a class="btn btn-default lientype" id="exportitems" href="#"><i class="fa fa-share-square-o"></i> Export selected items</a>
140
                                <a class="btn btn-default" id="exportitems" href="#"><i class="fa fa-share-square-o"></i> Export selected items</a>
141
                                <a class="btn btn-default lientype" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export full batch</a>
141
                                <a class="btn btn-default" id="exportbatch" href="#"><i class="fa fa-share-square-o"></i> Export full batch</a>
142
                                [% END %]
142
                                [% END %]
143
                            </div>
143
                            </div>
144
                            [% IF ( table_loop ) %]
144
                            [% IF ( table_loop ) %]
Lines 175-182 Link Here
175
                                                        [% FOREACH text_field IN table_loo.text_fields %]
175
                                                        [% FOREACH text_field IN table_loo.text_fields %]
176
                                                            [% IF ( text_field.select_field ) %]
176
                                                            [% IF ( text_field.select_field ) %]
177
                                                                <td>
177
                                                                <td>
178
                                                                    <a id="lientype" class="btn btn-default btn-xs delete" href="/cgi-bin/koha/labels/label-edit-batch.pl?op=remove&amp;batch_id=[% batch_id |url %]&amp;label_id=[% text_field.field_value |url %]"><i class="fa fa-trash"></i> Delete</a>
178
                                                                    <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/labels/label-edit-batch.pl?op=remove&amp;batch_id=[% batch_id |url %]&amp;label_id=[% text_field.field_value |url %]"><i class="fa fa-trash"></i> Delete</a>
179
                                                                    <a id="lientype" class="btn btn-default btn-xs export" href="#" data-batch-id="[% batch_id | html %]" data-label-id="[% text_field.field_value | html %]"><i class="fa fa-share-square-o"></i> Export</a>
179
                                                                    <a class="btn btn-default btn-xs export" href="#" data-batch-id="[% batch_id | html %]" data-label-id="[% text_field.field_value | html %]"><i class="fa fa-share-square-o"></i> Export</a>
180
                                                                </td>
180
                                                                </td>
181
                                                                <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]"></td>
181
                                                                <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]"></td>
182
                                                            [% ELSE %]
182
                                                            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-1 / +1 lines)
Lines 169-175 Link Here
169
                                        [% END %]
169
                                        [% END %]
170
                                        [% IF ( profile_list.size == 1 ) %]
170
                                        [% IF ( profile_list.size == 1 ) %]
171
                                        <br>
171
                                        <br>
172
                                        <a href="/cgi-bin/koha/labels/label-edit-profile.pl?op=new" id="lientype">Make a new printer profile.</a>
172
                                        <a href="/cgi-bin/koha/labels/label-edit-profile.pl?op=new"Make a new printer profile.</a>
173
                                        [% END %]
173
                                        [% END %]
174
                                    </li>
174
                                    </li>
175
                                </ol>
175
                                </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-4 / +3 lines)
Lines 66-73 Link Here
66
66
67
                        <div id="manage-label-layouts">
67
                        <div id="manage-label-layouts">
68
                            [% IF ( table_loop ) %]
68
                            [% IF ( table_loop ) %]
69
                            <div id="searchresults">
70
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
69
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
70
                            <fieldset id="searchresults">
71
                            [% IF    ( label_element == 'layout' ) %]
71
                            [% IF    ( label_element == 'layout' ) %]
72
                            <h3>Currently available layouts</h3>
72
                            <h3>Currently available layouts</h3>
73
                            [% ELSIF ( label_element == 'template' ) %]
73
                            [% ELSIF ( label_element == 'template' ) %]
Lines 108-115 Link Here
108
                                        [% FOREACH text_field IN table_loo.text_fields %]
108
                                        [% FOREACH text_field IN table_loo.text_fields %]
109
                                            [% IF ( text_field.select_field ) %]
109
                                            [% IF ( text_field.select_field ) %]
110
                                                <td class="actions">
110
                                                <td class="actions">
111
                                                    <a id="lientype" class="btn btn-default btn-xs" href="/cgi-bin/koha/labels/label-edit-[% label_element |url %].pl?op=edit&amp;element_id=[% text_field.field_value |url %]"><i class="fa fa-edit"></i> Edit</a>
111
                                                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/labels/label-edit-[% label_element |url %].pl?op=edit&amp;element_id=[% text_field.field_value |url %]"><i class="fa fa-edit"></i> Edit</a>
112
                                                    <a id="lientype" class="btn btn-default btn-xs delete" href="/cgi-bin/koha/labels/label-manage.pl?op=delete&amp;label_element=[% label_element | html %]&amp;element_id=[% text_field.field_value |url %]"><i class="fa fa-trash"></i> Delete</a>
112
                                                    <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/labels/label-manage.pl?op=delete&amp;label_element=[% label_element | html %]&amp;element_id=[% text_field.field_value |url %]"><i class="fa fa-trash"></i> Delete</a>
113
                                                </td>
113
                                                </td>
114
                                                [% IF label_element == 'batch' %] <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>[% END %]
114
                                                [% IF label_element == 'batch' %] <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>[% END %]
115
                                            [% ELSIF ( text_field.field_value ) %]
115
                                            [% ELSIF ( text_field.field_value ) %]
Lines 125-131 Link Here
125
                            [% IF ( print ) %]<button type="button" class="btn btn-default" id="print">Export selected</button>[% END %]
125
                            [% IF ( print ) %]<button type="button" class="btn btn-default" id="print">Export selected</button>[% END %]
126
                            </fieldset>
126
                            </fieldset>
127
                            </form>
127
                            </form>
128
                            </div>
129
                            [% ELSE %]
128
                            [% ELSE %]
130
							<div class="dialog message">
129
							<div class="dialog message">
131
                            <h4>There are no
130
                            <h4>There are no
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-9 / +9 lines)
Lines 24-52 Link Here
24
                                <h3>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</h3>
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 id="lientype" 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 id="lientype" 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
                            <h3>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</h3>
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 id="lientype" 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 id="lientype" 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 id="lientype" 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
                            <h3>Label batch number [% batche.batch_id | html %]</h3>
38
                            <h3>Label batch number [% batche.batch_id | html %]</h3>
39
                                    <p><a id="lientype" 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 id="lientype" 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 id="lientype" 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
                            <h3>Barcodes from [% batche.from | html %] to [% batche.to | html %]</h3>
47
                            <h3>Barcodes from [% batche.from | html %] to [% batche.to | html %]</h3>
48
                            <p>
48
                            <p>
49
                                <a id="lientype" 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>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 83-89 Link Here
83
                        <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]"></td>
83
                        <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]"></td>
84
                    [% ELSIF ( text_field.link_field ) %]
84
                    [% ELSIF ( text_field.link_field ) %]
85
                        <td>
85
                        <td>
86
                            <a id="lientype" class="btn btn-default btn-xs select_item" data-item-number="[% text_field.field_value | html %]" data-batch-id="[% batch_id | html %]" data-field-type="[% text_field.type | html %]"><i class="fa fa-plus"></i> Add</a>
86
                            <a class="btn btn-default btn-xs select_item" data-item-number="[% text_field.field_value | html %]" data-batch-id="[% batch_id | html %]" data-field-type="[% text_field.type | html %]"><i class="fa fa-plus"></i> Add</a>
87
                        </td>
87
                        </td>
88
                    [% ELSE %]
88
                    [% ELSE %]
89
                        <td>[% text_field.field_value | html %]</td>
89
                        <td>[% text_field.field_value | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-6 / +6 lines)
Lines 115-130 Link Here
115
      [% IF account.amountoutstanding <= 0 %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td>
115
      [% IF account.amountoutstanding <= 0 %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td>
116
      <td class="actions">
116
      <td class="actions">
117
        [% IF ( account.is_credit ) %]
117
        [% IF ( account.is_credit ) %]
118
          <a target="_blank" href="printfeercpt.pl?action=print&amp;accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs receipt-print-action" id="lientype"><i class="fa fa-print"></i> Print</a>
118
          <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>
119
        [% ELSE %]
119
        [% ELSE %]
120
          <a target="_blank" href="printinvoice.pl?action=print&amp;accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs invoice-print-action" id="lientype"><i class="fa fa-print"></i> Print</a>
120
          <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>
121
        [% END %]
121
        [% END %]
122
        <a href="accountline-details.pl?accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs details-action" id="lientype"><i class="fa fa-list"></i> Details</a>
122
        <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>
123
        [% IF account.is_debit && account.amountoutstanding > 0 %]
123
        [% IF account.is_debit && account.amountoutstanding > 0 %]
124
            <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>
124
            <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>
125
        [% END %]
125
        [% END %]
126
        [% IF account.is_credit && account.status != 'VOID' %]
126
        [% IF account.is_credit && account.status != 'VOID' %]
127
          <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" id="lientype"><i class="fa fa-ban"></i> Void payment</a>
127
          <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>
128
        [% END %]
128
        [% END %]
129
        [% IF account.is_debit && account.amount == account.amountoutstanding && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') %]
129
        [% IF account.is_debit && account.amount == account.amountoutstanding && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') %]
130
          <form method="post" action="/cgi-bin/koha/members/cancel-charge.pl">
130
          <form method="post" action="/cgi-bin/koha/members/cancel-charge.pl">
Lines 138-144 Link Here
138
          </form>
138
          </form>
139
        [% END %]
139
        [% END %]
140
        [% IF CAN_user_updatecharges_payout && account.is_credit && ( account.amountoutstanding < 0 ) %]
140
        [% IF CAN_user_updatecharges_payout && account.is_credit && ( account.amountoutstanding < 0 ) %]
141
          <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" id="lientype"><i class="fa fa-money"></i> Issue payout</button>
141
          <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>
142
        [% END %]
142
        [% END %]
143
        [% IF CAN_user_updatecharges_refund && account.is_debit && ( account.amountoutstanding != account.amount ) && !(account.status == 'REFUNDED') && !(account.debit_type_code == 'PAYOUT') %]
143
        [% IF CAN_user_updatecharges_refund && account.is_debit && ( account.amountoutstanding != account.amount ) && !(account.status == 'REFUNDED') && !(account.debit_type_code == 'PAYOUT') %]
144
          <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>
144
          <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 157-163 Link Here
157
        <td class="credit" style="text-align: right;">[% total | $Price %]</td>
157
        <td class="credit" style="text-align: right;">[% total | $Price %]</td>
158
        <td>
158
        <td>
159
          [% IF CAN_user_updatecharges_payout %]
159
          [% IF CAN_user_updatecharges_payout %]
160
          <button type="button" data-toggle="modal" data-target="#issuePayoutModal" data-amount="[% total | $Price %]" class="btn btn-default btn-xs payout-amount-action" id="lientype"><i class="fa fa-money"></i> Payout amount</button>
160
          <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>
161
        [% END %]
161
        [% END %]
162
        </td>
162
        </td>
163
    [% ELSE %]
163
    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt (-1 / +1 lines)
Lines 73-79 Link Here
73
                                 <td>[% f.file_type | html %]</td>
73
                                 <td>[% f.file_type | html %]</td>
74
                                 <td>[% f.file_description | html %]</td>
74
                                 <td>[% f.file_description | html %]</td>
75
                                 <td>[% f.date_uploaded | $KohaDates %]</td>
75
                                 <td>[% f.date_uploaded | $KohaDates %]</td>
76
                                 [% IF CAN_user_borrowers_edit_borrowers %]<td><a class="btn btn-default btn-xs confirmdelete" href="?borrowernumber=[% patron.borrowernumber | html %]&amp;op=delete&amp;file_id=[% f.file_id | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a></td>[% END %]
76
                                 [% IF CAN_user_borrowers_edit_borrowers %]<td><a class="btn btn-default btn-xs confirmdelete" href="?borrowernumber=[% patron.borrowernumber | html %]&amp;op=delete&amp;file_id=[% f.file_id | html %]"><i class="fa fa-trash"></i> Delete</a></td>[% END %]
77
                            </tr>
77
                            </tr>
78
                        [% END %]
78
                        [% END %]
79
                    </tbody>
79
                    </tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (+2 lines)
Lines 60-65 Link Here
60
[% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %]
60
[% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %]
61
61
62
<div id="holdshistory">
62
<div id="holdshistory">
63
<fieldset>
63
  <table id="table_holdshistory">
64
  <table id="table_holdshistory">
64
      <thead>
65
      <thead>
65
        <tr>
66
        <tr>
Lines 125-130 Link Here
125
      [% END %]
126
      [% END %]
126
      </tbody>
127
      </tbody>
127
  </table>
128
  </table>
129
  </fieldset>
128
</div>
130
</div>
129
131
130
[% END %]
132
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-1 / +1 lines)
Lines 100-106 Link Here
100
                    [% IF ( loo.flag == "superlibrarian" ) %]<div class="hint superlibrarian-hint">This permission grants access to all areas. If selected, specific sub-permissions cannot be selected.</div>[% END %]
100
                    [% IF ( loo.flag == "superlibrarian" ) %]<div class="hint superlibrarian-hint">This permission grants access to all areas. If selected, specific sub-permissions cannot be selected.</div>[% END %]
101
                [% IF ( loo.sub_perm_loop ) %]
101
                [% IF ( loo.sub_perm_loop ) %]
102
                    <a class="toggle-[% loo.bit | html %] togglechildren_off" href="#" data-bit="[% loo.bit | html %]"><i class="fa fa-minus-square-o"></i> Hide details</a>
102
                    <a class="toggle-[% loo.bit | html %] togglechildren_off" href="#" data-bit="[% loo.bit | html %]"><i class="fa fa-minus-square-o"></i> Hide details</a>
103
                    <a class="toggle-[% loo.bit | html %] togglechildren_on" href="#" data-bit="[% loo.bit | html %]" id="lientype"><i class="fa fa-plus-square-o"></i> Show details</a>
103
                    <a class="toggle-[% loo.bit | html %] togglechildren_on" href="#" data-bit="[% loo.bit | html %]"><i class="fa fa-plus-square-o"></i> Show details</a>
104
                    <div class="children" id="flag-[% loo.bit | html %]-children">
104
                    <div class="children" id="flag-[% loo.bit | html %]-children">
105
                        [% FOREACH sub_perm_loo IN loo.sub_perm_loop %]
105
                        [% FOREACH sub_perm_loo IN loo.sub_perm_loop %]
106
                            <div class="child-flags">
106
                            <div class="child-flags">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-3 / +3 lines)
Lines 57-63 Link Here
57
            <main>
57
            <main>
58
58
59
          [% IF CAN_user_tools_manage_patron_lists %]
59
          [% IF CAN_user_tools_manage_patron_lists %]
60
            <div id="patron_list_dialog" class="dialog message lientype">
60
            <div id="patron_list_dialog" class="dialog message">
61
              Added <span class="patrons-length"></span> patrons to <a></a>.
61
              Added <span class="patrons-length"></span> patrons to <a></a>.
62
            </div>
62
            </div>
63
          [% END %]
63
          [% END %]
Lines 72-78 Link Here
72
            </div>
72
            </div>
73
          [% END %]
73
          [% END %]
74
74
75
          <div id="searchresults">
75
          <fieldset id="searchresults">
76
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
76
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
77
              <div class="searchheader fh-fixedHeader" id="searchheader">
77
              <div class="searchheader fh-fixedHeader" id="searchheader">
78
                  <div>
78
                  <div>
Lines 111-117 Link Here
111
                [% columns.unshift('checkbox') | html %]
111
                [% columns.unshift('checkbox') | html %]
112
            [% END %]
112
            [% END %]
113
            [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
113
            [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
114
          </div>
114
          </fieldset>
115
115
116
            </main>
116
            </main>
117
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
117
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-5 / +1 lines)
Lines 12-20 Link Here
12
[% formulaire = BLOCK %]
12
[% formulaire = BLOCK %]
13
    [% INCLUDE 'patron-search-header.inc' %]
13
    [% INCLUDE 'patron-search-header.inc' %]
14
[% END %]
14
[% END %]
15
[% formulaire = BLOCK %]
16
    [% INCLUDE 'patron-search.inc' %]
17
[% END %]
18
[% INCLUDE 'doc-head-open.inc' %]
15
[% INCLUDE 'doc-head-open.inc' %]
19
    <title>
16
    <title>
20
        [% UNLESS blocking_error %]
17
        [% UNLESS blocking_error %]
Lines 39-45 h3:hover { Link Here
39
36
40
<body id="pat_memberentrygen"s>
37
<body id="pat_memberentrygen"s>
41
    [% INCLUDE 'header.inc' form= formulaire %]
38
    [% INCLUDE 'header.inc' form= formulaire %]
42
    [% INCLUDE 'patron-search.inc' %]
43
39
44
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
40
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
45
        <ol>
41
        <ol>
Lines 1509-1515 h3:hover { Link Here
1509
                                                                [% END %]
1505
                                                                [% END %]
1510
                                                            [% END # /IF ( patron_attribute.use_dropdown ) %]
1506
                                                            [% END # /IF ( patron_attribute.use_dropdown ) %]
1511
                                                            <input type="hidden" id="[% patron_attribute.form_id | html %]_code" name="[% patron_attribute.form_id | html %]_code" value="[% patron_attribute.code | html %]" />
1507
                                                            <input type="hidden" id="[% patron_attribute.form_id | html %]_code" name="[% patron_attribute.form_id | html %]_code" value="[% patron_attribute.code | html %]" />
1512
                                                            <a href="#" class="clear_attribute" id="lientype"><i class="fa fa-fw fa-trash"></i> Clear</a>
1508
                                                            <a href="#" class="clear_attribute"><i class="fa fa-fw fa-trash"></i> Clear</a>
1513
                                                            [% IF ( patron_attribute.repeatable ) %]
1509
                                                            [% IF ( patron_attribute.repeatable ) %]
1514
                                                                <a href="#" class="clone_attribute"><i class="fa fa-fw fa-plus"></i> New</a>
1510
                                                                <a href="#" class="clone_attribute"><i class="fa fa-fw fa-plus"></i> New</a>
1515
                                                            [% END %]
1511
                                                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-2 / +2 lines)
Lines 112-118 Link Here
112
                    [% IF ( patrons.count == 2 ) %]
112
                    [% IF ( patrons.count == 2 ) %]
113
                        <div id="toolbar" class="btn-toolbar">
113
                        <div id="toolbar" class="btn-toolbar">
114
                            <div class="btn-group">
114
                            <div class="btn-group">
115
                                <button class="btn btn-default pat" id="compare_patrons">
115
                                <button class="btn btn-default toolbar-btns" id="compare_patrons">
116
                                    <i class="fa fa-arrows-h"></i> Compare patrons
116
                                    <i class="fa fa-arrows-h"></i> Compare patrons
117
                                </button>
117
                                </button>
118
                            </div>
118
                            </div>
Lines 206-212 Link Here
206
                [% END %]
206
                [% END %]
207
207
208
                [% UNLESS error %]
208
                [% UNLESS error %]
209
                    <a class="btn btn-default" href="moremember.pl?borrowernumber=[% keeper.id | html %]" id="lientype">View patron record</a>
209
                    <a class="btn btn-default" href="moremember.pl?borrowernumber=[% keeper.id | html %]">View patron record</a>
210
                [% END %]
210
                [% END %]
211
            [% END %]
211
            [% END %]
212
        </div>
212
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-21 / +21 lines)
Lines 95-101 Link Here
95
                    <div>
95
                    <div>
96
                        
96
                        
97
97
98
                        <div id="searchresults">
98
99
                        <h1>[% INCLUDE 'patron-title.inc' no_html = 1 %]</h1>
100
                        <div class="col-sm-6">
101
                        <fieldset>
99
                            [% IF ( was_renewed ) %]
102
                            [% IF ( was_renewed ) %]
100
                            <div class="dialog message">
103
                            <div class="dialog message">
101
                                Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
104
                                Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
Lines 105-114 Link Here
105
                            <div id="patron_messages" class="circmessage attention">
108
                            <div id="patron_messages" class="circmessage attention">
106
                                [% INCLUDE 'patron_messages.inc' %]
109
                                [% INCLUDE 'patron_messages.inc' %]
107
                            </div>
110
                            </div>
108
                        </div>
111
                        </fieldset>
109
110
                        <h1>[% INCLUDE 'patron-title.inc' no_html = 1 %]</h1>
111
                        <div class="col-sm-6">
112
                            <fieldset class="rows">
112
                            <fieldset class="rows">
113
113
114
                            <div id="patron-information" class="patroninfo-section">
114
                            <div id="patron-information" class="patroninfo-section">
Lines 116-124 Link Here
116
                                <div class="patroninfo-heading">
116
                                <div class="patroninfo-heading">
117
                                    <h3>Contact information</h3>
117
                                    <h3>Contact information</h3>
118
                                    [% IF ( guarantor.borrowernumber ) %]
118
                                    [% IF ( guarantor.borrowernumber ) %]
119
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=1&amp;guarantorid=[% guarantor.borrowernumber | html %]" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
119
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=1&amp;guarantorid=[% guarantor.borrowernumber | html %]" ><i class="fa fa-pencil"></i> Edit</a>
120
                                    [% ELSE %]
120
                                    [% ELSE %]
121
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=1" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
121
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=1" ><i class="fa fa-pencil"></i> Edit</a>
122
                                    [% END %]
122
                                    [% END %]
123
                                </div>
123
                                </div>
124
124
Lines 268-274 Link Here
268
                                    [% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %]
268
                                    [% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %]
269
                                        <div class="patroninfo-heading">
269
                                        <div class="patroninfo-heading">
270
                                            <h3>Housebound roles</h3>
270
                                            <h3>Housebound roles</h3>
271
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
271
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7" ><i class="fa fa-pencil"></i> Edit</a>
272
                                        </div>
272
                                        </div>
273
                                        <div class="rows">
273
                                        <div class="rows">
274
                                            <ol>
274
                                            <ol>
Lines 293-299 Link Here
293
                                    [% ELSE %]
293
                                    [% ELSE %]
294
                                        <div class="patroninfo-heading">
294
                                        <div class="patroninfo-heading">
295
                                            <h3>Housebound roles</h3>
295
                                            <h3>Housebound roles</h3>
296
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7" id="lientype"><i class="fa fa-plus"></i> Add</a>
296
                                            <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=7" ><i class="fa fa-plus"></i> Add</a>
297
                                        </div>
297
                                        </div>
298
                                    [% END %]
298
                                    [% END %]
299
                                </div> [% #/ div#houseboundroles %]
299
                                </div> [% #/ div#houseboundroles %]
Lines 305-311 Link Here
305
                                        [% IF ( attributes_loop ) %]
305
                                        [% IF ( attributes_loop ) %]
306
                                            <div class="patroninfo-heading">
306
                                            <div class="patroninfo-heading">
307
                                                <h3>Additional attributes and identifiers</h3>
307
                                                <h3>Additional attributes and identifiers</h3>
308
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
308
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4" ><i class="fa fa-pencil"></i> Edit</a>
309
                                            </div>
309
                                            </div>
310
                                            [% FOREACH attribute IN attributes_loop %]
310
                                            [% FOREACH attribute IN attributes_loop %]
311
                                                [% IF attribute.class %]
311
                                                [% IF attribute.class %]
Lines 329-335 Link Here
329
                                        [% ELSE %]
329
                                        [% ELSE %]
330
                                            <div class="patroninfo-heading">
330
                                            <div class="patroninfo-heading">
331
                                                <h3>Additional attributes and identifiers</h3>
331
                                                <h3>Additional attributes and identifiers</h3>
332
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4" id="lientype"><i class="fa fa-plus"></i> Add</a>
332
                                                <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=4" ><i class="fa fa-plus"></i> Add</a>
333
                                            </div>
333
                                            </div>
334
                                        [% END %]
334
                                        [% END %]
335
                                    </div> [% # /div#patron-extended-attributes %]
335
                                    </div> [% # /div#patron-extended-attributes %]
Lines 340-346 Link Here
340
                                <div id="patron-messaging-prefs" class="patroninfo-section">
340
                                <div id="patron-messaging-prefs" class="patroninfo-section">
341
                                    <div class="patroninfo-heading">
341
                                    <div class="patroninfo-heading">
342
                                        <h3>Patron messaging preferences</h3>
342
                                        <h3>Patron messaging preferences</h3>
343
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=5" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
343
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=5" ><i class="fa fa-pencil"></i> Edit</a>
344
                                    </div>
344
                                    </div>
345
                                    [% INCLUDE 'messaging-preference-form.inc' %]
345
                                    [% INCLUDE 'messaging-preference-form.inc' %]
346
                                    [% IF Koha.Preference('SMSSendDriver') %]
346
                                    [% IF Koha.Preference('SMSSendDriver') %]
Lines 369-375 Link Here
369
                            <div id="patron-library-details" class="patroninfo-section">
369
                            <div id="patron-library-details" class="patroninfo-section">
370
                                <div class="patroninfo-heading">
370
                                <div class="patroninfo-heading">
371
                                    <h3>Library use</h3>
371
                                    <h3>Library use</h3>
372
                                    <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=3" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
372
                                    <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=3" ><i class="fa fa-pencil"></i> Edit</a>
373
                                </div>
373
                                </div>
374
                                <div class="rows">
374
                                <div class="rows">
375
                                    <ol>
375
                                    <ol>
Lines 405-416 Link Here
405
                                                <span class="blocker">
405
                                                <span class="blocker">
406
                                                    [% patron.dateexpiry | $KohaDates %]
406
                                                    [% patron.dateexpiry | $KohaDates %]
407
                                                    <strong><em>Expired</em></strong>
407
                                                    <strong><em>Expired</em></strong>
408
                                                    <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]" id="lientype">Edit details</a>
408
                                                    <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]" >Edit details</a>
409
                                                </span>
409
                                                </span>
410
                                            [% ELSIF ( patron.is_going_to_expire ) %]
410
                                            [% ELSIF ( patron.is_going_to_expire ) %]
411
                                                [% patron.dateexpiry | $KohaDates %]
411
                                                [% patron.dateexpiry | $KohaDates %]
412
                                                <strong><em>Patron expires soon</em></strong>
412
                                                <strong><em>Patron expires soon</em></strong>
413
                                                <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]" id="lientype">Edit details</a>
413
                                                <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]" >Edit details</a>
414
                                            [% ELSE %]
414
                                            [% ELSE %]
415
                                                [% patron.dateexpiry | $KohaDates %]
415
                                                [% patron.dateexpiry | $KohaDates %]
416
                                            [% END %]
416
                                            [% END %]
Lines 511-517 Link Here
511
                                [% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %]
511
                                [% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %]
512
                                    <div class="patroninfo-heading">
512
                                    <div class="patroninfo-heading">
513
                                        <h3>Alternate address</h3>
513
                                        <h3>Alternate address</h3>
514
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
514
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6" ><i class="fa fa-pencil"></i> Edit</a>
515
                                    </div>
515
                                    </div>
516
                                    <div class="address">
516
                                    <div class="address">
517
                                        <ul>
517
                                        <ul>
Lines 545-551 Link Here
545
                                [% ELSE %]
545
                                [% ELSE %]
546
                                    <div class="patroninfo-heading">
546
                                    <div class="patroninfo-heading">
547
                                      <h3 class="inline">Alternate address</h3>
547
                                      <h3 class="inline">Alternate address</h3>
548
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6" id="lientype"><i class="fa fa-plus"></i> Add</a>
548
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=6" ><i class="fa fa-plus"></i> Add</a>
549
                                    </div>
549
                                    </div>
550
                                [% END %]
550
                                [% END %]
551
                            </div> [% # /div#patron-alternate-address %]
551
                            </div> [% # /div#patron-alternate-address %]
Lines 554-560 Link Here
554
                                [% IF ( patron.altcontactsurname || patron.altcontactfirstname || patron.altcontactaddress1 || patron.altcontactaddress2 || patron.altcontactaddress3 || patron.altcontactstate || patron.altcontactzipcode || patron.altcontactcountry || patron.altcontactphone ) %]
554
                                [% IF ( patron.altcontactsurname || patron.altcontactfirstname || patron.altcontactaddress1 || patron.altcontactaddress2 || patron.altcontactaddress3 || patron.altcontactstate || patron.altcontactzipcode || patron.altcontactcountry || patron.altcontactphone ) %]
555
                                    <div class="patroninfo-heading">
555
                                    <div class="patroninfo-heading">
556
                                        <h3>Alternative contact</h3>
556
                                        <h3>Alternative contact</h3>
557
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2" id="lientype"><i class="fa fa-pencil"></i> Edit</a>
557
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2" ><i class="fa fa-pencil"></i> Edit</a>
558
                                    </div>
558
                                    </div>
559
                                    <div class="rows">
559
                                    <div class="rows">
560
                                        <ol>
560
                                        <ol>
Lines 618-624 Link Here
618
                                [% ELSE %]
618
                                [% ELSE %]
619
                                    <div class="patroninfo-heading">
619
                                    <div class="patroninfo-heading">
620
                                        <h3>Alternative contact</h3>
620
                                        <h3>Alternative contact</h3>
621
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2" id="lientype"><i class="fa fa-plus"></i> Add</a>
621
                                        <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;step=2" ><i class="fa fa-plus"></i> Add</a>
622
                                    </div>
622
                                    </div>
623
                                [% END %]
623
                                [% END %]
624
                            </div> [% # /div#patron-alternative-contact %]
624
                            </div> [% # /div#patron-alternative-contact %]
Lines 627-633 Link Here
627
                                <div id="patron-files" class="patroninfo-section">
627
                                <div id="patron-files" class="patroninfo-section">
628
                                    <div class="patroninfo-heading">
628
                                    <div class="patroninfo-heading">
629
                                        <h3>Files</h3>
629
                                        <h3>Files</h3>
630
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/files.pl?borrowernumber=[% patron.borrowernumber | uri %]" id="lientype"><i class="fa fa-list"></i> Manage</a>
630
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/files.pl?borrowernumber=[% patron.borrowernumber | uri %]" ><i class="fa fa-list"></i> Manage</a>
631
631
632
                                        [% IF ( files ) %]
632
                                        [% IF ( files ) %]
633
                                            <div class="rows">
633
                                            <div class="rows">
Lines 774-780 Link Here
774
                                        </table>
774
                                        </table>
775
775
776
                                        <fieldset class="action">
776
                                        <fieldset class="action">
777
                                            <input type="submit" class="cancel" name="submit" value="Cancel marked holds" />
777
                                            <input type="submit" class="cancel principal" name="submit" value="Cancel marked holds" />
778
778
779
                                            [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
779
                                            [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
780
                                            [% IF hold_cancellation.count %]
780
                                            [% IF hold_cancellation.count %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-2 / +2 lines)
Lines 50-56 Link Here
50
                    [% INCLUDE 'members-toolbar.inc' %]
50
                    [% INCLUDE 'members-toolbar.inc' %]
51
                    <h2>Sent notices for [% INCLUDE 'patron-title.inc' %]</h2>
51
                    <h2>Sent notices for [% INCLUDE 'patron-title.inc' %]</h2>
52
52
53
                    <div id="searchresults">
53
                    <fieldset id="searchresults">
54
                    [% IF ( QUEUED_MESSAGES ) %]
54
                    [% IF ( QUEUED_MESSAGES ) %]
55
                        <table id="noticestable">
55
                        <table id="noticestable">
56
                            <thead>
56
                            <thead>
Lines 117-123 Link Here
117
                    [% ELSE %]
117
                    [% ELSE %]
118
                        <div class="dialog message">There is no record of any messages that have been sent to this patron.</div>
118
                        <div class="dialog message">There is no record of any messages that have been sent to this patron.</div>
119
                    [% END %]
119
                    [% END %]
120
                    </div>
120
                    </fieldset>
121
121
122
                </main>
122
                </main>
123
            </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/members/purchase-suggestions.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
48
49
                <div id="toolbar" class="btn-toolbar">
49
                <div id="toolbar" class="btn-toolbar">
50
                    <div>
50
                    <div>
51
                        <a class="pat" 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>
51
                        <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>
52
                    </div>
52
                    </div>
53
                </div>
53
                </div>
54
54
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-2 / +1 lines)
Lines 17-24 Link Here
17
</head>
17
</head>
18
18
19
<body id="pat_statistics">
19
<body id="pat_statistics">
20
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
21
[% INCLUDE 'patron-search-header.inc' %]
22
[% INCLUDE 'patron-search.inc' %]
21
[% INCLUDE 'patron-search.inc' %]
23
22
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-1 / +1 lines)
Lines 75-81 Link Here
75
            <input class="required" required="required" type="file" id="fileToUpload" size="50" name="fileToUpload" />
75
            <input class="required" required="required" type="file" id="fileToUpload" size="50" name="fileToUpload" />
76
            <span class="required">Required</span>
76
            <span class="required">Required</span>
77
       </li></ol>
77
       </li></ol>
78
       <fieldset class="action"><input type="button" id="principal" class="submit" value="Upload file" id="upload_file" /></fieldset>
78
       <fieldset class="action"><input type="button" class="submit principal" value="Upload file" id="upload_file" /></fieldset>
79
	   </fieldset>
79
	   </fieldset>
80
     </form>
80
     </form>
81
     <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>
81
     <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>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt (-1 / +1 lines)
Lines 93-99 Link Here
93
                </ol>
93
                </ol>
94
94
95
                <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
95
                <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
96
                <button type="submit" id="principal">Save</button>
96
                <button type="submit" class="principal">Save</button>
97
                <a href="lists.pl" class="cancel">Cancel</a>
97
                <a href="lists.pl" class="cancel">Cancel</a>
98
            </fieldset>
98
            </fieldset>
99
        </form>
99
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-3 / +3 lines)
Lines 141-147 Link Here
141
                        </li>
141
                        </li>
142
                    </span>
142
                    </span>
143
                </ol>
143
                </ol>
144
                <button id="principal" type="submit">Submit</button>
144
                <button class="principal" type="submit">Submit</button>
145
            </fieldset>
145
            </fieldset>
146
146
147
            <div class="clearfix"></div>
147
            <div class="clearfix"></div>
Lines 159-165 Link Here
159
        </form>
159
        </form>
160
160
161
        <form action="list.pl" id="remove_patrons" method="post">
161
        <form action="list.pl" id="remove_patrons" method="post">
162
        <div id="searchresults">
162
        <fieldset id="searchresults">
163
163
164
164
165
            <div class="searchheader" id="searchheader">
165
            <div class="searchheader" id="searchheader">
Lines 221-227 Link Here
221
            </table>
221
            </table>
222
222
223
            <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
223
            <input type="hidden" name="patron_list_id" value="[% list.patron_list_id | html %]" />
224
        </div>
224
        </fieldset>
225
        </form>
225
        </form>
226
226
227
            </main>
227
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-4 / +4 lines)
Lines 42-56 Link Here
42
42
43
        <div id="toolbar" class="btn-toolbar">
43
        <div id="toolbar" class="btn-toolbar">
44
            <div class="btn-group">
44
            <div class="btn-group">
45
                <a class="pat" class="btn btn-default" href="add-modify.pl"><i class="fa fa-plus"></i> New patron list</a>
45
                <a class="toolbar-btn" class="btn btn-default" href="add-modify.pl"><i class="fa fa-plus"></i> New patron list</a>
46
            </div>
46
            </div>
47
        </div>
47
        </div>
48
48
49
        <h2>Your patron lists</h2>
49
        <h2>Your patron lists</h2>
50
50
51
        <fieldset id="searchresults">
51
        [% IF ( lists ) %]
52
        [% IF ( lists ) %]
52
53
53
        <div id="searchresults">
54
54
55
        <table id="patron-lists-table">
55
        <table id="patron-lists-table">
56
            <thead>
56
            <thead>
Lines 79-85 Link Here
79
                        </td>
79
                        </td>
80
                        <td>
80
                        <td>
81
                            <div class="btn-group dropup">
81
                            <div class="btn-group dropup">
82
                                <a id="lientype" class="btn btn-default btn-xs dropdown-toggle" id="listactions[% l.patron_list_id | html %]" role="button" data-toggle="dropdown" href="#">
82
                                <a class="btn btn-default btn-xs dropdown-toggle" id="listactions[% l.patron_list_id | html %]" role="button" data-toggle="dropdown" href="#">
83
                                   Actions <b class="caret"></b>
83
                                   Actions <b class="caret"></b>
84
                                </a>
84
                                </a>
85
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="listactions[% l.patron_list_id | html %]">
85
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="listactions[% l.patron_list_id | html %]">
Lines 134-141 Link Here
134
        [% ELSE %]
134
        [% ELSE %]
135
           <div class="dialog message">There are no patron lists.</div>
135
           <div class="dialog message">There are no patron lists.</div>
136
136
137
        </div>
138
        [% END %]
137
        [% END %]
138
        </fieldset>
139
139
140
            </main>
140
            </main>
141
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
141
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-9 / +9 lines)
Lines 84-96 Link Here
84
                                </div>
84
                                </div>
85
                            </form>
85
                            </form>
86
                            <div id="batch-manage" class="action">
86
                            <div id="batch-manage" class="action">
87
                                <a class="lientype" 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 ) %]
88
                                <a class="lientype" 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>
89
                                <a class="lientype" 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>
90
                                <a class="lientype" ="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>
91
                                <a class="lientype" 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>
92
                                <a class="lientype" 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>
93
                                <a class="lientype" 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 %]
94
                            </div>
94
                            </div>
95
                            [% IF ( table_loop ) %]
95
                            [% IF ( table_loop ) %]
96
                            <fieldset id="searchresults">
96
                            <fieldset id="searchresults">
Lines 123-130 Link Here
123
                                                [% FOREACH text_field IN table_loo.text_fields %]
123
                                                [% FOREACH text_field IN table_loo.text_fields %]
124
                                                    [% IF ( text_field.select_field ) %]
124
                                                    [% IF ( text_field.select_field ) %]
125
                                                        <td>
125
                                                        <td>
126
                                                            <a id="lientype" class="btn btn-default btn-xs delete" href="/cgi-bin/koha/patroncards/edit-batch.pl?op=remove&amp;batch_id=[% batch_id | html %]&amp;label_id=[% text_field.field_value | html %]"><i class="fa fa-trash"></i> Delete</a>
126
                                                            <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/patroncards/edit-batch.pl?op=remove&amp;batch_id=[% batch_id | html %]&amp;label_id=[% text_field.field_value | html %]"><i class="fa fa-trash"></i> Delete</a>
127
                                                            <a id="lientype" class="btn btn-default btn-xs export" href="#" data-batch-id="[% batch_id | html %]" data-label-id="[% text_field.field_value | html %]"><i class="fa fa-share-square-o"></i> Export</a>
127
                                                            <a class="btn btn-default btn-xs export" href="#" data-batch-id="[% batch_id | html %]" data-label-id="[% text_field.field_value | html %]"><i class="fa fa-share-square-o"></i> Export</a>
128
                                                        </td>
128
                                                        </td>
129
                                                        <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>
129
                                                        <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>
130
                                                    [% ELSE %]
130
                                                    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-2 / +2 lines)
Lines 115-121 Link Here
115
                                    [% FOREACH text_field IN TABL.text_fields %]
115
                                    [% FOREACH text_field IN TABL.text_fields %]
116
                                    [% IF ( text_field.select_field ) %]
116
                                    [% IF ( text_field.select_field ) %]
117
                                        <td>
117
                                        <td>
118
                                            <a class="delete_image btn btn-default btn-xs" href="/cgi-bin/koha/patroncards/image-manage.pl?op=delete&image_id=[% text_field.field_value | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
118
                                            <a class="delete_image btn btn-default btn-xs" href="/cgi-bin/koha/patroncards/image-manage.pl?op=delete&image_id=[% text_field.field_value | html %]"><i class="fa fa-trash"></i> Delete</a>
119
                                        </td>
119
                                        </td>
120
                                        <td align="center"><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>
120
                                        <td align="center"><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>
121
                                    [% ELSIF ( text_field.field_value ) %]
121
                                    [% ELSIF ( text_field.field_value ) %]
Lines 130-136 Link Here
130
                                </table>
130
                                </table>
131
                                <div class="action">
131
                                <div class="action">
132
                                    <input type="hidden" name="op" value="delete" />
132
                                    <input type="hidden" name="op" value="delete" />
133
                                    <input class="btn btn-default btn-default lientype" type="button" id="delete" value="Delete selected" />
133
                                    <input class="btn btn-default btn-default" type="button" id="delete" value="Delete selected" />
134
                                </div>
134
                                </div>
135
                                [% IF ( DELETE_SUCCESSFULL ) %]
135
                                [% IF ( DELETE_SUCCESSFULL ) %]
136
                                <div id="dialog" class="dialog message">
136
                                <div id="dialog" class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-3 / +3 lines)
Lines 102-110 Link Here
102
                                [% FOREACH text_field IN table_loo.text_fields %]
102
                                [% FOREACH text_field IN table_loo.text_fields %]
103
                                [% IF ( text_field.select_field ) %]
103
                                [% IF ( text_field.select_field ) %]
104
                                    <td>
104
                                    <td>
105
                                      <a id="lientype" class="btn btn-default btn-xs" href="/cgi-bin/koha/patroncards/edit-[% card_element | html %].pl?op=edit&element_id=[% text_field.field_value | html %]"><i class="fa fa-edit"></i> Edit</a>
105
                                      <a class="btn btn-default btn-xs" href="/cgi-bin/koha/patroncards/edit-[% card_element | html %].pl?op=edit&element_id=[% text_field.field_value | html %]"><i class="fa fa-edit"></i> Edit</a>
106
                                      [% IF ( print ) %]<a id="lientype" class="btn btn-default btn-xs export" data-batch-id="[% text_field.field_value |url %]" href="/cgi-bin/koha/patroncards/print.pl?batch_id=[% text_field.field_value |url %]"><i class="fa fa-share-square-o"></i> Export</a>[% END %]
106
                                      [% IF ( print ) %]<a class="btn btn-default btn-xs export" data-batch-id="[% text_field.field_value |url %]" href="/cgi-bin/koha/patroncards/print.pl?batch_id=[% text_field.field_value |url %]"><i class="fa fa-share-square-o"></i> Export</a>[% END %]
107
                                      <a id="lientype" class="btn btn-default btn-xs delete" href="/cgi-bin/koha/patroncards/manage.pl?op=delete&card_element=[% card_element | html %]&element_id=[% text_field.field_value | html %]"><i class="fa fa-trash"></i> Delete</a>
107
                                      <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/patroncards/manage.pl?op=delete&card_element=[% card_element | html %]&element_id=[% text_field.field_value | html %]"><i class="fa fa-trash"></i> Delete</a>
108
                                    </td>
108
                                    </td>
109
                                    [% IF ( print ) %]<td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>[% END %]
109
                                    [% IF ( print ) %]<td><input type="checkbox" name="action" value="[% text_field.field_value | html %]" /></td>[% END %]
110
                                [% ELSIF ( text_field.field_value ) %]
110
                                [% ELSIF ( text_field.field_value ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-3 / +3 lines)
Lines 48-57 Link Here
48
                    [% IF ( CAN_user_plugins_manage ) %]
48
                    [% IF ( CAN_user_plugins_manage ) %]
49
                        <div class="btn-toolbar" id="toolbar">
49
                        <div class="btn-toolbar" id="toolbar">
50
                            <div>
50
                            <div>
51
                                <a href="/cgi-bin/koha/plugins/plugins-upload.pl" id="upload_plugin" class="pat"><i class="fa fa-upload"></i> Upload plugin</a>
51
                                <a href="/cgi-bin/koha/plugins/plugins-upload.pl" id="upload_plugin" class="toolbar-btn"><i class="fa fa-upload"></i> Upload plugin</a>
52
52
53
                                <div class="btn-group">
53
                                <div class="btn-group">
54
                                    <button class="pat" data-toggle="dropdown"><i class="fa fa-eye"></i> View plugins by class <span class="caret"></span></button>
54
                                    <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-eye"></i> View plugins by class <span class="caret"></span></button>
55
                                    <ul class="dropdown-menu">
55
                                    <ul class="dropdown-menu">
56
                                        <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">View all plugins</a></li>
56
                                        <li><a href="/cgi-bin/koha/plugins/plugins-home.pl">View all plugins</a></li>
57
                                        <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">View report plugins</a></li>
57
                                        <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">View report plugins</a></li>
Lines 185-191 Link Here
185
                                    [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
185
                                    [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %]
186
                                        <td class="actions">
186
                                        <td class="actions">
187
                                            <div class="btn-group dropup">
187
                                            <div class="btn-group dropup">
188
                                                <a class="btn btn-default btn-xs dropdown-toggle lientype" id="pluginactions[% plugin.class | html %]" role="button" data-toggle="dropdown" href="#">
188
                                                <a class="btn btn-default btn-xs dropdown-toggle" id="pluginactions[% plugin.class | html %]" role="button" data-toggle="dropdown" href="#">
189
                                                   Actions <b class="caret"></b>
189
                                                   Actions <b class="caret"></b>
190
                                                </a>
190
                                                </a>
191
                                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="pluginactions[% plugin.class | html %]">
191
                                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="pluginactions[% plugin.class | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
72
73
            [% IF ( CAN_user_cash_management_cashup ) %]
73
            [% IF ( CAN_user_cash_management_cashup ) %]
74
            <div id="toolbar" class="btn-toolbar">
74
            <div id="toolbar" class="btn-toolbar">
75
                <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>
75
                <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>
76
            </div>
76
            </div>
77
            [% END %]
77
            [% END %]
78
78
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 63-69 Link Here
63
63
64
                    [% IF CAN_user_cash_management_cashup %]
64
                    [% IF CAN_user_cash_management_cashup %]
65
                    <div id="toolbar" class="btn-toolbar">
65
                    <div id="toolbar" class="btn-toolbar">
66
                        <button type="button" class="cashup_all btn btn-default" data-toggle="modal" data-target="#confirmCashupAllModal"><i class="fa fa-money"></i> Cashup all</button>
66
                        <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>
67
                    </div>
67
                    </div>
68
                    [% END %]
68
                    [% END %]
69
69
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-3 / +3 lines)
Lines 116-122 Link Here
116
[% IF ( start_dictionary ) %]
116
[% IF ( start_dictionary ) %]
117
    <div id="toolbar">
117
    <div id="toolbar">
118
        <div>
118
        <div>
119
        <a id="newdictionary" class="pat" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition"><i class="fa fa-plus"></i> New definition</a>
119
        <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>
120
    </div></div>
120
    </div></div>
121
[% END %]
121
[% END %]
122
<h1>Dictionary</h1>
122
<h1>Dictionary</h1>
Lines 160-172 Link Here
160
                <td class="actions"><form method="post" action="/cgi-bin/koha/reports/dictionary.pl">
160
                <td class="actions"><form method="post" action="/cgi-bin/koha/reports/dictionary.pl">
161
                    <input type="hidden" name="id" value="[% definition.id | html %]" />
161
                    <input type="hidden" name="id" value="[% definition.id | html %]" />
162
                    <input type="hidden" name="phase" value="Delete Definition" />
162
                    <input type="hidden" name="phase" value="Delete Definition" />
163
                    <button type="submit" name="submit" class="btn btn-default btn-xs" id="lientype"><i class="fa fa-trash"></i> Delete</button>
163
                    <button type="submit" name="submit" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</button>
164
                </form></td>
164
                </form></td>
165
            </tr>
165
            </tr>
166
            [% END %]
166
            [% END %]
167
        </table>
167
        </table>
168
                [% ELSE %]
168
                [% ELSE %]
169
                <div class="dialog message">There are no saved definitions. <a class="lientype" id="newdictionary" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition">Add a definition to the dictionary.</a></div>
169
                <div class="dialog message">There are no saved definitions. <a id="newdictionary" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition">Add a definition to the dictionary.</a></div>
170
		[% END %]
170
		[% END %]
171
[% END %]
171
[% END %]
172
172
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-35 / +33 lines)
Lines 168-174 Link Here
168
                <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
168
                <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
169
            </div>
169
            </div>
170
            <div class="modal-footer">
170
            <div class="modal-footer">
171
                <a href="#" class="btn btn-default lientype" id="update_sql_button" role="button" data-toggle="modal">Update</a>
171
                <a href="#" class="btn btn-default id="update_sql_button" role="button" data-toggle="modal">Update</a>
172
                <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
172
                <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
173
            </div>
173
            </div>
174
        </div> <!-- /.modal-content -->
174
        </div> <!-- /.modal-content -->
Lines 191-211 Link Here
191
                    [% IF ( CAN_user_reports_create_reports ) %]
191
                    [% IF ( CAN_user_reports_create_reports ) %]
192
                        <form action="/cgi-bin/koha/reports/guided_reports.pl">
192
                        <form action="/cgi-bin/koha/reports/guided_reports.pl">
193
                            <input type="hidden" name="phase" value="Build new" />
193
                            <input type="hidden" name="phase" value="Build new" />
194
                            <input type="submit" name="submit" id="lientype" value="Build new"/>
194
                            <input type="submit" name="submit"  value="Build new"/>
195
                        </form>
195
                        </form>
196
                    [% END %]
196
                    [% END %]
197
197
198
                    [% IF ( CAN_user_reports_execute_reports ) %]
198
                    [% IF ( CAN_user_reports_execute_reports ) %]
199
                        <form action="/cgi-bin/koha/reports/guided_reports.pl">
199
                        <form action="/cgi-bin/koha/reports/guided_reports.pl">
200
                            <input type="hidden" name="phase" value="Use saved"/>
200
                            <input type="hidden" name="phase" value="Use saved"/>
201
                            <input type="submit" name="submit" id="lientype" value="Use saved"/>
201
                            <input type="submit" name="submit"  value="Use saved"/>
202
                        </form>
202
                        </form>
203
                    [% END %]
203
                    [% END %]
204
204
205
                    [% IF ( CAN_user_reports_create_reports ) %]
205
                    [% IF ( CAN_user_reports_create_reports ) %]
206
                        <form action="/cgi-bin/koha/reports/guided_reports.pl">
206
                        <form action="/cgi-bin/koha/reports/guided_reports.pl">
207
                            <input type="hidden" name="phase" value="Create report from SQL"/>
207
                            <input type="hidden" name="phase" value="Create report from SQL"/>
208
                            <input type="submit" name="submit" id="lientype" value="Create report from SQL"/>
208
                            <input type="submit" name="submit"  value="Create report from SQL"/>
209
                        </form>
209
                        </form>
210
                    [% END %]
210
                    [% END %]
211
211
Lines 213-219 Link Here
213
                    <p>Use the reports dictionary to define custom criteria to use in your reports</p>
213
                    <p>Use the reports dictionary to define custom criteria to use in your reports</p>
214
                    <form action="/cgi-bin/koha/reports/dictionary.pl">
214
                    <form action="/cgi-bin/koha/reports/dictionary.pl">
215
                        <input type="hidden" name="phase" value="View Dictionary"/>
215
                        <input type="hidden" name="phase" value="View Dictionary"/>
216
                        <input type="submit" name="submit" id="lientype" value="View dictionary"/>
216
                        <input type="submit" name="submit"  value="View dictionary"/>
217
                    </form>
217
                    </form>
218
                [% END # /IF (start) %]
218
                [% END # /IF (start) %]
219
219
Lines 245-251 Link Here
245
                                    [% IF ( filters.keyword ) %]
245
                                    [% IF ( filters.keyword ) %]
246
                                        <span class="filter_keyword"><strong>Keyword:</strong> [% filters.keyword | html %]</span>
246
                                        <span class="filter_keyword"><strong>Keyword:</strong> [% filters.keyword | html %]</span>
247
                                    [% END %]
247
                                    [% END %]
248
                                    <a class="clear_filter" id="lientype" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1"><i class="fa fa-remove"></i> Clear</a>
248
                                    <a class="clear_filter"  href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1"><i class="fa fa-remove"></i> Clear</a>
249
                                </span>
249
                                </span>
250
                            </p>
250
                            </p>
251
                        [% END %]
251
                        [% END %]
Lines 382-397 Link Here
382
                                                        <td>
382
                                                        <td>
383
                                                            [% IF savedreport.seems_obsolete %]
383
                                                            [% IF savedreport.seems_obsolete %]
384
                                                                This report seems obsolete, it uses biblioitems.marcxml field.
384
                                                                This report seems obsolete, it uses biblioitems.marcxml field.
385
                                                                <a href="/cgi-bin/koha/svc/convert_report?report_id=[% savedreport.id | uri %]" data-report_id="[% savedreport.id | html %]" class="update_sql btn btn-default btn-xs" id="lientype" title="Update SQL"><i class="fa fa-eye"></i> Update SQL</a>
385
                                                                <a href="/cgi-bin/koha/svc/convert_report?report_id=[% savedreport.id | uri %]" data-report_id="[% savedreport.id | html %]" class="update_sql btn btn-default btn-xs"  title="Update SQL"><i class="fa fa-eye"></i> Update SQL</a>
386
                                                            [% END %]
386
                                                            [% END %]
387
                                                        </td>
387
                                                        </td>
388
                                                        <td>
388
                                                        <td>
389
                                                            <div class="btn-group dropup">
389
                                                            <div class="btn-group dropup">
390
                                                                [%# There should be no space between these two buttons, it would render badly %]
390
                                                                [%# There should be no space between these two buttons, it would render badly %]
391
                                                                <a class="btn btn-default btn-xs lientype" role="button"
391
                                                                <a class="btn btn-default btn-xs" role="button"
392
                                                                href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Run%20this%20report"><i
392
                                                                href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Run%20this%20report"><i
393
                                                                class="fa fa-play"></i> Run</a><a
393
                                                                class="fa fa-play"></i> Run</a><a
394
                                                                class="btn btn-default btn-xs dropdown-toggle lientype" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown"
394
                                                                class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown"
395
                                                                href="#"><b class="caret"></b></a>
395
                                                                href="#"><b class="caret"></b></a>
396
                                                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]">
396
                                                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]">
397
                                                                    <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Show%20SQL"><i class="fa fa-search"></i> View</a></li>
397
                                                                    <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Show%20SQL"><i class="fa fa-search"></i> View</a></li>
Lines 422-428 Link Here
422
422
423
                                        [% IF ( CAN_user_reports_delete_reports ) %]
423
                                        [% IF ( CAN_user_reports_delete_reports ) %]
424
                                            <fieldset class="action">
424
                                            <fieldset class="action">
425
                                                <input id="lientype" type="submit" value="Delete selected" />
425
                                                <input  type="submit" value="Delete selected" />
426
                                            </fieldset>
426
                                            </fieldset>
427
                                        [% END %]
427
                                        [% END %]
428
                                    </form>
428
                                    </form>
Lines 437-448 Link Here
437
                                [% IF ( CAN_user_reports_create_reports ) %]
437
                                [% IF ( CAN_user_reports_create_reports ) %]
438
                                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
438
                                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
439
                                        <input type="hidden" name="phase" value="Build new" />
439
                                        <input type="hidden" name="phase" value="Build new" />
440
                                        <button id="lientype" type="submit" class="new"><i class="fa fa-plus"></i> New guided report</button>
440
                                        <button  type="submit" class="new"><i class="fa fa-plus"></i> New guided report</button>
441
                                    </form>
441
                                    </form>
442
442
443
                                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
443
                                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
444
                                        <input type="hidden" name="phase" value="Create report from SQL" />
444
                                        <input type="hidden" name="phase" value="Create report from SQL" />
445
                                        <button id="lientype" type="submit" class="new"><i class="fa fa-plus"></i> New SQL report</button>
445
                                        <button  type="submit" class="new"><i class="fa fa-plus"></i> New SQL report</button>
446
                                    </form>
446
                                    </form>
447
447
448
                                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
448
                                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
Lines 455-461 Link Here
455
                            [% ELSE %]
455
                            [% ELSE %]
456
                                <h4>There are no saved reports. </h4>
456
                                <h4>There are no saved reports. </h4>
457
                                [% IF ( CAN_user_reports_create_reports ) %]
457
                                [% IF ( CAN_user_reports_create_reports ) %]
458
                                    <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new" id="lientype">Build a new report?</a>
458
                                    <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new" >Build a new report?</a>
459
                                [% END %]
459
                                [% END %]
460
                            [% END # IF (filter_set || filters.date || filters.author || filters.keyword) %]
460
                            [% END # IF (filter_set || filters.date || filters.author || filters.keyword) %]
461
                        </div> <!-- /.dialog.message -->
461
                        </div> <!-- /.dialog.message -->
Lines 936-943 Link Here
936
                    </div>
936
                    </div>
937
937
938
                    <div>
938
                    <div>
939
                        <a href="#" id="toggle_chart_settings_hid" class="toggle_chart_settings lientype" style="display:none"><i class="fa fa-eye-slash"></i> Hide chart</a>
939
                        <a href="#" id="toggle_chart_settings_hid" class="toggle_chart_settings" style="display:none"><i class="fa fa-eye-slash"></i> Hide chart</a>
940
                        <a href="#" id="toggle_chart_settings_vis" class="toggle_chart_settings lientype" style="display:none"><i class="fa fa fa-eye"></i> Show chart</a>
940
                        <a href="#" id="toggle_chart_settings_vis" class="toggle_chart_settings" style="display:none"><i class="fa fa fa-eye"></i> Show chart</a>
941
                    </div>
941
                    </div>
942
                    <div id="chart" class="clearfix"></div>
942
                    <div id="chart" class="clearfix"></div>
943
943
Lines 1153-1161 Link Here
1153
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1153
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1154
                                                    <div id="itemnumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1154
                                                    <div id="itemnumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1155
                                                        <ul class="dropdown-menu pull-right" role="menu">
1155
                                                        <ul class="dropdown-menu pull-right" role="menu">
1156
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&itemnumber=[% cells.cell | $raw %]"><i class="fa fa-fw fa-pencil"></i> Edit record</a></li>
1156
                                                            <li><a  target="_blank" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&itemnumber=[% cells.cell | $raw %]"><i class="fa fa-fw fa-pencil"></i> Edit record</a></li>
1157
                                                            <li role="separator" class="divider"></li>
1157
                                                            <li role="separator" class="divider"></li>
1158
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% cells.cell | $raw %]"><i class="fa fa-fw fa-eye"></i> View record</a></li>
1158
                                                            <li><a  target="_blank" href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% cells.cell | $raw %]"><i class="fa fa-fw fa-eye"></i> View record</a></li>
1159
                                                        </ul>
1159
                                                        </ul>
1160
                                                    </div>
1160
                                                    </div>
1161
                                                </td>
1161
                                                </td>
Lines 1164-1172 Link Here
1164
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1164
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1165
                                                    <div id="biblionumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1165
                                                    <div id="biblionumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1166
                                                        <ul class="dropdown-menu pull-right" role="menu">
1166
                                                        <ul class="dropdown-menu pull-right" role="menu">
1167
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% cells.cell | $raw %]"><i class="fa fa-pencil"></i> Edit record</a></li>
1167
                                                            <li><a  target="_blank" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% cells.cell | $raw %]"><i class="fa fa-pencil"></i> Edit record</a></li>
1168
                                                            <li role="separator" class="divider"></li>
1168
                                                            <li role="separator" class="divider"></li>
1169
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cells.cell | $raw %]"><i class="fa fa-eye"></i> View record</a></li>
1169
                                                            <li><a  target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cells.cell | $raw %]"><i class="fa fa-eye"></i> View record</a></li>
1170
                                                        </ul>
1170
                                                        </ul>
1171
                                                    </div>
1171
                                                    </div>
1172
                                                </td>
1172
                                                </td>
Lines 1175-1185 Link Here
1175
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1175
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1176
                                                    <div id="borrowernumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1176
                                                    <div id="borrowernumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1177
                                                        <ul class="dropdown-menu pull-right" role="menu">
1177
                                                        <ul class="dropdown-menu pull-right" role="menu">
1178
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-eye"></i> View patron</a></li>
1178
                                                            <li><a  target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-eye"></i> View patron</a></li>
1179
                                                            <li role="separator" class="divider"></li>
1179
                                                            <li role="separator" class="divider"></li>
1180
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/members/memberentry.pl?op=modify&borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-pencil"></i> Edit patron</a></li>
1180
                                                            <li><a  target="_blank" href="/cgi-bin/koha/members/memberentry.pl?op=modify&borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-pencil"></i> Edit patron</a></li>
1181
                                                            <li role="separator" class="divider"></li>
1181
                                                            <li role="separator" class="divider"></li>
1182
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-barcode"></i> Check out</a></li>
1182
                                                            <li><a  target="_blank" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-barcode"></i> Check out</a></li>
1183
                                                        </ul>
1183
                                                        </ul>
1184
                                                    </div>
1184
                                                    </div>
1185
                                                </td>
1185
                                                </td>
Lines 1188-1194 Link Here
1188
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1188
                                                    <span class="data-plain">[% cells.cell | $raw %]</span>
1189
                                                    <div id="cardnumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1189
                                                    <div id="cardnumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1190
                                                        <ul class="dropdown-menu pull-right" role="menu">
1190
                                                        <ul class="dropdown-menu pull-right" role="menu">
1191
                                                            <li><a id="lientype" target="_blank" href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cells.cell | $raw %]"><i class="fa fa-barcode"></i> Check out</a></li>
1191
                                                            <li><a  target="_blank" href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cells.cell | $raw %]"><i class="fa fa-barcode"></i> Check out</a></li>
1192
                                                        </ul>
1192
                                                        </ul>
1193
                                                    </div>
1193
                                                    </div>
1194
                                                </td>
1194
                                                </td>
Lines 1406-1412 Link Here
1406
                                [% ELSE %]
1406
                                [% ELSE %]
1407
                                [% END %]
1407
                                [% END %]
1408
                                <div id="onerror_actions">
1408
                                <div id="onerror_actions">
1409
                                    <a id="lientype" href="#" class="button goback">Return to previous page</a>
1409
                                    <a  href="#" class="button goback">Return to previous page</a>
1410
                                </div>
1410
                                </div>
1411
                            [% END %]
1411
                            [% END %]
1412
                        </div>
1412
                        </div>
Lines 1422-1460 Link Here
1422
1422
1423
        <div class="col-sm-2 col-sm-pull-10">
1423
        <div class="col-sm-2 col-sm-pull-10">
1424
            <aside>
1424
            <aside>
1425
            <div id="filters">
1426
                [% IF ( saved1 ) %]
1425
                [% IF ( saved1 ) %]
1427
                    <div id="saved-reports-filter">
1426
                    <div id="saved-reports-filter">
1428
                        <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
1427
                        <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
1429
                            <input type="hidden" name="phase" value="Use saved" />
1428
                            <input type="hidden" name="phase" value="Use saved" />
1430
                            <input type="hidden" name="filter_set" value="1" />
1429
                            <input type="hidden" name="filter_set" value="1" />
1431
                            <fieldset class="brief">
1430
                            <fieldset class="sidebar">
1432
                                <h4>Filter</h4>
1431
                                <h3>Filter</h3>
1433
                                <ol>
1432
                                <ol>
1434
                                    <li>
1433
                                    <li>
1435
                                        <p for="filter_date">Date:
1434
                                        <label for="filter_date">Date:</label>
1436
                                        <input type="text" id="filter_date" name="filter_date" size="10" value="[% filters.date | html %]" class="flatpickr" />
1435
                                        <input type="text" id="filter_date" name="filter_date" size="10" value="[% filters.date | html %]" class="flatpickr" />
1437
                                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div></p>
1436
                                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
1438
                                    </li>
1437
                                    </li>
1439
                                    <li>
1438
                                    <li>
1440
                                        <p for="filter_author">Author:
1439
                                        <label for="filter_author">Author:</label>
1441
                                        <input type="text" id="filter_author" name="filter_author" value="[% filters.author | html %]" size="16" /></p>
1440
                                        <input type="text" id="filter_author" name="filter_author" value="[% filters.author | html %]" size="16" />
1442
                                    </li>
1441
                                    </li>
1443
                                    <li>
1442
                                    <li>
1444
                                        <p for="filter_keyword">Keyword:
1443
                                        <label for="filter_keyword">Keyword:</label>
1445
                                        <input type="text" id="filter_keyword" name="filter_keyword" value="[% filters.keyword | html %]" size="16" /></p>
1444
                                        <input type="text" id="filter_keyword" name="filter_keyword" value="[% filters.keyword | html %]" size="16" />
1446
                                    </li>
1445
                                    </li>
1447
                                </ol>
1446
                                </ol>
1448
                            <fieldset class="action">
1447
                            <fieldset class="action">
1449
                                <input type="submit" class="principal" value="Apply filter" />
1448
                                <input type="submit" class="principal" value="Apply filter" />
1450
                                <a id="resetReportsFilter" class="lientype" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1">Clear</a>
1449
                                <a id="resetReportsFilter" class="lientype" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1">Clear</a>
1451
                            </fieldset>
1450
                            </fieldset>
1452
                            </fieldset> <!-- /.brief -->
1451
                            </fieldset> <!-- /.sidebar -->
1453
                        </form>
1452
                        </form>
1454
                    </div> <!-- /#saved-reports-filter -->
1453
                    </div> <!-- /#saved-reports-filter -->
1455
                [% END %]
1454
                [% END %]
1456
                [% INCLUDE 'guided-reports-view.inc' %]
1455
                [% INCLUDE 'guided-reports-view.inc' %]
1457
                </div>
1458
            </aside>
1456
            </aside>
1459
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1457
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1460
    </div> <!-- /.row -->
1458
    </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-3 / +3 lines)
Lines 46-59 Link Here
46
                                <input name="filter_set" value="1" type="hidden">
46
                                <input name="filter_set" value="1" type="hidden">
47
                                [% IF ( CAN_user_reports_create_reports ) %]
47
                                [% IF ( CAN_user_reports_create_reports ) %]
48
                                    <p>
48
                                    <p>
49
                                        <a id="lientype" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new"><i class="fa fa-code-fork"></i> Create guided report</a>
49
                                        <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new"><i class="fa fa-code-fork"></i> Create guided report</a>
50
                                    </p>
50
                                    </p>
51
                                    <p>
51
                                    <p>
52
                                        <a id="lientype" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL"><i class="fa fa-plus"></i> Create from SQL</a>
52
                                        <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL"><i class="fa fa-plus"></i> Create from SQL</a>
53
                                    </p>
53
                                    </p>
54
                                [% END %]
54
                                [% END %]
55
                                <p>
55
                                <p>
56
                                    <a id="lientype" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved"><i class="fa fa-list"></i> Use saved</a>
56
                                    <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved"><i class="fa fa-list"></i> Use saved</a>
57
                                </p>
57
                                </p>
58
                                <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" />
58
                                <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" />
59
                            </fieldset>
59
                            </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-7 / +21 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-100 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">
Lines 114-119 Link Here
114
                </a>
116
                </a>
115
            </li>
117
            </li>
116
        </ol>
118
        </ol>
119
        <ol>
120
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
121
        </ol>
122
        <ol>
123
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
124
        </ol>
117
    </nav>
125
    </nav>
118
[% ELSE %]
126
[% ELSE %]
119
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
127
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
Lines 142-147 Link Here
142
                [% END %]
150
                [% END %]
143
            </li>
151
            </li>
144
        </ol>
152
        </ol>
153
        <ol>
154
            [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
155
        </ol>
156
        <ol>
157
            <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
158
        </ol>
145
    </nav>
159
    </nav>
146
[% END # UNLESS multi_hold %]
160
[% END # UNLESS multi_hold %]
147
161
Lines 336-342 Link Here
336
                            [% END %]
350
                            [% END %]
337
                        [% UNLESS ( multi_hold ) %]
351
                        [% UNLESS ( multi_hold ) %]
338
                            <fieldset class="action">
352
                            <fieldset class="action">
339
                                <input type="submit" value="Place hold" />
353
                                <input type="submit" class="principal" value="Place hold" />
340
                            </fieldset>
354
                            </fieldset>
341
                        [% ELSE %]
355
                        [% ELSE %]
342
                            <table id="requesttitles">
356
                            <table id="requesttitles">
Lines 632-638 Link Here
632
                                    [% ELSIF ( none_available ) %]
646
                                    [% ELSIF ( none_available ) %]
633
                                        <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
647
                                        <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
634
                                    [% ELSE %]
648
                                    [% ELSE %]
635
                                        <button type="submit" class="btn btn-default">Place hold</button>
649
                                        <button type="submit" class="btn btn-default principal">Place hold</button>
636
                                    [% END %]
650
                                    [% END %]
637
                                [% END %]
651
                                [% END %]
638
                            </fieldset>
652
                            </fieldset>
Lines 961-969 Link Here
961
                                    [% ELSIF ( no_bibs_available ) %]
975
                                    [% ELSIF ( no_bibs_available ) %]
962
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place holds</button>
976
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place holds</button>
963
                                    [% ELSIF ( none_available ) %]
977
                                    [% ELSIF ( none_available ) %]
964
                                        <button type="submit" class="btn btn-default">Place holds</button>
978
                                        <button type="submit" class="btn btn-default principal">Place holds</button>
965
                                    [% ELSE %]
979
                                    [% ELSE %]
966
                                        <button type="submit" class="btn btn-default" id="multi_hold_submit">Place holds</button>
980
                                        <button type="submit" class="btn btn-default principal" id="multi_hold_submit">Place holds</button>
967
                                    [% END %]
981
                                    [% END %]
968
                                [% ELSE %]
982
                                [% ELSE %]
969
                                    [% IF ( override_required ) %]
983
                                    [% IF ( override_required ) %]
Lines 971-977 Link Here
971
                                    [% ELSIF ( none_available ) %]
985
                                    [% ELSIF ( none_available ) %]
972
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place hold</button>
986
                                        <button type="submit" class="btn btn-default btn-disabled" disabled="disabled">Place hold</button>
973
                                    [% ELSE %]
987
                                    [% ELSE %]
974
                                        <button type="submit" class="btn btn-default">Place hold</button>
988
                                        <button type="submit" class="btn btn-default principal">Place hold</button>
975
                                    [% END %]
989
                                    [% END %]
976
                                [% END %]
990
                                [% END %]
977
                            [% END # /IF patron %]
991
                            [% END # /IF patron %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-2 / +2 lines)
Lines 49-55 Link Here
49
              <h1>Add/remove items from collection</h1>
49
              <h1>Add/remove items from collection</h1>
50
                <div class="dialog message">
50
                <div class="dialog message">
51
                    <p>Invalid collection id</p>
51
                    <p>Invalid collection id</p>
52
                    <p><a id="lientype" href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
52
                    <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
53
                </div>
53
                </div>
54
              [% ELSE %]
54
              [% ELSE %]
55
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
55
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
Lines 137-143 Link Here
137
                        <td>[% INCLUDE 'biblio-title.inc' biblio=collectionItemsLoo link = 1 %]</td>
137
                        <td>[% INCLUDE 'biblio-title.inc' biblio=collectionItemsLoo link = 1 %]</td>
138
                        <td>[% collectionItemsLoo.itemcallnumber | html %]</td>
138
                        <td>[% collectionItemsLoo.itemcallnumber | html %]</td>
139
                        <td>[% collectionItemsLoo.barcode | html %]</td>
139
                        <td>[% collectionItemsLoo.barcode | html %]</td>
140
                        <td><a id="lientype" href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]&amp;barcode=[% collectionItemsLoo.barcode | uri %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
140
                        <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]&amp;barcode=[% collectionItemsLoo.barcode | uri %]&amp;removeItem=1&amp;action=addItem">Remove</a></td>
141
                      </tr>
141
                      </tr>
142
                    [% END %]
142
                    [% END %]
143
                  </table>
143
                  </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-1 / +1 lines)
Lines 63-69 Link Here
63
                [% IF ( createSuccess ) %]
63
                [% IF ( createSuccess ) %]
64
                    <div class="dialog message">
64
                    <div class="dialog message">
65
                        <p>Collection <em>[% createdTitle | html %]</em> added successfully</p>
65
                        <p>Collection <em>[% createdTitle | html %]</em> added successfully</p>
66
                        <p><a id="lientype" href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
66
                        <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
67
                    </div>
67
                    </div>
68
                [% ELSE %]
68
                [% ELSE %]
69
                  <div class="dialog alert">
69
                  <div class="dialog alert">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-1 / +1 lines)
Lines 63-69 Link Here
63
                                    <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td>
63
                                    <td>[% Branches.GetName( collectionsLoo.colBranchcode ) | html %]</td>
64
                                    <td>
64
                                    <td>
65
                                    <div class="btn-group dropup">
65
                                    <div class="btn-group dropup">
66
                                        <a class="btn btn-default btn-xs" id="lientype" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#">
66
                                        <a class="btn btn-default btn-xs" dropdown-toggle" id="collectionsactions[% collectionsLoo.colId | html %]" role="button" data-toggle="dropdown" href="#">
67
                                        Actions <b class="caret"></b></a>
67
                                        Actions <b class="caret"></b></a>
68
                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]">
68
                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="collectionsactions[% collectionsLoo.colId | html %]">
69
                                            <li><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-plus"></i> Add or remove items</a></li>
69
                                            <li><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId | uri %]"><i class="fa fa-plus"></i> Add or remove items</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt (-2 / +2 lines)
Lines 63-74 Link Here
63
                [% IF ( transferSuccess ) %]
63
                [% IF ( transferSuccess ) %]
64
                    <div class="dialog message">
64
                    <div class="dialog message">
65
                        <p>Collection transferred successfully</p>
65
                        <p>Collection transferred successfully</p>
66
                        <p><a id="lientype" href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
66
                        <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
67
                    </div>
67
                    </div>
68
                [% ELSIF ( transferFailure ) %]
68
                [% ELSIF ( transferFailure ) %]
69
                    <div class="dialog alert">
69
                    <div class="dialog alert">
70
                        <p>Failed to transfer collection</p>
70
                        <p>Failed to transfer collection</p>
71
                        <p><a id="lientype" href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
71
                        <p><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Return to rotating collections home</a></p>
72
                    </div>
72
                    </div>
73
                [% END %]
73
                [% END %]
74
74
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-25 / +21 lines)
Lines 365-424 Link Here
365
365
366
            <div class="col-sm-2 col-sm-pull-10">
366
            <div class="col-sm-2 col-sm-pull-10">
367
                <aside>
367
                <aside>
368
                <div id="filters">
369
                    [% IF ( done_searched ) %]
368
                    [% IF ( done_searched ) %]
370
                        [% UNLESS ( mana ) %]
369
                        [% UNLESS ( mana ) %]
371
                            <div id="advsearch">
372
                                <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
370
                                <form action="/cgi-bin/koha/serials/serials-search.pl" method="get">
373
                                    <fieldset class="brief">
371
                                    <fieldset class="sidebr">
374
                                        <h4>Search subscriptions</h4>
372
                                        <h3>Search subscriptions</h3>
375
                                        <ol>
373
                                        <ol>
376
                                            <li>
374
                                            <li>
377
                                                <p for="issn">ISSN:
375
                                                <label for="issn">ISSN:</label>
378
                                                <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter | html %]" /></p>
376
                                                <input type="text" id="issn" name="ISSN_filter" value="[% ISSN_filter | html %]" />
379
                                            </li>
377
                                            </li>
380
                                            <li>
378
                                            <li>
381
                                                <p for="title">Title:
379
                                                <label for="title">Title:</label>
382
                                                <input type="text" id="title" name="title_filter" value="[% title_filter | html %]" /></p>
380
                                                <input type="text" id="title" name="title_filter" value="[% title_filter | html %]" />
383
                                            </li>
381
                                            </li>
384
                                            [% IF ( marcflavour == "UNIMARC" ) %]
382
                                            [% IF ( marcflavour == "UNIMARC" ) %]
385
                                                <li>
383
                                                <li>
386
                                                    <p for="ean">EAN:
384
                                                    <label for="ean">EAN:</label>
387
                                                    <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter | html %]" /></p>
385
                                                    <input type="text" id="ean" name="EAN_filter" value="[% EAN_filter | html %]" />
388
                                                </li>
386
                                                </li>
389
                                            [% END %]
387
                                            [% END %]
390
                                            <li>
388
                                            <li>
391
                                                <p for="callnumber">Call number:
389
                                                <label for="callnumber">Call number:</label>
392
                                                <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter | html %]" /></p>
390
                                                <input type="text" id="callnumber" name="callnumber_filter" value="[% callnumber_filter | html %]" />
393
                                            </li>
391
                                            </li>
394
                                            <li>
392
                                            <li>
395
                                                <p for="publisher">Publisher:
393
                                                <label for="publisher">Publisher:</label>
396
                                                <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter | html %]" /></p>
394
                                                <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter | html %]" />
397
                                            </li>
395
                                            </li>
398
                                            <li>
396
                                            <li>
399
                                                <p for="bookseller">Vendor:
397
                                                <label for="bookseller">Vendor:</label>
400
                                                <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter | html %]" /></p>
398
                                                <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter | html %]" />
401
                                            </li>
399
                                            </li>
402
                                            <li>
400
                                            <li>
403
                                                <p for="branch">Library:
401
                                                <label for="branch">Library:</label>
404
                                                <select id="branch" name="branch_filter">
402
                                                <select id="branch" name="branch_filter">
405
                                                    <option value="">All</option>
403
                                                    <option value="">All</option>
406
                                                    [%# FIXME Should not we filter the libraries? %]
404
                                                    [%# FIXME Should not we filter the libraries? %]
407
                                                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branch_filter, unfiltered => 1 ) %]
405
                                                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branch_filter, unfiltered => 1 ) %]
408
                                                </select></p>
406
                                                </select>
409
                                            </li>
407
                                            </li>
410
                                            <li>
408
                                            <li>
411
                                                <p for="location">Location:
409
                                                <p for="location">Location:
412
                                                [% PROCESS 'av-build-dropbox.inc' name="location_filter", category="LOC", default=location_filter, all=1 %]</p>
410
                                                [% PROCESS 'av-build-dropbox.inc' name="location_filter", category="LOC", default=location_filter, all=1 %]</p>
413
                                            </li>
411
                                            </li>
414
                                            <li>
412
                                            <li>
415
                                                <p for="to">Expires before:
413
                                                <label for="to">Expires before:</label>
416
                                                <input type="text" id="to" name="expiration_date_filter" value="[% expiration_date_filter | $KohaDates %]" size="10" maxlength="10" class="flatpickr" />
414
                                                <input type="text" id="to" name="expiration_date_filter" value="[% expiration_date_filter | $KohaDates %]" size="10" maxlength="10" class="flatpickr" />
417
                                            </p></li>
415
                                            </li>
418
416
419
                                            [% FOR field IN additional_fields_for_subscription %]
417
                                            [% FOR field IN additional_fields_for_subscription %]
420
                                                <li>
418
                                                <li>
421
                                                    <p for="additional_field_[% field.id | html %]ID"> [% field.name | html %]: 
419
                                                    <label for="additional_field_[% field.id | html %]ID"> [% field.name | html %]: </label>
422
                                                    [% IF field.authorised_value_category %]
420
                                                    [% IF field.authorised_value_category %]
423
                                                        <select id="additional_field_[% field.id | html %]" name="additional_field_[% field.id | html %]">
421
                                                        <select id="additional_field_[% field.id | html %]" name="additional_field_[% field.id | html %]">
424
                                                            <option value="">All</option>
422
                                                            <option value="">All</option>
Lines 432-438 Link Here
432
                                                        </select>
430
                                                        </select>
433
                                                    [% ELSE %]
431
                                                    [% ELSE %]
434
                                                        <input id="additional_field_[% field.id | html %]" type="text" value="[% additional_field_filters.${field.id} | html %]" name="additional_field_[% field.id | html %]" />
432
                                                        <input id="additional_field_[% field.id | html %]" type="text" value="[% additional_field_filters.${field.id} | html %]" name="additional_field_[% field.id | html %]" />
435
                                                    [% END %]</p>
433
                                                    [% END %]
436
                                                </li>
434
                                                </li>
437
                                            [% END %]
435
                                            [% END %]
438
                                        </ol>
436
                                        </ol>
Lines 441-453 Link Here
441
                                            <input type="submit" class="principal" value="Search" />
439
                                            <input type="submit" class="principal" value="Search" />
442
                                        </fieldset>
440
                                        </fieldset>
443
441
444
                                    </fieldset> <!-- /.brief -->
442
                                    </fieldset> <!-- /.sidebar -->
445
                                </form>
443
                                </form>
446
                            </div> <!-- /#advsearch -->
447
                        [% END # / UNLESS ( mana ) %]
444
                        [% END # / UNLESS ( mana ) %]
448
                    [% END # / IF ( done_searched ) %]
445
                    [% END # / IF ( done_searched ) %]
449
                    [% INCLUDE 'serials-menu.inc' %]
446
                    [% INCLUDE 'serials-menu.inc' %]
450
                    </div>
451
                </aside>
447
                </aside>
452
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
448
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
453
        </div> <!-- /.row -->
449
        </div> <!-- /.row -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-8 / +8 lines)
Lines 93-99 fieldset.rows table { clear: none; margin: 0; } Link Here
93
                                [% END %]
93
                                [% END %]
94
                                <li>
94
                                <li>
95
                                    <label for="aqbooksellerid">Vendor: </label>
95
                                    <label for="aqbooksellerid">Vendor: </label>
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 id="lientype" 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>
97
                                </li>
97
                                </li>
98
                                <li>
98
                                <li>
99
                                    <label for="biblionumber" class="required">Record:</label>
99
                                    <label for="biblionumber" class="required">Record:</label>
Lines 101-112 fieldset.rows table { clear: none; margin: 0; } Link Here
101
                                    (<input type="text" name="title" value="[% bibliotitle | html %]" disabled="disabled" readonly="readonly" />) <span class="required" title="Subscriptions must be associated with a bibliographic record">Required</span>
101
                                    (<input type="text" name="title" value="[% bibliotitle | html %]" disabled="disabled" readonly="readonly" />) <span class="required" title="Subscriptions must be associated with a bibliographic record">Required</span>
102
                                    <span id="error_bib_not_exist"></span>
102
                                    <span id="error_bib_not_exist"></span>
103
                                    <div class="hint">Subscriptions must be associated with a bibliographic record</div>
103
                                    <div class="hint">Subscriptions must be associated with a bibliographic record</div>
104
                                    <div class="inputnote"> <a class="lientype" href="#" id="record_search"><i class="fa fa-search"></i> Search for record</a>
104
                                    <div class="inputnote"> <a href="#" id="record_search"><i class="fa fa-search"></i> Search for record</a>
105
                                        [% IF ( CAN_user_editcatalogue ) %]
105
                                        [% IF ( CAN_user_editcatalogue ) %]
106
                                            [% IF ( modify ) %]
106
                                            [% IF ( modify ) %]
107
                                            | <a class="lientype" href="#" id="biblio_add_edit" data-biblionumber="[% bibnum | html %]"><i class="fa fa-pencil"></i> Edit record</a>
107
                                            | <a href="#" id="biblio_add_edit" data-biblionumber="[% bibnum | html %]"><i class="fa fa-pencil"></i> Edit record</a>
108
                                            [% ELSE %]
108
                                            [% ELSE %]
109
                                            | <a class="lientype" href="#" id="biblio_add_edit"><i class="fa fa-plus"></i> Create record</a>
109
                                            | <a href="#" id="biblio_add_edit"><i class="fa fa-plus"></i> Create record</a>
110
                                            [% END %]
110
                                            [% END %]
111
                                        [% END %]
111
                                        [% END %]
112
                                    </div>
112
                                    </div>
Lines 191-197 fieldset.rows table { clear: none; margin: 0; } Link Here
191
                                        <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>
192
                                    [% ELSE %]
192
                                    [% ELSE %]
193
                                        <span class="label">Patron notification: </span>
193
                                        <span class="label">Patron notification: </span>
194
                                        <div class="hint">To notify patrons of new serial issues, you must <a id="lientype" 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>
195
                                    [% END %]
195
                                    [% END %]
196
                                </li>
196
                                </li>
197
                                <li>
197
                                <li>
Lines 419-426 fieldset.rows table { clear: none; margin: 0; } Link Here
419
                                    </li>
419
                                    </li>
420
                                    <li>
420
                                    <li>
421
                                        <span class="label">&nbsp;</span>
421
                                        <span class="label">&nbsp;</span>
422
                                        <a id="lientype" 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>
423
                                        <a id="lientype" 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>
424
                                    </li>
424
                                    </li>
425
                                </ol>
425
                                </ol>
426
426
Lines 511-517 fieldset.rows table { clear: none; margin: 0; } Link Here
511
                                    </li>
511
                                    </li>
512
                                    <li>
512
                                    <li>
513
                                        <span class="label">&nbsp;</span>
513
                                        <span class="label">&nbsp;</span>
514
                                        <a id="lientype" 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>
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>
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>
516
                                        <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>
517
                                    </li>
517
                                    </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-2 / +2 lines)
Lines 165-172 Link Here
165
                  <td>[% frequency.unitsperissue | html %]</td>
165
                  <td>[% frequency.unitsperissue | html %]</td>
166
                  <td>[% frequency.displayorder | html %]</td>
166
                  <td>[% frequency.displayorder | html %]</td>
167
                  <td class="actions">
167
                  <td class="actions">
168
                    <a class="btn btn-default btn-xs" id="lientype" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=modify&frequencyid=[% frequency.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
168
                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=modify&frequencyid=[% frequency.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
169
                    <a class="delete_frequency btn btn-default btn-xs" id="lientype" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=del&frequencyid=[% frequency.id | html %]"><i class="fa fa-trash"></i> Delete</a>
169
                    <a class="delete_frequency btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=del&frequencyid=[% frequency.id | html %]"><i class="fa fa-trash"></i> Delete</a>
170
                  </td>
170
                  </td>
171
                </tr>
171
                </tr>
172
              [% END %]
172
              [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-3 / +3 lines)
Lines 65-71 Link Here
65
      
65
      
66
        <div id="toolbar" class="btn-toolbar">
66
        <div id="toolbar" class="btn-toolbar">
67
          <div>
67
          <div>
68
              <a class="pat" id="newnumberpattern" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=new"><i class="fa fa-plus"></i> New numbering pattern</a>
68
              <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>
69
          </div>
69
          </div>
70
        </div>
70
        </div>
71
71
Lines 318-325 Link Here
318
                  <td>[% numberpattern.numberingmethod | html %]</td>
318
                  <td>[% numberpattern.numberingmethod | html %]</td>
319
                  <td>[% numberpattern.displayorder | html %]</td>
319
                  <td>[% numberpattern.displayorder | html %]</td>
320
                  <td class="actions">
320
                  <td class="actions">
321
                    <a class="btn btn-default btn-xs" id="lientype" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=modify&id=[% numberpattern.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
321
                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=modify&id=[% numberpattern.id | html %]"><i class="fa fa-pencil"></i> Edit</a>
322
                    <a class="delete_pattern btn btn-default btn-xs" id="lientype" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=del&id=[% numberpattern.id | html %]"><i class="fa fa-trash"></i> Delete</a>
322
                    <a class="delete_pattern btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=del&id=[% numberpattern.id | html %]"><i class="fa fa-trash"></i> Delete</a>
323
                  </td>
323
                  </td>
324
                </tr>
324
                </tr>
325
              [% END %]
325
              [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-52 / +50 lines)
Lines 34-40 Link Here
34
                font-size: 80%;
34
                font-size: 80%;
35
                text-decoration: none;
35
                text-decoration: none;
36
            }
36
            }
37
            fieldset.brief ol {
37
            fieldset.sidebar ol {
38
                display: none;
38
                display: none;
39
            }
39
            }
40
            .overlay {
40
            .overlay {
Lines 667-673 Link Here
667
        [% IF op == 'else' %]
667
        [% IF op == 'else' %]
668
            <div id="toolbar" class="btn-toolbar">
668
            <div id="toolbar" class="btn-toolbar">
669
                <div>
669
                <div>
670
                    <a class="pat" id="newsuggestion" href="suggestion.pl?op=add&branchcode=[% branchcode | uri %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
670
                    <a class="toolbar-btn" id="newsuggestion" href="suggestion.pl?op=add&branchcode=[% branchcode | uri %]"><i class="fa fa-plus"></i> New purchase suggestion</a>
671
                </div>
671
                </div>
672
            </div>
672
            </div>
673
673
Lines 736-742 Link Here
736
736
737
                            [% IF suggestion.suggestions.size %]
737
                            [% IF suggestion.suggestions.size %]
738
                                <p>
738
                                <p>
739
                                    <a class="checkall" id="lientype" href="#">Check all</a> | <a class="uncheckall" id="lientype" href="#">Uncheck all</a>
739
                                    <a class="checkall"  href="#">Check all</a> | <a class="uncheckall"  href="#">Uncheck all</a>
740
                                </p>
740
                                </p>
741
741
742
                                <table id="table_[% loop.count | html %]" class="sorted">
742
                                <table id="table_[% loop.count | html %]" class="sorted">
Lines 857-863 Link Here
857
                                                </td>
857
                                                </td>
858
                                                <td class="actions">
858
                                                <td class="actions">
859
                                                    <div class="btn-group dropup">
859
                                                    <div class="btn-group dropup">
860
                                                        <a class="btn btn-default btn-xs" role="button" id="lientype" href="suggestion.pl?suggestionid=[% s.suggestionid | html %]&amp;op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle lientype" id="more_actions_[% s.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
860
                                                        <a class="btn btn-default btn-xs" role="button"  href="suggestion.pl?suggestionid=[% s.suggestionid | html %]&amp;op=edit"><i class="fa fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" id="more_actions_[% s.suggestionid | html %]" role="button" data-toggle="dropdown" href="#"><b class="caret"></b></a>
861
                                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="more_actions_[% s.suggestionid | html %]">
861
                                                        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="more_actions_[% s.suggestionid | html %]">
862
                                                            <li><a class="deletesuggestion" href="suggestion.pl?op=delete&amp;suggestionid=[% s.suggestionid | html %]"><i class="fa fa-trash"></i> Delete</a></li>
862
                                                            <li><a class="deletesuggestion" href="suggestion.pl?op=delete&amp;suggestionid=[% s.suggestionid | html %]"><i class="fa fa-trash"></i> Delete</a></li>
863
                                                            [% UNLESS s.archived %]
863
                                                            [% UNLESS s.archived %]
Lines 935-946 Link Here
935
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
935
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
936
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
936
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
937
                                            <fieldset class="action">
937
                                            <fieldset class="action">
938
                                                <button type="submit" class="btn btn-default btn-xs" id="lientype" value="update_status">Submit</button>
938
                                                <button type="submit" class="btn btn-default btn-xs"  value="update_status">Submit</button>
939
                                            </fieldset>
939
                                            </fieldset>
940
                                        <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
940
                                        <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
941
                                        <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
941
                                        <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
942
                                        <fieldset class="action">
942
                                        <fieldset class="action">
943
                                            <button type="submit" class="btn btn-default btn-xs" id="lientype" value="update_status">Submit</button>
943
                                            <button type="submit" class="btn btn-default btn-xs"  value="update_status">Submit</button>
944
                                        </fieldset>
944
                                        </fieldset>
945
                                    </div> <!-- /.col-sm-4 -->
945
                                    </div> <!-- /.col-sm-4 -->
946
946
Lines 953-959 Link Here
953
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
953
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
954
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
954
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
955
                                            <fieldset class="action">
955
                                            <fieldset class="action">
956
                                                <button type="submit" class="btn btn-default btn-xs" id="lientype" value="update_itemtype">Submit</button>
956
                                                <button type="submit" class="btn btn-default btn-xs"  value="update_itemtype">Submit</button>
957
                                            </fieldset>
957
                                            </fieldset>
958
                                        </fieldset>
958
                                        </fieldset>
959
                                    </div> <!-- /.col-sm-4 -->
959
                                    </div> <!-- /.col-sm-4 -->
Lines 967-973 Link Here
967
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
967
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
968
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
968
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
969
                                            <fieldset class="action">
969
                                            <fieldset class="action">
970
                                                <button type="submit" class="btn btn-default btn-xs" id="lientype" value="update_manager">Submit</button>
970
                                                <button type="submit" class="btn btn-default btn-xs"  value="update_manager">Submit</button>
971
                                            </fieldset>
971
                                            </fieldset>
972
                                        </fieldset>
972
                                        </fieldset>
973
                                    </div> <!-- /.col-sm-2 -->
973
                                    </div> <!-- /.col-sm-2 -->
Lines 978-984 Link Here
978
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
978
                                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
979
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
979
                                            <input type="hidden" name="filter_archived" value="[% filter_archived | html %]" />
980
                                            <fieldset class="action">
980
                                            <fieldset class="action">
981
                                                <button type="submit" class="btn btn-default btn-xs" id="lientype" value="delete">Delete</button>
981
                                                <button type="submit" class="btn btn-default btn-xs"  value="delete">Delete</button>
982
                                            </fieldset>
982
                                            </fieldset>
983
                                        </fieldset>
983
                                        </fieldset>
984
                                    </div> <!-- /.col-sm-2 -->
984
                                    </div> <!-- /.col-sm-2 -->
Lines 1003-1012 Link Here
1003
1003
1004
                <div class="col-sm-2 col-sm-pull-10">
1004
                <div class="col-sm-2 col-sm-pull-10">
1005
                    <aside>
1005
                    <aside>
1006
                    <div id="filters">
1007
                        <form name="suggestionfilter" action="suggestion.pl" method="get">
1006
                        <form name="suggestionfilter" action="suggestion.pl" method="get">
1008
                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
1007
                            <input type="hidden" name="branchcode" value="[% branchfilter | html %]" />
1009
                            <fieldset class="brief">
1008
                            <fieldset class="sidebar">
1010
                                <ol style="display:block;">
1009
                                <ol style="display:block;">
1011
                                    <li>
1010
                                    <li>
1012
                                        <label for="displayby">Organize by: 
1011
                                        <label for="displayby">Organize by: 
Lines 1040-1081 Link Here
1040
                                        <input class="principal" type="submit" value="Go" />
1039
                                        <input class="principal" type="submit" value="Go" />
1041
                                    </li>
1040
                                    </li>
1042
                                </ol>
1041
                                </ol>
1043
                            </fieldset> <!-- /.brief -->
1042
                            </fieldset> <!-- /.sidebar -->
1044
1043
1045
                            <h4>Filter by: <a id="lientype" style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4>
1044
                            <h4>Filter by: <a  style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4>
1046
1045
1047
                            <div id="limits">
1046
                            <div id="limits">
1048
                                <fieldset class="brief">
1047
                                <fieldset class="sidebar">
1049
                                    <h4 class="local_collapse"><a href="#">Bibliographic information <span class="caret"></span></a></h4>
1048
                                    <h4 class="local_collapse"><a href="#">Bibliographic information <span class="caret"></span></a></h4>
1050
                                    <ol>
1049
                                    <ol>
1051
                                        <li>
1050
                                        <li>
1052
                                            <p for="title"> Title:
1051
                                            <label for="title"> Title:</label>
1053
                                            <input type="text" id="title" name="title" value="[% title | html %]" /></p>
1052
                                            <input type="text" id="title" name="title" value="[% title | html %]" />
1054
                                        </li>
1053
                                        </li>
1055
                                        <li>
1054
                                        <li>
1056
                                            <p for="author"> Author:
1055
                                            <label for="author"> Author:</label>
1057
                                            <input type="text" id="author" name="author" value="[% author | html %]" /></p>
1056
                                            <input type="text" id="author" name="author" value="[% author | html %]" />
1058
                                        </li>
1057
                                        </li>
1059
                                        <li>
1058
                                        <li>
1060
                                            <p for="isbn"> ISBN:
1059
                                            <label for="isbn"> ISBN:</label>
1061
                                            <input type="text" id="isbn"  name="isbn" value="[% isbn | html %]" /></p>
1060
                                            <input type="text" id="isbn"  name="isbn" value="[% isbn | html %]" />
1062
                                        </li>
1061
                                        </li>
1063
                                        <li>
1062
                                        <li>
1064
                                            <p for="publishercode"> Publisher:
1063
                                            <label for="publishercode"> Publisher:</label>
1065
                                            <input type="text" id="publishercode" name="publishercode" value="[% publishercode | html %]" /></p>
1064
                                            <input type="text" id="publishercode" name="publishercode" value="[% publishercode | html %]" />
1066
                                        </li>
1065
                                        </li>
1067
                                        <li>
1066
                                        <li>
1068
                                            <p for="copyrightdate_filter"> Copyright date:
1067
                                            <label for="copyrightdate_filter"> Copyright date:</label>
1069
                                            <input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate | html %]" /></p>
1068
                                            <input type="text" id="copyrightdate_filter" name="copyrightdate" value="[% copyrightdate | html %]" />
1070
                                        </li>
1069
                                        </li>
1071
                                        <li>
1070
                                        <li>
1072
                                            <p for="collectiontitle"> Collection title:
1071
                                            <label for="collectiontitle"> Collection title:</label>
1073
                                            <input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /></li><li><input class="principal" type="submit" value="Go" />
1072
                                            <input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle | html %]" /></li><li><input class="principal" type="submit" value="Go" />
1074
                                        </p></li>
1073
                                        </li>
1075
                                    </ol>
1074
                                    </ol>
1076
                                </fieldset> <!-- /.brief -->
1075
                                </fieldset> <!-- /.sidebar -->
1077
1076
1078
                                <fieldset class="brief">
1077
                                <fieldset class="sidebar">
1079
                                    <h4 class="local_collapse"><a href="#">Suggestion information <span class="caret"></span></a></h4>
1078
                                    <h4 class="local_collapse"><a href="#">Suggestion information <span class="caret"></span></a></h4>
1080
                                    <ol>
1079
                                    <ol>
1081
                                        <li>
1080
                                        <li>
Lines 1088-1094 Link Here
1088
                                            </label>
1087
                                            </label>
1089
                                        </li>
1088
                                        </li>
1090
                                        <li>
1089
                                        <li>
1091
                                            <p for="STATUS[% loop.index | html %]"> Status:
1090
                                            <label for="STATUS[% loop.index | html %]"> Status:</label>
1092
                                            <select name="STATUS" id="STATUS[% loop.index | html %]">
1091
                                            <select name="STATUS" id="STATUS[% loop.index | html %]">
1093
                                                <option value="">Any</option>
1092
                                                <option value="">Any</option>
1094
                                                [% IF (statusselected_ASKED ) %]
1093
                                                [% IF (statusselected_ASKED ) %]
Lines 1128-1138 Link Here
1128
                                                        <option value="[% s.authorised_value | html %]">[% s.lib | html %]</option>
1127
                                                        <option value="[% s.authorised_value | html %]">[% s.lib | html %]</option>
1129
                                                    [% END %]
1128
                                                    [% END %]
1130
                                                [% END %]
1129
                                                [% END %]
1131
                                            </select></p>
1130
                                            </select>
1132
                                        </li>
1131
                                        </li>
1133
1132
1134
                                        <li>
1133
                                        <li>
1135
                                            <p for="suggestedby"> Suggested by:
1134
                                            <label for="suggestedby"> Suggested by:</label>
1136
                                            <select id="suggestedby" name="suggestedby">
1135
                                            <select id="suggestedby" name="suggestedby">
1137
                                                <option value="">Any</option>
1136
                                                <option value="">Any</option>
1138
                                                [% FOREACH suggestedby_loo IN suggestedby_loop %]
1137
                                                [% FOREACH suggestedby_loo IN suggestedby_loop %]
Lines 1142-1159 Link Here
1142
                                                        <option value="[% suggestedby_loo.code | html %]">[% suggestedby_loo.desc | html %]</option>
1141
                                                        <option value="[% suggestedby_loo.code | html %]">[% suggestedby_loo.desc | html %]</option>
1143
                                                    [% END %]
1142
                                                    [% END %]
1144
                                                [% END %]
1143
                                                [% END %]
1145
                                            </select></p>
1144
                                            </select>
1146
                                        </li>
1145
                                        </li>
1147
                                        <li>
1146
                                        <li>
1148
                                            <p for="suggesteddate_from">Suggested date from:
1147
                                            <label for="suggesteddate_from">Suggested date from:</label>
1149
                                            <input type="text" id="suggesteddate_from" size="10" name="suggesteddate_from" value="[% suggesteddate_from | html %]" data-date_to="suggesteddate_to" class="flatpickr" />
1148
                                            <input type="text" id="suggesteddate_from" size="10" name="suggesteddate_from" value="[% suggesteddate_from | html %]" data-date_to="suggesteddate_to" class="flatpickr" />
1150
                                        </p></li>
1149
                                        </li>
1151
                                        <li>
1150
                                        <li>
1152
                                            <p for="suggesteddate_to">To:
1151
                                            <label for="suggesteddate_to">To:</label>
1153
                                            <input type="text" id="suggesteddate_to" size="10" name="suggesteddate_to" value="[% suggesteddate_to | html %]" class="flatpickr" />
1152
                                            <input type="text" id="suggesteddate_to" size="10" name="suggesteddate_to" value="[% suggesteddate_to | html %]" class="flatpickr" />
1154
                                        </p></li>
1153
                                        </li>
1155
                                        <li>
1154
                                        <li>
1156
                                            <p for="managedby"> Managed by:
1155
                                            <label for="managedby"> Managed by:</label>
1157
                                            <select id="managedby" name="managedby">
1156
                                            <select id="managedby" name="managedby">
1158
                                                <option value="">Any</option>
1157
                                                <option value="">Any</option>
1159
                                                [% FOREACH managedby_loo IN managedby_loop %]
1158
                                                [% FOREACH managedby_loo IN managedby_loop %]
Lines 1163-1180 Link Here
1163
                                                        <option value="[% managedby_loo.code | html %]">[% managedby_loo.desc | html %]</option>
1162
                                                        <option value="[% managedby_loo.code | html %]">[% managedby_loo.desc | html %]</option>
1164
                                                    [% END %]
1163
                                                    [% END %]
1165
                                                [% END %]
1164
                                                [% END %]
1166
                                            </select></p>
1165
                                            </select>
1167
                                        </li>
1166
                                        </li>
1168
                                        <li>
1167
                                        <li>
1169
                                            <p for="manageddate_from">Management date from:
1168
                                            <label for="manageddate_from">Management date from:</label>
1170
                                            <input type="text" id="manageddate_from" size="10" name="manageddate_from" value="[% manageddate_from | html %]" data-date_to="manageddate_to" class="flatpickr" />
1169
                                            <input type="text" id="manageddate_from" size="10" name="manageddate_from" value="[% manageddate_from | html %]" data-date_to="manageddate_to" class="flatpickr" />
1171
                                        </p></li>
1170
                                        </li>
1172
                                        <li>
1171
                                        <li>
1173
                                            <p for="manageddate_to">To:
1172
                                            <label for="manageddate_to">To:</label>
1174
                                            <input type="text" id="manageddate_to" size="10" name="manageddate_to" value="[% manageddate_to | html %]" class="flatpickr" />
1173
                                            <input type="text" id="manageddate_to" size="10" name="manageddate_to" value="[% manageddate_to | html %]" class="flatpickr" />
1175
                                        </p></li>
1174
                                        </li>
1176
                                        <li>
1175
                                        <li>
1177
                                            <p for="acceptedby"> Accepted by:
1176
                                            <label for="acceptedby"> Accepted by:</label>
1178
                                            <select id="acceptedby" name="acceptedby">
1177
                                            <select id="acceptedby" name="acceptedby">
1179
                                                <option value="">Any</option>
1178
                                                <option value="">Any</option>
1180
                                                [% FOREACH acceptedby_loo IN acceptedby_loop %]
1179
                                                [% FOREACH acceptedby_loo IN acceptedby_loop %]
Lines 1185-1212 Link Here
1185
                                                    [% END %]
1184
                                                    [% END %]
1186
                                                [% END %]
1185
                                                [% END %]
1187
                                            </select>
1186
                                            </select>
1188
                                        </p></li>
1187
                                        </li>
1189
                                        <li>
1188
                                        <li>
1190
                                            <p for="accepteddate_from">Accepted date from:
1189
                                            <label for="accepteddate_from">Accepted date from:</label>
1191
                                            <input type="text" id="accepteddate_from" size="10" name="accepteddate_from" value="[% accepteddate_from | html %]" data-date_to="accepteddate_to" class="flatpickr" />
1190
                                            <input type="text" id="accepteddate_from" size="10" name="accepteddate_from" value="[% accepteddate_from | html %]" data-date_to="accepteddate_to" class="flatpickr" />
1192
                                        </p></li>
1191
                                        </li>
1193
                                        <li>
1192
                                        <li>
1194
                                            <p for="accepteddate_to">To:
1193
                                            <label for="accepteddate_to">To:</label>
1195
                                            <input type="text" id="accepteddate_to" size="10" name="accepteddate_to" value="[% accepteddate_to | html %]" class="flatpickr" />
1194
                                            <input type="text" id="accepteddate_to" size="10" name="accepteddate_to" value="[% accepteddate_to | html %]" class="flatpickr" />
1196
                                        </p></li>
1195
                                        </li>
1197
                                        <li>
1196
                                        <li>
1198
                                            <input class="principal" type="submit" value="Go" />
1197
                                            <input class="principal" type="submit" value="Go" />
1199
                                        </li>
1198
                                        </li>
1200
                                    </ol>
1199
                                    </ol>
1201
                                </fieldset>
1200
                                </fieldset>
1202
1201
1203
                                <fieldset class="brief">
1202
                                <fieldset class="sidebar">
1204
                                    <h4 class="local_collapse">
1203
                                    <h4 class="local_collapse">
1205
                                        <a href="#">Acquisition information <span class="caret"></span></a>
1204
                                        <a href="#">Acquisition information <span class="caret"></span></a>
1206
                                    </h4>
1205
                                    </h4>
1207
                                    <ol>
1206
                                    <ol>
1208
                                        <li>
1207
                                        <li>
1209
                                            <p for="budgetid"> Book fund:
1208
                                            <label for="budgetid"> Book fund:</label>
1210
                                            <select name="budgetid" id="budgetid">
1209
                                            <select name="budgetid" id="budgetid">
1211
                                                <option value="__ANY__">Any</option>
1210
                                                <option value="__ANY__">Any</option>
1212
                                                [% IF budgetid == '__NONE__' %]
1211
                                                [% IF budgetid == '__NONE__' %]
Lines 1221-1227 Link Here
1221
                                                        <option value="[% budgetsloo.budget_id | html %]">[% budgetsloo.budget_name | html %]</option>
1220
                                                        <option value="[% budgetsloo.budget_id | html %]">[% budgetsloo.budget_name | html %]</option>
1222
                                                    [% END %]
1221
                                                    [% END %]
1223
                                                [% END %]
1222
                                                [% END %]
1224
                                            </select></p>
1223
                                            </select>
1225
                                        </li>
1224
                                        </li>
1226
                                        <li>
1225
                                        <li>
1227
                                            <input class="principal" type="submit" value="Go" />
1226
                                            <input class="principal" type="submit" value="Go" />
Lines 1232-1238 Link Here
1232
                        </form> <!-- /suggestionsfilter -->
1231
                        </form> <!-- /suggestionsfilter -->
1233
1232
1234
                        [% INCLUDE 'acquisitions-menu.inc' %]
1233
                        [% INCLUDE 'acquisitions-menu.inc' %]
1235
                    </div>
1236
                    </aside>
1234
                    </aside>
1237
                </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1235
                </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1238
            [% END # /UNLESS ( op == 'show' ) %]
1236
            [% END # /UNLESS ( op == 'show' ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-3 / +3 lines)
Lines 176-182 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
176
</div>
176
</div>
177
<div class="col-sm-2 col-sm-push-2">
177
<div class="col-sm-2 col-sm-push-2">
178
    <aside>
178
    <aside>
179
 <fieldset class="brief">
179
 <fieldset class="sidebar">
180
  <h4>Terms summary</h4>
180
  <h4>Terms summary</h4>
181
  <ul>
181
  <ul>
182
    <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 194-200 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
194
  </ul>
194
  </ul>
195
  <span id="terms_summary_status">&nbsp;</span>
195
  <span id="terms_summary_status">&nbsp;</span>
196
  </fieldset>
196
  </fieldset>
197
  <fieldset class="brief">
197
  <fieldset class="sidebar">
198
   <h4>Check lists</h4>
198
   <h4>Check lists</h4>
199
   <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>
200
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
200
   <form method="post" action="/cgi-bin/koha/tags/review.pl">
Lines 219-225 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
219
    <aside>
219
    <aside>
220
    <div id="filters">
220
    <div id="filters">
221
<form method="post" action="/cgi-bin/koha/tags/review.pl">
221
<form method="post" action="/cgi-bin/koha/tags/review.pl">
222
<fieldset class="brief">
222
<fieldset class="sidebar">
223
  <h4>Filters</h4>
223
  <h4>Filters</h4>
224
	<ol>
224
	<ol>
225
	    <li><p for="tag">Term:<input type="text" name="tag" id="tag" value="[% filter_tag | html %]" /></p>
225
	    <li><p for="tag">Term:<input type="text" name="tag" id="tag" value="[% filter_tag | html %]" /></p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-28 / +22 lines)
Lines 127-170 Link Here
127
127
128
            <div class="col-sm-2 col-sm-pull-10">
128
            <div class="col-sm-2 col-sm-pull-10">
129
                <aside>
129
                <aside>
130
                    <div id="filters">
131
                        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="get">
130
                        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="get">
132
                            <fieldset class="brief">
131
                            <fieldset class="sidebar">
133
                                <h4>Filter</h4>
132
                                <h3>Filter</h3>
134
133
135
                                <fieldset>
136
                                    <ol>
134
                                    <ol>
137
                                        <li>
135
                                        <li>
138
                                            <p for="news_keyword">Keyword:
136
                                            <label for="news_keyword">Keyword:</label>
139
                                            <input type="text" name="news_keyword" id="news_keyword" /></p>
137
                                            <input type="text" name="news_keyword" id="news_keyword" />
140
                                        </li>
138
                                        </li>
141
                                        <li>
139
                                        <li>
142
                                            <p for="news_display_location">Display location:
140
                                            <label for="news_display_location">Display location:</label>
143
                                            <select name="news_display_location" id="news_display_location">
141
                                            <select name="news_display_location" id="news_display_location">
144
                                                <option value="">All</option>
142
                                                <option value="">All</option>
145
                                                [% PROCESS locations_options category => category %]
143
                                                [% PROCESS locations_options category => category %]
146
                                            </select></p>
144
                                            </select>
147
                                        </li>
145
                                        </li>
148
                                        <li>
146
                                        <li>
149
                                            <p for="news_library">Library: 
147
                                            <label for="news_library">Library: </label>
150
                                            <select id="news_library" name="news_library">
148
                                            <select id="news_library" name="news_library">
151
                                                <option value=""></option>
149
                                                <option value=""></option>
152
                                                <option value="">All libraries</option>
150
                                                <option value="">All libraries</option>
153
                                                [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
151
                                                [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
154
                                            </select></p>
152
                                            </select>
155
                                        </li>
153
                                        </li>
156
                                        <li>
154
                                        <li>
157
                                            <p>
155
                                            <label>
158
                                                <input type="checkbox" name="show_expired" id="show_expired" /> Show expired
156
                                                <input type="checkbox" name="show_expired" id="show_expired" /> Show expired
159
                                            </p>
157
                                            </label>
160
                                        </li>
158
                                        </li>
161
                                    </ol>
159
                                    </ol>
162
                                </fieldset>
163
                            </fieldset>
160
                            </fieldset>
164
                        </form>
161
                        </form>
165
162
166
                        [% INCLUDE 'tools-menu.inc' %]
163
                        [% INCLUDE 'tools-menu.inc' %]
167
                    </div>
168
                </aside>
164
                </aside>
169
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
165
            </div> <!-- /.col-sm-2.col-sm-pull-10 -->
170
        [% END %]
166
        [% END %]
Lines 260-266 Link Here
260
        </fieldset>
256
        </fieldset>
261
257
262
        [% IF languages.size %]
258
        [% IF languages.size %]
263
            <div id="searchresults">
264
            <div id="tabs" class="toptabs">
259
            <div id="tabs" class="toptabs">
265
            <fieldset id="searchresults">
260
            <fieldset id="searchresults">
266
                <ul class="nav nav-tabs" role="tablist">
261
                <ul class="nav nav-tabs" role="tablist">
Lines 299-305 Link Here
299
                    <textarea name="content" id="content_default" data-lang="[% language.lang | html %]"  cols="75" rows="10">[% additional_content.content | html %]</textarea>
294
                    <textarea name="content" id="content_default" data-lang="[% language.lang | html %]"  cols="75" rows="10">[% additional_content.content | html %]</textarea>
300
                </div>
295
                </div>
301
            </div>
296
            </div>
302
            </div>
303
        [% END %]
297
        [% END %]
304
    </form>
298
    </form>
305
[% END %]
299
[% END %]
Lines 308-315 Link Here
308
302
309
    <div id="toolbar" class="btn-toolbar">
303
    <div id="toolbar" class="btn-toolbar">
310
        <div class="btn-group">
304
        <div class="btn-group">
311
            <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&category=[% category | uri %]&editmode=[% editmode | uri %]" class="pat" id="newentry"> <i class="fa fa-plus"></i> New entry</a>
305
            <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>
312
            <button class="pat fleche dropdown-toggle" data-toggle="dropdown">
306
            <button class="toolbar-btn arrow dropdown-toggle" data-toggle="dropdown">
313
                <span class="caret"></span>
307
                <span class="caret"></span>
314
            </button>
308
            </button>
315
            <ul class="dropdown-menu pull-right">
309
            <ul class="dropdown-menu pull-right">
Lines 326-343 Link Here
326
320
327
    <h2>Additional contents ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])</h2>
321
    <h2>Additional contents ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %])</h2>
328
    [% IF category == 'news' %]
322
    [% IF category == 'news' %]
329
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations" id="lientype">HTML customizations</a>
323
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations" >HTML customizations</a>
330
    [% ELSE %]
324
    [% ELSE %]
331
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=news" id="lientype">News</a>
325
        See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=news" >News</a>
332
    [% END %]
326
    [% END %]
333
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
327
    [% IF ( CAN_user_parameters_manage_sysprefs ) %]
334
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserJS' id="lientype">OPACUserJS</a>
328
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserJS' >OPACUserJS</a>
335
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserCSS' id="lientype">OPACUserCSS</a>
329
        <a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserCSS' >OPACUserCSS</a>
336
    [% END %]
330
    [% END %]
337
331
338
    [% IF additional_contents.count %]
332
    [% IF additional_contents.count %]
339
    <div id="searchresults">
340
        <form id="del_form" method="post" action="/cgi-bin/koha/tools/additional-contents.pl">
333
        <form id="del_form" method="post" action="/cgi-bin/koha/tools/additional-contents.pl">
334
    <fieldset>
341
            <table id="table_additional_contents">
335
            <table id="table_additional_contents">
342
                <thead>
336
                <thead>
343
                    <tr>
337
                    <tr>
Lines 384-390 Link Here
384
                        <td>[% IF ( c.author) %][% INCLUDE 'patron-title.inc' patron=c.author %][% END %]</td>
378
                        <td>[% IF ( c.author) %][% INCLUDE 'patron-title.inc' patron=c.author %][% END %]</td>
385
                        <td>
379
                        <td>
386
                            <div class="btn-group">
380
                            <div class="btn-group">
387
                                <a class="preview_news btn btn-default btn-xs" data-number="[% loop.count | html %]" id="lientype"><i class="fa fa-eye" aria-hidden="true"></i> Preview content</a>
381
                                <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>
388
                            </div>
382
                            </div>
389
                            <div id="contentModal[% loop.count | html %]" class="modal" tabindex="-1" role="dialog" data-number="[% loop.count | html %]">
383
                            <div id="contentModal[% loop.count | html %]" class="modal" tabindex="-1" role="dialog" data-number="[% loop.count | html %]">
390
                                <div class="modal-dialog" role="document">
384
                                <div class="modal-dialog" role="document">
Lines 403-410 Link Here
403
                        </td>
397
                        </td>
404
                        <td class="actions">
398
                        <td class="actions">
405
                            <div class="btn-group dropup">
399
                            <div class="btn-group dropup">
406
                                <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" id="lientype"> <i class="fa fa-pencil"></i> Edit</a>
400
                                <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>
407
                                <button class="btn btn-default btn-xs dropdown-toggle" id="lientype" data-toggle="dropdown">
401
                                <button class="btn btn-default btn-xs dropdown-toggle"  data-toggle="dropdown">
408
                                    <span class="caret"></span>
402
                                    <span class="caret"></span>
409
                                </button>
403
                                </button>
410
                                <ul class="dropdown-menu pull-right">
404
                                <ul class="dropdown-menu pull-right">
Lines 418-424 Link Here
418
                                </ul>
412
                                </ul>
419
                            </div>
413
                            </div>
420
                            <div class="btn-group">
414
                            <div class="btn-group">
421
                                <a href="#" class="delete_news btn btn-default btn-xs" data-idnew="[% c.idnew | html %]" id="lientype"><i class="fa fa-trash"></i> Delete</a>
415
                                <a href="#" class="delete_news btn btn-default btn-xs" data-idnew="[% c.idnew | html %]" ><i class="fa fa-trash"></i> Delete</a>
422
                            </div>
416
                            </div>
423
                        </td>
417
                        </td>
424
                    </tr>
418
                    </tr>
Lines 428-433 Link Here
428
            <input type="hidden" name="op" value="delete_confirmed" />
422
            <input type="hidden" name="op" value="delete_confirmed" />
429
            <input type="hidden" name="category" value="[% category | html %]" />
423
            <input type="hidden" name="category" value="[% category | html %]" />
430
            <fieldset class="action"><input type="submit" class="button principal" value="Delete selected" /></fieldset>
424
            <fieldset class="action"><input type="submit" class="button principal" value="Delete selected" /></fieldset>
425
</fieldset>
431
        </form>
426
        </form>
432
        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
427
        <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
433
            <input type="hidden" id="del_op" name="op" value="delete_confirmed" />
428
            <input type="hidden" id="del_op" name="op" value="delete_confirmed" />
Lines 437-443 Link Here
437
    [% ELSE %]
432
    [% ELSE %]
438
        <div class="dialog message">There are no additional contents.</div>
433
        <div class="dialog message">There are no additional contents.</div>
439
    [% END %]
434
    [% END %]
440
</div>
441
[% END %]
435
[% END %]
442
436
443
[% BLOCK locations_options %]
437
[% BLOCK locations_options %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-11 / +11 lines)
Lines 55-61 Link Here
55
          <form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
55
          <form method="post" id="rules_form" action="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">
56
            <div id="toolbar" class="btn-toolbar">
56
            <div id="toolbar" class="btn-toolbar">
57
                <div class="btn-group">
57
                <div class="btn-group">
58
                    <button class="pat add_rule"><i class="fa fa-plus"></i> Add rule</button>
58
                    <button class="toolbar-btn add_rule"><i class="fa fa-plus"></i> Add rule</button>
59
                </div>
59
                </div>
60
                <div class="btn-group">
60
                <div class="btn-group">
61
                    <button type="submit" id="save_rules" class="principal"><i class="fa fa-save"></i> Save</button>
61
                    <button type="submit" id="save_rules" class="principal"><i class="fa fa-save"></i> Save</button>
Lines 69-80 Link Here
69
            [% IF ( rules ) %]
69
            [% IF ( rules ) %]
70
                <div id="toolbar" class="btn-toolbar">
70
                <div id="toolbar" class="btn-toolbar">
71
                <div class="btn-group">
71
                <div class="btn-group">
72
                    <a class="pat" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-pencil"></i> Edit rules</a>
72
                    <a class="toolbar-btn" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-pencil"></i> Edit rules</a>
73
                </div></div>
73
                </div></div>
74
            [% ELSE %]
74
            [% ELSE %]
75
                <div id="toolbar" class="btn-toolbar">
75
                <div id="toolbar" class="btn-toolbar">
76
                <div class="btn-group">
76
                <div class="btn-group">
77
                    <a class="pat" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-plus"></i> Add rules</a>
77
                    <a class="toolbar-btn" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-plus"></i> Add rules</a>
78
                </div></div>
78
                </div></div>
79
            [% END %]
79
            [% END %]
80
            <h1>Automatic item modifications by age</h1>
80
            <h1>Automatic item modifications by age</h1>
Lines 132-139 Link Here
132
                          </select>
132
                          </select>
133
                          =
133
                          =
134
                          <input type="text" value="[% condition.value | html %]" name="condition_value_[% id | html %]" />
134
                          <input type="text" value="[% condition.value | html %]" name="condition_value_[% id | html %]" />
135
                          <a class="add_block" href="#" id="lientype"><i class="fa fa-plus"></i> Add a condition</a>
135
                          <a class="add_block" href="#" ><i class="fa fa-plus"></i> Add a condition</a>
136
                          <a class="remove_block" href="#" id="lientype"><i class="fa fa-trash"></i> Remove condition</a>
136
                          <a class="remove_block" href="#" ><i class="fa fa-trash"></i> Remove condition</a>
137
                        </div>
137
                        </div>
138
                      [% END %]
138
                      [% END %]
139
                    </div>
139
                    </div>
Lines 153-160 Link Here
153
                          </select>
153
                          </select>
154
                          =
154
                          =
155
                          <input type="text" value="[% substitution.value | html %]" name="substitution_value_[% id | html %]" />
155
                          <input type="text" value="[% substitution.value | html %]" name="substitution_value_[% id | html %]" />
156
                          <a class="add_block" href="#" id="lientype"><i class="fa fa-plus"></i> Add a substitution</a>
156
                          <a class="add_block" href="#" ><i class="fa fa-plus"></i> Add a substitution</a>
157
                          <a class="remove_block" href="#" id="lientype"><i class="fa fa-trash"></i> Remove substitution</a>
157
                          <a class="remove_block" href="#" ><i class="fa fa-trash"></i> Remove substitution</a>
158
                          <span class="required">A field name is required</span>
158
                          <span class="required">A field name is required</span>
159
                        </div>
159
                        </div>
160
                      [% END %]
160
                      [% END %]
Lines 198-205 Link Here
198
                </select>
198
                </select>
199
                =
199
                =
200
                <input type="text" value="" name="condition_value" />
200
                <input type="text" value="" name="condition_value" />
201
                <a class="add_block" href="#" id="lientype"><i class="fa fa-plus"></i> Add a condition</a>
201
                <a class="add_block" href="#" ><i class="fa fa-plus"></i> Add a condition</a>
202
                <a class="remove_block" href="#" id="lientype"><i class="fa fa-trash"></i> Remove condition</a>
202
                <a class="remove_block" href="#" ><i class="fa fa-trash"></i> Remove condition</a>
203
              </div>
203
              </div>
204
            </div>
204
            </div>
205
            <div class="blocks">
205
            <div class="blocks">
Lines 213-220 Link Here
213
                </select>
213
                </select>
214
                =
214
                =
215
                <input type="text" value="" name="substitution_value" />
215
                <input type="text" value="" name="substitution_value" />
216
                <a class="add_block" href="#" id="lientype"><i class="fa fa-plus"></i> Add a substitution</a>
216
                <a class="add_block" href="#" ><i class="fa fa-plus"></i> Add a substitution</a>
217
                <a class="remove_block" href="#" id="lientype"><i class="fa fa-trash"></i> Remove substitution</a>
217
                <a class="remove_block" href="#" ><i class="fa fa-trash"></i> Remove substitution</a>
218
                <span class="required">A field name is required</span>
218
                <span class="required">A field name is required</span>
219
              </div>
219
              </div>
220
            </div>
220
            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 164-170 Link Here
164
        </fieldset>
164
        </fieldset>
165
    </div>
165
    </div>
166
    [% ELSE %]
166
    [% ELSE %]
167
    <p><a href="/cgi-bin/koha/tools/batchMod.pl?del=1" id="lientype">Return to batch item deletion</a></p>
167
    <p><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Return to batch item deletion</a></p>
168
    [% END %]
168
    [% END %]
169
    [% END %]
169
    [% END %]
170
    </form>
170
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-11 / +11 lines)
Lines 44-64 Link Here
44
        [% IF op == 'enqueued' %]
44
        [% IF op == 'enqueued' %]
45
            <div class="dialog message">
45
            <div class="dialog message">
46
              <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>
47
              <p><a id="lientype" 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>
48
              | <a id="lientype" 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>
49
            </div>
49
            </div>
50
50
51
            <fieldset class="action">
51
            <fieldset class="action">
52
                [% 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%]
53
                    [% IF searchid %]
53
                    [% IF searchid %]
54
                        <a id="lientype" 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>
55
                    [% ELSE %]
55
                    [% ELSE %]
56
                        <a id="lientype" 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>
57
                    [% END %]
57
                    [% END %]
58
                [% ELSIF src %]
58
                [% ELSIF src %]
59
                    <a id="lientype" href="[% src | url %]">Return to where you were</a>
59
                    <a  href="[% src | url %]">Return to where you were</a>
60
                [% ELSE %]
60
                [% ELSE %]
61
                    <a id="lientype" 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>
62
                [% END %]
62
                [% END %]
63
            </fieldset>
63
            </fieldset>
64
        [% END %]
64
        [% END %]
Lines 209-228 Link Here
209
                        </fieldset>
209
                        </fieldset>
210
                    </div> <!-- /#cataloguing_additem_newitem -->
210
                    </div> <!-- /#cataloguing_additem_newitem -->
211
                [% ELSE %]
211
                [% ELSE %]
212
                    <p><a id="lientype" 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>
213
                [% END # /UNLESS too_many_items_process %]
213
                [% END # /UNLESS too_many_items_process %]
214
            [% ELSE # IF show %]
214
            [% ELSE # IF show %]
215
                <fieldset class="action">
215
                <fieldset class="action">
216
                    [% 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%]
217
                        [% IF searchid %]
217
                        [% IF searchid %]
218
                            <a id="lientype" 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>
219
                        [% ELSE %]
219
                        [% ELSE %]
220
                            <a id="lientype" 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>
221
                        [% END %]
221
                        [% END %]
222
                    [% ELSIF src %]
222
                    [% ELSIF src %]
223
                        <a  id="lientype"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>
224
                    [% ELSE %]
224
                    [% ELSE %]
225
                        <a id="lientype" 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>
226
                    [% END %]
226
                    [% END %]
227
                </fieldset> <!-- /.action -->
227
                </fieldset> <!-- /.action -->
228
            [% END %]
228
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-6 / +6 lines)
Lines 148-156 Link Here
148
        <div id="toolbar">
148
        <div id="toolbar">
149
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
149
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
150
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
150
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
151
          | <a class="lientype" id="selectwithoutitems" href="#">Select without items</a>
151
          | <a id="selectwithoutitems" href="#">Select without items</a>
152
          | <a class="lientype" id="selectnotreserved" href="#">Select without holds</a>
152
          | <a id="selectnotreserved" href="#">Select without holds</a>
153
          | <a class="lientype" id="selectwithoutsubscriptions" href="#">Select without subscriptions</a>
153
          | <a id="selectwithoutsubscriptions" href="#">Select without subscriptions</a>
154
        </div>
154
        </div>
155
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectrecords">
155
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectrecords">
156
          <table id="biblios" class="records">
156
          <table id="biblios" class="records">
Lines 184-190 Link Here
184
        <div id="toolbar">
184
        <div id="toolbar">
185
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
185
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
186
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
186
          | <a id="clearall" href="#"><i class="fa fa-remove"></i> Clear all</a>
187
          | <a class="lientype" id="clearlinkedtobiblio" href="#">Clear used authorities</a>
187
          | <a id="clearlinkedtobiblio" href="#">Clear used authorities</a>
188
        </div>
188
        </div>
189
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectauths">
189
        <form action="/cgi-bin/koha/tools/batch_delete_records.pl" method="post" id="selectauths">
190
          <table id="authorities" class="records">
190
          <table id="authorities" class="records">
Lines 222-229 Link Here
222
  [% ELSIF op == 'enqueued' %]
222
  [% ELSIF op == 'enqueued' %]
223
    <div class="dialog message">
223
    <div class="dialog message">
224
      <p>The job has been enqueued! It will be processed as soon as possible.</p>
224
      <p>The job has been enqueued! It will be processed as soon as possible.</p>
225
      <p><a id="lientype" 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>
225
      <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>
226
      | <a id="lientype" href="/cgi-bin/koha/tools/batch_delete_records.pl" title="New batch record deletion">New batch record deletion</a></p>
226
      | <a href="/cgi-bin/koha/tools/batch_delete_records.pl" title="New batch record deletion">New batch record deletion</a></p>
227
    </div>
227
    </div>
228
  [% ELSE %]
228
  [% ELSE %]
229
    No action defined for the template.
229
    No action defined for the template.
(-)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/csv-profiles.tt (-4 / +4 lines)
Lines 296-303 Link Here
296
296
297
    <div id="toolbar" class="btn-toolbar">
297
    <div id="toolbar" class="btn-toolbar">
298
        <div class="btn-group">
298
        <div class="btn-group">
299
            <a class="pat" id="newcsvprofile" href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form"><i class="fa fa-plus"></i> New CSV profile</a>
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
        </diiv>
300
        </div>
301
    </div>
301
    </div>
302
302
303
    <h1>CSV profiles</h1>
303
    <h1>CSV profiles</h1>
Lines 325-332 Link Here
325
                    <td>[% PROCESS type_description type_code = csv_profile.type %]</td>
325
                    <td>[% PROCESS type_description type_code = csv_profile.type %]</td>
326
                    <td>[% PROCESS used_for_description used_for_code = csv_profile.used_for %]</td>
326
                    <td>[% PROCESS used_for_description used_for_code = csv_profile.used_for %]</td>
327
                    <td class="actions">
327
                    <td class="actions">
328
                        <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form&amp;export_format_id=[% csv_profile.export_format_id | uri %]" id="lientype" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
328
                        <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form&amp;export_format_id=[% csv_profile.export_format_id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
329
                        <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=delete_confirm&amp;export_format_id=[% csv_profile.export_format_id | uri %]" id="lientype" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
329
                        <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=delete_confirm&amp;export_format_id=[% csv_profile.export_format_id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
330
                    </td>
330
                    </td>
331
                </tr>
331
                </tr>
332
                [% END %]
332
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-1 / +1 lines)
Lines 257-263 Link Here
257
            <input type="hidden" name="op" value="export" />
257
            <input type="hidden" name="op" value="export" />
258
            <input type="hidden" name="record_type" value="auths" />
258
            <input type="hidden" name="record_type" value="auths" />
259
259
260
            <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>
261
        </form>
261
        </form>
262
        </div>
262
        </div>
263
263
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-1 / +1 lines)
Lines 364-370 Link Here
364
364
365
        <fieldset class="action">
365
        <fieldset class="action">
366
            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
366
            <input type="hidden" name="csrf_token" value="[% csrf_token | html %]" />
367
            <input id="principal" type="submit" value="Import" />
367
            <input class="principal" type="submit" value="Import" />
368
        </fieldset>
368
        </fieldset>
369
    </form>
369
    </form>
370
[% END %]
370
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-5 / +5 lines)
Lines 167-173 Link Here
167
            <div id="statuses" style="display: block;">
167
            <div id="statuses" style="display: block;">
168
                  [% FOREACH status IN statuses %]
168
                  [% FOREACH status IN statuses %]
169
                      [% IF (status.values) %]
169
                      [% IF (status.values) %]
170
                          <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;">
171
                              <h3>[% status.fieldname | html %]</h3>
171
                              <h3>[% status.fieldname | html %]</h3>
172
                              <ul id="statuses-[% fieldname | html %]" style="display: inline;">
172
                              <ul id="statuses-[% fieldname | html %]" style="display: inline;">
173
                              [% FOREACH value IN status.values %]
173
                              [% FOREACH value IN status.values %]
Lines 257-266 Link Here
257
    <input type="hidden" name="ccode" value="[% ccode | html %]" />
257
    <input type="hidden" name="ccode" value="[% ccode | html %]" />
258
258
259
    [% UNLESS uploadedbarcodesflag %]
259
    [% UNLESS uploadedbarcodesflag %]
260
      <div><a id="lientype" href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a id="lientype" 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>
261
    [% END %]
261
    [% END %]
262
262
263
<div id="searchresults">
263
<fieldset id="searchresults">
264
    <table id="inventoryt">
264
    <table id="inventoryt">
265
    <thead>
265
    <thead>
266
        <tr>
266
        <tr>
Lines 341-355 Link Here
341
    [% END %]
341
    [% END %]
342
    </tbody>
342
    </tbody>
343
    </table>
343
    </table>
344
</fieldset>
344
    <div class="spacer"></div>
345
    <div class="spacer"></div>
345
    [% UNLESS uploadedbarcodesflag %]
346
    [% UNLESS uploadedbarcodesflag %]
346
      <div style="padding : .3em 0"><a id="lientype" href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a id="lientype" 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>
347
      <input type="submit" id="markseenandquit" class="principal" value="Mark seen and quit" />
348
      <input type="submit" id="markseenandquit" class="principal" value="Mark seen and quit" />
348
      <input type="submit" class="principal" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
349
      <input type="submit" class="principal" value="Mark seen and continue &gt;&gt;" id="markseenandcontinuebutton" />
349
      <input class="principal" 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" />
350
    [% END %]
351
    [% END %]
351
    </form>
352
    </form>
352
</div>
353
353
354
354
355
    [% END %]
355
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-8 / +8 lines)
Lines 156-162 Link Here
156
156
157
                    <div id="toolbar" class="btn-toolbar">
157
                    <div id="toolbar" class="btn-toolbar">
158
                        <div class="btn-group">
158
                        <div class="btn-group">
159
                            <button class="pat" data-toggle="dropdown"><i class="fa fa-plus"></i> New notice <span class="caret"></span></button>
159
                            <button class="toolbar-btn" data-toggle="dropdown"><i class="fa fa-plus"></i> New notice <span class="caret"></span></button>
160
                            <ul class="dropdown-menu">
160
                            <ul class="dropdown-menu">
161
                                <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&amp;module=acquisition">Acquisition</a></li>
161
                                <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&amp;module=acquisition">Acquisition</a></li>
162
                                <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&amp;module=catalogue">Catalog</a></li>
162
                                <li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&amp;module=catalogue">Catalog</a></li>
Lines 204-211 Link Here
204
                        [% END %]
204
                        [% END %]
205
                    [% END %]
205
                    [% END %]
206
206
207
                    <fieldset id="searchresults">
207
                    [% IF letter %]
208
                    [% IF letter %]
208
                    <div id="searchresults">
209
                        <table id="lettert">
209
                        <table id="lettert">
210
                            <thead>
210
                            <thead>
211
                                <tr>
211
                                <tr>
Lines 261-276 Link Here
261
                                                    [% ELSE %]
261
                                                    [% ELSE %]
262
                                                        [% select_for_copy | $raw %]
262
                                                        [% select_for_copy | $raw %]
263
                                                    [% END %]
263
                                                    [% END %]
264
                                                    <button id="lientype" class="btn btn-default btn-xs"><i class="fa fa-clone"></i> Copy</button>
264
                                                    <button class="btn btn-default btn-xs"><i class="fa fa-clone"></i> Copy</button>
265
                                                </form>
265
                                                </form>
266
                                            [% END # /IF !independent_branch %]
266
                                            [% END # /IF !independent_branch %]
267
                                        </td>
267
                                        </td>
268
                                        <td class="actions">
268
                                        <td class="actions">
269
                                            [% IF can_edit %]
269
                                            [% IF can_edit %]
270
                                                <a id="lientype" class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/letter.pl?op=add_form&amp;branchcode=[% lette.branchcode | html %]&amp;module=[% lette.module | html %]&amp;code=[% lette.code | html %]"><i class="fa fa-pencil"></i> Edit</a>
270
                                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/letter.pl?op=add_form&amp;branchcode=[% lette.branchcode | html %]&amp;module=[% lette.module | html %]&amp;code=[% lette.code | html %]"><i class="fa fa-pencil"></i> Edit</a>
271
                                            [% END %]
271
                                            [% END %]
272
                                            [% IF !lette.protected && can_edit %]
272
                                            [% IF !lette.protected && can_edit %]
273
                                                <a id="lientype" class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/letter.pl?op=delete_confirm&amp;branchcode=[% lette.branchcode | html %]&amp;module=[% lette.module | html %]&amp;code=[% lette.code | html %]"><i class="fa fa-trash"></i> Delete</a>
273
                                                <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/letter.pl?op=delete_confirm&amp;branchcode=[% lette.branchcode | html %]&amp;module=[% lette.module | html %]&amp;code=[% lette.code | html %]"><i class="fa fa-trash"></i> Delete</a>
274
                                            [% END %]
274
                                            [% END %]
275
                                        </td>
275
                                        </td>
276
                                    </tr>
276
                                    </tr>
Lines 285-293 Link Here
285
                                <p>There are no notices.</p>
285
                                <p>There are no notices.</p>
286
                            [% END %]
286
                            [% END %]
287
                        </div>
287
                        </div>
288
                    </div>
289
                    [% END # /IF lette %]
288
                    [% END # /IF lette %]
290
                [% END # /IF no_op_set %]
289
                [% END # /IF no_op_set %]
290
                    </fieldset>
291
291
292
                [% IF add_form or copy_form %]
292
                [% IF add_form or copy_form %]
293
                    <h2>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h2>
293
                    <h2>[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]</h2>
Lines 457-463 Link Here
457
                            <!-- Nav tabs -->
457
                            <!-- Nav tabs -->
458
                            <ul class="nav nav-tabs" role="tablist">
458
                            <ul class="nav nav-tabs" role="tablist">
459
                                <li role="presentation">
459
                                <li role="presentation">
460
                                    <a id="lientype" href="#lang_default" aria-controls="lang_default" role="tab" data-toggle="tab">Default</a>
460
                                    <a href="#lang_default" aria-controls="lang_default" role="tab" data-toggle="tab">Default</a>
461
                                </li>
461
                                </li>
462
                                [% FOR language IN languages %]
462
                                [% FOR language IN languages %]
463
                                    [% FOR sublanguage IN language.sublanguages_loop %]
463
                                    [% FOR sublanguage IN language.sublanguages_loop %]
Lines 549-555 Link Here
549
                                                                    </select>
549
                                                                    </select>
550
                                                                </td>
550
                                                                </td>
551
                                                                <td class="actions">
551
                                                                <td class="actions">
552
                                                                    <button id="lientype" type="button" data-containerid="[% letter.message_transport_type | html %]_[% lang | html %]" class="btn btn-default btn-sm insert">Insert <i class="fa fa-long-arrow-right"></i></button>
552
                                                                    <button type="button" data-containerid="[% letter.message_transport_type | html %]_[% lang | html %]" class="btn btn-default btn-sm insert">Insert <i class="fa fa-long-arrow-right"></i></button>
553
                                                                </td>
553
                                                                </td>
554
                                                                <td>
554
                                                                <td>
555
                                                                    <textarea name="content" data-lang="[% lang | html %]" class="content_[% letter.message_transport_type | html %]" id="content_[% letter.message_transport_type | html %]_[% lang | html %]" cols="80" rows="15">[% letter.content | html %]</textarea>
555
                                                                    <textarea name="content" data-lang="[% lang | html %]" class="content_[% letter.message_transport_type | html %]" id="content_[% letter.message_transport_type | html %]_[% lang | html %]" cols="80" rows="15">[% letter.content | html %]</textarea>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-12 / +13 lines)
Lines 76-82 Link Here
76
                                [% IF ( label_batch_msg == "error" ) %]
76
                                [% IF ( label_batch_msg == "error" ) %]
77
                                    <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>
78
                                [% ELSE %]
78
                                [% ELSE %]
79
                                    <span>Label</span> <a id="lientype"  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.
80
                                [% END %]
80
                                [% END %]
81
                            </strong></p>
81
                            </strong></p>
82
                        </div>
82
                        </div>
Lines 94-100 Link Here
94
                        [% UNLESS ( batch_info ) %]
94
                        [% UNLESS ( batch_info ) %]
95
                            <div class="dialog message">
95
                            <div class="dialog message">
96
                                <p>No records have been staged.</p>
96
                                <p>No records have been staged.</p>
97
                                <p><a  id="lientype" 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>
98
                            </div>
98
                            </div>
99
                        [% END %]
99
                        [% END %]
100
                    [% END %]
100
                    [% END %]
Lines 170-176 Link Here
170
                                                [% END %]
170
                                                [% END %]
171
                                            [% END %]
171
                                            [% END %]
172
                                        </select>
172
                                        </select>
173
                                        <span class="change-status">Changed. <a  id="lientype" 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>
174
                                    [% ELSE %]
174
                                    [% ELSE %]
175
                                        <span class="label">Matching rule applied</span>
175
                                        <span class="label">Matching rule applied</span>
176
                                        [% IF ( current_matcher_id ) %]
176
                                        [% IF ( current_matcher_id ) %]
Lines 183-189 Link Here
183
                                <li>
183
                                <li>
184
                                    [% IF ( can_commit ) %]
184
                                    [% IF ( can_commit ) %]
185
                                        <label for="overlay_action">Action if matching record found:</label>
185
                                        <label for="overlay_action">Action if matching record found:</label>
186
                                        [% INCLUDE 'tools-overlay-action.inc' %] <span class="change-status">Changed. <a  id="lientype" 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>
187
                                    [% ELSE %]
187
                                    [% ELSE %]
188
                                        <span class="label">Action if matching record found:</span>
188
                                        <span class="label">Action if matching record found:</span>
189
                                        [% IF ( overlay_action == 'replace' ) %]
189
                                        [% IF ( overlay_action == 'replace' ) %]
Lines 200-206 Link Here
200
                                <li>
200
                                <li>
201
                                    [% IF ( can_commit ) %]
201
                                    [% IF ( can_commit ) %]
202
                                        <label for="nomatch_action">Action if no match found:</label>
202
                                        <label for="nomatch_action">Action if no match found:</label>
203
                                        [% INCLUDE 'tools-nomatch-action.inc' %] <span class="change-status">Changed. <a  id="lientype" 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>
204
                                    [% ELSE %]
204
                                    [% ELSE %]
205
                                        <span class="label">Action if no match found:</span>
205
                                        <span class="label">Action if no match found:</span>
206
                                        [% IF ( nomatch_action == 'create_new' ) %]
206
                                        [% IF ( nomatch_action == 'create_new' ) %]
Lines 216-222 Link Here
216
                                    <li>
216
                                    <li>
217
                                        [% IF ( can_commit ) %]
217
                                        [% IF ( can_commit ) %]
218
                                            <label for="item_action">Item processing:</label>
218
                                            <label for="item_action">Item processing:</label>
219
                                            [% INCLUDE 'tools-item-action.inc' %] <span class="change-status">Changed. <a  id="lientype" 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>
220
                                        [% ELSE %]
220
                                        [% ELSE %]
221
                                            <span class="label">Item processing:</span>
221
                                            <span class="label">Item processing:</span>
222
                                            [% IF ( item_action == 'always_add' ) %]
222
                                            [% IF ( item_action == 'always_add' ) %]
Lines 260-266 Link Here
260
                                            </select>
260
                                            </select>
261
                                        [% END %]
261
                                        [% END %]
262
                                        <br />
262
                                        <br />
263
                                        <input type="submit" id="lientype" 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" />
264
                                    </fieldset>
264
                                    </fieldset>
265
                                </form> <!-- /#import_batch_form -->
265
                                </form> <!-- /#import_batch_form -->
266
                                <div id="jobpanel">
266
                                <div id="jobpanel">
Lines 283-289 Link Here
283
                            [% END # /IF can_revert %]
283
                            [% END # /IF can_revert %]
284
                        </div>
284
                        </div>
285
285
286
                        <div id="searchresults">
286
                        <fieldset id="searchresults">
287
287
288
                        [% IF ( did_commit ) %]
288
                        [% IF ( did_commit ) %]
289
                            <div class="dialog message">Completed import of records</div>
289
                            <div class="dialog message">Completed import of records</div>
Lines 344-349 Link Here
344
                                </tr>
344
                                </tr>
345
                            </table>
345
                            </table>
346
                        [% END  # /IF did_revert%]
346
                        [% END  # /IF did_revert%]
347
                        </fieldset>
347
348
348
349
349
                    [% END # /IF batch_info %]
350
                    [% END # /IF batch_info %]
Lines 396-402 Link Here
396
                                    <td>[% batch_lis.num_records | html %]</td>
397
                                    <td>[% batch_lis.num_records | html %]</td>
397
                                    <td>[% batch_lis.num_items | html %]
398
                                    <td>[% batch_lis.num_items | html %]
398
                                        [% IF ( batch_lis.num_items && batch_lis.import_status == 'imported' ) %]
399
                                        [% IF ( batch_lis.num_items && batch_lis.import_status == 'imported' ) %]
399
                                            (<a  id="lientype" 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>)
400
                                        [% END %]
401
                                        [% END %]
401
                                    </td>
402
                                    </td>
402
                                    <td class="actions">
403
                                    <td class="actions">
Lines 404-416 Link Here
404
                                            <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">
405
                                                <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 %]" />
406
                                                <input type="hidden" name="op" value="clean-batch" />
407
                                                <input type="hidden" name="op" value="clean-batch" />
407
                                                <button id="lientype" 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>
408
                                            </form>
409
                                            </form>
409
                                        [% ELSIF ( batch_lis.import_status == 'cleaned' ) %]
410
                                        [% ELSIF ( batch_lis.import_status == 'cleaned' ) %]
410
                                            <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">
411
                                                <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 %]" />
412
                                                <input type="hidden" name="op" value="delete-batch" />
413
                                                <input type="hidden" name="op" value="delete-batch" />
413
                                                <button  id="lientype" 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>
414
                                            </form>
415
                                            </form>
415
                                        [% END %]
416
                                        [% END %]
416
                                    </td>
417
                                    </td>
Lines 611-617 Link Here
611
                                '<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
612
                                + aData['matched'] + '"><i class="fa fa-eye"></i> ' + _("View") + '</a> '
613
                                + aData['matched'] + '"><i class="fa fa-eye"></i> ' + _("View") + '</a> '
613
                                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
614
                                [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
614
                                    + '<a  id="lientype" 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
615
                                    + aData['matched'] + '"><i class="fa fa-pencil"></i> ' + _("Edit") + '</a>'
616
                                    + aData['matched'] + '"><i class="fa fa-pencil"></i> ' + _("Edit") + '</a>'
616
                                [% END %]
617
                                [% END %]
617
                            );
618
                            );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-12 / +12 lines)
Lines 74-83 Link Here
74
74
75
            <div id="toolbar" class="btn-toolbar">
75
            <div id="toolbar" class="btn-toolbar">
76
                <div>
76
                <div>
77
                <a href="#" data-toggle="modal" data-template_id="" data-target="#createTemplate" id="new_template" class="pat duplicate_template"><i class="fa fa-plus"></i> New template</a>
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>
78
                [% IF ( template_id != '' ) %]
78
                [% IF ( template_id != '' ) %]
79
                    <a href="#" id="new_action" class="pat"><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>
80
                    <a class="pat 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>
81
                [% END %]
81
                [% END %]
82
            </div></div>
82
            </div></div>
83
83
Lines 93-99 Link Here
93
93
94
                    <h1>MARC modification templates [% template_id | html %]</h1>
94
                    <h1>MARC modification templates [% template_id | html %]</h1>
95
95
96
<div id="searchresults">
96
<fieldset id="searchresults">
97
                    <table id="templatest">
97
                    <table id="templatest">
98
                        <thead>
98
                        <thead>
99
                            <tr>
99
                            <tr>
Lines 108-129 Link Here
108
                                    <td>[% TemplatesLoo.template_id | html %]</td>
108
                                    <td>[% TemplatesLoo.template_id | html %]</td>
109
                                    <td>[% TemplatesLoo.name | html %]</td>
109
                                    <td>[% TemplatesLoo.name | html %]</td>
110
                                    <td class="actions">
110
                                    <td class="actions">
111
                                        <a id="lientype" class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/marc_modification_templates.pl?template_id=[% TemplatesLoo.template_id | html %]&amp;op=select_template" ><i class="fa fa-fw fa-pencil"></i> Edit actions</a>
111
                                        <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/marc_modification_templates.pl?template_id=[% TemplatesLoo.template_id | html %]&amp;op=select_template" ><i class="fa fa-fw fa-pencil"></i> Edit actions</a>
112
                                        <a id="lientype" class="btn btn-default btn-xs duplicate_template" href="#" data-toggle="modal" data-template_id="[% TemplatesLoo.template_id | html %]" data-target="#createTemplate"><i class="fa fa-fw fa-copy"></i> Duplicate</a>
112
                                        <a class="btn btn-default btn-xs duplicate_template" href="#" data-toggle="modal" data-template_id="[% TemplatesLoo.template_id | html %]" data-target="#createTemplate"><i class="fa fa-fw fa-copy"></i> Duplicate</a>
113
                                        <a id="lientype" class="btn btn-default btn-xs delete_template" href="/cgi-bin/koha/tools/marc_modification_templates.pl?template_id=[% TemplatesLoo.template_id | html %]&amp;op=delete_template"><i class="fa fa-fw fa-trash"></i> Delete</a>
113
                                        <a class="btn btn-default btn-xs delete_template" href="/cgi-bin/koha/tools/marc_modification_templates.pl?template_id=[% TemplatesLoo.template_id | html %]&amp;op=delete_template"><i class="fa fa-fw fa-trash"></i> Delete</a>
114
                                    </td>
114
                                    </td>
115
                                </tr>
115
                                </tr>
116
                            [% END %]
116
                            [% END %]
117
                        </tbody>
117
                        </tbody>
118
                    </table>
118
                    </table>
119
</div>
119
</fieldset>
120
120
121
                [% ELSE %]
121
                [% ELSE %]
122
122
123
                    <h1>Actions for <em>[% template_name | html %]</em></h1>
123
                    <h1>Actions for <em>[% template_name | html %]</em></h1>
124
124
125
                    [% IF ( ActionsLoop ) %]
125
                    [% IF ( ActionsLoop ) %]
126
<div id="searchresults">
126
<fieldset id="searchresults">
127
                        <table id="template_actions" class="template_actions">
127
                        <table id="template_actions" class="template_actions">
128
                            <thead>
128
                            <thead>
129
                                <tr>
129
                                <tr>
Lines 203-218 Link Here
203
                                        </td>
203
                                        </td>
204
                                        <td>[% ActionsLoo.description | html %]</td>
204
                                        <td>[% ActionsLoo.description | html %]</td>
205
                                        <td>
205
                                        <td>
206
                                            <a class="btn btn-default btn-xs edit_action" id="lientype" 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>
207
                                        </td>
207
                                        </td>
208
                                        <td>
208
                                        <td>
209
                                            <a class="btn btn-default btn-xs" id="lientype" 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>
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>
210
                                        </td>
210
                                        </td>
211
                                    </tr>
211
                                    </tr>
212
                                [% END # /FOREACH ActionsLoo %]
212
                                [% END # /FOREACH ActionsLoo %]
213
                            </tbody>
213
                            </tbody>
214
                        </table>
214
                        </table>
215
                        </div>
215
                        </fieldset>
216
                    [% ELSE %]
216
                    [% ELSE %]
217
                        <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>
218
                    [% END # /IF ActionsLoop %]
218
                    [% END # /IF ActionsLoop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-1 / +1 lines)
Lines 150-156 Link Here
150
                    <div class="dialog alert">
150
                    <div class="dialog alert">
151
                        <p>No patron card numbers or borrowernumbers given.</p>
151
                        <p>No patron card numbers or borrowernumbers given.</p>
152
                        <form action="/cgi-bin/koha/tools/modborrowers.pl" method="get">
152
                        <form action="/cgi-bin/koha/tools/modborrowers.pl" method="get">
153
                         <button type="submit" class="approve" id="lientype"><i class="fa fa-fw fa-check"></i> OK</button>
153
                         <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
154
                        </form>
154
                        </form>
155
                    </div>
155
                    </div>
156
                [% END #Alert if no patrons %]
156
                [% END #Alert if no patrons %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-5 / +5 lines)
Lines 63-70 Link Here
63
[% IF op == 'list' %]
63
[% IF op == 'list' %]
64
    <div id="toolbar" class="btn-toolbar">
64
    <div id="toolbar" class="btn-toolbar">
65
        <div>
65
        <div>
66
            <a class="pat" id="newquote" href="/cgi-bin/koha/tools/quotes.pl?op=add_form"><i class="fa fa-plus"></i> New quote</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="pat" id="import_quotes" href="/cgi-bin/koha/tools/quotes-upload.pl"><i class="fa fa-folder-open"></i> Import quotes</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>
68
        </div>
69
    </div>
69
    </div>
70
[% END %]
70
[% END %]
Lines 111-118 Link Here
111
111
112
[% IF op == 'list' %]
112
[% IF op == 'list' %]
113
    <h1>Quotes</h1>
113
    <h1>Quotes</h1>
114
    <fieldset id="searchresults">
114
    [% IF quotes_count > 0 %]
115
    [% IF quotes_count > 0 %]
115
    <div id="searchresults">
116
        <table id="quotes">
116
        <table id="quotes">
117
            <thead>
117
            <thead>
118
                <tr>
118
                <tr>
Lines 126-133 Link Here
126
        </table>
126
        </table>
127
    [% ELSE %]
127
    [% ELSE %]
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>
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>
129
    </div>
130
    [% END %]
129
    [% END %]
130
    </fieldset>
131
131
132
    <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">
133
        <div class="modal-dialog">
133
        <div class="modal-dialog">
Lines 140-146 Link Here
140
                    <div id="delete_confirm_dialog"></div>
140
                    <div id="delete_confirm_dialog"></div>
141
                </div>
141
                </div>
142
                <div class="modal-footer">
142
                <div class="modal-footer">
143
                    <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>
144
                    <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>
145
                </div>
145
                </div>
146
            </div> <!-- /.modal-content -->
146
            </div> <!-- /.modal-content -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-3 / +3 lines)
Lines 171-177 Link Here
171
                        <h3>[% total | html %] images found</h3>
171
                        <h3>[% total | html %] images found</h3>
172
                        <ul>
172
                        <ul>
173
                            [% FOREACH result IN results %]
173
                            [% FOREACH result IN results %]
174
                                <li><a  id="lientype" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% result.biblionumber | uri %]">[% result.title | html %]</a></li>
174
                                <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% result.biblionumber | uri %]">[% result.title | html %]</a></li>
175
                            [% END %]
175
                            [% END %]
176
                        </ul>
176
                        </ul>
177
                        <hr />
177
                        <hr />
Lines 201-207 Link Here
201
                                </div>
201
                                </div>
202
202
203
                                <div id="filedrag">
203
                                <div id="filedrag">
204
                                    <a id="click_to_select" class="lientype" href="#">Drop files here or click to select a file</a>
204
                                    <a id="click_to_select" href="#">Drop files here or click to select a file</a>
205
                                    <div id="messages"></div>
205
                                    <div id="messages"></div>
206
                                </div>
206
                                </div>
207
207
Lines 292-298 Link Here
292
                                                    <img id="thumbnail_[% img.imagenumber | html %]" src="/cgi-bin/koha/catalogue/image.pl?imagenumber=[% img.imagenumber | html %]&amp;thumbnail=1" alt="Thumbnail" />
292
                                                    <img id="thumbnail_[% img.imagenumber | html %]" src="/cgi-bin/koha/catalogue/image.pl?imagenumber=[% img.imagenumber | html %]&amp;thumbnail=1" alt="Thumbnail" />
293
                                                [% END %]
293
                                                [% END %]
294
                                            </a>
294
                                            </a>
295
                                            <a href="#"  id="lientype" class="remove" data-coverimg="[% img.imagenumber | html %]"><i class="fa fa-trash"></i> Delete image</a>
295
                                            <a href="#" class="remove" data-coverimg="[% img.imagenumber | html %]"><i class="fa fa-trash"></i> Delete image</a>
296
                                        </li>
296
                                        </li>
297
                                    [% END # /IF img %]
297
                                    [% END # /IF img %]
298
                                [% END # /FOREACH img %]
298
                                [% END # /FOREACH img %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-2 / +1 lines)
Lines 402-408 Link Here
402
[% IF op == 'list' %]
402
[% IF op == 'list' %]
403
    <h1>Lists</h1>
403
    <h1>Lists</h1>
404
    <div id="tabs" class="toptabs">
404
    <div id="tabs" class="toptabs">
405
    <fieldset class="briefgr">
405
    <fieldset>
406
        <ul>
406
        <ul>
407
            <li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
407
            <li id="privateshelves_tab" class="active"><a href="#tab_content">Your lists</a></li>
408
            <li id="publicshelves_tab" class="active"><a href="#tab_content">Public lists</a></li>
408
            <li id="publicshelves_tab" class="active"><a href="#tab_content">Public lists</a></li>
409
- 

Return to bug 30952