Lines 1-7
Link Here
|
1 |
[% USE KohaDates -%] |
1 |
[% USE Koha %] |
|
|
2 |
[% USE KohaDates %] |
3 |
[% USE Price %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Koha › Administration › Patron categories › [% IF ( add_form ) %][% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %] |
5 |
<title>Koha › Administration › Patron categories › [% IF op == 'add_form' %][% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %] |
4 |
[% IF ( delete_confirm ) %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %] |
6 |
[% IF op == 'delete_confirm' %][% IF ( patrons_in_category > 0 ) %]Cannot delete: category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %] |
5 |
</title> |
7 |
</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% INCLUDE 'calendar.inc' %] |
9 |
[% INCLUDE 'calendar.inc' %] |
Lines 96-105
Link Here
|
96 |
[% INCLUDE 'header.inc' %] |
98 |
[% INCLUDE 'header.inc' %] |
97 |
[% INCLUDE 'patrons-admin-search.inc' %] |
99 |
[% INCLUDE 'patrons-admin-search.inc' %] |
98 |
|
100 |
|
99 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › [% IF ( add_form ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> › [% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %] |
101 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › [% IF op == 'add_form' %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> › [% IF ( categorycode ) %]Modify category '[% categorycode |html %]'[% ELSE %]New category[% END %][% END %] |
100 |
[% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> › [% IF ( patrons_in_category > 0 ) %]Cannot delete: Category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %] |
102 |
[% IF op == 'delete_confirm' %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> › [% IF ( patrons_in_category > 0 ) %]Cannot delete: Category [% categorycode |html %] in use[% ELSE %]Confirm deletion of category '[% categorycode |html %]'[% END %][% END %] |
101 |
[% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> › Category deleted[% END %] |
103 |
[% IF op == 'delete_confirmed' %] <a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a> › Category deleted[% END %] |
102 |
[% IF ( else ) %]Patron categories[% END %]</div> |
104 |
[% IF op == 'list' %]Patron categories[% END %]</div> |
103 |
|
105 |
|
104 |
<div id="doc3" class="yui-t2"> |
106 |
<div id="doc3" class="yui-t2"> |
105 |
|
107 |
|
Lines 110-424
Link Here
|
110 |
[% FOR m IN messages %] |
112 |
[% FOR m IN messages %] |
111 |
<div class="dialog [% m.type %]"> |
113 |
<div class="dialog [% m.type %]"> |
112 |
[% SWITCH m.code %] |
114 |
[% SWITCH m.code %] |
|
|
115 |
[% CASE 'error_on_update' %] |
116 |
An error occurred when updating this patron category. Perhaps it already exists. |
113 |
[% CASE 'error_on_insert' %] |
117 |
[% CASE 'error_on_insert' %] |
114 |
An error occurred when inserting this patron category. The patron category might already exist. |
118 |
An error occurred when inserting this patron category. The patron category might already exist. |
115 |
[% CASE 'error_on_delete' %] |
119 |
[% CASE 'error_on_delete' %] |
116 |
An error occurred when deleting this patron category. Check the logs. |
120 |
An error occurred when deleting this patron category. Check the logs. |
|
|
121 |
[% CASE 'success_on_update' %] |
122 |
Patron category updated successfully. |
117 |
[% CASE 'success_on_insert' %] |
123 |
[% CASE 'success_on_insert' %] |
118 |
Patron category added successfully |
124 |
Patron category inserted successfully. |
119 |
[% CASE 'success_on_delete' %] |
125 |
[% CASE 'success_on_delete' %] |
120 |
Patron category deleted successfully. |
126 |
Patron category deleted successfully. |
|
|
127 |
[% CASE 'already_exists' %] |
128 |
This patron category already exists. |
121 |
[% CASE %] |
129 |
[% CASE %] |
122 |
[% m.code %] |
130 |
[% m.code %] |
123 |
[% END %] |
131 |
[% END %] |
124 |
</div> |
132 |
</div> |
125 |
[% END %] |
133 |
[% END %] |
126 |
|
134 |
|
127 |
[% IF ( add_form ) %] |
135 |
[% IF op == 'add_form' %] |
128 |
<form name="Aform" action="[% script_name %]" method="post"> |
136 |
<form name="Aform" action="/cgi-bin/koha/admin/categorie.pl" method="post"> |
129 |
<input type="hidden" name="op" value="add_validate" /> |
137 |
<input type="hidden" name="op" value="add_validate" /> |
130 |
<input type="hidden" name="checked" value="0" /> |
138 |
<input type="hidden" name="checked" value="0" /> |
131 |
[% IF ( categorycode ) %] |
139 |
[% IF category %] |
132 |
<h1>Modify category [% categorycode |html %]</h1> |
140 |
<h1>Modify category [% categorycode |html %]</h1> |
133 |
[% ELSE %] |
141 |
[% ELSE %] |
134 |
<h1>New category</h1> |
142 |
<h1>New category</h1> |
135 |
[% END %] |
143 |
[% END %] |
136 |
<fieldset class="rows"> |
144 |
<fieldset class="rows"> |
137 |
<ol>[% IF ( categorycode ) %] |
145 |
<ol> |
138 |
<li><span class="label">Category code: </span>[% categorycode |html %] |
146 |
[% IF category %] |
139 |
<input type="hidden" name="categorycode" value="[% categorycode |html %]" /><input type="hidden" name="is_a_modif" value="1" /></li> |
147 |
<li> |
140 |
[% ELSE %] |
148 |
<span class="label">Category code: </span>[% categorycode |html %] |
141 |
<li> |
149 |
<input type="hidden" name="categorycode" value="[% category.categorycode |html %]" /><input type="hidden" name="is_a_modif" value="1" /> |
142 |
<label for="categorycode" class="required">Category code: </label> |
150 |
</li> |
143 |
<input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" onblur="toUC(this)" /> |
151 |
[% ELSE %] |
144 |
<span class="required">Required</span> |
152 |
<li> |
145 |
</li> |
153 |
<label for="categorycode" class="required">Category code: </label> |
146 |
[% END %] |
154 |
<input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" onblur="toUC(this)" /> |
147 |
<li> |
155 |
<span class="required">Required</span> |
148 |
<label for="description" class="required">Description: </label> |
156 |
</li> |
149 |
<input type="text" name="description" id="description" size="40" maxlength="80" value="[% description |html %]" /> |
157 |
[% END %] |
150 |
<span class="required">Required</span> |
158 |
<li> |
151 |
</li> |
159 |
<label for="description" class="required">Description: </label> |
152 |
<li><label for="enrolmentperiod" class="required">Enrollment period: </label> |
160 |
<input type="text" name="description" id="description" size="40" maxlength="80" value="[% category.description |html %]" /> |
153 |
<fieldset> |
161 |
<span class="required">Required</span> |
154 |
<legend>Choose one</legend> |
162 |
</li> |
155 |
<ol> |
163 |
<li> |
156 |
<li><label for="enrolmentperiod" style="width:6em;">In months: </label> |
164 |
<label for="enrolmentperiod" class="required">Enrollment period: </label> |
157 |
<input type="text" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[% IF ( enrolmentperiod ) %][% enrolmentperiod %][% END %]" /> months</li> |
165 |
<fieldset> |
158 |
<li><label for="enrolmentperioddate" style="width:6em;">Until date: </label> |
166 |
<legend>Choose one</legend> |
159 |
<input type="text" name="enrolmentperioddate" id="enrolmentperioddate" value="[% enrolmentperioddate | $KohaDates %]" /> |
167 |
<ol> |
160 |
<div id="enrolmentmessage" class="hint" style="margin-left:0;">Cannot have "months" and "until date" at the same time</div> |
168 |
<li> |
161 |
</li> |
169 |
<label for="enrolmentperiod" style="width:6em;">In months: </label> |
162 |
</ol> |
170 |
<input type="text" name="enrolmentperiod" id="enrolmentperiod" size="3" maxlength="3" value="[% IF category.enrolmentperiod %][% category.enrolmentperiod %][% END %]" /> months |
163 |
</fieldset> |
171 |
</li> |
164 |
</li> |
172 |
<li> |
165 |
<li><label for="dateofbirthrequired">Age required: </label> <input type="text" name="dateofbirthrequired" id="dateofbirthrequired" value="[% dateofbirthrequired %]" size="3" maxlength="3" /> years</li> |
173 |
<label for="enrolmentperioddate" style="width:6em;">Until date: </label> |
166 |
<li><label for="upperagelimit">Upperage limit: </label> <input type="text" name="upperagelimit" id="upperagelimit" size="3" maxlength="3" value="[% upperagelimit %]" /> years</li> |
174 |
<input type="text" name="enrolmentperioddate" id="enrolmentperioddate" value="[% category.enrolmentperioddate | $KohaDates %]" /> |
167 |
<li><label for="enrolmentfee">Enrollment fee: </label><input type="text" name="enrolmentfee" id="enrolmentfee" size="6" value="[% enrolmentfee %]" /></li> |
175 |
<div id="enrolmentmessage" class="hint" style="margin-left:0;">Cannot have "months" and "until date" at the same time</div> |
168 |
<li><label for="overduenoticerequired">Overdue notice required: </label> <select name="overduenoticerequired" id="overduenoticerequired"> |
176 |
</li> |
169 |
[% IF ( overduenoticerequired ) %] |
177 |
</ol> |
170 |
<option value="0">No</option> |
178 |
</fieldset> |
171 |
<option value="1" selected="selected">Yes</option> |
179 |
</li> |
172 |
[% ELSE %] |
180 |
<li> |
173 |
<option value="0" selected="selected">No</option> |
181 |
<label for="dateofbirthrequired">Age required: </label> |
174 |
<option value="1">Yes</option> |
182 |
<input type="text" name="dateofbirthrequired" id="dateofbirthrequired" value="[% category.dateofbirthrequired %]" size="3" maxlength="3" /> years |
175 |
[% END %] |
183 |
</li> |
176 |
</select></li> |
184 |
<li> |
177 |
<li><label for="hidelostitems">Lost items in staff client: </label> <select name="hidelostitems" id="hidelostitems"> |
185 |
<label for="upperagelimit">Upperage limit: </label> |
178 |
[% IF ( hidelostitems ) %] |
186 |
<input type="text" name="upperagelimit" id="upperagelimit" size="3" maxlength="3" value="[% category.upperagelimit %]" /> years |
179 |
<option value="0">Shown</option> |
187 |
</li> |
180 |
<option value="1" selected="selected">Hidden by default</option> |
188 |
<li> |
181 |
[% ELSE %] |
189 |
<label for="enrolmentfee">Enrollment fee: </label> |
182 |
<option value="0" selected="selected">Shown</option> |
190 |
<input type="text" name="enrolmentfee" id="enrolmentfee" size="6" value="[% category.enrolmentfee | $Price on_editing => 1 %]" /> |
183 |
<option value="1">Hidden by default</option> |
191 |
</li> |
184 |
[% END %] |
192 |
<li> |
185 |
</select></li> |
193 |
<label for="overduenoticerequired">Overdue notice required: </label> |
186 |
<li><label for="reservefee">Hold fee: </label><input type="text" name="reservefee" id="reservefee" size="6" value="[% reservefee %]" /></li> |
194 |
<select name="overduenoticerequired" id="overduenoticerequired"> |
187 |
<li> |
195 |
[% IF category.overduenoticerequired %] |
188 |
<label for="category_type" class="required">Category type: </label> |
196 |
<option value="0">No</option> |
189 |
<select name="category_type" id="category_type"> |
197 |
<option value="1" selected="selected">Yes</option> |
190 |
[% IF ( type_n ) %]<option value="" selected="selected">Select a category type</option>[% ELSE %]<option value="">Select a category type</option>[% END %] |
198 |
[% ELSE %] |
191 |
[% IF ( type_A ) %]<option value="A" selected="selected">Adult</option>[% ELSE %]<option value="A">Adult</option>[% END %] |
199 |
<option value="0" selected="selected">No</option> |
192 |
[% IF ( type_C ) %]<option value="C" selected="selected">Child</option>[% ELSE %]<option value="C">Child</option>[% END %] |
200 |
<option value="1">Yes</option> |
193 |
[% IF ( type_S ) %]<option value="S" selected="selected">Staff</option>[% ELSE %]<option value="S">Staff</option>[% END %] |
201 |
[% END %] |
194 |
[% IF ( type_I ) %]<option value="I" selected="selected">Organization</option>[% ELSE %]<option value="I">Organization</option>[% END %] |
202 |
</select> |
195 |
[% IF ( type_P ) %]<option value="P" selected="selected">Professional</option>[% ELSE %]<option value="P">Professional</option>[% END %] |
203 |
</li> |
196 |
[% IF ( type_X ) %]<option value="X" selected="selected">Statistical</option>[% ELSE %]<option value="X">Statistical</option>[% END %] |
204 |
<li> |
197 |
</select> |
205 |
<label for="hidelostitems">Lost items in staff client: </label> |
198 |
<span class="required">Required</span> |
206 |
<select name="hidelostitems" id="hidelostitems"> |
199 |
</li> |
207 |
[% IF category.hidelostitems %] |
200 |
<li><label for="branches">Branches limitation: </label> |
208 |
<option value="0">Shown</option> |
201 |
<select id="branches" name="branches" multiple size="10"> |
209 |
<option value="1" selected="selected">Hidden by default</option> |
202 |
<option value="">All branches</option> |
210 |
[% ELSE %] |
203 |
[% FOREACH branch IN branches_loop %] |
211 |
<option value="0" selected="selected">Shown</option> |
204 |
[% IF ( branch.selected ) %] |
212 |
<option value="1">Hidden by default</option> |
205 |
<option selected="selected" value="[% branch.branchcode %]">[% branch.branchname %]</option> |
213 |
[% END %] |
206 |
[% ELSE %] |
214 |
</select> |
207 |
<option value="[% branch.branchcode %]">[% branch.branchname %]</option> |
215 |
</li> |
208 |
[% END %] |
216 |
<li> |
209 |
[% END %] |
217 |
<label for="reservefee">Hold fee: </label> |
210 |
</select> |
218 |
<input type="text" name="reservefee" id="reservefee" size="6" value="[% category.reservefee | $Price on_editing => 1 %]" /> |
211 |
<span>Select <i>All branches</i> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. |
219 |
</li> |
212 |
</span> |
220 |
<li> |
213 |
</li> |
221 |
<label for="category_type" class="required">Category type: </label> |
214 |
<li><label for="block_expired">Block expired patrons</label> |
222 |
<select name="category_type" id="category_type"> |
215 |
<select name="block_expired" id="block_expired"> |
223 |
[% UNLESS category %]<option value="" selected="selected">Select a category type</option>[% ELSE %]<option value="">Select a category type</option>[% END %] |
216 |
[% IF ( BlockExpiredPatronOpacActions == -1 ) %] |
224 |
[% IF category and category.category_type == 'A' %]<option value="A" selected="selected">Adult</option>[% ELSE %]<option value="A">Adult</option>[% END %] |
217 |
<option value="-1" selected="selected"> Follow system preference BlockExpiredPatronOpacActions </option> |
225 |
[% IF category and category.category_type == 'C' %]<option value="C" selected="selected">Child</option>[% ELSE %]<option value="C">Child</option>[% END %] |
218 |
[% ELSE %] |
226 |
[% IF category and category.category_type == 'S' %]<option value="S" selected="selected">Staff</option>[% ELSE %]<option value="S">Staff</option>[% END %] |
219 |
<option value="-1"> Follow system preference BlockExpiredPatronOpacActions </option> |
227 |
[% IF category and category.category_type == 'I' %]<option value="I" selected="selected">Organization</option>[% ELSE %]<option value="I">Organization</option>[% END %] |
220 |
[% END %] |
228 |
[% IF category and category.category_type == 'P' %]<option value="P" selected="selected">Professional</option>[% ELSE %]<option value="P">Professional</option>[% END %] |
221 |
|
229 |
[% IF category and category.category_type == 'X' %]<option value="X" selected="selected">Statistical</option>[% ELSE %]<option value="X">Statistical</option>[% END %] |
222 |
[% IF ( BlockExpiredPatronOpacActions == 1 ) %] |
230 |
</select> |
223 |
<option value="1" selected="selected"> Block </option> |
231 |
<span class="required">Required</span> |
224 |
[% ELSE %] |
232 |
</li> |
225 |
<option value="1"> Block </option> |
233 |
<li><label for="branches">Branches limitation: </label> |
226 |
[% END %] |
234 |
<select id="branches" name="branches" multiple size="10"> |
|
|
235 |
<option value="">All branches</option> |
236 |
[% FOREACH branch IN branches_loop %] |
237 |
[% IF branch.selected %] |
238 |
<option selected="selected" value="[% branch.branchcode %]">[% branch.branchname %]</option> |
239 |
[% ELSE %] |
240 |
<option value="[% branch.branchcode %]">[% branch.branchname %]</option> |
241 |
[% END %] |
242 |
[% END %] |
243 |
</select> |
244 |
<span>Select <i>All branches</i> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. |
245 |
</span> |
246 |
</li> |
247 |
<li><label for="block_expired">Block expired patrons</label> |
248 |
<select name="BlockExpiredPatronOpacActions" id="block_expired"> |
249 |
[% IF not category or category.BlockExpiredPatronOpacActions == -1%] |
250 |
<option value="-1" selected="selected"> Follow system preference BlockExpiredPatronOpacActions </option> |
251 |
[% ELSE %] |
252 |
<option value="-1"> Follow system preference BlockExpiredPatronOpacActions </option> |
253 |
[% END %] |
227 |
|
254 |
|
228 |
[% IF ( BlockExpiredPatronOpacActions == 0 ) %] |
255 |
[% IF category and category.BlockExpiredPatronOpacActions == 1 %] |
229 |
<option value="0" selected="selected"> Don't block </option> |
256 |
<option value="1" selected="selected"> Block </option> |
230 |
[% ELSE %] |
257 |
[% ELSE %] |
231 |
<option value="0"> Don't block </option> |
258 |
<option value="1"> Block </option> |
232 |
[% END %] |
259 |
[% END %] |
233 |
</select> |
|
|
234 |
<span> |
235 |
Choose whether patrons of this category be blocked from public catalog actions such as renewing and placing holds when their cards have expired. |
236 |
</span> |
237 |
</li> |
238 |
<li> |
239 |
<label for="default_privacy">Default privacy: </label> |
240 |
<select id="default_privacy" name="default_privacy"> |
241 |
[% SWITCH default_privacy %] |
242 |
[% CASE 'forever' %] |
243 |
<option value="default">Default</option> |
244 |
<option value="never">Never</option> |
245 |
<option value="forever" selected="selected">Forever</option> |
246 |
[% CASE 'never' %] |
247 |
<option value="default">Default</option> |
248 |
<option value="never" selected="selected">Never</option> |
249 |
<option value="forever">Forever</option> |
250 |
[% CASE %] |
251 |
<option value="default" selected="selected">Default</option> |
252 |
<option value="never">Never</option> |
253 |
<option value="forever">Forever</option> |
254 |
[% END %] |
255 |
</select> |
256 |
<span>Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob <i>batch_anonymise.pl</i> which should be set up by your system administrator.</span> |
257 |
</li> |
258 |
</ol> |
259 |
</fieldset> |
260 |
|
260 |
|
261 |
[% IF ( EnhancedMessagingPreferences ) %] |
261 |
[% IF category and category.BlockExpiredPatronOpacActions == 0 %] |
262 |
<fieldset class="rows"> |
262 |
<option value="0" selected="selected"> Don't block </option> |
263 |
<h4>Default messaging preferences for this patron category</h4> |
263 |
[% ELSE %] |
264 |
[% INCLUDE 'messaging-preference-form.inc' %] |
264 |
<option value="0"> Don't block </option> |
265 |
</fieldset> |
265 |
[% END %] |
266 |
[% END %] |
266 |
</select> |
267 |
<fieldset class="action"><input type="button" value="Save" onclick="Check(this.form);" /> </fieldset> |
267 |
<span> |
268 |
</form> |
268 |
Choose whether patrons of this category be blocked from public catalog actions such as renewing and placing holds when their cards have expired. |
|
|
269 |
</span> |
270 |
</li> |
271 |
<li> |
272 |
<label for="default_privacy">Default privacy: </label> |
273 |
<select id="default_privacy" name="default_privacy"> |
274 |
[% SET default_privacy = 'default' %] |
275 |
[% IF category %][% SET default_privacy = category.default_privacy %][% END %] |
276 |
[% SWITCH default_privacy %] |
277 |
[% CASE 'forever' %] |
278 |
<option value="default">Default</option> |
279 |
<option value="never">Never</option> |
280 |
<option value="forever" selected="selected">Forever</option> |
281 |
[% CASE 'never' %] |
282 |
<option value="default">Default</option> |
283 |
<option value="never" selected="selected">Never</option> |
284 |
<option value="forever">Forever</option> |
285 |
[% CASE %] |
286 |
<option value="default" selected="selected">Default</option> |
287 |
<option value="never">Never</option> |
288 |
<option value="forever">Forever</option> |
289 |
[% END %] |
290 |
</select> |
291 |
<span>Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob <i>batch_anonymise.pl</i> which should be set up by your system administrator.</span> |
292 |
</li> |
293 |
</ol> |
294 |
</fieldset> |
269 |
|
295 |
|
|
|
296 |
[% IF ( EnhancedMessagingPreferences ) %] |
297 |
<fieldset class="rows"> |
298 |
<h4>Default messaging preferences for this patron category</h4> |
299 |
[% INCLUDE 'messaging-preference-form.inc' %] |
300 |
</fieldset> |
301 |
[% END %] |
302 |
<fieldset class="action"><input type="button" value="Save" onclick="Check(this.form);" /> </fieldset> |
303 |
</form> |
270 |
[% END %] |
304 |
[% END %] |
271 |
|
305 |
|
272 |
[% IF ( delete_confirm ) %] |
306 |
[% IF op == 'delete_confirm' %] |
273 |
<form action="[% script_name %]" method="post"> |
307 |
<form action="/cgi-bin/koha/admin/categorie.pl" method="post"> |
274 |
<fieldset> |
308 |
<fieldset> |
275 |
<legend> |
309 |
<legend> |
276 |
[% IF ( patrons_in_category > 0 ) %] |
310 |
[% IF patrons_in_category > 0 %] |
277 |
Category [% categorycode |html %] is in use. Deletion not possible! |
311 |
Category [% categorycode |html %] is in use. Deletion not possible! |
278 |
[% ELSE %] |
312 |
[% ELSE %] |
279 |
Confirm deletion of category [% categorycode |html %] |
313 |
Confirm deletion of category [% categorycode |html %] |
280 |
[% END %] |
314 |
[% END %] |
281 |
</legend> |
315 |
</legend> |
282 |
|
316 |
|
283 |
[% IF ( totalgtzero ) %]<div class="dialog alert"><strong>This category is used [% total %] times</strong>. Deletion not possible</div>[% END %] |
317 |
[% IF patrons_in_category > 0 %] |
284 |
<table> |
318 |
<div class="dialog alert"> |
285 |
<tr><th scope="row">Category code: </th><td>[% categorycode |html %]</td></tr> |
319 |
<strong>This category is used [% patrons_in_category %] times</strong>. Deletion not possible |
286 |
<tr><th scope="row">Description: </th><td>[% description |html %]</td></tr> |
320 |
</div> |
287 |
<tr><th scope="row">Enrollment period: </th> |
|
|
288 |
<td> |
289 |
[% IF ( enrolmentperiod ) %] |
290 |
[% enrolmentperiod %] months |
291 |
[% ELSE %] |
292 |
until [% enrolmentperioddate | $KohaDates %] |
293 |
[% END %] |
294 |
</td> |
295 |
</tr> |
296 |
<tr><th scope="row">Age required: </th><td>[% dateofbirthrequired %] years</td></tr> |
297 |
<tr><th scope="row">Upperage limit: </th><td>[% upperagelimit %] years</td></tr> |
298 |
<tr><th scope="row">Enrollment fee: </th><td>[% enrolmentfee %]</td></tr> |
299 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF ( overduenoticerequired ) %]Yes[% ELSE %]No[% END %]</td></tr> |
300 |
<tr><th scope="row">Lost items in staff client</th><td>[% IF ( hidelostitems ) %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
301 |
<tr><th scope="row">Hold fee: </th><td>[% reservefee %]</td></tr> |
302 |
<tr> |
303 |
<th scope="row">Default privacy: </th> |
304 |
<td> |
305 |
[% SWITCH category.default_privacy %] |
306 |
[% CASE 'default' %] |
307 |
Default |
308 |
[% CASE 'never' %] |
309 |
Never |
310 |
[% CASE 'forever' %] |
311 |
Forever |
312 |
[% END %] |
321 |
[% END %] |
313 |
</td> |
322 |
<table> |
314 |
</tr> |
323 |
<tr><th scope="row">Category code: </th><td>[% category.categorycode |html %]</td></tr> |
315 |
</table> |
324 |
<tr><th scope="row">Description: </th><td>[% category.description |html %]</td></tr> |
316 |
<fieldset class="action">[% IF ( totalgtzero ) %] |
325 |
<tr><th scope="row">Enrollment period: </th> |
317 |
<input type="submit" value="OK" /></form> |
326 |
<td> |
318 |
[% ELSE %] |
327 |
[% IF category.enrolmentperiod %] |
319 |
<input type="hidden" name="op" value="delete_confirmed" /> |
328 |
[% category.enrolmentperiod %] months |
320 |
<input type="hidden" name="categorycode" value="[% categorycode |html %]" /> <input type="submit" value="Delete this category" /> <a class="cancel" href="/cgi-bin/koha/admin/categorie.pl">Cancel</a> |
329 |
[% ELSE %] |
321 |
[% END %]</fieldset></fieldset></form> |
330 |
until [% category.enrolmentperioddate | $KohaDates %] |
|
|
331 |
[% END %] |
332 |
</td> |
333 |
</tr> |
334 |
<tr><th scope="row">Age required: </th><td>[% category.dateofbirthrequired %] years</td></tr> |
335 |
<tr><th scope="row">Upperage limit: </th><td>[% category.upperagelimit %] years</td></tr> |
336 |
<tr><th scope="row">Enrollment fee: </th><td>[% category.enrolmentfee | $Price %]</td></tr> |
337 |
<tr><th scope="row">Receives overdue notices: </th><td>[% IF category. overduenoticerequired %]Yes[% ELSE %]No[% END %]</td></tr> |
338 |
<tr><th scope="row">Lost items in staff client</th><td>[% IF category.hidelostitems %]Hidden by default[% ELSE %]Shown[% END %]</td></tr> |
339 |
<tr><th scope="row">Hold fee: </th><td>[% category.reservefee | $Price %]</td></tr> |
340 |
<tr> |
341 |
<th scope="row">Default privacy: </th> |
342 |
<td> |
343 |
[% SWITCH category.default_privacy %] |
344 |
[% CASE 'default' %] |
345 |
Default |
346 |
[% CASE 'never' %] |
347 |
Never |
348 |
[% CASE 'forever' %] |
349 |
Forever |
350 |
[% END %] |
351 |
</td> |
352 |
</tr> |
353 |
</table> |
354 |
<fieldset class="action"> |
355 |
[% IF patrons_in_category > 0 %] |
356 |
<input type="submit" value="OK" /> |
357 |
[% ELSE %] |
358 |
<input type="hidden" name="op" value="delete_confirmed" /> |
359 |
<input type="hidden" name="categorycode" value="[% categorycode |html %]" /> |
360 |
<input type="submit" value="Delete this category" /> |
361 |
<a class="cancel" href="/cgi-bin/koha/admin/categorie.pl">Cancel</a> |
362 |
[% END %] |
363 |
</fieldset> |
364 |
</fieldset> |
365 |
</form> |
322 |
[% END %] |
366 |
[% END %] |
323 |
|
367 |
|
324 |
[% IF ( else ) %] |
368 |
[% IF op == 'list' %] |
325 |
|
369 |
|
326 |
<div id="toolbar" class="btn-toolbar"> |
370 |
<div id="toolbar" class="btn-toolbar"> |
327 |
<a class="btn btn-small" id="newcategory" href="/cgi-bin/koha/admin/categorie.pl?op=add_form"><i class="icon-plus"></i> New category</a> |
371 |
<a class="btn btn-small" id="newcategory" href="/cgi-bin/koha/admin/categorie.pl?op=add_form"><i class="icon-plus"></i> New category</a> |
328 |
</div> |
372 |
</div> |
329 |
|
373 |
|
330 |
<h2>Patron category administration</h2> |
374 |
<h2>Patron category administration</h2> |
331 |
[% IF ( searchfield ) %] |
375 |
[% IF searchfield %] |
332 |
You Searched for [% searchfield %]</span> |
376 |
You Searched for [% searchfield %]</span> |
333 |
[% END %] |
377 |
[% END %] |
334 |
[% IF ( loop ) %] |
378 |
[% IF categories%] |
335 |
<div id="pagertable_categorie"> |
|
|
336 |
</div> |
337 |
<table id="table_categorie"> |
379 |
<table id="table_categorie"> |
338 |
<thead> |
380 |
<thead> |
339 |
<tr> |
381 |
<tr> |
340 |
<th scope="col">Code</th> |
382 |
<th scope="col">Code</th> |
341 |
<th scope="col">Category name</th> |
383 |
<th scope="col">Category name</th> |
342 |
<th scope="col">Type</th> |
384 |
<th scope="col">Type</th> |
343 |
<th scope="col">Enrollment period</th> |
385 |
<th scope="col">Enrollment period</th> |
344 |
<th scope="col">Age required</th> |
386 |
<th scope="col">Age required</th> |
345 |
<th scope="col">Upper age limit</th> |
387 |
<th scope="col">Upper age limit</th> |
346 |
<th scope="col">Enrollment fee</th> |
388 |
<th scope="col">Enrollment fee</th> |
347 |
<th scope="col">Overdue</th> |
389 |
<th scope="col">Overdue</th> |
348 |
<th scope="col">Lost items</th> |
390 |
<th scope="col">Lost items</th> |
349 |
<th scope="col">Hold fee</th> |
391 |
<th scope="col">Hold fee</th> |
350 |
[% IF ( EnhancedMessagingPreferences ) %] |
392 |
[% IF ( EnhancedMessagingPreferences ) %] |
351 |
<th scope="col">Messaging</th> |
393 |
<th scope="col">Messaging</th> |
352 |
[% END %] |
394 |
[% END %] |
353 |
<th scope="col">Branches limitations</th> |
395 |
<th scope="col">Branches limitations</th> |
354 |
<th scope="col">Default privacy</th> |
396 |
<th scope="col">Default privacy</th> |
355 |
<th scope="col"> </th> |
397 |
<th scope="col"> </th> |
356 |
<th scope="col"> </th> |
398 |
<th scope="col"> </th> |
357 |
</tr> |
399 |
</tr> |
358 |
</thead> |
400 |
</thead> |
359 |
<tbody> |
401 |
<tbody> |
360 |
[% FOREACH loo IN loop %] |
402 |
[% FOREACH category IN categories %] |
361 |
<tr> |
403 |
<tr> |
362 |
<td>[% loo.categorycode |html %]</td> |
404 |
<td>[% category.categorycode |html %]</td> |
363 |
<td> |
405 |
<td> |
364 |
<a href="[% loo.script_name %]?op=add_form&categorycode=[% loo.categorycode |uri %]">[% loo.description |html %]</a> |
406 |
<a href="/cgi-bin/koha/admin/categorie.pl?op=add_form&categorycode=[% category.categorycode |uri %]">[% category.description |html %]</a> |
365 |
</td> |
407 |
</td> |
366 |
<td> |
408 |
<td> |
367 |
[% IF ( loo.type_A ) %]Adult[% END %] |
409 |
[% SWITCH category.category_type %] |
368 |
[% IF ( loo.type_C ) %]Child[% END %] |
410 |
[% CASE 'A' %]Adult |
369 |
[% IF ( loo.type_P ) %]Prof.[% END %] |
411 |
[% CASE 'C' %]Child |
370 |
[% IF ( loo.type_I ) %]Org.[% END %] |
412 |
[% CASE 'P' %]Prof. |
371 |
[% IF ( loo.type_S ) %]Staff[% END %] |
413 |
[% CASE 'I' %]Org. |
372 |
[% IF ( loo.type_X ) %]Statistical[% END %] |
414 |
[% CASE 'S' %]Staff |
|
|
415 |
[% CASE 'X' %]Statistical |
416 |
[% END %] |
373 |
</td> |
417 |
</td> |
374 |
<td> |
418 |
<td> |
375 |
[% IF ( loo.enrolmentperiod ) %] |
419 |
[% IF ( category.enrolmentperiod ) %] |
376 |
[% loo.enrolmentperiod %] months |
420 |
[% category.enrolmentperiod %] months |
377 |
[% ELSE %] |
|
|
378 |
until [% loo.enrolmentperioddate | $KohaDates %] |
379 |
[% END %] |
380 |
|
381 |
</td> |
382 |
<td>[% loo.dateofbirthrequired %] years</td> |
383 |
<td>[% loo.upperagelimit %] years</td> |
384 |
<td>[% loo.enrolmentfee %]</td> |
385 |
<td>[% IF ( loo.overduenoticerequired ) %]Yes[% ELSE %]No[% END %]</td> |
386 |
<td>[% IF ( loo.hidelostitems ) %]Hidden[% ELSE %]Shown[% END %]</td> |
387 |
<td>[% loo.reservefee %]</td> |
388 |
[% IF ( EnhancedMessagingPreferences ) %] |
389 |
<td style="white-space: nowrap; font-size:80%;"> |
390 |
[% IF ( loo.messaging_prefs ) %] |
391 |
[% FOREACH prefs IN loo.messaging_prefs %] |
392 |
[% FOREACH transport IN prefs.transports %] |
393 |
[% IF ( transport.transport ) %] |
394 |
[% IF ( prefs.Item_Due ) %]Item due |
395 |
[% ELSIF ( prefs.Advance_Notice ) %]Advance notice |
396 |
[% ELSIF ( prefs.Upcoming_Events ) %]Upcoming events |
397 |
[% ELSIF ( prefs.Hold_Filled ) %]Hold filled |
398 |
[% ELSIF ( prefs.Item_Check_in ) %]Item check-in |
399 |
[% ELSIF ( prefs.Item_Checkout ) %]Item checkout |
400 |
[% ELSE %]Unknown |
401 |
[% END %]: |
402 |
<strong>[% transport.transport %]</strong><br /> |
403 |
[% ELSE %]None<br />[% END %] |
404 |
[% END %] |
405 |
[% END %] |
406 |
[% ELSE %] |
421 |
[% ELSE %] |
407 |
None |
422 |
until [% category.enrolmentperioddate | $KohaDates %] |
408 |
[% END %] |
423 |
[% END %] |
409 |
</td> |
424 |
</td> |
|
|
425 |
<td>[% category.dateofbirthrequired %] years</td> |
426 |
<td>[% category.upperagelimit %] years</td> |
427 |
<td>[% category.enrolmentfee | $Price %]</td> |
428 |
<td>[% IF ( category.overduenoticerequired ) %]Yes[% ELSE %]No[% END %]</td> |
429 |
<td>[% IF ( category.hidelostitems ) %]Hidden[% ELSE %]Shown[% END %]</td> |
430 |
<td>[% category.reservefee | $Price %]</td> |
431 |
[% IF Koha.Preference('EnhancedMessagingPreferences') %] |
432 |
<td style="white-space: nowrap; font-size:80%;"> |
433 |
[% SET default_messaging = category.default_messaging %] |
434 |
[% IF default_messaging.size %] |
435 |
[% FOREACH prefs IN default_messaging %] |
436 |
[% FOREACH transport IN prefs.transports %] |
437 |
[% IF ( transport.transport ) %] |
438 |
[% IF ( prefs.Item_Due ) %]Item due |
439 |
[% ELSIF ( prefs.Advance_Notice ) %]Advance notice |
440 |
[% ELSIF ( prefs.Upcoming_Events ) %]Upcoming events |
441 |
[% ELSIF ( prefs.Hold_Filled ) %]Hold filled |
442 |
[% ELSIF ( prefs.Item_Check_in ) %]Item check-in |
443 |
[% ELSIF ( prefs.Item_Checkout ) %]Item checkout |
444 |
[% ELSE %]Unknown |
445 |
[% END %]: |
446 |
<strong>[% transport.transport %]</strong><br /> |
447 |
[% ELSE %]None<br />[% END %] |
448 |
[% END %] |
449 |
[% END %] |
450 |
[% ELSE %] |
451 |
None |
452 |
[% END %] |
453 |
</td> |
410 |
[% END %] |
454 |
[% END %] |
411 |
<td> |
455 |
<td> |
412 |
[% IF loo.branches.size > 0 %] |
456 |
[% SET branch_limitations = category.branch_limitations %] |
|
|
457 |
[% IF branch_limitations.size > 0 %] |
413 |
[% branches_str = "" %] |
458 |
[% branches_str = "" %] |
414 |
[% FOREACH branch IN loo.branches %] |
459 |
[% FOREACH branch IN branch_limitations %] |
415 |
[% branches_str = branches_str _ " " _ branch.branchname _ "(" _ branch.branchcode _ ")" %] |
460 |
[% branches_str = branches_str _ " " _ branch.branchname _ "(" _ branch.branchcode _ ")" %] |
416 |
[% END %] |
461 |
[% END %] |
417 |
<span title="[% branches_str %]"> |
462 |
<span title="[% branches_str %]"> |
418 |
[% IF loo.branches.size > 1 %] |
463 |
[% IF branch_limitations.size > 1 %] |
419 |
[% loo.branches.size %] branches limitations |
464 |
[% branch_limitations.size %] branches limitations |
420 |
[% ELSE %] |
465 |
[% ELSE %] |
421 |
[% loo.branches.size %] branch limitation |
466 |
[% branch_limitations.size %] branch limitation |
422 |
[% END %] |
467 |
[% END %] |
423 |
</span> |
468 |
</span> |
424 |
[% ELSE %] |
469 |
[% ELSE %] |
Lines 426-432
Link Here
|
426 |
[% END %] |
471 |
[% END %] |
427 |
</td> |
472 |
</td> |
428 |
<td> |
473 |
<td> |
429 |
[% SWITCH loo.default_privacy %] |
474 |
[% SWITCH category.default_privacy %] |
430 |
[% CASE 'default' %] |
475 |
[% CASE 'default' %] |
431 |
Default |
476 |
Default |
432 |
[% CASE 'never' %] |
477 |
[% CASE 'never' %] |
Lines 435-449
Link Here
|
435 |
Forever |
480 |
Forever |
436 |
[% END %] |
481 |
[% END %] |
437 |
</td> |
482 |
</td> |
438 |
<td><a href="[% loo.script_name %]?op=add_form&categorycode=[% loo.categorycode |uri %]">Edit</a></td> |
483 |
<td><a href="/cgi-bin/koha/admin/categorie.pl?op=add_form&categorycode=[% category.categorycode |uri %]">Edit</a></td> |
439 |
<td><a href="[% loo.script_name %]?op=delete_confirm&categorycode=[% loo.categorycode |uri %]">Delete</a></td> |
484 |
<td><a href="/cgi-bin/koha/admin/categorie.pl?op=delete_confirm&categorycode=[% category.categorycode |uri %]">Delete</a></td> |
440 |
</tr> |
485 |
</tr> |
441 |
[% END %] |
486 |
[% END %] |
442 |
</tbody> |
487 |
</tbody> |
443 |
</table> |
488 |
</table> |
444 |
[% ELSE %] |
489 |
[% ELSE %] |
445 |
<div class="dialog alert">No categories have been defined. <a href="/cgi-bin/koha/admin/categorie.pl?op=add_form">Create a new category</a>.</div> |
490 |
<div class="dialog alert">No categories have been defined. <a href="/cgi-bin/koha/admin/categorie.pl?op=add_form">Create a new category</a>.</div> |
446 |
[% END %] |
491 |
[% END %] |
447 |
[% END %] |
492 |
[% END %] |
448 |
|
493 |
|
449 |
</div> |
494 |
</div> |
450 |
- |
|
|