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 auth_


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters auth_tag_structure.tmpl,1.2.2.1,1.2.2.2
Date: Fri, 23 Sep 2005 02:52:55 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32180/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
      Tag: rel_2_2
        auth_tag_structure.tmpl 
Log Message:
bugfix : don't loose the authtype on >> next or << Previour

Index: auth_tag_structure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** auth_tag_structure.tmpl     19 Jan 2005 17:32:31 -0000      1.2.2.1
--- auth_tag_structure.tmpl     23 Sep 2005 09:52:53 -0000      1.2.2.2
***************
*** 165,174 ****
                <input type="submit" class="button" value="Add Tag" title="Add 
Tag" alt="Add Tag" >
                <!-- TMPL_IF NAME="isprevpage" -->
!                       <a href="<!-- TMPL_VAR NAME="script_name" 
-->?offset=<!-- TMPL_VAR NAME="prevpage" -->&amp;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 -->
                <!-- TMPL_IF NAME="nextpage" -->
!                       <a href="<!-- TMPL_VAR NAME="script_name" 
-->?offset=<!-- TMPL_VAR NAME="nextpage" -->&amp;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>
--- 165,174 ----
                <input type="submit" class="button" value="Add Tag" title="Add 
Tag" alt="Add Tag" >
                <!-- TMPL_IF NAME="isprevpage" -->
!                       <a href="<!-- TMPL_VAR NAME="script_name" 
-->?offset=<!-- TMPL_VAR NAME="prevpage" -->&amp;searchfield=<!-- TMPL_VAR 
NAME="searchfield" -->&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
                        <input type="image" src="<!-- TMPL_VAR NAME="interface" 
-->/<!-- TMPL_VAR NAME="theme" -->/images/1leftarrow.png" title="previous" 
alt="previous" border="0">
                        </a>
                <!-- /TMPL_IF -->
                <!-- TMPL_IF NAME="nextpage" -->
!                       <a href="<!-- TMPL_VAR NAME="script_name" 
-->?offset=<!-- TMPL_VAR NAME="nextpage" -->&amp;searchfield=<!-- TMPL_VAR 
NAME="searchfield" -->&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
                                <input type="image" src="<!-- TMPL_VAR 
NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1rightarrow.png" 
title="next" alt="next" border="0">
                        </a>




reply via email to

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