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/includes cat-top


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes cat-top.inc,1.16,1.17 circulation-top.inc,1.18,1.19 common-style.css,1.6,1.7 members-top.inc,1.15,1.16 parameters-top.inc,1.16,1.17
Date: Thu, 07 Aug 2003 06:35:10 -0700

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

Modified Files:
        cat-top.inc circulation-top.inc common-style.css 
        members-top.inc parameters-top.inc 
Log Message:
fixing font size bug, & minor change in submenu look.

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** cat-top.inc 7 Aug 2003 12:41:59 -0000       1.16
--- cat-top.inc 7 Aug 2003 13:35:07 -0000       1.17
***************
*** 45,49 ****
  <tr height="65">
        <td valign="bottom" align="left">
!               <table width="100%" cellpadding=0 cellspacing=0>
                <tr>
                        <td>
--- 45,49 ----
  <tr height="65">
        <td valign="bottom" align="left">
!               <table width="100%" cellpadding=0 cellspacing=0 height=60>
                <tr>
                        <td>
***************
*** 79,84 ****
                        </TABLE>
                        </div>
!                       <div id="submenu" style="border-left:0px;">
!                       <table cellpadding=0 cellspacing=0  border=0 height=20>
                                <tr>
                                        <td width="100"></td>
--- 79,83 ----
                        </TABLE>
                        </div>
!                       <table cellpadding=0 cellspacing=0  border=0 height=29>
                                <tr>
                                        <td width="100"></td>
***************
*** 88,108 ****
                                        </td>
                                        <td>
!                                               <div id="submenu">
!                                               <a 
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" 
class="submenu">MARC search</a>
!                                               </div>
                                        </td>
                                        <td>
-                                               <div id="submenu">
                                                <a 
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" 
class="submenu">Add biblio</a>
-                                               </div>
                                        </td>
                                        <td>
!                                               <div id="submenu">
!                                               <a 
href="/cgi-bin/koha/maint/catmaintain.pl" target="window0" class="submenu">Cat 
maintenance</a>
!                                               </div>
                                        </td>
                                </tr>
                        </table>
-                       </div>
                </td></tr></table>
        </TD>
--- 87,100 ----
                                        </td>
                                        <td>
!                                               <a 
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" 
class="submenu2">MARC search</a>
                                        </td>
                                        <td>
                                                <a 
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" 
class="submenu">Add biblio</a>
                                        </td>
                                        <td>
!                                               <a 
href="/cgi-bin/koha/maint/catmaintain.pl" target="window0" class="submenu2">Cat 
maintenance</a>
                                        </td>
                                </tr>
                        </table>
                </td></tr></table>
        </TD>

Index: circulation-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** circulation-top.inc 7 Aug 2003 12:41:59 -0000       1.18
--- circulation-top.inc 7 Aug 2003 13:35:07 -0000       1.19
***************
*** 40,44 ****
  <tr height="65">
        <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
                <tr>
                        <td>
--- 40,44 ----
  <tr height="65">
        <td valign="bottom" align="left">
!               <table width="100%" cellpadding=0 cellspacing=0>
                <tr>
                        <td>
***************
*** 74,79 ****
                        </TABLE>
                        </div>
!                       <div id="submenu" style="border-left:0px;">
!                       <table cellpadding=0 cellspacing=0  border=0 height=20>
                                <tr>
                                        <td width="100"></td>
--- 74,78 ----
                        </TABLE>
                        </div>
!                       <table cellpadding=0 cellspacing=0  border=0 height=29>
                                <tr>
                                        <td width="100"></td>
***************
*** 83,94 ****
                                        </td>
                                        <td>
!                                               <div id="submenu">
!                                               <a 
href="/cgi-bin/koha/circ/returns.pl" class="submenu">Returns</a>
!                                               </div>
                                        </td>
                                        <td>
-                                               <div id="submenu">
                                                <a 
href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch 
transfers</a>
-                                               </div>
                                        </td>
                                </tr>
--- 82,89 ----
                                        </td>
                                        <td>
!                                               <a 
href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Returns</a>
                                        </td>
                                        <td>
                                                <a 
href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch 
transfers</a>
                                        </td>
                                </tr>

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** common-style.css    5 Jun 2003 13:07:20 -0000       1.6
--- common-style.css    7 Aug 2003 13:35:07 -0000       1.7
***************
*** 29,37 ****
        cursor: hand;
        color:#777777;
        padding:4px;
        font-weight: bold;
        margin:0;
  }
- 
  .koha {
        text-align:center;
--- 29,47 ----
        cursor: hand;
        color:#777777;
+       background-color:#EEEEEE;
+       padding:4px;
+       font-weight: bold;
+       margin:0;
+ }
+ a.submenu2 {
+       font-weight: normal;
+       text-decoration: none;
+       cursor: hand;
+       color:#777777;
+       background-color:#CCCCCC;
        padding:4px;
        font-weight: bold;
        margin:0;
  }
  .koha {
        text-align:center;

Index: members-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** members-top.inc     5 Jun 2003 12:40:09 -0000       1.15
--- members-top.inc     7 Aug 2003 13:35:07 -0000       1.16
***************
*** 31,35 ****
  <tr height="65">
        <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
                <tr>
                        <td>
--- 31,35 ----
  <tr height="65">
        <td valign="bottom" align="left">
!               <table width="100%" cellpadding=0 cellspacing=0>
                <tr>
                        <td>
***************
*** 65,70 ****
                        </TABLE>
                        </div>
!                       <div id="submenu" style="border-left:0px;">
!                       <table cellpadding=0 cellspacing=0  border=0 height=20>
                                <tr>
                                        <td width="100"></td>
--- 65,69 ----
                        </TABLE>
                        </div>
!                       <table cellpadding=0 cellspacing=0  border=0 height=29>
                                <tr>
                                        <td width="100"></td>
***************
*** 74,89 ****
                                        </td>
                                        <td>
!                                               <div id="submenu">
!                                               <a 
href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" 
class="submenu">Add member</a>
!                                               </div>
                                        </td>
                                        <td>
-                                               <div id="submenu">
                                                <a 
href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" 
class="submenu">Add organisation</a>
-                                               </div>
                                        </td>
                                </tr>
                        </table>
-                       </div>
                </td></tr></table>
        </TD>
--- 73,83 ----
                                        </td>
                                        <td>
!                                               <a 
href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" 
class="submenu2">Add member</a>
                                        </td>
                                        <td>
                                                <a 
href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" 
class="submenu">Add organisation</a>
                                        </td>
                                </tr>
                        </table>
                </td></tr></table>
        </TD>

Index: parameters-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** parameters-top.inc  16 Jul 2003 04:55:43 -0000      1.16
--- parameters-top.inc  7 Aug 2003 13:35:07 -0000       1.17
***************
*** 31,35 ****
  <tr height="65">
        <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
                <tr>
                        <td>
--- 31,35 ----
  <tr height="65">
        <td valign="bottom" align="left">
!               <table width="100%" cellpadding=0 cellspacing=0 height=60>
                <tr>
                        <td>
***************
*** 65,70 ****
                        </TABLE>
                        </div>
!                       <div id="submenu" style="border-left:0px;">
!                       <table cellpadding=0 cellspacing=0  border=0 height=20>
                                <tr>
                                        <td width="100"></td>
--- 65,69 ----
                        </TABLE>
                        </div>
!                       <table cellpadding=0 cellspacing=0  border=0 height=29>
                                <tr>
                                        <td width="100"></td>
***************
*** 74,99 ****
                                        </td>
                                        <td>
!                                               <div id="submenu">
!                                               <a 
href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">Auth value</a>
!                                               </div>
                                        </td>
                                        <td>
-                                               <div id="submenu">
                                                <a 
href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
-                                               </div>
                                        </td>
                                        <td>
!                                               <div id="submenu">
!                                               <a 
href="/cgi-bin/koha/admin/currency.pl" class="submenu">Currencies</a>
!                                               </div>
                                        </td>
                                        <td>
-                                               <div id="submenu">
                                                <a 
href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
-                                               </div>
                                        </td>
                                </tr>
                        </table>
-                       </div>
                </td></tr></table>
        </TD>
--- 73,89 ----
                                        </td>
                                        <td>
!                                               <a 
href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Auth value</a>
                                        </td>
                                        <td>
                                                <a 
href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
                                        </td>
                                        <td>
!                                               <a 
href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Currencies</a>
                                        </td>
                                        <td>
                                                <a 
href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
                                        </td>
                                </tr>
                        </table>
                </td></tr></table>
        </TD>




reply via email to

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