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

(-)a/installer/data/mysql/de-DE/mandatory/userflags.sql (+1 lines)
Lines 15-17 INSERT INTO `userflags` VALUES(14,'editauthorities','Normdaten ändern',0); Link Here
15
INSERT INTO `userflags` VALUES(15,'serials','Zugang auf Abonnementverwaltung/Zeitschriftenmodul',0);
15
INSERT INTO `userflags` VALUES(15,'serials','Zugang auf Abonnementverwaltung/Zeitschriftenmodul',0);
16
INSERT INTO `userflags` VALUES(16,'reports','Zugang auf Reportmodul',0);
16
INSERT INTO `userflags` VALUES(16,'reports','Zugang auf Reportmodul',0);
17
INSERT INTO `userflags` VALUES(17,'staffaccess','Berechtigungen für Bibliotheksmitarbeiter vergeben',0);
17
INSERT INTO `userflags` VALUES(17,'staffaccess','Berechtigungen für Bibliotheksmitarbeiter vergeben',0);
18
INSERT INTO `userflags` VALUES(18,'coursereserves','Course Reserves',0);
(-)a/installer/data/mysql/de-DE/mandatory/userpermissions.sql (-1 / +4 lines)
Lines 51-55 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
51
   (15, 'renew_subscription', 'Abonnements verlängern'),
51
   (15, 'renew_subscription', 'Abonnements verlängern'),
52
   (15, 'routing', 'Umlauflisten verwalten'),
52
   (15, 'routing', 'Umlauflisten verwalten'),
53
   (16, 'execute_reports', 'SQL-Reports ausführen'),
53
   (16, 'execute_reports', 'SQL-Reports ausführen'),
54
   (16, 'create_reports', 'SQL-Reports erstellen')
54
   (16, 'create_reports', 'SQL-Reports erstellen'),
55
   (18, 'manage_courses', 'Add, edit and delete courses'),
56
   (18, 'add_reserves', 'Add course reserves'),
57
   (18, 'delete_reserves', 'Remove course reserves')
55
;
58
;
(-)a/installer/data/mysql/es-ES/mandatory/userflags.sql (+1 lines)
Lines 15-17 INSERT INTO `userflags` VALUES(14,'editauthorities','Allow to edit authorities', Link Here
15
INSERT INTO `userflags` VALUES(15,'serials','Allow to manage serials subscriptions',0);
15
INSERT INTO `userflags` VALUES(15,'serials','Allow to manage serials subscriptions',0);
16
INSERT INTO `userflags` VALUES(16,'reports','Allow to access to the reports module',0);
16
INSERT INTO `userflags` VALUES(16,'reports','Allow to access to the reports module',0);
17
INSERT INTO `userflags` VALUES(17,'staffaccess','Modify login / permissions for staff users',0);
17
INSERT INTO `userflags` VALUES(17,'staffaccess','Modify login / permissions for staff users',0);
18
INSERT INTO `userflags` VALUES(18,'coursereserves','Course Reserves',0);
(-)a/installer/data/mysql/es-ES/mandatory/userpermissions.sql (-1 / +4 lines)
Lines 51-55 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
51
   (15, 'renew_subscription', 'Renew a subscription'),
51
   (15, 'renew_subscription', 'Renew a subscription'),
52
   (15, 'routing', 'Routing'),
52
   (15, 'routing', 'Routing'),
53
   (16, 'execute_reports', 'Execute SQL reports'),
53
   (16, 'execute_reports', 'Execute SQL reports'),
54
   (16, 'create_reports', 'Create SQL Reports')
54
   (16, 'create_reports', 'Create SQL Reports'),
55
   (18, 'manage_courses', 'Add, edit and delete courses'),
56
   (18, 'add_reserves', 'Add course reserves'),
57
   (18, 'delete_reserves', 'Remove course reserves')
55
;
58
;
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/userflags.sql (+1 lines)
Lines 16-18 INSERT INTO `userflags` VALUES(13,'tools','Outils (export, import, impression de Link Here
16
INSERT INTO `userflags` VALUES(14,'editauthorities','Gestion des autorités',0);
16
INSERT INTO `userflags` VALUES(14,'editauthorities','Gestion des autorités',0);
17
INSERT INTO `userflags` VALUES(15,'serials','Gestion du module périodique',0);
17
INSERT INTO `userflags` VALUES(15,'serials','Gestion du module périodique',0);
18
INSERT INTO `userflags` VALUES(16,'reports','Accès aux statistiques',0);
18
INSERT INTO `userflags` VALUES(16,'reports','Accès aux statistiques',0);
19
INSERT INTO `userflags` VALUES(18,'coursereserves','Course Reserves',0);
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.sql (-2 / +4 lines)
Lines 51-56 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
51
   (15, 'renew_subscription', 'Renouveler les abonnements'),
51
   (15, 'renew_subscription', 'Renouveler les abonnements'),
52
   (15, 'routing', 'Mettre en circulation'),
52
   (15, 'routing', 'Mettre en circulation'),
53
   (16, 'execute_reports', 'Lancer les rapports SQL'),
53
   (16, 'execute_reports', 'Lancer les rapports SQL'),
54
   (16, 'create_reports', 'Créer les rapports SQL Reports')
54
   (16, 'create_reports', 'Créer les rapports SQL Reports'),
55
55
   (18, 'manage_courses', 'Add, edit and delete courses'),
56
   (18, 'add_reserves', 'Add course reserves'),
57
   (18, 'delete_reserves', 'Remove course reserves')
56
;
58
;
(-)a/installer/data/mysql/it-IT/necessari/userflags.sql (+1 lines)
Lines 17-21 INSERT INTO `userflags` VALUES(14,'editauthorities','autorizza la modifica delle Link Here
17
INSERT INTO `userflags` VALUES(15,'serials','autorizza la gestione degli abbonamenti ai periodici',0);
17
INSERT INTO `userflags` VALUES(15,'serials','autorizza la gestione degli abbonamenti ai periodici',0);
18
INSERT INTO `userflags` VALUES(16,'reports','autorizza accesso al modulo dei reports',0);
18
INSERT INTO `userflags` VALUES(16,'reports','autorizza accesso al modulo dei reports',0);
19
INSERT INTO `userflags` VALUES(17,'staffaccess','modifica la login o i permessi degli staff users',0);
19
INSERT INTO `userflags` VALUES(17,'staffaccess','modifica la login o i permessi degli staff users',0);
20
INSERT INTO `userflags` VALUES(18,'coursereserves','Course Reserves',0);
20
21
21
SET FOREIGN_KEY_CHECKS=1;
22
SET FOREIGN_KEY_CHECKS=1;
(-)a/installer/data/mysql/it-IT/necessari/userpermissions.sql (-1 / +4 lines)
Lines 53-58 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
53
   (15, 'renew_subscription', 'Rinnova un abbonamento'),
53
   (15, 'renew_subscription', 'Rinnova un abbonamento'),
54
   (15, 'routing', 'Crea/Manipola liste di distribuzione dei fascicoli ( routing list)'),
54
   (15, 'routing', 'Crea/Manipola liste di distribuzione dei fascicoli ( routing list)'),
55
   (16, 'execute_reports', 'Esegui reports SQL'),
55
   (16, 'execute_reports', 'Esegui reports SQL'),
56
   (16, 'create_reports', 'Crea reports SQL')
56
   (16, 'create_reports', 'Crea reports SQL'),
57
   (18, 'manage_courses', 'Add, edit and delete courses'),
58
   (18, 'add_reserves', 'Add course reserves'),
59
   (18, 'delete_reserves', 'Remove course reserves')
57
;
60
;
58
SET FOREIGN_KEY_CHECKS=1;
61
SET FOREIGN_KEY_CHECKS=1;
(-)a/installer/data/mysql/kohastructure.sql (-16 / +34 lines)
Lines 468-485 CREATE TABLE collections_tracking ( Link Here
468
--
468
--
469
-- Table structure for table `courses`
469
-- Table structure for table `courses`
470
--
470
--
471
472
-- The courses table stores the courses created for the
473
-- course reserves feature.
474
471
DROP TABLE IF EXISTS courses;
475
DROP TABLE IF EXISTS courses;
472
CREATE TABLE `courses` (
476
CREATE TABLE `courses` (
473
  `course_id` int(11) NOT NULL AUTO_INCREMENT,
477
  `course_id` int(11) NOT NULL AUTO_INCREMENT,
474
  `department` varchar(20) DEFAULT NULL,
478
  `department` varchar(20) DEFAULT NULL, -- Stores the authorised value DEPT
475
  `course_number` varchar(255) DEFAULT NULL,
479
  `course_number` varchar(255) DEFAULT NULL, -- An arbitrary field meant to store the "course number" assigned to a course
476
  `section` varchar(255) DEFAULT NULL,
480
  `section` varchar(255) DEFAULT NULL, -- Also arbitrary, but for the 'section' of a course.
477
  `course_name` varchar(255) DEFAULT NULL,
481
  `course_name` varchar(255) DEFAULT NULL,
478
  `term` varchar(20) DEFAULT NULL,
482
  `term` varchar(20) DEFAULT NULL, -- Stores the authorised value TERM
479
  `staff_note` mediumtext,
483
  `staff_note` mediumtext,
480
  `public_note` mediumtext,
484
  `public_note` mediumtext,
481
  `students_count` varchar(20) DEFAULT NULL,
485
  `students_count` varchar(20) DEFAULT NULL, -- Meant to be just an estimate of how many students will be taking this course/section
482
  `enabled` enum('yes','no') NOT NULL DEFAULT 'yes',
486
  `enabled` enum('yes','no') NOT NULL DEFAULT 'yes', -- Determines whether the course is active
483
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
487
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
484
   PRIMARY KEY (`course_id`)
488
   PRIMARY KEY (`course_id`)
485
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;
489
) ENGINE=InnoDB  DEFAULT CHARSET=utf8;
Lines 487-492 CREATE TABLE `courses` ( Link Here
487
--
491
--
488
-- Table structure for table `course_instructors`
492
-- Table structure for table `course_instructors`
489
--
493
--
494
495
-- The course instructors table links Koha borrowers to the 
496
-- courses they are teaching. Many instructors can teach many
497
-- courses. course_instructors is just a many-to-many join table.
498
490
DROP TABLE IF EXISTS course_instructors;
499
DROP TABLE IF EXISTS course_instructors;
491
CREATE TABLE `course_instructors` (
500
CREATE TABLE `course_instructors` (
492
  `course_id` int(11) NOT NULL,
501
  `course_id` int(11) NOT NULL,
Lines 498-512 CREATE TABLE `course_instructors` ( Link Here
498
--
507
--
499
-- Table structure for table `course_items`
508
-- Table structure for table `course_items`
500
--
509
--
510
511
-- If an item is placed on course reserve for one or more courses
512
-- it will have an entry in this table. No matter how many courses an item
513
-- is part of, it will only have one row in this table.
514
501
DROP TABLE IF EXISTS course_items;
515
DROP TABLE IF EXISTS course_items;
502
CREATE TABLE `course_items` (
516
CREATE TABLE `course_items` (
503
  `ci_id` int(11) NOT NULL AUTO_INCREMENT,
517
  `ci_id` int(11) NOT NULL AUTO_INCREMENT,
504
  `itemnumber` int(11) NOT NULL,
518
  `itemnumber` int(11) NOT NULL, -- items.itemnumber for the item on reserve
505
  `itype` varchar(10) DEFAULT NULL,
519
  `itype` varchar(10) DEFAULT NULL, -- an optional new itemtype for the item to have while on reserve
506
  `ccode` varchar(10) DEFAULT NULL,
520
  `ccode` varchar(10) DEFAULT NULL, -- an optional new category code for the item to have while on reserve
507
  `holdingbranch` varchar(10) DEFAULT NULL,
521
  `holdingbranch` varchar(10) DEFAULT NULL, -- an optional new holding branch for the item to have while on reserve
508
  `location` varchar(80) DEFAULT NULL,
522
  `location` varchar(80) DEFAULT NULL, -- an optional new shelving location for the item to have while on reseve
509
  `enabled` enum('yes','no') NOT NULL DEFAULT 'no',
523
  `enabled` enum('yes','no') NOT NULL DEFAULT 'no', -- If at least one enabled course has this item on reseve, this field will be 'yes', otherwise it will be 'no'
510
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
524
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
511
   PRIMARY KEY (`ci_id`),
525
   PRIMARY KEY (`ci_id`),
512
   UNIQUE KEY `itemnumber` (`itemnumber`)
526
   UNIQUE KEY `itemnumber` (`itemnumber`)
Lines 515-527 CREATE TABLE `course_items` ( Link Here
515
--
529
--
516
-- Table structure for table `course_reserves`
530
-- Table structure for table `course_reserves`
517
--
531
--
532
533
-- This table connects an item placed on course reserve to a course it is on reserve for.
534
-- There will be a row in this table for each course an item is on reserve for.
535
518
DROP TABLE IF EXISTS course_reserves;
536
DROP TABLE IF EXISTS course_reserves;
519
CREATE TABLE `course_reserves` (
537
CREATE TABLE `course_reserves` (
520
  `cr_id` int(11) NOT NULL AUTO_INCREMENT,
538
  `cr_id` int(11) NOT NULL AUTO_INCREMENT,
521
  `course_id` int(11) NOT NULL,
539
  `course_id` int(11) NOT NULL, -- Foreign key to the courses table
522
  `ci_id` int(11) NOT NULL,
540
  `ci_id` int(11) NOT NULL, -- Foreign key to the course_items table
523
  `staff_note` mediumtext,
541
  `staff_note` mediumtext, -- Staff only note
524
  `public_note` mediumtext,
542
  `public_note` mediumtext, -- Public, OPAC visible note
525
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
543
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
526
   PRIMARY KEY (`cr_id`),
544
   PRIMARY KEY (`cr_id`),
527
   UNIQUE KEY `psuedo_key` (`course_id`,`ci_id`),
545
   UNIQUE KEY `psuedo_key` (`course_id`,`ci_id`),
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/userflags.sql (+1 lines)
Lines 36-38 INSERT INTO `userflags` VALUES(14,'editauthorities','Tilgang til å endre autori Link Here
36
INSERT INTO `userflags` VALUES(15,'serials','Tilgang til å endre abonnementer',0);
36
INSERT INTO `userflags` VALUES(15,'serials','Tilgang til å endre abonnementer',0);
37
INSERT INTO `userflags` VALUES(16,'reports','Tilgang til rapportmodulen',0);
37
INSERT INTO `userflags` VALUES(16,'reports','Tilgang til rapportmodulen',0);
38
INSERT INTO `userflags` VALUES(17,'staffaccess','Endre innlogging og rettigheter for bibliotekansatte',0);
38
INSERT INTO `userflags` VALUES(17,'staffaccess','Endre innlogging og rettigheter for bibliotekansatte',0);
39
INSERT INTO `userflags` VALUES(18,'coursereserves','Course Reserves',0);
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql (-1 / +4 lines)
Lines 72-76 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
72
   (15, 'renew_subscription', 'Fornye abonnementer'),
72
   (15, 'renew_subscription', 'Fornye abonnementer'),
73
   (15, 'routing', 'Sirkulasjon'),
73
   (15, 'routing', 'Sirkulasjon'),
74
   (16, 'execute_reports', 'Kjøre SQL-rapporter'),
74
   (16, 'execute_reports', 'Kjøre SQL-rapporter'),
75
   (16, 'create_reports', 'Opprette SQL-rapporter')
75
   (16, 'create_reports', 'Opprette SQL-rapporter'),
76
   (18, 'manage_courses', 'Add, edit and delete courses'),
77
   (18, 'add_reserves', 'Add course reserves'),
78
   (18, 'delete_reserves', 'Remove course reserves')
76
;
79
;
(-)a/installer/data/mysql/pl-PL/mandatory/userflags.sql (+1 lines)
Lines 15-17 INSERT INTO `userflags` VALUES(14,'editauthorities','Allow to edit authorities', Link Here
15
INSERT INTO `userflags` VALUES(15,'serials','Allow to manage serials subscriptions',0);
15
INSERT INTO `userflags` VALUES(15,'serials','Allow to manage serials subscriptions',0);
16
INSERT INTO `userflags` VALUES(16,'reports','Allow to access to the reports module',0);
16
INSERT INTO `userflags` VALUES(16,'reports','Allow to access to the reports module',0);
17
INSERT INTO `userflags` VALUES(17,'staffaccess','Modify login / permissions for staff users',0);
17
INSERT INTO `userflags` VALUES(17,'staffaccess','Modify login / permissions for staff users',0);
18
INSERT INTO `userflags` VALUES(18,'coursereserves','Course Reserves',0);
(-)a/installer/data/mysql/pl-PL/mandatory/userpermissions.sql (-1 / +4 lines)
Lines 52-56 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
52
   (15, 'renew_subscription', 'Renew a subscription'),
52
   (15, 'renew_subscription', 'Renew a subscription'),
53
   (15, 'routing', 'Routing'),
53
   (15, 'routing', 'Routing'),
54
   (16, 'execute_reports', 'Execute SQL reports'),
54
   (16, 'execute_reports', 'Execute SQL reports'),
55
   (16, 'create_reports', 'Create SQL Reports')
55
   (16, 'create_reports', 'Create SQL Reports'),
56
   (18, 'manage_courses', 'Add, edit and delete courses'),
57
   (18, 'add_reserves', 'Add course reserves'),
58
   (18, 'delete_reserves', 'Remove course reserves')
56
;
59
;
(-)a/installer/data/mysql/ru-RU/mandatory/permissions_and_user_flags.sql (-2 / +6 lines)
Lines 17-23 INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES Link Here
17
   (14,'editauthorities', 'Разрешение на изменение авторитетных источников',0),
17
   (14,'editauthorities', 'Разрешение на изменение авторитетных источников',0),
18
   (15,'serials',         'Разрешение на управление подпиской периодических изданий',0),
18
   (15,'serials',         'Разрешение на управление подпиской периодических изданий',0),
19
   (16,'reports',         'Разрешение на доступ к модулю отчетов',0),
19
   (16,'reports',         'Разрешение на доступ к модулю отчетов',0),
20
   (17,'staffaccess',     'Смена имени(логина)/привилегий для работников библиотеки',0)
20
   (17,'staffaccess',     'Смена имени(логина)/привилегий для работников библиотеки',0),
21
   (18,'coursereserves',  'Course Reserves',0);
21
;
22
;
22
23
23
TRUNCATE permissions;
24
TRUNCATE permissions;
Lines 75-80 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
75
   (15, 'renew_subscription',          'Renew a subscription'),
76
   (15, 'renew_subscription',          'Renew a subscription'),
76
   (15, 'routing',                     'Routing'),
77
   (15, 'routing',                     'Routing'),
77
   (16, 'execute_reports', 'Execute SQL reports'),
78
   (16, 'execute_reports', 'Execute SQL reports'),
78
   (16, 'create_reports', 'Create SQL Reports')
79
   (16, 'create_reports', 'Create SQL Reports'),
80
   (18, 'manage_courses', 'Add, edit and delete courses'),
81
   (18, 'add_reserves', 'Add course reserves'),
82
   (18, 'delete_reserves', 'Remove course reserves')
79
;
83
;
80
84
(-)a/installer/data/mysql/uk-UA/mandatory/permissions_and_user_flags.sql (-2 / +6 lines)
Lines 17-23 INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES Link Here
17
   (14,'editauthorities', 'Дозвіл на редагування авторитетних джерел',0),
17
   (14,'editauthorities', 'Дозвіл на редагування авторитетних джерел',0),
18
   (15,'serials',         'Дозвіл на керування підпискою періодичних видань',0),
18
   (15,'serials',         'Дозвіл на керування підпискою періодичних видань',0),
19
   (16,'reports',         'Дозвіл на доступ до модуля звітів',0),
19
   (16,'reports',         'Дозвіл на доступ до модуля звітів',0),
20
   (17,'staffaccess',     'Зміна імені(логіну)/привілеїв для працівників бібліотеки',0)
20
   (17,'staffaccess',     'Зміна імені(логіну)/привілеїв для працівників бібліотеки',0),
21
   (18,'coursereserves',  'Course Reserves',0);
21
;
22
;
22
23
23
TRUNCATE permissions;
24
TRUNCATE permissions;
Lines 75-80 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
75
   (15, 'renew_subscription',          'Renew a subscription'),
76
   (15, 'renew_subscription',          'Renew a subscription'),
76
   (15, 'routing',                     'Routing'),
77
   (15, 'routing',                     'Routing'),
77
   (16, 'execute_reports', 'Execute SQL reports'),
78
   (16, 'execute_reports', 'Execute SQL reports'),
78
   (16, 'create_reports', 'Create SQL Reports')
79
   (16, 'create_reports', 'Create SQL Reports'),
80
   (18, 'manage_courses', 'Add, edit and delete courses'),
81
   (18, 'add_reserves', 'Add course reserves'),
82
   (18, 'delete_reserves', 'Remove course reserves')
79
;
83
;
80
84
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Course Reserves &rsaquo; Add Items</title>
2
<title>Koha &rsaquo; Course reserves &rsaquo; Add items</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
5
Lines 18-24 $(document).ready(function() { Link Here
18
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'cat-search.inc' %]
19
[% INCLUDE 'cat-search.inc' %]
20
20
21
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course Reserves</a> &rsaquo; Add Reserves for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id %]">[% course.course_name %]</a></i></div>
21
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Add Reserves for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id %]">[% course.course_name %]</a></i></div>
22
22
23
<div id="doc2" class="yui-t7">
23
<div id="doc2" class="yui-t7">
24
    <div id="bd">
24
    <div id="bd">
Lines 35-41 $(document).ready(function() { Link Here
35
                            <input type="hidden" name="action" value="lookup" />
35
                            <input type="hidden" name="action" value="lookup" />
36
36
37
                            <fieldset class="rows">
37
                            <fieldset class="rows">
38
                                <legend>Add Items: Scan Barcode</legend>
38
                                <legend>Add items: Scan barcode</legend>
39
39
40
                                    <p>
40
                                    <p>
41
41
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Course Reserves &rsaquo; Add Items</title>
2
<title>Koha &rsaquo; Course reserves &rsaquo; Add items</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
4
5
<script type="text/javascript">
5
<script type="text/javascript">
Lines 17-23 $(document).ready(function() { Link Here
17
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'cat-search.inc' %]
18
[% INCLUDE 'cat-search.inc' %]
19
19
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course Reserves</a> &rsaquo; Reserve <i><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber %]">[% item.title %]</a></i> for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id %]">[% course.course_name %]</a></i></div>
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Reserve <i><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblionumber %]">[% item.title %]</a></i> for <i><a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id %]">[% course.course_name %]</a></i></div>
21
21
22
<div id="doc2" class="yui-t7">
22
<div id="doc2" class="yui-t7">
23
    <div id="bd">
23
    <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +2 lines)
Lines 2-8 Link Here
2
[% USE ItemTypes %]
2
[% USE ItemTypes %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Course Reserves &rsaquo; New Course</title>
5
<title>Koha &rsaquo; Course reserves &rsaquo; New course</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
7
8
<script type="text/javascript">
8
<script type="text/javascript">
Lines 22-28 Link Here
22
[% INCLUDE 'header.inc' %]
22
[% INCLUDE 'header.inc' %]
23
[% INCLUDE 'cat-search.inc' %]
23
[% INCLUDE 'cat-search.inc' %]
24
24
25
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course Reserves</a> &rsaquo; Course Details for <i>[% course.course_name %]</i></div>
25
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; Course Details for <i>[% course.course_name %]</i></div>
26
26
27
<div id="doc2" class="yui-t7">
27
<div id="doc2" class="yui-t7">
28
    <div id="bd">
28
    <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-2 / +2 lines)
Lines 1-6 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Course Reserves</title>
3
<title>Koha &rsaquo; Course reserves</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
6
</head>
6
</head>
Lines 9-15 Link Here
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course Reserves</a></div>
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a></div>
13
13
14
<div id="doc2" class="yui-t7">
14
<div id="doc2" class="yui-t7">
15
    <div id="bd">
15
    <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-3 / +2 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Course Reserves &rsaquo; [% IF course_name %] Edit [% course_name %] [% ELSE %] New Course [% END %]</title>
2
<title>Koha &rsaquo; Course reserves &rsaquo; [% IF course_name %] Edit [% course_name %] [% ELSE %] New course [% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
4
5
<script type="text/javascript">
5
<script type="text/javascript">
Lines 75-81 function RemoveInstructor( cardnumber ) { Link Here
75
[% INCLUDE 'header.inc' %]
75
[% INCLUDE 'header.inc' %]
76
[% INCLUDE 'cat-search.inc' %]
76
[% INCLUDE 'cat-search.inc' %]
77
77
78
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course Reserves</a> &rsaquo; [% IF course_name %] Edit <i>[% course_name %]</i> [% ELSE %] New Course [% END %]</div>
78
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a> &rsaquo; [% IF course_name %] Edit <i>[% course_name %]</i> [% ELSE %] New course [% END %]</div>
79
79
80
<div id="doc2" class="yui-t7">
80
<div id="doc2" class="yui-t7">
81
    <div id="bd">
81
    <div id="bd">
82
- 

Return to bug 8215