Bug 26602: Don't export "actions" column
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / marc_subfields_structure.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% SET footerjs = 1 %]
4 [% INCLUDE 'doc-head-open.inc' %]
5 <title>
6     Koha &rsaquo; Administration &rsaquo;
7     [%- IF ( add_form ) -%]
8         [%- IF ( use_heading_flags_p ) -%]
9             [%- IF ( heading_edit_subfields_p ) -%]
10                 MARC subfield structure &rsaquo; Edit MARC subfields constraints
11             [%- END -%]
12         [%- ELSE -%]
13             MARC subfield structure &rsaquo; [%- action | html -%]
14         [%- END -%]
15     [%- END -%]
16     [%- IF ( delete_confirm ) -%]
17         MARC subfield structure &rsaquo; Confirm deletion of subfield [%- tagsubfield | html -%]
18     [%- END -%]
19     [%- IF ( delete_confirmed ) -%]
20         MARC subfield structure &rsaquo; Subfield deleted
21     [%- END -%]
22     [%- IF ( else ) -%]
23         MARC subfield structure
24     [%- END -%]
25 </title>
26 [% INCLUDE 'doc-head-close.inc' %]
27 <style>.constraints::after { content:  " "; clear: both; display:block; }</style>
28 </head>
29
30 <body id="admin_marc_subfields_structure" class="admin">
31     [% INCLUDE 'header.inc' %]
32     [% INCLUDE 'prefs-admin-search.inc' %]
33
34     <div id="breadcrumbs">
35         <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
36         <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
37         <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> &rsaquo;
38         <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode | uri %]&amp;searchfield=[% tagfield | uri %]">
39             [% IF ( frameworkcode ) %][% frameworkcode | html %][% ELSE %]Default[% END %] framework structure
40         </a> &rsaquo;
41         [% IF ( add_form ) %]
42             [% IF ( use_heading_flags_p ) %]
43                 [% IF ( heading_edit_subfields_p ) %]
44                     <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] subfield structure</a> &rsaquo; Edit subfields constraints
45                 [% END %]
46             [% ELSE %]
47                 <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] Subfield structure</a> &rsaquo; [% action | html %]
48             [% END %]
49         [% END %]
50         [% IF ( delete_confirm ) %]
51             <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] Subfield structure</a> &rsaquo; Confirm deletion of subfield [% tagsubfield | html %]
52         [% END %]
53         [% IF ( delete_confirmed ) %]
54             <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] subfield structure</a> &rsaquo; Subfield deleted
55         [% END %]
56         [% IF ( else ) %]
57             Tag [% tagfield | html %] Subfield structure
58         [% END %]
59     </div> <!-- /#breadcrumbs -->
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 ( add_form ) %]
67                         <h1>
68                             [% IF ( use_heading_flags_p ) %]
69                                 [% IF ( heading_edit_subfields_p ) %]Tag [% tagfield | html %] Subfield constraints[% END %]
70                             [% ELSE %]
71                                 [% action | html %]
72                             [% END %]
73                         </h1>
74
75                         <form action="[% script_name | html %]" name="Aform" method="post">
76                             <input type="hidden" name="op" value="add_validate" />
77                             <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
78                             <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
79
80                             <div id="subfieldtabs" class="toptabs numbered">
81                                 <ul>
82                                     [% FOREACH loo IN loop %]
83                                         [% IF ( loo.new_subfield ) %]
84                                             <li><a href="#sub[% loo.urisubfieldcode | uri %]field" title="[% loo.liblibrarian | html_entity %]">New</a></li>
85                                         [% ELSE %]
86                                             <li><a href="#sub[% loo.urisubfieldcode | uri %]field" title="[% loo.liblibrarian | html_entity %]">
87                                                 [% loo.subfieldcode | html %]
88                                         </a></li>
89                                         [% END %]
90                                     [% END %]
91                                 </ul>
92
93                                 [% FOREACH loo IN loop %]
94                                     <div class="constraints" id="sub[% loo.urisubfieldcode | uri %]field">
95                                         <div id="basic[% loo.urisubfieldcode | html %]" class="contraints">
96                                             <fieldset class="rows">
97                                                 <legend>Basic constraints</legend>
98                                                 <ol>
99                                                     [% IF ( subfieldcode == 0 || subfieldcode ) %]
100                                                         <li>
101                                                             <span class="label">Subfield code:</span>
102                                                             [% loo.subfieldcode | html %] <input type="hidden" name="tagsubfield" value="[% loo.subfieldcode | html %]" />
103                                                         </li>
104                                                     [% ELSE %]
105                                                         <li>
106                                                             <label for="tagsubfield[% loo.row | html %]">Subfield code:</label>
107                                                                 <input type="text" id="tagsubfield[% loo.row | html %]" name="tagsubfield" value="[% loo.subfieldcode | html %]" />
108                                                             </li>
109                                                     [% END %]
110                                                     <li>
111                                                         <label for="liblibrarian[% loo.row | html %]">Text for librarian: </label>
112                                                         <input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" />
113                                                     </li>
114                                                     <li>
115                                                         <label for="libopac[% loo.row | html %]">Text for OPAC: </label>
116                                                         <input type="text" id="libopac[% loo.row | html %]" name="libopac" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" />
117                                                     </li>
118                                                     <li>
119                                                         <label for="repeatable[% loo.row | html %]">Repeatable: </label>
120                                                         [% IF loo.repeatable %]
121                                                             <input type="checkbox" id="repeatable[% loo.row | html %]" name="repeatable[% loo.row | html %]" checked="checked" value="1" />
122                                                         [% ELSE %]
123                                                             <input type="checkbox" id="repeatable[% loo.row | html %]" name="repeatable[% loo.row | html %]" value="1" />
124                                                         [% END %]
125                                                     </li>
126                                                     <li>
127                                                         <label for="mandatory[% loo.row | html %]">Mandatory: </label>
128                                                         [% IF loo.mandatory %]
129                                                             <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" checked="checked" value="1" />
130                                                         [% ELSE %]
131                                                             <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" value="1" />
132                                                         [% END %]
133                                                     </li>
134                                                     <li>
135                                                         <label for="important[% loo.row | html %]">Important: </label>
136                                                         [% IF loo.important %]
137                                                             <input type="checkbox" id="important[% loo.row | html %]" name="important[% loo.row | html %]" checked="checked" value="1" />
138                                                         [% ELSE %]
139                                                             <input type="checkbox" id="important[% loo.row | html %]" name="important[% loo.row | html %]" value="1" />
140                                                         [% END %]
141                                                     </li>
142                                                     <li><label for="tab[% loo.row | html %]">Managed in tab: </label>
143                                                         <select name="tab" tabindex="" size="1" id="tab[% loo.row | html %]">
144                                                         [%- IF ( loo.tab ==  -1 ) -%]
145                                                             <option value="-1" selected="selected">ignore</option>
146                                                         [%- ELSE -%]
147                                                             <option value="-1">ignore</option>
148                                                         [%- END -%]
149                                                         [%- FOREACH t IN [ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] -%]
150                                                             [%- IF ( loo.tab ==  t ) -%]
151                                                             <option value="[%- t | html -%]" selected="selected">[%- t | html -%]</option>
152                                                             [%- ELSE -%]
153                                                             <option value="[%- t | html -%]">[%- t | html -%]</option>
154                                                             [%- END -%]
155                                                         [%- END -%]
156                                                         [%- IF ( loo.tab ==  10 ) -%]
157                                                             <option value="10" selected="selected">items (10)</option>
158                                                         [%- ELSE -%]
159                                                             <option value="10">items (10)</option>
160                                                         [%- END -%]
161                                                         </select>
162                                                         <div class="hint">Ignore means that the subfield does not display in the record editor</div>
163                                                     </li>
164                                                 </ol>
165                                             </fieldset> <!-- /.rows -->
166                                         </div> <!-- /#basic[% loo.urisubfieldcode | html %] -->
167
168                                         <div id="advanced[% loo.urisubfieldcode | html %]" class="contraints">
169                                             <fieldset class="rows">
170                                                 <legend>Advanced constraints</legend>
171                                                 <ol>
172                                                     <li>
173                                                         <label for="defaultvalue[% loo.row | html %]">Default value:</label>
174                                                         <input type="text" name="defaultvalue" id="defaultvalue[% loo.row | html %]" value="[% loo.defaultvalue | html %]" />
175                                                     </li>
176                                                     <li>
177                                                         <label for="maxlength[% loo.row | html %]">Max length:</label>
178                                                         <input type="text" id="maxlength[% loo.row | html %]" name="maxlength" value="[% loo.maxlength | html %]" size="4" />
179                                                     </li>
180                                                     <li>
181                                                         [% IF loo.hidden_protected %]
182                                                             <input type="hidden" id="hidden-[% loo.row | html %]" name="hidden" value="[% loo.hidden | html %]" data-koha-protected="1" />
183                                                         [% ELSE %]
184                                                             <input type="hidden" id="hidden-[% loo.row | html %]" name="hidden" value="[% loo.hidden | html %]" />
185                                                         [% END %]
186                                                         <label for="hidden[% loo.row | html %]">Visibility: </label>
187                                                         <input type="checkbox" id="hidden_opac_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_opac_[% loo.row | html %]"/>
188                                                         <label for="hidden_opac_[% loo.row | html %]" style="float: none;">OPAC</label>
189                                                         <input type="checkbox" id="hidden_intranet_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_intranet_[% loo.row | html %]"/>
190                                                         <label for="hidden_intranet_[% loo.row | html %]" style="float: none;">Intranet</label>
191                                                         <input type="checkbox" id="hidden_editor_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_editor_[% loo.row | html %]"/>
192                                                         <label for="hidden_editor_[% loo.row | html %]" style="float: none;">Editor</label>
193                                                         <input type="checkbox" id="hidden_collapsed_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_collapsed_[% loo.row | html %]"/>
194                                                         <label for="hidden_collapsed_[% loo.row | html %]" style="float: none;">Collapsed</label>
195                                                         <input type="checkbox" id="hidden_flagged_[% loo.row | html %]" name="flagged_[% loo.row | html %]"/>
196                                                         <label for="hidden_flagged_[% loo.row | html %]" style="float: none;">Flagged</label>
197                                                     </li>
198                                                     <li>
199                                                         <label for="isurl[% loo.row | html %]">Is a URL:</label>
200                                                         [% IF loo.isurl %]
201                                                             <input type="checkbox" id="isurl[% loo.row | html %]" name="isurl[% loo.row | html %]" checked="checked" value="1" />
202                                                         [% ELSE %]
203                                                             <input type="checkbox" id="isurl[% loo.row | html %]" name="isurl[% loo.row | html %]" value="1" />
204                                                         [% END %]
205                                                         <div class="hint">If checked, it means that the subfield is a URL and can be clicked</div>
206                                                     </li>
207                                                     <li>
208                                                         <label for="link[% loo.row | html %]">Link:</label>
209                                                         <input type="text" id="link[% loo.row | html %]" name="link" value="[% loo.link | html %]" size="10" maxlength="80" />
210                                                         <div class="hint">An index name, e.g. title or Local-Number</div>
211                                                     </li>
212                                                     <li>
213                                                         <label for="kohafield[% loo.row | html %]">Koha link:</label>
214                                                         <!-- This select should be DISABLED; value is submitted by the following hidden input -->
215                                                         <select name="kohafield" id="kohafield[% loo.row | html %]" size="1" disabled>
216                                                         [% FOREACH value IN loo.kohafields %]
217                                                         [% IF ( value == loo.kohafield ) %]
218                                                             <option value="[% value | html %]" selected="selected">[% value | html %]</option>
219                                                         [% ELSE %]
220                                                             <option value="[% value | html %]">[% value | html %]</option>
221                                                         [% END %]
222                                                         [% END %]
223                                                         </select>
224                                                         <!-- Do NOT remove this next hidden input! We need it to save kohafield. -->
225                                                         <input type="hidden" name="kohafield" value="[% loo.kohafield | html %]"/>
226                                                     </li>
227                                                 </ol>
228                                             </fieldset> <!-- /.rows -->
229                                         </div> <!-- /#advanced[% loo.urisubfieldcode | html %] -->
230
231                                         <div id="oth[% loo.urisubfieldcode | html %]" class="constraints">
232                                             <fieldset class="rows">
233                                                 <legend>Other options (choose one)</legend>
234                                                 <ol>
235                                                     <li>
236                                                         <label for="authorised_value[% loo.row | html %]">Authorized value:</label>
237                                                         <select name="authorised_value" id="authorised_value[% loo.row | html %]" size="1">
238                                                         <option value=""></option>
239                                                         [% FOREACH value IN loo.authorised_values %]
240                                                             [% IF ( value == loo.authorised_value ) %]
241                                                                 <option value="[% value | html %]" selected="selected">[% value | html %]</option>
242                                                             [% ELSE %]
243                                                                 <option value="[% value | html %]">[% value | html %]</option>
244                                                             [% END %]
245                                                         [% END %]
246                                                         </select>
247                                                     </li>
248                                                     <li>
249                                                         <label for="authtypecode[% loo.row | html %]">Thesaurus:</label>
250                                                         <select name="authtypecode" id="authtypecode[% loo.row | html %]" size="1">
251                                                         [% FOREACH value IN loo.authtypes %]
252                                                             [% IF ( value == loo.authtypecode ) %]
253                                                                 <option value="[% value | html %]" selected="selected">[% value | html %]</option>
254                                                             [% ELSE %]
255                                                                 <option value="[% value | html %]">[% value | html %]</option>
256                                                             [% END %]
257                                                         [% END %]
258                                                         </select>
259                                                     </li>
260                                                     <li>
261                                                         <label for="value_builder[% loo.row | html %]">Plugin:</label>
262                                                         <select name="value_builder" id="value_builder[% loo.row | html %]" size="1">
263                                                         [% FOREACH value IN loo.value_builders %]
264                                                             [% IF ( value == loo.value_builder ) %]
265                                                                 <option value="[% value | html %]" selected="selected">[% value | html %]</option>
266                                                             [% ELSE %]
267                                                                 <option value="[% value | html %]">[% value | html %]</option>
268                                                             [% END %]
269                                                         [% END %]
270                                                         </select>
271                                                     </li>
272                                                 </ol>
273                                             </fieldset> <!-- /.rows -->
274                                         </div> <!-- /#oth[% loo.urisubfieldcode | html %] -->
275                                     </div><!-- /constraints -->
276                                 [% END # /FOREACH loo %]
277                             </div><!-- /subfieldtabs -->
278
279                             <fieldset class="action">
280                                 <input type="submit" value="Save changes" /> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield  | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="cancel">Cancel</a>
281                             </fieldset>
282                         </form>
283                     [% END # /IF ( add_form ) %]
284
285                     [% IF ( delete_confirm ) %]
286                         <div class="dialog alert">
287                             <h3>Confirm deletion of subfield [% tagsubfield | html %]?</h3>
288                             <p>Subfield: [% tagsubfield | html %]</p>
289                             <p>Description: [% liblibrarian | html_entity %]</p>
290
291                             <form action="[% delete_link | html %]" method="post"><input type="hidden" name="op" value="delete_confirmed" />
292                                 <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
293                                 <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
294                                 <input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" />
295                                 <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
296                                 <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this subfield</button>
297                             </form>
298
299
300                             <form action="[% script_name | html %]" method="post">
301                                 <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
302                                 <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
303                                 <input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" />
304                                 <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
305                                 <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
306                             </form>
307                         </div> <!-- /.dialog.alert -->
308                     [% END # /IF ( delete_confirm ) %]
309
310                     [% IF ( delete_confirmed ) %]
311                         <h3>Data deleted</h3>
312                         <form action="[% script_name | html %]" method="post">
313                             <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
314                             <input type="submit" value="OK" />
315                         </form>
316                     [% END %]
317
318                     [% IF ( else ) %]
319                         <h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1>
320
321                         <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
322                         <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
323
324                         <table id="table_marcsubfieldstructure">
325                             <thead>
326                                 <tr>
327                                     <th>Subfield</th>
328                                     <th>Text</th>
329                                     <th>Constraints</th>
330                                     <th class="NoSort noExport">Actions</th>
331                                 </tr>
332                             </thead>
333                             <tbody>
334                                 [% FOREACH loo IN loop %]
335                                     <tr>
336                                         <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field">[% loo.tagsubfield | html %]</a></td>
337                                         <td>
338                                             [% IF ( loo.subfield_ignored ) %]
339                                                 <em>[% loo.liblibrarian | html_entity %]</em>
340                                             [% ELSE %]
341                                                 [% loo.liblibrarian | html_entity %]
342                                             [% END %]
343                                         </td>
344                                         <td>
345                                             [% IF ( loo.subfield_ignored ) %]
346                                                 <em>subfield ignored</em>
347                                             [% ELSE %]
348                                                 Tab:[% loo.tab | html %],
349                                                 [% IF ( loo.kohafield ) %] | Koha field: [% loo.kohafield | html %], [% END %]
350                                                 [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,[% END %]
351                                                 [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,[% END %]
352                                                 [% IF ( loo.important ) %]Important, [% ELSE %]Not important,[% END %]
353                                                 [% IF ( loo.seealso ) %] | See Also: [% loo.seealso | html %],[% END %]
354                                                 [% IF ( loo.hidden ) %]hidden,[% END %]
355                                                 [% IF ( loo.isurl ) %]is a URL,[% END %]
356                                                 [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value | html %],[% END %]
357                                                 [% IF ( loo.authtypecode ) %] | Authority:[% loo.authtypecode | html %],[% END %]
358                                                 [% IF ( loo.value_builder ) %] | Plugin:[% loo.value_builder | html %],[% END %]
359                                                 [% IF ( loo.link ) %] | Link:[% loo.link | html %],[% END %]
360                                             [% END %]
361                                         </td>
362                                         <td class="actions">
363                                             <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
364                                             <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=delete_confirm&amp;tagfield=[% loo.tagfield | uri %]&amp;tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
365                                         </td>
366                                     </tr>
367                                 [% END %]
368                             </tbody>
369                         </table> <!-- /#table_marcsubfieldstructure -->
370
371                         <form action="[% script_name | html %]" method="get">
372                             <fieldset class="action"><input type="hidden" name="op" value="add_form" />
373                                 <input type="hidden" name="tagfield" value="[% edit_tagfield | html %]" />
374                                 <input type="hidden" name="frameworkcode" value="[% edit_frameworkcode | html %]" />
375                                 <input type="submit" value="Edit subfields" />
376                                 <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | html %]">Cancel</a>
377                             </fieldset>
378                         </form>
379
380                     [% END # /IF else %]
381
382                 </main>
383             </div> <!-- /.col-sm-10.col-sm-push-2 -->
384
385             <div class="col-sm-2 col-sm-pull-10">
386                 <aside>
387                     [% INCLUDE 'admin-menu.inc' %]
388                 </aside>
389             </div> <!-- /.col-sm-2.col-sm-pull-10 -->
390         </div> <!-- /.row -->
391
392     [% MACRO jsinclude BLOCK %]
393         [% INCLUDE 'datatables.inc' %]
394         [% Asset.js("js/admin-menu.js") | $raw %]
395         [% Asset.js("js/marc_subfields_structure.js") | $raw %]
396     [% END %]
397
398     [% INCLUDE 'intranet-bottom.inc' %]