[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/authoritie... [rel_3_0]

paul poulain paul at koha-fr.org
Tue Jan 30 11:04:44 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/30 10:04:44

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/authorities: 
	                                             searchresultlist-auth.tmpl 

Log message:
	reintroducing the 3rd line on auth finder

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: searchresultlist-auth.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- searchresultlist-auth.tmpl	24 Jan 2007 15:13:27 -0000	1.1.2.3
+++ searchresultlist-auth.tmpl	30 Jan 2007 10:04:44 -0000	1.1.2.4
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
- Cataloguing_Authority_choose
+Cataloguing_Authority_choose
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <div id="mainbloc">
 	<h1 class="authority">Authority search results</h1>
@@ -16,6 +16,17 @@
 					<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
 				</p>
 				<p>
+                    <label class="label100">Main entry ($a only)</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
+                    <input type="hidden" name="marclist" value="mainmainentry">
+                    <input type="hidden" name="and_or" value="and">
+                    <input type="hidden" name="excluding" value="">
+                    <select name="operator">
+                        <option value="start">start by</option>
+                        <option value="contains">contains</option>
+                    </select>
+                    <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
+                </p>
+                <p>
 					<label class="label100">Main entry</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
 					<input type="hidden" name="marclist" value="mainentry">
 					<input type="hidden" name="and_or" value="and">





More information about the Koha-cvs mailing list