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

(-)a/installer/data/mysql/de-DE/mandatory/sample_notices.sql (-32 / +40 lines)
Lines 56-94 VALUES ('members', 'DISCHARGE', 'Entlastung', 'Entlastung für <<borrowers.first Link Here
56
alle Medien zurückgegeben und ausstehende Gebühren beglichen hat.</p>', 1, 'email');
56
alle Medien zurückgegeben und ausstehende Gebühren beglichen hat.</p>', 1, 'email');
57
57
58
INSERT INTO `letter` (module, code, name, title, content, is_html)
58
INSERT INTO `letter` (module, code, name, title, content, is_html)
59
VALUES ('circulation','ISSUESLIP','Ausleihquittung (Quittungsdruck)','Ausleihquittung (Quittungsdruck)', '<h2>Ausleihquittung</h2>
59
VALUES ('circulation','ISSUESLIP','Ausleihquittung (Quittungsdruck)','Ausleihquittung (Quittungsdruck)', '[% USE KohaDates %]
60
Ausgeliehen an: <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
60
<h3>[% branch.branchname %]</h3>
61
(<<borrowers.cardnumber>>) <br />
61
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
62
([% borrower.cardnumber %]) <br />
63
64
[% today | $KohaDates %]<br />
65
66
<h4>Checked Out</h4>
67
[% FOREACH checkout IN borrower.checkouts %]
68
    [% IF ! checkout.is_overdue %]
69
        <p>
70
            [% checkout.item.biblio.title %] <br />
71
            Barcode: [% checkout.item.barcode %]<br />
72
            Date due: [% checkout.date_due | $KohaDates %]<br />
73
        </p>
74
    [% END %]
75
[% END %]
62
76
63
<<today>><br />
77
<h4>Overdues</h4>
64
<br />
78
[% FOREACH checkout IN borrower.checkouts %]
65
<h4>Ausleihen</h4>
79
    [% IF checkout.is_overdue %]
66
<checkedout>
80
        <p>
67
<p>
81
            [% checkout.item.biblio.title %] <br />
68
<<biblio.title>> <br />
82
            Barcode: [% checkout.item.barcode %]<br />
69
Signatur: <<items.itemcallnumber>><br/>
83
            Date due: [% checkout.date_due | $KohaDates %]<br />
70
Barcode: <<items.barcode>><br />
84
        </p>
71
Fällig am: <<issues.date_due>><br />
85
    [% END %]
72
</p>
86
[% END %]
73
</checkedout>
87
74
<br />
88
<hr>
75
<h4>Überfällig</h4>
89
76
<overdue>
90
<h4 style="text-align: center; font-style:italic;">News</h4>
77
<p>
91
  <news>
78
<<biblio.title>> <br />
92
  <div class="newsitem">
79
Signatur: <<items.itemcallnumber>><br/>
93
  <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
80
Barcode: <<items.barcode>><br />
94
  <p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
81
Fällig am: <<issues.date_due>><br />
95
  <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
82
</p>
96
  <hr />
83
</overdue>
97
  </div>
84
<news>
98
 </news>
85
<div class="newsitem">
99
', 1),
86
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
87
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p>
88
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px"><<opac_news.timestamp>></p>
89
<hr />
90
</div>
91
</news>', 1),
92
('circulation','ISSUEQSLIP','Kurzquittung','Kurzquittung', '<h2>Ausleihquittung</h2>
100
('circulation','ISSUEQSLIP','Kurzquittung','Kurzquittung', '<h2>Ausleihquittung</h2>
93
Bibliothek: <<branches.branchname>> <br/>
101
Bibliothek: <<branches.branchname>> <br/>
94
Ausleihe an: <<borrowers.firstname>>  <<borrowers.surname>> <br />
102
Ausleihe an: <<borrowers.firstname>>  <<borrowers.surname>> <br />
(-)a/installer/data/mysql/en/mandatory/sample_notices.sql (-19 / +25 lines)
Lines 56-84 VALUES ('members', 'DISCHARGE', 'Discharge confirmation', 'Discharge for <<borro Link Here
56
has returned all items.</p>', 1, 'email');
56
has returned all items.</p>', 1, 'email');
57
57
58
INSERT INTO `letter` (module, code, name, title, content, is_html)
58
INSERT INTO `letter` (module, code, name, title, content, is_html)
59
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
59
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
60
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
60
<h3>[% branch.branchname %]</h3>
61
(<<borrowers.cardnumber>>) <br />
61
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
62
([% borrower.cardnumber %]) <br />
62
63
63
<<today>><br />
64
[% today | $KohaDates %]<br />
64
65
65
<h4>Checked Out</h4>
66
<h4>Checked Out</h4>
66
<checkedout>
67
[% FOREACH checkout IN borrower.checkouts %]
67
<p>
68
    [% IF ! checkout.is_overdue %]
68
<<biblio.title>> <br />
69
        <p>
69
Barcode: <<items.barcode>><br />
70
            [% checkout.item.biblio.title %] <br />
70
Date due: <<issues.date_due>><br />
71
            Barcode: [% checkout.item.barcode %]<br />
71
</p>
72
            Date due: [% checkout.date_due | $KohaDates %]<br />
72
</checkedout>
73
        </p>
74
    [% END %]
75
[% END %]
73
76
74
<h4>Overdues</h4>
77
<h4>Overdues</h4>
75
<overdue>
78
[% FOREACH checkout IN borrower.checkouts %]
76
<p>
79
    [% IF checkout.is_overdue %]
77
<<biblio.title>> <br />
80
        <p>
78
Barcode: <<items.barcode>><br />
81
            [% checkout.item.biblio.title %] <br />
79
Date due: <<issues.date_due>><br />
82
            Barcode: [% checkout.item.barcode %]<br />
80
</p>
83
            Date due: [% checkout.date_due | $KohaDates %]<br />
81
</overdue>
84
        </p>
85
    [% END %]
86
[% END %]
82
87
83
<hr>
88
<hr>
84
89
Lines 90-96 Date due: <<issues.date_due>><br /> Link Here
90
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
95
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
91
<hr />
96
<hr />
92
</div>
97
</div>
93
</news>', 1),
98
</news>
99
', 1),
94
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
100
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]
95
<h3>[% branch.branchname %]</h3>
101
<h3>[% branch.branchname %]</h3>
96
Checked out to [% patron.title %] [% patron.firstname %] [% patron.initials %] [% patron.surname %] <br />
102
Checked out to [% patron.title %] [% patron.firstname %] [% patron.initials %] [% patron.surname %] <br />
(-)a/installer/data/mysql/es-ES/mandatory/sample_notices.sql (-19 / +25 lines)
Lines 48-76 VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su Link Here
48
    </ul>
48
    </ul>
49
    </p>',1, 'email');
49
    </p>',1, 'email');
50
INSERT INTO `letter` (module, code, name, title, content, is_html)
50
INSERT INTO `letter` (module, code, name, title, content, is_html)
51
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
51
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
52
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
52
<h3>[% branch.branchname %]</h3>
53
(<<borrowers.cardnumber>>) <br />
53
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
54
([% borrower.cardnumber %]) <br />
54
55
55
<<today>><br />
56
[% today | $KohaDates %]<br />
56
57
57
<h4>Checked Out</h4>
58
<h4>Checked Out</h4>
58
<checkedout>
59
[% FOREACH checkout IN borrower.checkouts %]
59
<p>
60
    [% IF ! checkout.is_overdue %]
60
<<biblio.title>> <br />
61
        <p>
61
Barcode: <<items.barcode>><br />
62
            [% checkout.item.biblio.title %] <br />
62
Date due: <<issues.date_due>><br />
63
            Barcode: [% checkout.item.barcode %]<br />
63
</p>
64
            Date due: [% checkout.date_due | $KohaDates %]<br />
64
</checkedout>
65
        </p>
66
    [% END %]
67
[% END %]
65
68
66
<h4>Overdues</h4>
69
<h4>Overdues</h4>
67
<overdue>
70
[% FOREACH checkout IN borrower.checkouts %]
68
<p>
71
    [% IF checkout.is_overdue %]
69
<<biblio.title>> <br />
72
        <p>
70
Barcode: <<items.barcode>><br />
73
            [% checkout.item.biblio.title %] <br />
71
Date due: <<issues.date_due>><br />
74
            Barcode: [% checkout.item.barcode %]<br />
72
</p>
75
            Date due: [% checkout.date_due | $KohaDates %]<br />
73
</overdue>
76
        </p>
77
    [% END %]
78
[% END %]
74
79
75
<hr>
80
<hr>
76
81
Lines 82-88 Date due: <<issues.date_due>><br /> Link Here
82
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
87
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
83
<hr />
88
<hr />
84
</div>
89
</div>
85
</news>', 1),
90
</news>
91
', 1),
86
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3>
92
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3>
87
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
93
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
88
(<<borrowers.cardnumber>>) <br />
94
(<<borrowers.cardnumber>>) <br />
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql (-23 / +28 lines)
Lines 50-82 VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su Link Here
50
    </ul>
50
    </ul>
51
    </p>',1, 'email');
51
    </p>',1, 'email');
52
INSERT INTO `letter` (module, code, name, title, content, is_html)
52
INSERT INTO `letter` (module, code, name, title, content, is_html)
53
VALUES ('circulation','ISSUESLIP','Ticket de de prêt','Ticket de prêt', '<h3><<branches.branchname>></h3>
53
VALUES ('circulation','ISSUESLIP','Ticket de de prêt','Ticket de prêt', '[% USE KohaDates %]
54
Prêts à <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
54
<h3>[% branch.branchname %]</h3>
55
(<<borrowers.cardnumber>>) <br />
55
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
56
56
([% borrower.cardnumber %]) <br />
57
<<today>><br />
57
58
58
[% today | $KohaDates %]<br />
59
<h4>Emprunts</h4>
59
60
<checkedout>
60
<h4>Checked Out</h4>
61
<p>
61
[% FOREACH checkout IN borrower.checkouts %]
62
<<biblio.title>> <br />
62
    [% IF ! checkout.is_overdue %]
63
Code à barres : <<items.barcode>><br />
63
        <p>
64
Retour le : <<issues.date_due>><br />
64
            [% checkout.item.biblio.title %] <br />
65
</p>
65
            Barcode: [% checkout.item.barcode %]<br />
66
</checkedout>
66
            Date due: [% checkout.date_due | $KohaDates %]<br />
67
        </p>
68
    [% END %]
69
[% END %]
67
70
68
<h4>Retards</h4>
71
<h4>Overdues</h4>
69
<overdue>
72
[% FOREACH checkout IN borrower.checkouts %]
70
<p>
73
    [% IF checkout.is_overdue %]
71
<<biblio.title>> <br />
74
        <p>
72
Codes à barres : <<items.barcode>><br />
75
            [% checkout.item.biblio.title %] <br />
73
Retour le : <<issues.date_due>><br />
76
            Barcode: [% checkout.item.barcode %]<br />
74
</p>
77
            Date due: [% checkout.date_due | $KohaDates %]<br />
75
</overdue>
78
        </p>
79
    [% END %]
80
[% END %]
76
81
77
<hr>
82
<hr>
78
83
79
<h4 style="text-align: center; font-style:italic;">Nouvelles</h4>
84
<h4 style="text-align: center; font-style:italic;">News</h4>
80
<news>
85
<news>
81
<div class="newsitem">
86
<div class="newsitem">
82
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
87
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
(-)a/installer/data/mysql/it-IT/necessari/notices.sql (-33 / +39 lines)
Lines 55-95 VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su Link Here
55
    </ul>
55
    </ul>
56
    </p>',1, 'email');
56
    </p>',1, 'email');
57
INSERT INTO letter (module, code, name, title, content, is_html)
57
INSERT INTO letter (module, code, name, title, content, is_html)
58
VALUES ('circulation','ISSUESLIP','Ricevuta di prestito','Ricevuta di prestito', '<h3><<branches.branchname>></h3>
58
VALUES ('circulation','ISSUESLIP','Ricevuta di prestito','Ricevuta di prestito', '[% USE KohaDates %]
59
Prestito a <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
59
<h3>[% branch.branchname %]</h3>
60
(<<borrowers.cardnumber>>) <br />
60
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
61
61
([% borrower.cardnumber %]) <br />
62
<<today>><br />
62
63
[% today | $KohaDates %]<br />
64
65
<h4>Checked Out</h4>
66
[% FOREACH checkout IN borrower.checkouts %]
67
    [% IF ! checkout.is_overdue %]
68
        <p>
69
            [% checkout.item.biblio.title %] <br />
70
            Barcode: [% checkout.item.barcode %]<br />
71
            Date due: [% checkout.date_due | $KohaDates %]<br />
72
        </p>
73
    [% END %]
74
[% END %]
63
75
64
<h4>Prestito</h4>
76
<h4>Overdues</h4>
65
<checkedout>
77
[% FOREACH checkout IN borrower.checkouts %]
66
<p>
78
    [% IF checkout.is_overdue %]
67
<<biblio.title>> <br />
79
        <p>
68
Codice a barre: <<items.barcode>><br />
80
            [% checkout.item.biblio.title %] <br />
69
Data di scadenza: <<issues.date_due>><br />
81
            Barcode: [% checkout.item.barcode %]<br />
70
</p>
82
            Date due: [% checkout.date_due | $KohaDates %]<br />
71
</checkedout>
83
        </p>
84
    [% END %]
85
[% END %]
72
86
73
<h4>Ritardi</h4>
87
 <hr>
74
<overdue>
88
75
<p>
89
<h4 style="text-align: center; font-style:italic;">News</h4>
76
<<biblio.title>> <br />
90
 <news>
77
Codice a barre: <<items.barcode>><br />
91
 <div class="newsitem">
78
Data di scadenza: <<issues.date_due>><br />
92
 <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
79
</p>
93
 <p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
80
</overdue>
94
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
81
95
 <hr />
82
<hr>
96
 </div>
83
97
</news>
84
<h4 style="text-align: center; font-style:italic;">Novità</h4>
98
', 1),
85
<news>
86
<div class="newsitem">
87
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
88
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p>
89
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Inserite il <<opac_news.timestamp>></p>
90
<hr />
91
</div>
92
</news>', 1),
93
('circulation','ISSUEQSLIP','Ricevuta (sintetica)','Ricevuta (sintetica)', '<h3><<branches.branchname>></h3>
99
('circulation','ISSUEQSLIP','Ricevuta (sintetica)','Ricevuta (sintetica)', '<h3><<branches.branchname>></h3>
94
Prestato/i a <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
100
Prestato/i a <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
95
(<<borrowers.cardnumber>>) <br />
101
(<<borrowers.cardnumber>>) <br />
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql (-86 / +39 lines)
Lines 71-164 VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su Link Here
71
    </ul>
71
    </ul>
72
    </p>',1, 'email');
72
    </p>',1, 'email');
73
INSERT INTO `letter` (module, code, name, title, content, is_html)
73
INSERT INTO `letter` (module, code, name, title, content, is_html)
74
VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '<h3><<branches.branchname>></h3>
74
VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '[% USE KohaDates %]
75
Utlånt til <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
75
<h3>[% branch.branchname %]</h3>
76
(<<borrowers.cardnumber>>) <br />
76
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
77
77
([% borrower.cardnumber %]) <br />
78
<<today>><br />
78
79
79
[% today | $KohaDates %]<br />
80
<h4>Utlånt</h4>
80
81
<checkedout>
81
<h4>Checked Out</h4>
82
<p>
82
[% FOREACH checkout IN borrower.checkouts %]
83
<<biblio.title>> <br />
83
    [% IF ! checkout.is_overdue %]
84
Strekkode: <<items.barcode>><br />
84
        <p>
85
Innleveringsfrist: <<issues.date_due>><br />
85
            [% checkout.item.biblio.title %] <br />
86
</p>
86
            Barcode: [% checkout.item.barcode %]<br />
87
</checkedout>
87
            Date due: [% checkout.date_due | $KohaDates %]<br />
88
88
        </p>
89
<h4>Forfalte lån</h4>
89
    [% END %]
90
<overdue>
90
[% END %]
91
<p>
92
<<biblio.title>> <br />
93
Strekkode: <<items.barcode>><br />
94
Innleveringsfrist: <<issues.date_due>><br />
95
</p>
96
</overdue>
97
98
<hr>
99
100
<h4 style="text-align: center; font-style:italic;">Nyheter</h4>
101
<news>
102
<div class="newsitem">
103
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
104
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p>
105
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Publisert <<opac_news.timestamp>></p>
106
<hr />
107
</div>
108
</news>', 1),
109
('circulation','ISSUEQSLIP','Utlån (enkel)','Utlån (enkel)', '<h3><<branches.branchname>></h3>
110
Utlånt til <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
111
(<<borrowers.cardnumber>>) <br />
112
113
<<today>><br />
114
115
<h4>Utlånt i dag</h4>
116
<checkedout>
117
<p>
118
<<biblio.title>> <br />
119
Strekkode: <<items.barcode>><br />
120
Innleveringsfrist: <<issues.date_due>><br />
121
</p>
122
</checkedout>', 1),
123
('circulation','HOLD_SLIP','Reservasjon','Reservasjon', '<h5>Dato: <<today>></h5>
124
125
<h3> Overfør til/Reservasjon hos <<branches.branchname>></h3>
126
127
<h3><<borrowers.surname>>, <<borrowers.firstname>></h3>
128
129
<ul>
130
    <li><<borrowers.cardnumber>></li>
131
    <li><<borrowers.phone>></li>
132
    <li> <<borrowers.address>><br />
133
         <<borrowers.address2>><br />
134
         <<borrowers.city >>  <<borrowers.zipcode>>
135
    </li>
136
    <li><<borrowers.email>></li>
137
</ul>
138
<br />
139
<h3>RESERVERT</h3>
140
<h4><<biblio.title>></h4>
141
<h5><<biblio.author>></h5>
142
<ul>
143
   <li><<items.barcode>></li>
144
   <li><<items.itemcallnumber>></li>
145
   <li><<reserves.waitingdate>></li>
146
</ul>
147
<p>Kommentarer:
148
<pre><<reserves.reservenotes>></pre>
149
</p>
150
', 1),
151
('circulation','TRANSFERSLIP','Overføringslapp','Overføringslapp', '<h5>Dato: <<today>></h5>
152
91
153
<h3>Overføres til <<branches.branchname>></h3>
92
<h4>Overdues</h4>
93
[% FOREACH checkout IN borrower.checkouts %]
94
    [% IF checkout.is_overdue %]
95
        <p>
96
            [% checkout.item.biblio.title %] <br />
97
            Barcode: [% checkout.item.barcode %]<br />
98
            Date due: [% checkout.date_due | $KohaDates %]<br />
99
        </p>
100
    [% END %]
101
[% END %]
154
102
155
<h3>EKSEMPLAR</h3>
103
 <hr>
156
<h4><<biblio.title>></h4>
104
157
<h5><<biblio.author>></h5>
105
<h4 style="text-align: center; font-style:italic;">News</h4>
158
<ul>
106
 <news>
159
   <li><<items.barcode>></li>
107
 <div class="newsitem">
160
   <li><<items.itemcallnumber>></li>
108
 <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
161
</ul>', 1);
109
 <p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
110
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
111
 <hr />
112
 </div>
113
</news>
114
', 1),
162
115
163
INSERT INTO `letter` (`module`,`code`,`branchcode`,`name`,`is_html`,`title`,`content`)
116
INSERT INTO `letter` (`module`,`code`,`branchcode`,`name`,`is_html`,`title`,`content`)
164
VALUES (
117
VALUES (
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql (-19 / +25 lines)
Lines 49-77 VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su Link Here
49
    </ul>
49
    </ul>
50
    </p>',1, 'email');
50
    </p>',1, 'email');
51
INSERT INTO `letter` (module, code, name, title, content, is_html)
51
INSERT INTO `letter` (module, code, name, title, content, is_html)
52
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
52
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
53
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
53
<h3>[% branch.branchname %]</h3>
54
(<<borrowers.cardnumber>>) <br />
54
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
55
([% borrower.cardnumber %]) <br />
55
56
56
<<today>><br />
57
[% today | $KohaDates %]<br />
57
58
58
<h4>Checked Out</h4>
59
<h4>Checked Out</h4>
59
<checkedout>
60
[% FOREACH checkout IN borrower.checkouts %]
60
<p>
61
    [% IF ! checkout.is_overdue %]
61
<<biblio.title>> <br />
62
        <p>
62
Barcode: <<items.barcode>><br />
63
            [% checkout.item.biblio.title %] <br />
63
Date due: <<issues.date_due>><br />
64
            Barcode: [% checkout.item.barcode %]<br />
64
</p>
65
            Date due: [% checkout.date_due | $KohaDates %]<br />
65
</checkedout>
66
        </p>
67
    [% END %]
68
[% END %]
66
69
67
<h4>Overdues</h4>
70
<h4>Overdues</h4>
68
<overdue>
71
[% FOREACH checkout IN borrower.checkouts %]
69
<p>
72
    [% IF checkout.is_overdue %]
70
<<biblio.title>> <br />
73
        <p>
71
Barcode: <<items.barcode>><br />
74
            [% checkout.item.biblio.title %] <br />
72
Date due: <<issues.date_due>><br />
75
            Barcode: [% checkout.item.barcode %]<br />
73
</p>
76
            Date due: [% checkout.date_due | $KohaDates %]<br />
74
</overdue>
77
        </p>
78
    [% END %]
79
[% END %]
75
80
76
<hr>
81
<hr>
77
82
Lines 83-89 Date due: <<issues.date_due>><br /> Link Here
83
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
88
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
84
<hr />
89
<hr />
85
</div>
90
</div>
86
</news>', 1),
91
</news>
92
', 1),
87
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3>
93
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3>
88
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
94
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
89
(<<borrowers.cardnumber>>) <br />
95
(<<borrowers.cardnumber>>) <br />
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql (-21 / +26 lines)
Lines 48-76 VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su Link Here
48
    </ul>
48
    </ul>
49
    </p>',1, 'email');
49
    </p>',1, 'email');
50
INSERT INTO `letter` (module, code, name, title, content, is_html)
50
INSERT INTO `letter` (module, code, name, title, content, is_html)
51
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3>
51
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %]
52
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
52
<h3>[% branch.branchname %]</h3>
53
(<<borrowers.cardnumber>>) <br />
53
Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
54
([% borrower.cardnumber %]) <br />
54
55
55
<<today>><br />
56
[% today | $KohaDates %]<br />
56
57
57
<h4>Checked Out</h4>
58
<h4>Checked Out</h4>
58
<checkedout>
59
[% FOREACH checkout IN borrower.checkouts %]
59
<p>
60
    [% IF ! checkout.is_overdue %]
60
<<biblio.title>> <br />
61
        <p>
61
Barcode: <<items.barcode>><br />
62
            [% checkout.item.biblio.title %] <br />
62
Date due: <<issues.date_due>><br />
63
            Barcode: [% checkout.item.barcode %]<br />
63
</p>
64
            Date due: [% checkout.date_due | $KohaDates %]<br />
64
</checkedout>
65
        </p>
66
    [% END %]
67
[% END %]
65
68
66
<h4>Overdues</h4>
69
<h4>Overdues</h4>
67
<overdue>
70
[% FOREACH checkout IN borrower.checkouts %]
68
<p>
71
    [% IF checkout.is_overdue %]
69
<<biblio.title>> <br />
72
        <p>
70
Barcode: <<items.barcode>><br />
73
            [% checkout.item.biblio.title %] <br />
71
Date due: <<issues.date_due>><br />
74
            Barcode: [% checkout.item.barcode %]<br />
72
</p>
75
            Date due: [% checkout.date_due | $KohaDates %]<br />
73
</overdue>
76
        </p>
77
    [% END %]
78
[% END %]
74
79
75
<hr>
80
<hr>
76
81
Lines 79-89 Date due: <<issues.date_due>><br /> Link Here
79
<div class="newsitem">
84
<div class="newsitem">
80
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
85
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
81
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p>
86
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p>
82
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.tim
87
+ <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
83
estamp>></p>
84
<hr />
88
<hr />
85
</div>
89
</div>
86
</news>', 1),
90
</news>
91
', 1),
87
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3>
92
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3>
88
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
93
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />
89
(<<borrowers.cardnumber>>) <br />
94
(<<borrowers.cardnumber>>) <br />
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql (-9 / +8 lines)
Lines 147-160 INSERT INTO `letter` (module, code, name, title, content, is_html) VALUES Link Here
147
<hr>
147
<hr>
148
<h4 style="text-align: center; font-style:italic;">Новини</h4>
148
<h4 style="text-align: center; font-style:italic;">Новини</h4>
149
<news>
149
<news>
150
<div class="newsitem">
150
 <div class="newsitem">
151
<h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
151
 <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5>
152
<p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.content>></p>
152
 <p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p>
153
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Вивішено <<opac_news.timestamp>></p>
153
 <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p>
154
<hr />
154
 <hr />
155
</div>
155
 </div>
156
</news>',
156
</news>
157
 1),
157
', 1),
158
158
159
('circulation','ISSUEQSLIP','швидкий листок про видачу','Швидкий листок про видачу',
159
('circulation','ISSUEQSLIP','швидкий листок про видачу','Швидкий листок про видачу',
160
'<h3><<branches.branchname>></h3>
160
'<h3><<branches.branchname>></h3>
161
- 

Return to bug 15284