[Top][All Lists]
[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.6.2.
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.6.2.1,1.6.2.2 |
Date: |
Wed, 06 Jul 2005 14:48:58 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv626/koha-tmpl/opac-tmpl/css/en
Modified Files:
Tag: rel_2_2
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.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** opac-reserve.tmpl 10 Feb 2005 13:17:22 -0000 1.6.2.1
--- opac-reserve.tmpl 6 Jul 2005 21:48:56 -0000 1.6.2.2
***************
*** 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" />
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.6.2.1,1.6.2.2,
Owen Leonard <=