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