View | Details | Raw Unified | Return to bug 6114
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl (-1 / +1 lines)
Lines 110-116 Link Here
110
                    <input type="text" name="defaultvalue" id="defaultvalue<!-- TMPL_VAR NAME="row" -->" value="<!-- TMPL_VAR NAME="defaultvalue" -->" /></li>
110
                    <input type="text" name="defaultvalue" id="defaultvalue<!-- TMPL_VAR NAME="row" -->" value="<!-- TMPL_VAR NAME="defaultvalue" -->" /></li>
111
                <li><label for="hidden<!-- TMPL_VAR NAME="row" -->">hidden</label><input type="text" id="hidden<!-- TMPL_VAR NAME="row" -->" name="hidden" value="<!-- TMPL_VAR name="hidden" -->" size="2" /> (see online help)</li>
111
                <li><label for="hidden<!-- TMPL_VAR NAME="row" -->">hidden</label><input type="text" id="hidden<!-- TMPL_VAR NAME="row" -->" name="hidden" value="<!-- TMPL_VAR name="hidden" -->" size="2" /> (see online help)</li>
112
                <li><label for="isurl<!-- TMPL_VAR NAME="row" -->">Is a URL:</label><!-- TMPL_VAR NAME="isurl" --> (if checked, it means that the subfield is a URL and can be clicked)</li>
112
                <li><label for="isurl<!-- TMPL_VAR NAME="row" -->">Is a URL:</label><!-- TMPL_VAR NAME="isurl" --> (if checked, it means that the subfield is a URL and can be clicked)</li>
113
                <li><label for="link<!-- TMPL_VAR NAME="row" -->">Link:</label><input type="text" id="link<!-- TMPL_VAR NAME="row" -->" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="80" /> (e.g., Title or Local-Number) <span class="error"><em>Warning: This value should not change after data has been added to your catalog</em></span></li>
113
                <li><label for="link<!-- TMPL_VAR NAME="row" -->">Link:</label><input type="text" id="link<!-- TMPL_VAR NAME="row" -->" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="80" /> (e.g., Title or Local-Number) <span class="error"><em>NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</em></span></li>
114
                <li><label for="kohafield<!-- TMPL_VAR NAME="row" -->">Koha link:</label><!-- TMPL_VAR NAME="kohafield" --></li>
114
                <li><label for="kohafield<!-- TMPL_VAR NAME="row" -->">Koha link:</label><!-- TMPL_VAR NAME="kohafield" --></li>
115
			</ol>
115
			</ol>
116
	</fieldset>
116
	</fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl (-1 lines)
Lines 160-166 $(document).ready(function() { Link Here
160
        <!--/TMPL_IF -->
160
        <!--/TMPL_IF -->
161
    </p>
161
    </p>
162
</form>
162
</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>
164
<span id="pagertable_marctagstructure" class="pager">
163
<span id="pagertable_marctagstructure" class="pager">
165
	<form class="formpager">&nbsp;<strong>page(s)</strong>&nbsp;:
164
	<form class="formpager">&nbsp;<strong>page(s)</strong>&nbsp;:
166
		<img src="<!-- TMPL_VAR name="interface" -->/prog/img/first.png" class="first"/>
165
		<img src="<!-- TMPL_VAR name="interface" -->/prog/img/first.png" class="first"/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tmpl (-2 / +1 lines)
Lines 99-105 To edit the subfields associated with the tag, click 'Subfields' to the right of Link Here
99
	<li>on a field that is a link (4xx) to reach another bib record. For example, put 011a in 464$x, will find the serials that are with this ISSN.</li>
99
	<li>on a field that is a link (4xx) to reach another bib record. For example, put 011a in 464$x, will find the serials that are with this ISSN.</li>
100
</ul>
100
</ul>
101
</li>
101
</li>
102
	<li style="color: #990000;">Important: This value should not change after data has been added to your catalog</li>
102
	<li style="color: #990000;">NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</li>
103
</ul>
103
</ul>
104
</li>
104
</li>
105
</ul>
105
</ul>
106
- 

Return to bug 6114