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 syste


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters systempreferences.tmpl,1.29.2.2,1.29.2.3
Date: Tue, 28 Jun 2005 02:37:19 -0700

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

Modified Files:
      Tag: rel_2_2
        systempreferences.tmpl 
Log Message:
Adding system preference category.
Managing them in tabs.
Taking Paul's first improvements on Head Version into account.

Index: systempreferences.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.29.2.2
retrieving revision 1.29.2.3
diff -C2 -r1.29.2.2 -r1.29.2.3
*** systempreferences.tmpl      11 Feb 2005 16:48:13 -0000      1.29.2.2
--- systempreferences.tmpl      28 Jun 2005 09:37:17 -0000      1.29.2.3
***************
*** 137,145 ****
        <!-- TMPL_IF NAME="else" -->
        <h1>System preferences admin</h1>
!       <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
!               <input type="text" name="searchfield" value="">
!               <input type="reset" name="reset" value="clr">
!       </form>
!       <!-- TMPL_VAR NAME="searchfield" -->
        <table border="0" cellspacing="0" cellpadding="2">
        <tr valign="top" bgcolor="#99cc33">
--- 137,216 ----
        <!-- TMPL_IF NAME="else" -->
        <h1>System preferences admin</h1>
!       <table>
!               <tr>
!                       <td>
!                               <!--TMPL_IF Name="Admin"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin" class="button">Admin
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin">Admin
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!                       <td>
!                               <!--TMPL_IF Name="Acquisitions"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions" 
class="button">Acquisitions
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions">Acquisitions
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!                       <td>
!                               <!--TMPL_IF Name="Authorities"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities" 
class="button">Authorities
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities">Authorities
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!                       <td>
!                               <!--TMPL_IF Name="Catalogue"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue" 
class="button">Catalogue
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue">Catalogue
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!                       <td>
!                               <!--TMPL_IF Name="Circulation"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation" 
class="button">Circulation
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation">Circulation
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!                       <td>
!                               <!--TMPL_IF Name="Members"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members" 
class="button">Members
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members">Members
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!                       <td>
!                               <!--TMPL_IF Name="OPAC"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC" class="button">OPAC
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC">OPAC
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!                       <td>
!                               <!--TMPL_IF Name="Others"-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=" class="button">Others
!                                       </a>
!                               <!--TMPL_ELSE-->
!                                       <a 
href="/cgi-bin/koha/admin/systempreferences.pl?tab=">Others
!                                       </a>
!                               <!--/TMPL_IF-->
!                       </td>
!               </tr>
!       </table>
        <table border="0" cellspacing="0" cellpadding="2">
        <tr valign="top" bgcolor="#99cc33">




reply via email to

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