[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/bull bull-h... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Jan 4 19:23:26 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/01/04 18:23:26

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

Log message:
	Synching with default template

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/bull-home.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/search.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/bull/bull-home.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/bull/bull-home.tmpl:1.1.2.2 koha/koha-tmpl/intranet-tmpl/npl/en/bull/bull-home.tmpl:1.1.2.3
--- koha/koha-tmpl/intranet-tmpl/npl/en/bull/bull-home.tmpl:1.1.2.2	Tue Jan 11 16:53:39 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/bull/bull-home.tmpl	Wed Jan  4 18:23:26 2006
@@ -25,9 +25,13 @@
 		</tr>
 		<!-- TMPL_IF NAME="subscriptions" -->
 		<!-- TMPL_LOOP name="subscriptions" -->
-			<tr>
-				<td>
-					<!-- TMPL_VAR name="title" --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
+			<!-- TMPL_IF name="toggle" -->
+					<tr class="highlight">
+				<!-- TMPL_ELSE -->
+					<tr>
+				<!-- /TMPL_IF -->
+				<td><!-- TMPL_IF name="title" --><!-- TMPL_VAR name="title" --><!-- TMPL_ELSE --> |
+					<!-- /TMPL_IF --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
 				</td>
 				<td>
 					<!-- TMPL_VAR name="ISSN" -->
Index: koha/koha-tmpl/intranet-tmpl/npl/en/bull/search.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/bull/search.tmpl:1.1.2.3 koha/koha-tmpl/intranet-tmpl/npl/en/bull/search.tmpl:1.1.2.4
--- koha/koha-tmpl/intranet-tmpl/npl/en/bull/search.tmpl:1.1.2.3	Thu Aug 25 18:00:39 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/bull/search.tmpl	Wed Jan  4 18:23:26 2006
@@ -18,6 +18,18 @@
 				<option value="50">50</option>
 				<option value="100">100</option>
 			</select></td></tr>
+			
+		<tr><th>
+			<label for="itemtype">Itemtype</label></th><td>
+			<!-- TMPL_VAR name="CGIitemtype" -->
+			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->" />
+			<input type="hidden" name="marclist" value="" />
+			<input type="hidden" name="and_or" value="and" />
+			<input type="hidden" name="excluding" value="" />
+			<input type="hidden" name="operator" value="=" />
+			<input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->" />
+		</td></tr>
+			
 		<tr><th><label for="orderby">Order by:</label></th><td><select name="orderby" id="orderby" size="1">
 				<option value="biblio.title">Title</option>
 				<option value="biblio.author">Author</option>





More information about the Koha-cvs mailing list