minor HTML fixes, to deal with some translator warnings
This commit is contained in:
parent
8179d9d6d7
commit
cb7df18b01
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
<input type="hidden" name="and_or" value="and">
|
<input type="hidden" name="and_or" value="and">
|
||||||
<input type="hidden" name="excluding" value="">
|
<input type="hidden" name="excluding" value="">
|
||||||
<input type="hidden" name="operator" value="contains">
|
<input type="hidden" name="operator" value="contains">
|
||||||
<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->"
|
<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<input type="submit" value="Start search" class="button authority">
|
<input type="submit" value="Start search" class="button authority">
|
||||||
|
|
|
@ -11,7 +11,7 @@ i=index_start
|
||||||
// go forward, until reaching the end of the field.
|
// go forward, until reaching the end of the field.
|
||||||
while (i<=opener.opener.document.f.field_value.length) {
|
while (i<=opener.opener.document.f.field_value.length) {
|
||||||
if (opener.opener.document.f.tag[i].value == whichfield && opener.opener.document.f.subfield[i].value == '9') {
|
if (opener.opener.document.f.tag[i].value == whichfield && opener.opener.document.f.subfield[i].value == '9') {
|
||||||
opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR NAME="authid">";
|
opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR NAME="authid" -->";
|
||||||
}
|
}
|
||||||
<!-- TMPL_LOOP NAME="0XX" -->
|
<!-- TMPL_LOOP NAME="0XX" -->
|
||||||
<!-- TMPL_LOOP NAME="subfield" -->
|
<!-- TMPL_LOOP NAME="subfield" -->
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->&index=<!-- TMPL_VAR NAME="index" -->')" class="button authority">
|
<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->&index=<!-- TMPL_VAR NAME="index" -->')" class="button authority">
|
||||||
Print
|
Print
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript:CopyValues()"> <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/arrow.gif" height="45" width="45" ">
|
<a href="javascript:CopyValues()"> <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/arrow.gif" height="45" width="45">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue