koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha koha-tmpl/opac-tmpl/css/en/opac-recacquisi... [rel_2_2]
Date: Thu, 09 Feb 2006 16:47:29 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Henri-Damien LAURENT <address@hidden>   06/02/09 16:47:29

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

Log message:
        Bug fixing and reordening some text.

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.4&tr2=1.1.2.5&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.3&tr2=1.1.2.4&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.4 
koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl:1.1.2.5
--- koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl:1.1.2.4   Wed Feb 
 8 16:43:49 2006
+++ koha/koha-tmpl/opac-tmpl/css/en/opac-recacquisitions.tmpl   Thu Feb  9 
16:47:29 2006
@@ -6,27 +6,27 @@
 <form name="f" method="post" action="/cgi-bin/koha/opac-search.pl">
        
        <div id="bloc60">
-                       <!-- TMPL_VAR name="CGIitemtype" --> 
                        <input type="hidden" name="marclist" 
value="biblioitems.itemtype" />
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="=" />
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="type" value="opac" />
+                       <!-- TMPL_VAR name="CGIitemtype" --> 
                        Acquired by
-                        <select name="branch">
-                                <option value="">Any Branch</option>
-                        <!-- TMPL_LOOP name="branchloop" -->
-                                <option value="<!-- TMPL_VAR name="value" -->" 
<!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
-="branchname" --></option>
-                        <!-- /TMPL_LOOP -->
-                        </select>
                        <input type="hidden" name="marclist" 
value="items.homebranch" />
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="=" />
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="type" value="opac" />
+                        <select name="value">
+                                <option value="">Any Branch</option>
+                        <!-- TMPL_LOOP name="branchloop" -->
+                                <option value="<!-- TMPL_VAR name="value" -->" 
<!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
+="branchname" --></option>
+                        <!-- /TMPL_LOOP -->
+                        </select>
                        over the last <input type="text" name="desc_or_asc" 
size="3" /> days
                        <input type="hidden" name="orderby" 
value="biblio.timestamp" />
                        <input type="submit" value="OK" class="button" />
Index: koha/opac/opac-recacquisitions.pl
diff -u koha/opac/opac-recacquisitions.pl:1.1.2.3 
koha/opac/opac-recacquisitions.pl:1.1.2.4
--- koha/opac/opac-recacquisitions.pl:1.1.2.3   Wed Feb  8 16:38:43 2006
+++ koha/opac/opac-recacquisitions.pl   Thu Feb  9 16:47:29 2006
@@ -24,7 +24,7 @@
 my  @itemtype;
 my %itemtypes;
 push @itemtype, "";
-$itemtypes{''}="Tout type de document";
+$itemtypes{''}="Any Document Type";
 while (my ($value,$lib) = $sth->fetchrow_array) {
        push @itemtype, $value;
        $itemtypes{$value}=$lib;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]