[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes favicon
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes favicon.ico,1.1,1.2 about-top.inc,1.20,1.21 acquisitions-top.inc,1.27,1.28 auth-top.inc,1.7,1.8 bull-top.inc,1.5,1.6 cat-top.inc,1.35,1.36 circulation-top.inc,1.30,1.31 common-style.css,1.36,1.37 |
Date: |
Thu, 04 Aug 2005 06:55:50 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17115/koha-tmpl/intranet-tmpl/default/en/includes
Modified Files:
about-top.inc acquisitions-top.inc auth-top.inc bull-top.inc
cat-top.inc circulation-top.inc common-style.css
Added Files:
favicon.ico
Log Message:
synch'ing 2.2 and head
Index: about-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/about-top.inc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** about-top.inc 27 Oct 2004 07:53:15 -0000 1.20
--- about-top.inc 4 Aug 2005 13:55:47 -0000 1.21
***************
*** 18,22 ****
color: #FFFFFF;
text-decoration: normal;
- font-weight: bold;
}
a.about:hover {
--- 18,21 ----
***************
*** 24,28 ****
color: #FFFFFF;
text-decoration: normal;
- font-weight: bold;
}
</style>
--- 23,26 ----
***************
*** 30,50 ****
<body>
- <!-- MENUS -->
- <div id="menubar">
- <span class="koha"><a class="home"
href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
- <a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
- <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
- <a class="circulation"
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
- <a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
- <a class="authority"
href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
- <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
- <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
- <a class="about" href="/cgi-bin/koha/about.pl">About</a>
- <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help();
return false;">Help</a>
- </div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
--- 28,36 ----
<body>
+ <!-- TMPL_INCLUDE name="menus.inc" -->
<!-- TMPL_IF NAME="loggedinusername" -->
! <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: acquisitions-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** acquisitions-top.inc 20 Jun 2005 14:19:50 -0000 1.27
--- acquisitions-top.inc 4 Aug 2005 13:55:47 -0000 1.28
***************
*** 29,33 ****
background-image:none;
text-decoration: normal;
- font-weight: bold;
}
a.acquisition:hover {
--- 29,32 ----
***************
*** 35,39 ****
color: #000000;
text-decoration: normal;
- font-weight: bold;
}
</style>
--- 34,37 ----
***************
*** 41,60 ****
<body>
! <!-- MENUS -->
! <div id="menubar">
! <span class="koha"><a class="home"
href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! <a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! <a class="circulation"
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! <a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
! <a class="authority"
href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
! <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! <a class="about" href="/cgi-bin/koha/about.pl">About</a>
! <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help();
return false;">Help</a>
! </div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
--- 39,48 ----
<body>
!
! <!-- TMPL_INCLUDE name="menus.inc" -->
<!-- TMPL_IF NAME="loggedinusername" -->
! <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
+
Index: auth-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/auth-top.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** auth-top.inc 2 Dec 2004 16:43:28 -0000 1.7
--- auth-top.inc 4 Aug 2005 13:55:47 -0000 1.8
***************
*** 37,41 ****
color:#FFFFFF;
text-decoration: normal;
- font-weight: bold;
background-image:none;
}
--- 37,40 ----
***************
*** 44,48 ****
color: #FFFFFF;
text-decoration: normal;
- font-weight: bold;
}
</style>
--- 43,46 ----
***************
*** 50,95 ****
<body>
! <!-- MENUS -->
! <div id="menubar">
! <span class="koha"><a class="home"
href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! <a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! <a class="circulation"
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! <a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
! <a class="authority"
href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
! <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! <a class="about" href="/cgi-bin/koha/about.pl">About</a>
! <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help();
return false;">Help</a>
! </div>
! <form>
! <div id="submenu">
! <span class="koha">options >> </span>
! <select name="authtype2">
! <!-- TMPL_LOOP name="authtypesloop" -->
! <option value="<!-- TMPL_VAR name="value" -->" <!--
TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
! <!-- TMPL_VAR name="authtypetext" -->
! </option>
! <!-- /TMPL_LOOP -->
! </select>
! <input type="text" size="10" maxlength="100" name="value">
! <a href="javascript:searchauthority()" class="submenu">
! Search
! </a>
! <select name="authtype">
! <!-- TMPL_LOOP name="authtypesloop" -->
! <option value="<!-- TMPL_VAR name="value" -->" <!--
TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
! <!-- TMPL_VAR name="authtypetext" -->
! </option>
! <!-- /TMPL_LOOP -->
! </select>
! <a href="javascript:addauthority()" class="submenu2">
! Add authority
! </a>
! </div>
! </form>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
--- 48,56 ----
<body>
!
! <!-- TMPL_INCLUDE name="menus.inc" -->
<!-- TMPL_IF NAME="loggedinusername" -->
! <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: bull-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/bull-top.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** bull-top.inc 2 Dec 2004 16:43:28 -0000 1.5
--- bull-top.inc 4 Aug 2005 13:55:47 -0000 1.6
***************
*** 17,21 ****
color:#FFFFFF;
text-decoration: normal;
- font-weight: bold;
background-image:none;
}
--- 17,20 ----
***************
*** 24,28 ****
color: #FFFFFF;
text-decoration: normal;
- font-weight: bold;
}
</style>
--- 23,26 ----
***************
*** 30,55 ****
<body>
! <!-- MENUS -->
! <div id="menubar">
! <span class="koha"><a class="home"
href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! <a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! <a class="circulation"
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! <a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
! <a class="authority"
href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
! <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! <a class="about" href="/cgi-bin/koha/about.pl">About</a>
! <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help();
return false;">Help</a>
! </div>
! <div id="submenu">
! <span class="koha">options >> </span>
! <a href="/cgi-bin/koha/bull-home.pl" class="submenu">Search
subscription</a>
! <a href="/cgi-bin/koha/bull/lateissues.pl" class="submenu2">Late
issues</a>
! </div>
!
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
--- 28,35 ----
<body>
! <!-- TMPL_INCLUDE name="menus.inc" -->
<!-- TMPL_IF NAME="loggedinusername" -->
! <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: cat-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** cat-top.inc 9 Dec 2004 16:28:16 -0000 1.35
--- cat-top.inc 4 Aug 2005 13:55:47 -0000 1.36
***************
*** 34,60 ****
<body>
! <!-- MENUS -->
! <div id="menubar">
! <span class="koha"><a class="home"
href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! <a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! <a class="circulation"
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! <a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
! <a class="authority"
href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
! <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! <a class="about" href="/cgi-bin/koha/about.pl">About</a>
! <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help();
return false;">Help</a>
! </div>
! <div id="submenu">
! <span class="koha">options >> </span>
! <a
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet"
class="submenu2">search</a>
! <a
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet"
class="submenu">Add biblio</a>
! <a class="submenu2" href="/cgi-bin/koha/bull-home.pl">Serial</a>
! <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual
shelves</a>
! </div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
--- 34,43 ----
<body>
!
! <!-- TMPL_INCLUDE name="menus.inc" -->
<!-- TMPL_IF NAME="loggedinusername" -->
! <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
+
Index: circulation-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** circulation-top.inc 17 Sep 2004 13:19:56 -0000 1.30
--- circulation-top.inc 4 Aug 2005 13:55:48 -0000 1.31
***************
*** 32,36 ****
background-image:none;
text-decoration: normal;
- font-weight: bold;
}
a.circulation:hover {
--- 32,35 ----
***************
*** 38,42 ****
color: #FFFFFF;
text-decoration: normal;
- font-weight: bold;
}
</style>
--- 37,40 ----
***************
*** 45,71 ****
<body onload="javascript:focusOnFirst()">
! <!-- MENUS -->
! <div id="menubar">
! <span class="koha"><a class="home"
href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! <a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! <a class="circulation"
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! <a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
! <a class="authority"
href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
! <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! <a class="about" href="/cgi-bin/koha/about.pl">About</a>
! <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help();
return false;">Help</a>
! </div>
! <div id="submenu">
! <span class="koha">options >> </span>
! <a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Issues</a>
! <a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Returns</a>
! <a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch
transfers</a>
! </div>
!
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
--- 43,50 ----
<body onload="javascript:focusOnFirst()">
! <!-- TMPL_INCLUDE name="menus.inc" -->
<!-- TMPL_IF NAME="loggedinusername" -->
! <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: common-style.css
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** common-style.css 20 Jun 2005 14:19:50 -0000 1.36
--- common-style.css 4 Aug 2005 13:55:48 -0000 1.37
***************
*** 25,28 ****
--- 25,32 ----
}
+ textarea {
+ font-size:10pt;
+ font-family:arial,sans-serif;
+ }
.center {
text-align:center;
***************
*** 48,68 ****
.button {
text-align: center;
! font: 1.2em sans-serif;
padding: 0px 5px 0px 5px;
margin:2px;
display:inline;
position:static;
! border-style: solid;
! border-width: 1px;
! border-color: black;
text-decoration: none;
- color: black;
cursor:pointer;
vertical-align:middle;
- -moz-border-radius: 6px;
background-color:#FFFFFF;
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
}
/* TABLES */
table {
--- 52,75 ----
.button {
text-align: center;
! font-family: Arial;
! font-size:12px;
padding: 0px 5px 0px 5px;
margin:2px;
display:inline;
position:static;
! border : 1px solid black;
! /* border-width: 1px;
! border-color: black;*/
text-decoration: none;
cursor:pointer;
vertical-align:middle;
background-color:#FFFFFF;
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
}
+ .button:hover {
+
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
+ }
+
/* TABLES */
table {
***************
*** 141,145 ****
text-align:center;
padding: 4px;
! border: 4px inset #666666;
}
--- 148,152 ----
text-align:center;
padding: 4px;
! /* border: 1px solid #666666; */
}
***************
*** 189,192 ****
--- 196,203 ----
}
+ tr.hilighted td.problem {
+ background-color : #ff9999;
+ }
+
#mainbloc {
float:left;
***************
*** 197,200 ****
--- 208,212 ----
border-bottom:3px solid #000000;
background-color:#FFFFFF;
+ margin-top:10px;
margin-left:10px;
margin-right:10px;
***************
*** 278,328 ****
}
- a.submenu {
- text-decoration: none;
- cursor : pointer;
- color:#777777;
- background-color:#EEEEEE;
- font-weight: bold;
- margin:0;
- }
- a.submenu:hover {
- text-decoration: none;
- cursor:pointer;
- color:#777777;
- background-color:#EEEEEE;
- font-weight: bold;
- margin:0;
-
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
- }
-
- a.submenu2 {
- text-decoration: none;
- cursor:pointer;
- color:#777777;
- background-color:#CCCCCC;
- font-weight: bold;
- margin:0;
- }
- a.submenu2:hover {
- text-decoration: none;
- cursor:pointer;
- color:#777777;
- background-color:#CCCCCC;
- font-weight: bold;
-
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
- margin:0;
- }
-
#menubar {
border-top:1px solid #666666;
! font: 125% bold sans-serif;
background-color:#DDDDDD;
padding-bottom:5px;
}
! #submenu {
! background-color:#EEEEEE;
! border-left:1px solid #000000;
! padding-bottom:5px;
! font-size:110%;
}
--- 290,305 ----
}
#menubar {
+ z-index:2;
+ position:absolute;
+ top:0px;
+ left:0px;
border-top:1px solid #666666;
! font-size: 14px;
background-color:#DDDDDD;
padding-bottom:5px;
}
! html>body #menubar {
! position: fixed;
}
***************
*** 330,337 ****
padding:5px;
}
! #submenu a {
! padding:5px;
}
.koha {
text-align:center;
--- 307,378 ----
padding:5px;
}
!
! a.submenu {
! padding:0px 10px 0px 10px;
! display:block;
! background-color:#FFFFFF;
! color:#000000;
! }
! a.submenu:hover {
! padding:0px 10px 0px 10px;
! display:block;
! background-color:#DDDDDD;
! color:#000000;
! }
! #Subm1 {
! z-index: 11; left: 75px; visibility: hidden; position: absolute; top:
24px; background-color:white; border:1px solid black;
! }
! html>body #Subm1 {
! position: fixed;
! }
! #Subm2 {
! z-index: 12; left: 150px; visibility: hidden; position: absolute; top:
24px; background-color:white; border:1px solid black;
! }
! html>body #Subm2 {
! position: fixed;
! }
! #Subm3 {
! z-index: 12; left: 250px; visibility: hidden; position: absolute; top:
24px; background-color:white; border:1px solid black;
! }
! html>body #Subm3 {
! position: fixed;
! }
! #Subm4 {
! z-index: 12; left: 320px; visibility: hidden; position: absolute; top:
24px; background-color:white; border:1px solid black;
! }
! html>body #Subm4 {
! position: fixed;
! }
! #Subm5 {
! z-index: 12; left: 400px; visibility: hidden; position: absolute; top:
24px; background-color:white; border:1px solid black;
! }
! html>body #Subm5 {
! position: fixed;
! }
! #Subm6 {
! z-index: 12; left: 480px; visibility: hidden; position: absolute; top:
24px; background-color:white; border:1px solid black;
! }
! html>body #Subm6 {
! position: fixed;
}
+ #Subm7 {
+ z-index: 12; left: 550px; visibility: hidden; position: absolute; top:
24px; background-color:white; border:1px solid black;
+ }
+ html>body #Subm7 {
+ position: fixed;
+ }
+
+ .user {
+ padding-top: 30px;
+ padding-bottom:0px;
+ text-align:right;
+ }
+
+ .user {
+ padding-top: 30px;
+ padding-bottom:0px;
+ text-align:right;
+ }
.koha {
text-align:center;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes favicon.ico,1.1,1.2 about-top.inc,1.20,1.21 acquisitions-top.inc,1.27,1.28 auth-top.inc,1.7,1.8 bull-top.inc,1.5,1.6 cat-top.inc,1.35,1.36 circulation-top.inc,1.30,1.31 common-style.css,1.36,1.37,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/members memberentry.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes menus.inc,1.1,1.2 marc-editor.css,1.5,1.6 marc-top.inc,1.13,1.14 members-top.inc,1.27,1.28 parameters-top.inc,1.31,1.32
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/members memberentry.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes menus.inc,1.1,1.2 marc-editor.css,1.5,1.6 marc-top.inc,1.13,1.14 members-top.inc,1.27,1.28 parameters-top.inc,1.31,1.32
- Index(es):