[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials la...
From: |
Robert Lyon |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials la... |
Date: |
Thu, 20 Jul 2006 03:42:54 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Robert Lyon <bob_lyon> 06/07/20 03:42:54
Modified files:
koha-tmpl/intranet-tmpl/prog/en/serials: lateissues.tmpl
Log message:
merging katipo changes back in
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl?cvsroot=koha&r1=1.3&r2=1.4
Patches:
Index: lateissues.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- lateissues.tmpl 12 Jul 2006 14:02:41 -0000 1.3
+++ lateissues.tmpl 20 Jul 2006 03:42:54 -0000 1.4
@@ -13,6 +13,8 @@
<input type="submit" value="filter">
</form>
</p>
+ <!-- TMPL_IF NAME="lateissues" -->
+
<table>
<tr>
<th>Title</th>
@@ -36,11 +38,52 @@
<td><!-- TMPL_VAR name="planneddate" --></td>
<td>
<a
href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid"
-->">Detail</a>
- <a
href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid"
-->">Recieve</a>
+ <a
+href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid"
-->">Receive</a>
</td>
<!-- /TMPL_IF -->
</tr>
<!-- /TMPL_LOOP -->
</table>
+ <!-- TMPL_ELSE -->
+ <p>There are currently no outstanding issues.</p>
+ <!-- /TMPL_IF -->
+
+ <!-- TMPL_IF NAME="missingissues" -->
+ <h1 class="bull">Missing Issues</h1>
+ <table cellpadding="0" cellspacing="0" border="0"
class="collapse">
+ <tr>
+ <th class="cell-header">Supplier</th>
+ <th class="cell-header">Title</th>
+ <th class="cell-header">Issue number</th>
+ <th class="cell-header">Missing since</th>
+ <th class="cell-header"> </th>
+ </tr>
+ <!-- TMPL_LOOP name="missingissues" -->
+ <tr>
+ <td class="cell">
+ <!-- TMPL_VAR name="name" -->
+ </td>
+ <td class="cell">
+ <!-- TMPL_VAR name="Title" -->
+ </td>
+ <td class="cell">
+ <!--TMPL_VAR name="serialseq" -->
+ </td>
+ <td class="cell">
+ <!-- TMPL_VAR name="planneddate" -->
+ </td>
+ <td class="cell">
+ <a
+href="statecollection.pl?op=found&planneddate=<!-- TMPL_VAR
+name="planneddate" -->&missingissue=<!-- TMPL_VAR name="serialseq"
-->&subscriptionid=<!-- TMPL_VAR
+name="subscriptionid" -->">Receive</a>
+ </td>
+ </tr>
+ <!--/TMPL_LOOP -->
+ </table>
+ <!-- /TMPL_IF -->
+
+
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->