[Koha-cvs] koha koha-tmpl/opac-tmpl/css/en/opac-recacquisi... [rel_2_2]

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Feb 8 17:38:44 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Henri-Damien LAURENT <hdl at savannah.gnu.org>	06/02/08 16:38:44

Modified files:
	koha-tmpl/opac-tmpl/css/en: opac-recacquisitions.tmpl 
	opac           : opac-recacquisitions.pl 

Log message:
	Adding full branches list even when Independantbranches ON and user logged in.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.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/opac/opac-recacquisitions.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl
diff -u koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl:1.1.2.2 koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl:1.1.2.3
--- koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl:1.1.2.2	Mon Feb  6 13:56:22 2006
+++ koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl	Wed Feb  8 16:38:43 2006
@@ -1,7 +1,7 @@
     <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
 <div id="mainbloc">
 
-<h1 class="catalogue">Recent Acquisitions</h1>
+<h1 class="catalogue">Acquisitions récentes</h1>
 
 <form name="f" method="post" action="/cgi-bin/koha/opac-search.pl">
 	
@@ -13,9 +13,9 @@
 			<input type="hidden" name="operator" value="=" />
 			<input type="hidden" name="op" value="do_search" />
 			<input type="hidden" name="type" value="opac" />
-			acquired by
+			Acquis par
                         <select name="branch">
-                                <option value="">Any Branch</option>
+                                <option value="">Toutes les Biblioth&egrave;ques</option>
                         <!-- TMPL_LOOP name="branchloop" -->
                                 <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
 ="branchname" --></option>
@@ -27,7 +27,7 @@
 			<input type="hidden" name="operator" value="=" />
 			<input type="hidden" name="op" value="do_search" />
 			<input type="hidden" name="type" value="opac" />
-			in the last <input type="text" name="desc_or_asc" size="3" /> days
+			au cours des <input type="text" name="desc_or_asc" size="3" /> derniers jours
 			<input type="hidden" name="orderby" value="biblio.timestamp" />
 			<input type="submit" value="OK" class="button" />
 	</div>
Index: koha/opac/opac-recacquisitions.pl
diff -u koha/opac/opac-recacquisitions.pl:1.1.2.2 koha/opac/opac-recacquisitions.pl:1.1.2.3
--- koha/opac/opac-recacquisitions.pl:1.1.2.2	Mon Feb  6 13:56:22 2006
+++ koha/opac/opac-recacquisitions.pl	Wed Feb  8 16:38:43 2006
@@ -24,7 +24,7 @@
 my  @itemtype;
 my %itemtypes;
 push @itemtype, "";
-$itemtypes{''}="Any doc Type";
+$itemtypes{''}="Tout type de document";
 while (my ($value,$lib) = $sth->fetchrow_array) {
 	push @itemtype, $value;
 	$itemtypes{$value}=$lib;





More information about the Koha-cvs mailing list