[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials la...

Robert Lyon bob at katipo.co.nz
Thu Jul 20 05:42:54 CEST 2006


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">&nbsp;</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&amp;planneddate=<!-- TMPL_VAR
+name="planneddate" -->&amp;missingissue=<!-- TMPL_VAR name="serialseq" -->&amp;subscriptionid=<!-- TMPL_VAR
+name="subscriptionid" -->">Receive</a>
+                </td>
+		</tr>
+		<!--/TMPL_LOOP -->
+		</table>
+	<!-- /TMPL_IF -->
+		
+		       
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 





More information about the Koha-cvs mailing list