e28d7e17edb81277703b4e2b2b54731c81c369d0
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / itemtypes.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE AuthorisedValues %]
5 [% USE Price %]
6 [% USE TablesSettings %]
7 [% SET footerjs = 1 %]
8 [% INCLUDE 'doc-head-open.inc' %]
9 <title>Koha &rsaquo; Administration &rsaquo; Item types [% IF op == 'add_form' %]&rsaquo;
10   [% IF ( itemtype ) %]
11 Modify item type '[% itemtype.itemtype | html %]'
12   [% ELSE %]
13 Add item type
14   [% END %]
15 [% END %]
16 [% IF op == 'delete_confirm' %]&rsaquo;
17   [% IF ( total ) %]
18 Cannot delete item type '[% itemtype.itemtype | html %]'
19   [% ELSE %]
20 Delete item type '[% itemtype.itemtype | html %]'?
21   [% END %]
22 [% END %]
23 [% IF op == 'delete_confirmed' %]&rsaquo;
24 Data deleted
25 [% END %]
26 </title>
27 [% INCLUDE 'doc-head-close.inc' %]
28 <style>
29         fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
30   fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-active {background-color : #F4F8F9; }
31         fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
32   fieldset.rows .ui-tabs-nav { margin-left : 10px; }
33 </style>
34 </head>
35
36 <body id="admin_itemtypes" class="admin">
37 [% INCLUDE 'header.inc' %]
38 [% INCLUDE 'prefs-admin-search.inc' %]
39
40 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF op == 'add_form' %]
41   [% IF itemtype %]
42 <a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a> &rsaquo; Modify item type '[% itemtype.itemtype | html %]'
43   [% ELSE %]
44 <a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a> &rsaquo; Add item type
45   [% END %]
46 [% END %]
47 [% IF op == 'delete_confirm' %]
48   [% IF total %]
49 <a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a> &rsaquo; Cannot delete item type '[% itemtype.itemtype | html %]'
50   [% ELSE %]
51 <a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a> &rsaquo; Delete item type '[% itemtype.itemtype | html %]'?
52   [% END %]
53 [% END %]
54 [% IF op == 'delete_confirmed' %]
55 <a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a> &rsaquo;Data deleted
56 [% END %]
57 [% IF op == 'list' %]
58 Item types administration
59 [% END %]</div>
60
61 <div class="main container-fluid">
62     <div class="row">
63         <div class="col-sm-10 col-sm-push-2">
64             <main>
65
66 [% IF op == 'list' %]<div id="toolbar" class="btn-toolbar">
67     <a class="btn btn-default" id="newitemtype" href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form"><i class="fa fa-plus"></i> New item type</a>
68 </div>[% END %]
69
70 [% FOREACH m IN messages %]
71     <div class="dialog [% m.type | html %]">
72         [% SWITCH m.code %]
73         [% CASE 'error_on_update' %]
74             An error occurred when updating this item type. Perhaps the value already exists.
75         [% CASE 'error_on_insert' %]
76             An error occurred when inserting this item type. Perhaps the value already exists.
77         [% CASE 'error_on_delete' %]
78             An error occurred when deleting this item type. Check the logs.
79         [% CASE 'success_on_update' %]
80             Item type updated successfully.
81         [% CASE 'success_on_insert' %]
82             Item type inserted successfully.
83         [% CASE 'success_on_delete' %]
84             Item type deleted successfully.
85         [% CASE 'already_exists' %]
86             This item type already exists.
87         [% CASE 'cannot_be_deleted' %]
88             Cannot delete this item type. <p><strong>This record is in use</strong>. Deletion is not possible.</p>
89         [% CASE %]
90             [% m.code | html %]
91         [% END %]
92     </div>
93 [% END %]
94
95
96 [% IF op == 'add_form' %]
97     [% IF itemtype %]
98         <h3>Modify item type</h3>
99     [% ELSE %]
100         <h3>Add item type</h3>
101     [% END %]
102     <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry">
103         <input type="hidden" name="op" value="add_validate" />
104         <fieldset class="rows">
105             <ol>
106                 [% IF itemtype %]
107                     <li>
108                         <input type="hidden" name="is_a_modif" value="1" />
109                         <span class="label">Item type: </span> <input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
110                         [% itemtype.itemtype | html %]
111                     </li>
112                 [% ELSE %]
113                     <li>
114                         <label for="itemtype" class="required">Item type: </label>
115                         <input type="text" id="itemtype" name="itemtype" size="10" maxlength="10" required="required" /> <span class="required">Required</span>
116                     </li>
117                 [% END %]
118                 <li>
119                     <label for="description" class="required">Description: </label>
120                     <input type="text" id="description" name="description" size="48" value="[% itemtype.description | html %]" required="required" /> <span class="required">Required</span>
121                     [% IF can_be_translated %]
122                         <a href="/cgi-bin/koha/admin/localization.pl?entity=itemtypes&code=[% itemtype.itemtype | uri %]" title="Translate item type [% itemtype.itemtype | html %]" rel="gb_page_center[600,500]"><i class="fa fa-pencil"></i> Translate into other languages</a>
123                     [% END %]
124                 </li>
125                 <li>
126                     <span class="label">Search category</span>
127                     <select id="searchcategory" name="searchcategory">
128                     <option value="">None</option>
129                         [% FOREACH cat IN searchcategory %]
130                             [% IF cat.authorised_value == itemtype.searchcategory %]
131                                 <option value="[% cat.authorised_value | html %]" selected="selected">
132                                     [% cat.lib | html %]
133                                 </option>
134                             [% ELSE %]
135                                 <option value="[% cat.authorised_value | html %]" >
136                                     [% cat.lib | html %]
137                                 </option>
138                             [% END %]
139                         [% END %]
140                     </select>
141                     <span class="hint">Options are defined as the authorized values for the ITEMTYPECAT category.</span>
142                 </li>
143                 [% IF ( Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') ) %]
144                     <li>
145                         <span class="label">Image: </span>Item type images are disabled. To enable them, turn off the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&amp;searchfield=noItemTypeImages">noItemTypeImages or OpacNoItemTypeImages system preferences</a>
146                     </li>
147                 [% END %]
148             </ol>
149             [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]
150                 <div id="icons" class="toptabs" style="clear:both">
151                     <h5 style="margin-left:10px;">Choose an icon:</h5>
152                     <ul>
153                         <li><a href="#none">None</a></li>
154                         [% FOREACH imageset IN imagesets %]
155                             [% IF ( imageset.imagesetactive ) %]
156                                 <li class="ui-tabs-active">
157                             [% ELSE %]
158                                 <li>
159                             [% END %]
160                             <a href="#[% imageset.imagesetname | uri %]">[% imageset.imagesetname | html %]</a>
161                             </li>
162                         [% END %]
163                         [% IF itemtype.image_location('intranet').match('^http') %]<li class="ui-tabs-active">[% ELSE %]<li>[% END %]<a href="#remote">Remote image</a></li>
164                     </ul>
165                     <div id="none">
166                         <ul>
167                             <li><label for="noimage">No image: </label><input type="radio" name="image" id="noimage" value="removeImage" /></li>
168                         </ul>
169                         <br class="clear" />
170                     </div>
171
172                     [% FOREACH imageset IN imagesets %]
173                         <div id="[% imageset.imagesetname | html %]">
174                             <ul>
175                                 [% FOREACH image IN imageset.images %]
176                                     <li style="float: none; display: inline-block; clear : none; width: auto;">
177                                         <label>
178                                             [% IF image.StaffImageUrl %]
179                                                 <img src="[% image.StaffImageUrl | html %]" alt="[% image.StaffImageUrl | html %]" title="[% image.StaffImageUrl | html %]" />
180                                             [% END %]
181                                             [% IF image.checked %]
182                                                 <input type="radio" name="image" value="[% image.KohaImage | html %]" checked="checked" />
183                                             [% ELSIF image.KohaImage %] <!-- to delete the radio button if there is no image after -->
184                                                 <input type="radio" name="image" value="[% image.KohaImage | html %]" />
185                                             [% END %]
186                                         </label>
187                                     </li>
188                                 [% END %]
189                             </ul>
190                             <br class="clear" />
191                         </div>
192                     [% END %]
193
194                     <div id="remote">
195                         <ul>
196                             <li>
197                                 <label for="remote_image_check"> Remote image:</label>
198                                 [% SET image_location = itemtype.image_location('intranet') %]
199                                 [% IF image_location.match('^http') %]
200                                     <input type="radio" id="remote_image_check" name="image" value="remoteImage" checked="checked" />
201                                     <input type="text" name="remoteImage" size="48" maxlength="200" value="[% image_location | html %]" onmousedown="document.getElementById('remote_image_check').checked = true;" />
202                                     [% IF itemtype.imageurl %]
203                                         <img src="[% image_location | html %]" alt="" />
204                                     [% END %]
205                                 [% ELSE %]
206                                     <input type="radio" id="remote_image_check" name="image" value="remoteImage" />
207                                     <input type="text" name="remoteImage" size="48" maxlength="200" value="" onmousedown="document.getElementById('remote_image_check').checked = true;" />
208                                 [% END %]
209                             </li>
210                         </ul>
211                         <br class="clear" />
212                     </div>
213                 </div>
214             [% END %]
215             <ol class="oladditemtype">
216                 <li>
217                     <label for="hideinopac">Hide in OPAC: </label>
218                     [% IF ( itemtype.hideinopac ) %]
219                         <input type="checkbox" id="hideinopac" name="hideinopac" checked="checked" value="1" />
220                     [% ELSE %]
221                         <input type="checkbox" id="hideinopac" name="hideinopac" value="1" />
222                     [% END %]
223                     <span class="hint">If checked, items of this type will be hidden as filters in OPAC's advanced search.</span>
224                 </li>
225                 <li>
226                     <label for="notforloan">Not for loan: </label>
227                         [% IF itemtype.notforloan %]
228                             <input type="checkbox" id="notforloan" name="notforloan" checked="checked" value="1" />
229                         [% ELSE %]
230                             <input type="checkbox" id="notforloan" name="notforloan" value="1" />
231                         [% END %]
232                         <span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span>
233                 </li>
234                 <li>
235                     <label for="rentalcharge">Rental charge: </label>
236                     <input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" />
237                     <span class="hint">This fee is charged once per checkout/renewal per item</span>
238                 </li>
239                 <li>
240                     <label for="rentalcharge_daily">Daily rental charge: </label>
241                     <input type="text" id="rentalcharge_daily" name="rentalcharge_daily" size="10" value="[% itemtype.rentalcharge_daily | $Price on_editing => 1 %]" />
242                     <span class="hint">This fee is charged at checkout/renewal time for each day between the checkout/renewal date and due date for loans specified in days.</span>
243                 </li>
244                 <li>
245                     <label for="rentalcharge_daily_calendar">Daily rentals use calendar: </label>
246                         [% IF itemtype.rentalcharge_daily_calendar %]
247                             <input type="checkbox" id="rentalcharge_daily_calendar" name="rentalcharge_daily_calendar" checked="checked" value="1" />
248                         [% ELSE %]
249                             <input type="checkbox" id="rentalcharge_daily_calendar" name="rentalcharge_daily_calendar" value="1" />
250                         [% END %]
251                         <span class="hint">If checked, daily charge will be calculated using the calendar to exclude holidays. If not checked, the fee will be calculated based on the number of days until due, directly.</span>
252                 </li>
253                 <li>
254                     <label for="rentalcharge_hourly">Hourly rental charge: </label>
255                     <input type="text" id="rentalcharge_hourly" name="rentalcharge_hourly" size="10" value="[% itemtype.rentalcharge_hourly | $Price on_editing => 1 %]" />
256                     <span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specified in hours.</span>
257                 </li>
258                 <li>
259                     <label for="rentalcharge_hourly_calendar">Hourly rentals use calendar: </label>
260                         [% IF itemtype.rentalcharge_hourly_calendar %]
261                             <input type="checkbox" id="rentalcharge_hourly_calendar" name="rentalcharge_hourly_calendar" checked="checked" value="1" />
262                         [% ELSE %]
263                             <input type="checkbox" id="rentalcharge_hourly_calendar" name="rentalcharge_hourly_calendar" value="1" />
264                         [% END %]
265                         <span class="hint">If checked, hourly charge will be calculated using the calendar to exclude holidays. If not checked, the fee will be calculated based on the number of hours until due, directly.</span>
266                 </li>
267                 <li>
268                     <label for="defaultreplacecost">Default replacement cost: </label>
269                     <input type="text" id="defaultreplacecost" name="defaultreplacecost" size="10" value="[% itemtype.defaultreplacecost | html %]" />
270                 </li>
271                 <li>
272                     <label for="processfee">Processing fee (when lost): </label>
273                     <input type="text" id="processfee" name="processfee" size="10" value="[% itemtype.processfee | html %]" />
274                 </li>
275                 <li>
276                     <label for="checkinmsg">Checkin message: </label>
277                     <textarea id="checkinmsg" name="checkinmsg" cols="55" rows="5">[% itemtype.checkinmsg | html %]</textarea>
278                 </li>
279                 <li>
280                     <label for="checkinmsgtype">Checkin message type: </label>
281                     <select type="text" id="checkinmsgtype" name="checkinmsgtype">
282                         [% IF itemtype.checkinmsgtype == 'message' %]
283                             <option value="message" selected="selected">Message</option>
284                         [% ELSE %]
285                             <option value="message">Message</option>
286                         [% END %]
287                         [% IF itemtype.checkinmsgtype == 'alert' %]
288                             <option value="alert" selected="selected">Alert</option>
289                         [% ELSE %]
290                             <option value="alert">Alert</option>
291                         [% END %]
292                     </select>
293                 </li>
294                 <li>
295                     <label for="sip_media_type">SIP media type: </label>
296                     <select id="sip_media_type" name="sip_media_type">
297                         <option value=""></option>
298                         [% FOREACH a IN AuthorisedValues.Get('SIP_MEDIA_TYPE') %]
299                             [% IF a.authorised_value == itemtype.sip_media_type %]
300                                 <option value="[% a.authorised_value | html %]" selected="selected">[% a.lib | html %]</option>
301                             [% ELSE %]
302                                 <option value="[% a.authorised_value | html %]">[% a.lib | html %]</option>
303                             [% END %]
304                         [% END %]
305                     </select>
306                 </li>
307                 <li><label for="branches">Library limitation: </label>
308                     <select id="branches" name="branches" multiple size="10">
309                         <option value="">All libraries</option>
310                         [% FOREACH branch IN branches_loop %]
311                         [% IF ( branch.selected ) %]
312                             <option selected="selected" value="[% branch.branchcode | html %]">[% branch.branchname | html %]</option>
313                         [% ELSE %]
314                             <option value="[% branch.branchcode | html %]">[% branch.branchname | html %]</option>
315                         [% END %]
316                         [% END %]
317                     </select>
318                     <span class="hint">Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type.</span>
319                 </li>
320                 <li>
321                     <label for="summary">Summary: </label>
322                    <textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea>
323                     <p>Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype : </p>
324                     <p><b>&lt;a href="[856u]"&gt;open site&lt;/a&gt;</b> will show the link just below the title</p>
325                 </li>
326             </ol>
327         </fieldset>
328
329         <fieldset class="action">
330             <input type="submit" value="Save changes" />
331             <a href="/cgi-bin/koha/admin/itemtypes.pl" class="cancel">Cancel</a>
332         </fieldset>
333     </form>
334 [% END %]
335
336 [% IF op == 'delete_confirm' %]
337     <div class="dialog alert">
338         <h3>Delete item type '[% itemtype.itemtype | html %]'?</h3>
339         <table>
340             <tr>
341                 <th scope="row">Item type</th>
342                 <td>[% itemtype.itemtype | html %]</td>
343             </tr>
344             <tr><th scope="row">Description</th><td>[% itemtype.translated_description | html %]</td></tr>
345             [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]
346                 <tr>
347                     <th scope="row">Image</th>
348                     <td>
349                         [% SET image_location = itemtype.image_location('intranet') %]
350                         [% IF image_location %]<img src="[% image_location | html %]" alt="" />[% END %]
351                     </td>
352                 </tr>
353             [% END %]
354             <tr><th scope="row">Rental charge</th><td>[% itemtype.rentalcharge | $Price %]</td></tr>
355         </table>
356         <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
357             <input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
358             <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this item type</button>
359         </form>
360         <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
361             <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
362         </form>
363     </div>
364 [% END %]
365
366 [% IF op == 'list' %]
367     <h2>Item types administration</h2>
368     [% IF itemtypes %]
369         <table id="table_item_type">
370           <thead>
371             [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %]
372             <th>Code</th>
373             <th>Description</th>
374             <th>Search category</th>
375             <th>Not for loan</th>
376             <th>Hide in OPAC</th>
377             <th>Rental charge</th>
378             <th>Daily rental charge</th>
379             <th>Hourly rental charge</th>
380             <th>Default replacement cost</th>
381             <th>Processing fee (when lost)</th>
382             <th>Checkin message</th>
383             <th>Library limitations</th>
384             <th class="noExport">Actions</th>
385           </thead>
386           [% FOREACH itemtype IN itemtypes %]
387             <tr>
388                 [% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]
389                     <td>
390                         [% SET image_location = itemtype.image_location('intranet') %]
391                         [% IF image_location %]<img src="[% image_location | html %]" alt="" />[% ELSE %]&nbsp;[% END %]
392                     </td>
393                 [% END %]
394             <td>
395               <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype | uri %]">
396                 [% itemtype.itemtype | html %]
397               </a>
398             </td>
399             <td>
400                 [% IF itemtype.translated_descriptions.size %]
401                     [% itemtype.description | html %] (default)<br/>
402                     [% FOR description IN itemtype.translated_descriptions %]
403                         [% IF description.translation == itemtype.translated_description %]
404                             <b>[% description.translation | html %]</b>
405                         [% ELSE %]
406                             [% description.translation | html %] ([% description.lang | html %])
407                         [% END %]
408                         <br/>
409                     [% END %]
410                 [% ELSE %]
411                     [% itemtype.description | html %]
412                 [% END %]
413             </td>
414             <td>[% itemtype.searchcategory | html %]</td>
415             <td>[% IF ( itemtype.notforloan ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
416             <td>[% IF ( itemtype.hideinopac ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
417             <td>
418             [% UNLESS ( itemtype.notforloan ) %]
419               [% itemtype.rentalcharge | $Price %]
420             [% END %]
421             </td>
422             <td>
423             [% UNLESS ( itemtype.notforloan ) %]
424               [% itemtype.rentalcharge_daily | $Price %]
425             [% END %]
426             </td>
427             <td>
428             [% UNLESS ( itemtype.notforloan ) %]
429               [% itemtype.rentalcharge_hourly | $Price %]
430             [% END %]
431             </td>
432
433             <td>[% itemtype.defaultreplacecost | $Price %]</td>
434             <td>[% itemtype.processfee | $Price %]</td>
435             <td>[% itemtype.checkinmsg | html_line_break | $raw %]</td>
436             <td>
437                 [% IF itemtype.library_limits %]
438                     [% libraries_str = "" %]
439                     [% FOREACH library IN itemtype.library_limits %]
440                         [%- IF loop.first -%]
441                         [% libraries_str = library.branchname _ " (" _ library.branchcode _ ")" %]
442                         [% ELSE %]
443                         [% libraries_str = libraries_str _ "\n" _ library.branchname _ " (" _ library.branchcode _ ")" %]
444                         [% END %]
445                     [% END %]
446                     <span class="library_limitation" title="[% libraries_str | html %]">
447                         [% IF itemtype.library_limits.count > 1 %]
448                             [% itemtype.library_limits.count | html %] library limitations
449                         [% ELSE %]
450                             [% itemtype.library_limits.count | html %] library limitation
451                         [% END %]
452                 [% ELSE %]
453                     No limitation
454                 [% END %]
455             </td>
456             <td class="actions">
457               <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>
458               <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>
459             </td>
460           </tr>
461           [% END %]
462         </table>
463     [% ELSE %]
464         <div class="dialog message">There are no itemtypes defined</div>
465     [% END %]
466 [% END %]
467
468             </main>
469         </div> <!-- /.col-sm-10.col-sm-push-2 -->
470
471         <div class="col-sm-2 col-sm-pull-10">
472             <aside>
473                 [% INCLUDE 'admin-menu.inc' %]
474             </aside>
475         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
476      </div> <!-- /.row -->
477
478 [% MACRO jsinclude BLOCK %]
479     [% Asset.js("js/admin-menu.js") | $raw %]
480     [% INCLUDE 'greybox.inc' %]
481     [% INCLUDE 'datatables.inc' %]
482     [% INCLUDE 'columns_settings.inc' %]
483     <script>
484          $(document).ready(function() {
485             $('#icons').tabs();
486             var columns_settings = [% TablesSettings.GetColumns( 'admin', 'itemtypes', 'table_item_type', 'json' ) | $raw %];
487             [% IF ( Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') ) %]
488                 columns_settings.shift(); // Remove item type image column from configuration
489             [% END %]
490
491             $(document).ready(function() {
492                 KohaTable("table_item_type", {
493                     "aoColumnDefs": [
494                         { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
495                     ],
496                 "aaSorting": [[ 2, "asc" ]],
497                 "iDisplayLength": 10,
498                 "sPaginationType": "full"
499                 }, columns_settings);
500             });
501
502             $( "#itemtypeentry" ).validate({
503                 rules: {
504                     itemtype: { required: true },
505                     description: { required: true },
506                     rentalcharge: { number: true }
507                 }
508             });
509             $("#itemtype").on("blur",function(){
510                 toUC(this);
511             });
512             $(".library_limitation").tooltip();
513          });
514     </script>
515 [% END %]
516
517 [% INCLUDE 'intranet-bottom.inc' %]