koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/parameters autho


From: Michel Lerenard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/parameters authorised_values.tmpl,1.2,1.3
Date: Mon, 23 Jun 2003 01:13:47 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv14516

Modified Files:
        authorised_values.tmpl 
Log Message:
Fix for bug #473: added arrows to 'browse' the authorised parameters results 
pages.


Index: authorised_values.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/authorised_values.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** authorised_values.tmpl      4 Apr 2003 08:39:40 -0000       1.2
--- authorised_values.tmpl      23 Jun 2003 08:13:45 -0000      1.3
***************
*** 91,94 ****
--- 91,101 ----
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
  <br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR 
name="theme">/images/filenew.png" border="0"><br>
+ <table width=40%>
+       <tr>
+               <td width=50%><TMPL_IF name="previous"><TMPL_VAR 
name="previous"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR 
name="theme">/images/1leftarrow.png" title="previous" ALT="previous" 
BORDER=0></a></TMPL_IF></td>
+               <td width=50%><TMPL_IF name="next"><TMPL_VAR name="next"><input 
type=image src="<TMPL_VAR name="interface">/<TMPL_VAR 
name="theme">/images/1rightarrow.png" title="next" ALT="next" 
BORDER=0></a></TMPL_IF></td>
+       </tr>
+ </table>
+ 
  </form>
  </TMPL_IF>




reply via email to

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