koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.7,1.


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.7,1.8
Date: Wed, 06 Jul 2005 14:50:14 -0700

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1520/koha-tmpl/opac-tmpl/css/en

Modified Files:
        opac-reserve.tmpl 
Log Message:
Updating template to match changes to opac-reserve.pl

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-reserve.tmpl   1 Mar 2005 13:41:05 -0000       1.7
--- opac-reserve.tmpl   6 Jul 2005 21:50:12 -0000       1.8
***************
*** 43,47 ****
                        <!-- /TMPL_LOOP -->
                </table>
!               <p>Please select the branch from which you want to collect the 
item: <!-- TMPL_VAR NAME="CGIbranch" --></p>
                                
                <input class="button" type="submit" value="Submit" />
--- 43,50 ----
                        <!-- /TMPL_LOOP -->
                </table>
!               <p>Please select the branch from which you want to collect the 
item: <select name="branch" id="branch">
!               <option>-- Please choose your branch --</option>
!               <!-- TMPL_LOOP NAME="CGIbranch" --><option value="<!-- TMPL_VAR 
NAME="value" -->"><!-- TMPL_VAR NAME="branch" --></option><!-- /TMPL_LOOP -->
! </select></p>
                                
                <input class="button" type="submit" value="Submit" />




reply via email to

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