[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 recie... [dev_week]
From: |
Chris Cormack |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui recie... [dev_week] |
Date: |
Mon, 18 Jun 2007 21:58:20 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Chris Cormack <rangi> 07/06/18 21:58:20
Modified files:
koha-tmpl/intranet-tmpl/npl/en/acqui: recieve.tmpl
Log message:
Showing isbn and link to view marc
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/recieve.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.4&r2=1.1.2.3.2.5
Patches:
Index: recieve.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/recieve.tmpl,v
retrieving revision 1.1.2.3.2.4
retrieving revision 1.1.2.3.2.5
diff -u -b -r1.1.2.3.2.4 -r1.1.2.3.2.5
--- recieve.tmpl 13 Feb 2007 14:53:36 -0000 1.1.2.3.2.4
+++ recieve.tmpl 18 Jun 2007 21:58:19 -0000 1.1.2.3.2.5
@@ -2,6 +2,14 @@
<!-- TMPL_INCLUDE name="masthead.inc" -->
<!-- TMPL_INCLUDE NAME="acqui-full-topmenu.inc" --><!-- TMPL_INCLUDE
name="intranet-nav.inc" -->
+<script type="text/javascript">
+ var GB_ROOT_DIR = "/greybox/";
+</script>
+<script type="text/javascript" src="/greybox/AJS.js"></script>
+<script type="text/javascript" src="/greybox/AJS_fx.js"></script>
+<script type="text/javascript" src="/greybox/gb_scripts.js"></script>
+<link href="/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
+
<div id="main">
<h1>Receipt: parcel from <em><!-- TMPL_VAR NAME="name" --></em></h1>
@@ -21,6 +29,7 @@
<tr>
<th>Basket</th>
<th>Title</th>
+ <th>View MARC</th>
<th>Budgeted cost</th>
<!-- <th>Still on order</th> -->
<th>Actual</th>
@@ -31,6 +40,7 @@
<tr bgcolor="<!-- TMPL_VAR NAME="color" -->">
<td class="number"><!-- TMPL_VAR
NAME="basketno" --></td>
<td><!-- <a href="acquire.pl?recieve=<!--
TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber"
-->&invoice=<!-- TMPL_VAR NAME="invoice" -->&gst=<!-- TMPL_VAR
NAME="gst" -->&freight=<!-- TMPL_VAR NAME="freight" -->&supplierid=<!--
TMPL_VAR NAME="supplierid" -->&catview=yes&datereceived=<!-- TMPL_VAR
name="datereceived" -->"> </a> --><!-- TMPL_VAR NAME="title" --></td>
+ <td><a
href="/cgi-bin/koha/acqui/showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->"
title="MARC" rel="gb_page_center[600,500]">View MARC</a></td>
<td class="number"><!-- TMPL_VAR NAME="ecost"
--></td>
<!-- <td class="number"><!-- TMPL_VAR
NAME="stillonorder" --></td> -->
<td class="number"><!-- TMPL_VAR
NAME="unitprice" --></td>
@@ -39,7 +49,7 @@
</tr>
<!-- /TMPL_LOOP -->
<tr>
- <td colspan="3" rowspan="3">
+ <td colspan="4" rowspan="3">
</td>
<!-- TMPL_IF NAME="gst" -->
@@ -78,6 +88,8 @@
<tr>
<th>Basket</th>
<th>Title</th>
+ <th>ISBN</th>
+ <th>View MARC</th>
<th>On Order</th>
<th>Received</th>
<th> </th>
@@ -87,6 +99,8 @@
<tr bgcolor="<!-- TMPL_VAR NAME="color" -->">
<td class="number"><!-- TMPL_VAR
NAME="basketno" --></td>
<td><!-- TMPL_VAR NAME="title" --></td>
+ <td><!-- TMPL_VAR NAME="isbn" --></td>
+ <td> <a
href="/cgi-bin/koha/acqui/showmarc.pl?id=<!-- TMPL_VAR NAME="biblionumber" -->"
title="MARC" rel="gb_page_center[600,500]">View MARC</a></td>
<td class="number"><!-- TMPL_VAR
NAME="quantity" --></td>
<td class="number"><!-- TMPL_VAR
NAME="quantityreceived" --></td>
<td><a href="acquire.pl?recieve=<!-- TMPL_VAR
NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber"
-->&invoice=<!-- TMPL_VAR NAME="invoice" -->&gst=<!-- TMPL_VAR
NAME="gst" -->&freight=<!-- TMPL_VAR NAME="freight" -->&supplierid=<!--
TMPL_VAR NAME="supplierid" -->&datereceived=<!-- TMPL_VAR
name="datereceived"-->&catview=yes" class="button acquisition">Receive</td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui recie... [dev_week],
Chris Cormack <=