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/en/parameters autho


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters authorised_values.tmpl,1.15,1.16 marctagstructure.tmpl,1.18,1.19
Date: Tue, 21 Oct 2003 08:47:09 -0700

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

Modified Files:
        authorised_values.tmpl marctagstructure.tmpl 
Log Message:
fix for #577

Index: authorised_values.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** authorised_values.tmpl      4 Jul 2003 14:03:44 -0000       1.15
--- authorised_values.tmpl      21 Oct 2003 15:47:07 -0000      1.16
***************
*** 76,90 ****
  <input type=hidden name=op value=add_form>
  </table>
- <table width=40%>
-       <tr>
-               <td width=50%><TMPL_VAR name="previous"></td>
-               <td width=50%><TMPL_VAR name="next"></td>
-       </tr>
- </table>
  
  <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>
--- 76,96 ----
  <input type=hidden name=op value=add_form>
  </table>
  
  <table width=40%>
        <tr>
!               <td width=50%>
!                       <TMPL_IF name="isprevpage">
!                               <a href="<TMPL_VAR 
name="script_name">?offset=<TMPL_VAR name="prevpage">&searchfield=<TMPL_VAR 
name="searchfield">">
!                               <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="nextpage">
!                               <a href="<TMPL_VAR 
name="script_name">?offset=<TMPL_VAR name="nextpage">&searchfield=<TMPL_VAR 
name="searchfield">">
!                                       <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>

Index: marctagstructure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** marctagstructure.tmpl       14 Oct 2003 09:45:29 -0000      1.18
--- marctagstructure.tmpl       21 Oct 2003 15:47:07 -0000      1.19
***************
*** 132,137 ****
                        <input type=submit class="button" value="Add Tag" 
title="Add Tag" alt="Add Tag" >
                </td>
!               <td width=33%><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=33%><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>
--- 132,149 ----
                        <input type=submit class="button" value="Add Tag" 
title="Add Tag" alt="Add Tag" >
                </td>
!               <td width=33%>
!                       <TMPL_IF name="isprevpage">
!                               <a href="<TMPL_VAR 
name="script_name">?offset=<TMPL_VAR name="prevpage">&searchfield=<TMPL_VAR 
name="searchfield">">
!                               <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=33%>
!                       <TMPL_IF name="nextpage">
!                               <a href="<TMPL_VAR 
name="script_name">?offset=<TMPL_VAR name="nextpage">&searchfield=<TMPL_VAR 
name="searchfield">">
!                                       <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>




reply via email to

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