[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/reserve re...

LAURIN arnaud alaurin at ouestprovence.fr
Wed May 31 16:07:26 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	LAURIN arnaud <alaurin at savannah.gnu.org>	06/05/31 14:07:26

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/reserve: request.tmpl 

Log message:
	bug fix : rank request of reserves by biblio is correct .
	now we can reserve with items, and biblios with rank-request .

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:1.2 koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:1.3
--- koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl:1.2	Fri May 19 17:05:11 2006
+++ koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl	Wed May 31 14:07:26 2006
@@ -153,7 +153,7 @@
       <tr>
         <th><label for="priority">Priority</label></th>
         <td>
-          <select name="priority">
+          <select name="rank-request">
 <!-- TMPL_LOOP Name="optionloop" -->
   <!-- TMPL_IF Name="selected" -->
             <option value="<!-- TMPL_VAR NAME="num" -->" selected="selected"><!-- TMPL_VAR NAME="num" --></option>





More information about the Koha-cvs mailing list