[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui baske... [rel_2_2]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui baske... [rel_2_2] |
Date: |
Tue, 08 Aug 2006 15:21:09 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Owen Leonard <oleonard> 06/08/08 15:21:09
Modified files:
koha-tmpl/intranet-tmpl/npl/en/acqui: basket.tmpl
Log message:
Fix for Bug 1145. Misplaced <div> was causing display problems.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.6&r2=1.2.2.7
Patches:
Index: basket.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -b -r1.2.2.6 -r1.2.2.7
--- basket.tmpl 3 Aug 2006 17:23:17 -0000 1.2.2.6
+++ basket.tmpl 8 Aug 2006 15:21:09 -0000 1.2.2.7
@@ -4,9 +4,9 @@
<div id="main">
<h1><!-- TMPL_UNLESS name="basketno" -->New <!-- /TMPL_UNLESS
-->Shopping Basket <b><!-- TMPL_VAR NAME="basketno" --> </b>for <a
href="supplier.pl?id=<!-- TMPL_VAR NAME="booksellerid" -->"><!-- TMPL_VAR
NAME="name" --></a></h1><br />
- <!-- TMPL_UNLESS name="closedate" -->
+ <div class="data"><!-- TMPL_UNLESS name="closedate" -->
<!-- TMPL_IF name="basketno" -->
- <div class="data">
+
<table>
<caption>Basket Details</caption>
<tr><th>Managed By:</th><td><!-- TMPL_VAR
NAME="authorisedbyname" --></td></tr>