"" added in <input> tag
This commit is contained in:
parent
33f962968b
commit
c85dee4cba
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<!-- TMPL_ELSE -->
|
||||
<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<div id="mainbloc">
|
||||
<span style="font-size:2em; text-align:left;">MARC search results</span>
|
||||
<br>
|
||||
|
||||
|
@ -84,6 +84,7 @@
|
|||
</table>
|
||||
</center>
|
||||
|
||||
</div>
|
||||
<!-- TMPL_IF NAME="opac" -->
|
||||
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|
||||
<!-- TMPL_ELSE -->
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<!-- TMPL_ELSE -->
|
||||
<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
|
||||
<!-- /TMPL_IF -->
|
||||
<div id="mainbloc">
|
||||
|
||||
<h1>Catalogue search</h1>
|
||||
|
||||
|
@ -189,6 +190,7 @@ function AddStatement() {
|
|||
}
|
||||
|
||||
</script>
|
||||
</div>
|
||||
<!-- TMPL_IF NAME="opac" -->
|
||||
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|
||||
<!-- TMPL_ELSE -->
|
||||
|
|
Loading…
Reference in a new issue