[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close-
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close-basket-print.inc,1.1,1.2 doc-head-close-basket.inc,1.1,1.2 doc-head-close.inc,1.2,1.3 masthead-user.inc,1.1,1.2 masthead.inc,1.1,1.2 masthead_adv.inc,1.1,1.2 navigation.inc,1.3,1.4 opac.css,1.5,1.6 |
Date: |
Tue, 12 Jul 2005 14:39:54 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18060/koha-tmpl/opac-tmpl/npl/en/includes
Modified Files:
doc-head-close-basket-print.inc doc-head-close-basket.inc
doc-head-close.inc masthead-user.inc masthead.inc
masthead_adv.inc navigation.inc opac.css
Log Message:
Synching with rel_2_2.
Index: doc-head-close-basket-print.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** doc-head-close-basket-print.inc 20 Oct 2004 19:15:06 -0000 1.1
--- doc-head-close-basket-print.inc 12 Jul 2005 21:39:40 -0000 1.2
***************
*** 1,10 ****
</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
<style type="text/css">
! @import url(<TMPL_VAR NAME="themelang">/includes/print.css);
</style>
! <script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/script.js"></script>
! <script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/basket.js"></script>
<script type="text/javascript" language="javascript">
var MSG_NO_RECORD_SELECTED = "No biblio selected";
--- 1,11 ----
</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang"
-->/includes/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Language" content="en-us" />
<style type="text/css">
! @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/print.css);
</style>
! <script type="text/javascript" language="javascript" src="<!-- TMPL_VAR
NAME="themelang" -->/includes/script.js"></script>
! <script type="text/javascript" language="javascript" src="<!-- TMPL_VAR
NAME="themelang" -->/includes/basket.js"></script>
<script type="text/javascript" language="javascript">
var MSG_NO_RECORD_SELECTED = "No biblio selected";
***************
*** 12,16 ****
var MSG_CONFIRM_DEL_BASKET = "Are you sure you want to empty
your book bag?"
var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove
the selected items?";
! </SCRIPT>
</head>
<body onload="print();">
\ No newline at end of file
--- 13,17 ----
var MSG_CONFIRM_DEL_BASKET = "Are you sure you want to empty
your book bag?"
var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove
the selected items?";
! </script>
</head>
<body onload="print();">
\ No newline at end of file
Index: doc-head-close-basket.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** doc-head-close-basket.inc 20 Oct 2004 19:15:06 -0000 1.1
--- doc-head-close-basket.inc 12 Jul 2005 21:39:51 -0000 1.2
***************
*** 2,10 ****
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
<style type="text/css">
! @import url(<TMPL_VAR NAME="themelang">/includes/opac.css);
</style>
! <script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/script.js"></script>
! <script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/basket.js"></script>
<script type="text/javascript" language="javascript">
var MSG_NO_RECORD_SELECTED = "No biblio selected";
--- 2,17 ----
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
+ <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang"
-->/includes/favicon.ico" type="image/x-icon" />
+ <!-- TMPL_IF name="opacstylesheet" -->
<style type="text/css">
! @import url(<!-- TMPL_VAR NAME="opacstylesheet" -->);
</style>
! <!-- TMPL_ELSE -->
! <style type="text/css">
! @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/opac.css);
! </style>
! <!-- /TMPL_IF -->
! <script type="text/javascript" language="javascript" src="<!-- TMPL_VAR
NAME="themelang" -->/includes/script.js"></script>
! <script type="text/javascript" language="javascript" src="<!-- TMPL_VAR
NAME="themelang" -->/includes/basket.js"></script>
<script type="text/javascript" language="javascript">
var MSG_NO_RECORD_SELECTED = "No biblio selected";
***************
*** 12,16 ****
var MSG_CONFIRM_DEL_BASKET = "Are you sure you want to empty
your book bag?"
var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove
the selected items?";
! </SCRIPT>
</head>
<body>
\ No newline at end of file
--- 19,23 ----
var MSG_CONFIRM_DEL_BASKET = "Are you sure you want to empty
your book bag?"
var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove
the selected items?";
! </script>
</head>
<body>
\ No newline at end of file
Index: doc-head-close.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** doc-head-close.inc 9 Jun 2005 21:19:06 -0000 1.2
--- doc-head-close.inc 12 Jul 2005 21:39:51 -0000 1.3
***************
*** 3,10 ****
<meta http-equiv="Content-Language" content="en-us" />
<link rel="shortcut icon" href="<TMPL_VAR
NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
<style type="text/css">
! @import url(<TMPL_VAR NAME="themelang">/includes/opac.css);
@import url(<TMPL_VAR NAME="themelang">/includes/marc-editor.css);
</style>
<script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/script.js"></script>
<script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/basket.js"></script>
--- 3,16 ----
<meta http-equiv="Content-Language" content="en-us" />
<link rel="shortcut icon" href="<TMPL_VAR
NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
+ <!-- TMPL_IF name="opacstylesheet" -->
<style type="text/css">
! @import url(<!-- TMPL_VAR NAME="opacstylesheet" -->);
! </style>
! <!-- TMPL_ELSE -->
! <style type="text/css">
! @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/opac.css);
@import url(<TMPL_VAR NAME="themelang">/includes/marc-editor.css);
</style>
+ <!-- /TMPL_IF -->
<script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/script.js"></script>
<script type="text/javascript" language="javascript" src="<TMPL_VAR
NAME="themelang">/includes/basket.js"></script>
Index: masthead-user.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead-user.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** masthead-user.inc 20 Oct 2004 19:15:06 -0000 1.1
--- masthead-user.inc 12 Jul 2005 21:39:51 -0000 1.2
***************
*** 2,6 ****
<h1>Library Catalog Search</h1>
<div class="menu"><form action="/cgi-bin/koha/opac-search.pl" method="post">
! <a href="/cgi-bin/koha/opac-main.pl">Search Home</a> | <a href=""
onclick="openBasket(); return false;" title="A "shopping cart" for
your selections">Book Bag</a> | <label for="value">Search the Catalog</label>
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="opac" />
--- 2,6 ----
<h1>Library Catalog Search</h1>
<div class="menu"><form action="/cgi-bin/koha/opac-search.pl" method="post">
! <p><a href="/cgi-bin/koha/opac-main.pl">Search Home</a> | <a href=""
onclick="openBasket(); return false;" title="A "shopping cart" for
your selections">Book Bag</a></p> <p><label for="value">Search the
Catalog</label>
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="opac" />
***************
*** 9,17 ****
<input type="hidden" name="excluding" value="" />
<input type="hidden" name="operator" value="contains" />
! <input type="text" size="12" name="value" id="value"
/> <input type="submit" class="submit" name="Go" value="Search"
/></form></div>
! <div class="menu"><a href="/cgi-bin/koha/opac-user.pl">your library home</a>
|
! <a href="/cgi-bin/koha/opac-account.pl">your account</a> |
! <a href="/cgi-bin/koha/opac-userdetails.pl">your personal details</a> |
<a class="logout" href="/cgi-bin/koha/opac-logout.pl">log out</a>
! </ul>
</div>
</div>
\ No newline at end of file
--- 9,25 ----
<input type="hidden" name="excluding" value="" />
<input type="hidden" name="operator" value="contains" />
! <input type="text" size="12" name="value" id="value"
/> <input type="submit" class="submit" name="Go" value="Search"
/></form></p></div>
! <!-- TMPL_IF NAME="loggedinusername" --><div id="members">
! <ul>
! <li>Logged in as <span class="loggedinusername"><!-- TMPL_LOOP
NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR
NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --><!-- /TMPL_LOOP
--></span></li>
! <li><a href="/cgi-bin/koha/opac-shelves.pl">My Book
Lists</a></li>
! <li><a href="/cgi-bin/koha/opac-user.pl">My Account</a></li>
! <li><a class="logout" href="/cgi-bin/koha/opac-logout.pl">Log
Out</a></li>
! </ul>
</div>
+ <!-- TMPL_ELSE -->
+ <div id="members">
+ <a class="card" href="/cgi-bin/koha/opac-user.pl">Log in to
access<br /> cardholder features</a>
+ </div>
+ <!-- /TMPL_IF -->
</div>
\ No newline at end of file
Index: masthead.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** masthead.inc 20 Oct 2004 19:15:06 -0000 1.1
--- masthead.inc 12 Jul 2005 21:39:51 -0000 1.2
***************
*** 2,6 ****
<h1>Library Catalog Search</h1>
<div class="menu"><form action="/cgi-bin/koha/opac-search.pl" method="post">
! <a href="/cgi-bin/koha/opac-main.pl">Search Home</a> | <a
href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return false;"
title="A "shopping cart" for your selections">Book Bag<span
id="basket"><script language="javascript"
type="text/javascript">if(basketcount){ document.write(basketcount)
};</script></span></a> | <label for="value">Search the Catalog</label>
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="opac" />
--- 2,6 ----
<h1>Library Catalog Search</h1>
<div class="menu"><form action="/cgi-bin/koha/opac-search.pl" method="post">
! <p><a href="/cgi-bin/koha/opac-main.pl">Search Home</a> | <a
href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return false;"
title="A "shopping cart" for your selections">Book Bag<span
id="basket"><script language="javascript"
type="text/javascript">if(basketcount){ document.write(basketcount)
};</script></span></a></p> <p><label for="value">Search the Catalog</label>
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="opac" />
***************
*** 9,15 ****
<input type="hidden" name="excluding" value="" />
<input type="hidden" name="operator" value="contains" />
! <input type="text" size="12" name="value" id="value"
/> <input type="submit" class="submit" name="Go" value="Search"
/></form></div>
! <TMPL_IF NAME="loggedinusername">
! <div class="menu"><span class="loggedin">You are logged in as <TMPL_LOOP
NAME="USER_INFO"><a href="/cgi-bin/koha/opac-user.pl"><TMPL_VAR NAME="title">
<TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"></a></TMPL_LOOP></span> |
<a class="logout" href="/cgi-bin/koha/opac-logout.pl">Log Out</a></div>
! </TMPL_IF>
</div>
\ No newline at end of file
--- 9,28 ----
<input type="hidden" name="excluding" value="" />
<input type="hidden" name="operator" value="contains" />
! <input type="text" size="12" name="value" id="value"
/> <input type="submit" class="submit" name="Go" value="Search"
/></form></p></div>
! <!-- <!-- TMPL_IF NAME="loggedinusername" -->
! <div class="menu"><span class="loggedin">You are logged in as <!-- TMPL_LOOP
NAME="USER_INFO" --><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR
NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR
NAME="surname" --></a><!-- /TMPL_LOOP --></span> | <a class="logout"
href="/cgi-bin/koha/opac-logout.pl">Log Out</a></div><!-- /TMPL_IF --> -->
! <!-- TMPL_IF NAME="loggedinusername" --><div id="members">
! <ul>
! <li>Logged in as <span class="loggedinusername"><!-- TMPL_LOOP
NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR
NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --><!-- /TMPL_LOOP
--></span></li>
! <li><a href="/cgi-bin/koha/opac-shelves.pl">My Book
Lists</a></li>
! <li><a href="/cgi-bin/koha/opac-user.pl">My Account</a></li>
! <li><a class="logout" href="/cgi-bin/koha/opac-logout.pl">Log
Out</a></li>
! </ul>
! </div>
! <!-- TMPL_ELSE -->
! <div id="members">
! <a class="card" href="/cgi-bin/koha/opac-user.pl">Log in to
access<br /> cardholder features</a>
! </div>
! <!-- /TMPL_IF -->
! <span class="clear"> </span>
</div>
\ No newline at end of file
Index: masthead_adv.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** masthead_adv.inc 20 Oct 2004 19:15:06 -0000 1.1
--- masthead_adv.inc 12 Jul 2005 21:39:51 -0000 1.2
***************
*** 2,7 ****
<h1>Library Catalog Search</h1>
<div class="menu"><a href="/cgi-bin/koha/opac-main.pl">Search Home</a> | <a
href="" onclick="openBasket(); return false;" title="A "shopping
cart" for your selections">Book Bag<span id="basket"><script
language="javascript" type="text/javascript">if(basketcount){
document.write(basketcount) };</script></span></a></div>
! <TMPL_IF NAME="loggedinusername">
! <div class="menu"><span class="loggedin">You are logged in as <TMPL_LOOP
NAME="USER_INFO"><a href="/cgi-bin/koha/opac-user.pl"><TMPL_VAR NAME="title">
<TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"></a></TMPL_LOOP></span> |
<a class="logout" href="/cgi-bin/koha/opac-logout.pl">Log Out</a></div>
! </TMPL_IF>
</div>
\ No newline at end of file
--- 2,21 ----
<h1>Library Catalog Search</h1>
<div class="menu"><a href="/cgi-bin/koha/opac-main.pl">Search Home</a> | <a
href="" onclick="openBasket(); return false;" title="A "shopping
cart" for your selections">Book Bag<span id="basket"><script
language="javascript" type="text/javascript">if(basketcount){
document.write(basketcount) };</script></span></a></div>
! <!-- <!-- TMPL_IF NAME="loggedinusername" -->
! <div class="menu"><span class="loggedin">You are logged in as <!-- TMPL_LOOP
NAME="USER_INFO" --><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR
NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR
NAME="surname" --></a><!-- /TMPL_LOOP --></span> | <a class="logout"
href="/cgi-bin/koha/opac-logout.pl">Log Out</a></div>
! <!-- /TMPL_IF --> -->
!
! <!-- TMPL_IF NAME="loggedinusername" --><div id="members">
! <ul>
! <li>Logged in as <span class="loggedinusername"><!-- TMPL_LOOP
NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR
NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --><!-- /TMPL_LOOP
--></span></li>
! <li><a href="/cgi-bin/koha/opac-shelves.pl">My Book
Lists</a></li>
! <li><a href="/cgi-bin/koha/opac-user.pl">My Account</a></li>
! <li><a class="logout" href="/cgi-bin/koha/opac-logout.pl">Log
Out</a></li>
! </ul>
! </div>
! <!-- TMPL_ELSE -->
! <div id="members">
! <a class="card" href="/cgi-bin/koha/opac-user.pl">Log in to
access<br /> cardholder features</a>
! </div>
! <!-- /TMPL_IF -->
</div>
\ No newline at end of file
Index: navigation.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/navigation.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** navigation.inc 27 Jan 2005 18:23:43 -0000 1.3
--- navigation.inc 12 Jul 2005 21:39:51 -0000 1.4
***************
*** 1,27 ****
! <div id="nav"><ul><!-- Display for NPL <li><a
href="http://www.athenscounty.lib.oh.us/index.html">home</a></li>
<li><a href="http://www.athenscounty.lib.oh.us/library.html">your
library</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/readers/index.asp">reader's
connection</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/kids/index.asp">kids'
page</a></li>
! <li><a
href="http://www.athenscounty.lib.oh.us/teens/index.asp">teens</a></li>
/Display for NPL -->
<li><a href="/cgi-bin/koha/opac-main.pl">library catalog</a>
<ul>
<li><a href="/cgi-bin/koha/opac-search.pl">Advanced
Search</a></li>
! <li><a href="/cgi-bin/koha/opac-user.pl">Your Account</a></li>
! <!-- Display for NPL <li><a
href="http://66.213.78.70/upcoming.cfm">Upcoming Releases Waiting List</a></li>
/Display for NPL -->
</ul>
<!-- TMPL_IF NAME="loggedinusername" -->
! <ul>
! <li><a href="/cgi-bin/koha/opac-shelves.pl">Virtual
Shelves</a></li>
! <li><a
href="/cgi-bin/koha/opac-suggestions.pl">Suggestions</a></li>
! </ul>
<!-- /TMPL_IF -->
</li>
! <!-- Display for NPL <li><a
href="http://www.athenscounty.lib.oh.us/programs.asp">programs</a></li>
<li><a
href="http://www.athenscounty.lib.oh.us/branch.html">branches</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/mobile.asp">the
bookmobile</a></li>
<li><a href="http://www.oplin.org">OPLIN</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/contact.html">contact the
library</a></li> /Display for NPL -->
</ul>
</div>
\ No newline at end of file
--- 1,30 ----
! <div id="nav"><ul><!-- Display for NPL //<li><a
href="http://www.athenscounty.lib.oh.us/index.html">home</a></li>
<li><a href="http://www.athenscounty.lib.oh.us/library.html">your
library</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/readers/index.html">reader's
connection</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/kids/index.html">kids'
page</a></li>
! <li><a
href="http://www.athenscounty.lib.oh.us/teens/index.html">teens</a></li>
/Display for NPL -->
<li><a href="/cgi-bin/koha/opac-main.pl">library catalog</a>
<ul>
+ <li><a href="/cgi-bin/koha/opac-main.pl">Catalog Home</a></li>
<li><a href="/cgi-bin/koha/opac-search.pl">Advanced
Search</a></li>
! <!-- Display for NPL //
! <li><a href="/opac-format-search.php">Search by Format and
Date</a></li>
! <li><a href="http://66.213.78.70/upcoming.cfm">Upcoming
Releases Waiting List</a></li> //Display for NPL -->
</ul>
<!-- TMPL_IF NAME="loggedinusername" -->
! </li><li><a href="/cgi-bin/koha/opac-user.pl">my account</a><ul>
! <li><a href="/cgi-bin/koha/opac-shelves.pl">My Book
Lists</a></li>
! <li><a href="/cgi-bin/koha/opac-user.pl">My Account</a></li>
! <!-- TMPL_IF name="suggestion" --><li><a
href="/cgi-bin/koha/opac-suggestions.pl">Purchase Suggestions</a></li><!--
/TMPL_IF -->
! </ul></li>
<!-- /TMPL_IF -->
</li>
! <!-- Display for NPL // <li><a
href="http://www.athenscounty.lib.oh.us/programs.asp">programs</a></li>
<li><a
href="http://www.athenscounty.lib.oh.us/branch.html">branches</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/bookmobile.html">the
bookmobile</a></li>
<li><a href="http://www.oplin.org">OPLIN</a></li>
! <li><a href="http://www.athenscounty.lib.oh.us/contact.html">contact the
library</a></li> //Display for NPL -->
</ul>
</div>
\ No newline at end of file
Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** opac.css 5 Jul 2005 21:25:25 -0000 1.5
--- opac.css 12 Jul 2005 21:39:51 -0000 1.6
***************
*** 297,300 ****
--- 297,311 ----
}
+ th[scope="row"] {
+ background-color : #E7E7CA;
+ font-size : 60%;
+ font-weight : normal;
+ text-align : right;
+ }
+
+ tr.highlight th[scope="row"] {
+ background-color : #EFF1DC;
+ }
+
td.input, div.form td, div.details td {
border-bottom : 1px solid #E7E7CA;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close-basket-print.inc,1.1,1.2 doc-head-close-basket.inc,1.1,1.2 doc-head-close.inc,1.2,1.3 masthead-user.inc,1.1,1.2 masthead.inc,1.1,1.2 masthead_adv.inc,1.1,1.2 navigation.inc,1.3,1.4 opac.css,1.5,1.6,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.5,1.6 opac-main.tmpl,1.4,1.5 opac-user.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters marctagstructure.tmpl,1.2.2.4,1.2.2.5
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.5,1.6 opac-main.tmpl,1.4,1.5 opac-user.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters marctagstructure.tmpl,1.2.2.4,1.2.2.5
- Index(es):