|
Lines 49-55
$(document).ready(function() {
Link Here
|
| 49 |
› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->"><!-- TMPL_VAR NAME="frameworktext" --> (<!-- TMPL_VAR NAME="frameworkcode" -->)</a> |
49 |
› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->"><!-- TMPL_VAR NAME="frameworktext" --> (<!-- TMPL_VAR NAME="frameworkcode" -->)</a> |
| 50 |
› <!-- TMPL_VAR name="action" --> <!-- TMPL_VAR NAME="searchfield" --> |
50 |
› <!-- TMPL_VAR name="action" --> <!-- TMPL_VAR NAME="searchfield" --> |
| 51 |
<!-- TMPL_ELSIF name="else" --> |
51 |
<!-- TMPL_ELSIF name="else" --> |
| 52 |
› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->"><!-- TMPL_VAR NAME="frameworktext" --> (<!-- TMPL_VAR NAME="frameworkcode" -->)</a> |
52 |
› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->"><!-- TMPL_IF NAME="frameworkcode" --><!-- TMPL_VAR NAME="frameworktext" --> (<!-- TMPL_VAR NAME="frameworkcode" -->)<!-- TMPL_ELSE -->Default MARC framework<!-- /TMPL_IF --></a> |
| 53 |
<!-- TMPL_ELSIF name="delete_confirm" --> |
53 |
<!-- TMPL_ELSIF name="delete_confirm" --> |
| 54 |
› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->"><!-- TMPL_VAR NAME="frameworktext" --> (<!-- TMPL_VAR NAME="frameworkcode" -->)</a> |
54 |
› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=<!-- TMPL_VAR NAME="frameworkcode" -->"><!-- TMPL_VAR NAME="frameworktext" --> (<!-- TMPL_VAR NAME="frameworkcode" -->)</a> |
| 55 |
› Confirm Deletion of Tag '<!-- TMPL_VAR name="searchfield" -->' |
55 |
› Confirm Deletion of Tag '<!-- TMPL_VAR name="searchfield" -->' |
|
Lines 132-164
$(document).ready(function() {
Link Here
|
| 132 |
|
132 |
|
| 133 |
|
133 |
|
| 134 |
<!-- TMPL_IF NAME="else" --> |
134 |
<!-- TMPL_IF NAME="else" --> |
| 135 |
|
|
|
| 136 |
<form name="f" action="<!-- TMPL_VAR NAME="script_name" -->" method="post"> |
135 |
<form name="f" action="<!-- TMPL_VAR NAME="script_name" -->" method="post"> |
| 137 |
<p><label for="frameworkcode">Framework</label> |
136 |
<fieldset style="padding:.5em;"> |
|
|
137 |
<label for="searchfield"><strong>Search for tag:</strong> </label> |
| 138 |
<input type="text" name="searchfield" id="searchfield" size="4" value="<!-- TMPL_VAR NAME="searchfield" -->" /> |
| 139 |
|
| 140 |
<label for="frameworkcode"><strong>In framework:</strong> </label> |
| 138 |
<select id="frameworkcode" name="frameworkcode"> |
141 |
<select id="frameworkcode" name="frameworkcode"> |
| 139 |
<option value="">Default</option> |
142 |
<option value="">Default</option> |
| 140 |
<!-- TMPL_LOOP NAME="frameworkloop" --> |
143 |
<!-- TMPL_LOOP NAME="frameworkloop" --> |
| 141 |
<!-- TMPL_IF NAME="selected" --> |
144 |
<!-- TMPL_IF NAME="selected" --> |
| 142 |
<option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="frameworktext" --></option> |
145 |
<option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="frameworktext" --></option> |
| 143 |
<!-- TMPL_ELSE --> |
146 |
<!-- TMPL_ELSE --> |
| 144 |
<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option> |
147 |
<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option> |
| 145 |
<!-- /TMPL_IF --> |
148 |
<!-- /TMPL_IF --> |
| 146 |
<!-- /TMPL_LOOP --> |
149 |
<!-- /TMPL_LOOP --> |
| 147 |
</select> |
150 |
</select> |
| 148 |
</p> |
151 |
<input type="submit" value="Search" /> |
| 149 |
<p> |
152 |
<p> <label for="select_display">Display only used Tags/Subfields</label> |
| 150 |
<label for="searchfield">Search for Tag</label> |
|
|
| 151 |
<input type="text" name="searchfield" id="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" /> |
| 152 |
<input type="submit" value="Search" /> |
| 153 |
</p> |
| 154 |
<p> |
| 155 |
<label for="select_display">Display only used Tags/Subfields</label> |
| 156 |
<!-- TMPL_IF Name="select_display"--> |
153 |
<!-- TMPL_IF Name="select_display"--> |
| 157 |
<input type="checkbox" name="select_display" id="select_display" value="True" checked="checked" onchange="this.form.submit();" /> |
154 |
<input type="checkbox" name="select_display" id="select_display" value="True" checked="checked" onchange="this.form.submit();" /> |
| 158 |
<!-- TMPL_ELSE --> |
155 |
<!-- TMPL_ELSE --> |
| 159 |
<input type="checkbox" name="select_display" id="select_display" value="True" onchange="this.form.submit();" /> |
156 |
<input type="checkbox" name="select_display" id="select_display" value="True" onchange="this.form.submit();" /> |
| 160 |
<!--/TMPL_IF --> |
157 |
<!--/TMPL_IF --></p> |
| 161 |
</p> |
158 |
</fieldset> |
| 162 |
</form> |
159 |
</form> |
| 163 |
<p>NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/batchRebuildBiblioTables.pl script.</p> |
160 |
<p>NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/batchRebuildBiblioTables.pl script.</p> |
| 164 |
<span id="pagertable_marctagstructure" class="pager"> |
161 |
<span id="pagertable_marctagstructure" class="pager"> |
| 165 |
- |
|
|