[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/search.marc... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Jan 31 23:41:07 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/01/31 22:41:07

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/search.marc: search.tmpl 

Log message:
	Minor markup changes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl.diff?only_with_tag=rel_2_2&tr1=1.6.2.7&tr2=1.6.2.8&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl:1.6.2.7 koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl:1.6.2.8
--- koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl:1.6.2.7	Wed Sep 28 19:57:12 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl	Tue Jan 31 22:41:07 2006
@@ -10,7 +10,7 @@
 <input type="hidden" name="type" value="intranet" />
 <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
 
-<div class="form">
+<div class="data">
 <table>
 <caption>Quick Search</caption>
 					<tr>
@@ -57,7 +57,9 @@
 			<input type="hidden" name="excluding" value="" />
 			<input type="hidden" name="operator" value="contains" />
 			<input type="text" id="seriestitle" name="value" size="35"/></td></tr>
-	</table><input type="submit" value="Start search" class="submit" /><table>
+	</table>
+	<p><input type="submit" value="Start search" class="submit" /></p>
+	<table>
 		<tr>
 			<th><label for="itemtype">Item Type</label></th>
 			<td><input type="hidden" name="marclist" value="biblioitems.itemtype" />
@@ -107,7 +109,7 @@
 			<input type="text" id="publisher" name="value" onchange="sql_update()" size="35"  accesskey="p" /></td>
 		</tr>
 		</table>
-		<input type="submit" value="Start search" class="submit" />
+		<p><input type="submit" value="Start search" class="submit" /></p>
 </div>
 
 <div class="table">





More information about the Koha-cvs mailing list