koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se...
Date: Sat, 30 Jun 2007 06:25:07 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Changes by:     Henri-Damien LAURENT <hdl>      07/06/30 06:25:07

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/serials: serials-home.tmpl 

Log message:
        serials-home.tmpl
                Display information provided serials-edit modifications.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl?cvsroot=koha&r1=1.9&r2=1.10

Patches:
Index: serials-home.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- serials-home.tmpl   30 Jun 2007 05:24:23 -0000      1.9
+++ serials-home.tmpl   30 Jun 2007 06:25:06 -0000      1.10
@@ -5,6 +5,50 @@
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-serials.inc" -->
 
+
+<!--TMPL_IF Name="information"-->
+<div id="information">
+Serials updated :
+<table>
+  <tr>
+    <th>
+      Serialseq
+    </th>
+    <th>
+      Status
+    </th>
+    <th>
+      Publisheddate
+    </th>
+    <th>
+      Planneddate
+    </th>
+    <th>
+      Notes
+    </th>
+  </tr>  
+<!--TMPL_LOOP Name="information"-->
+  <tr>
+    <td>
+      <!--TMPL_VAR Name="serialseq"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="status"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="publisheddate"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="planneddate"-->
+    </td>
+    <td>
+      <!--TMPL_VAR Name="notes"-->
+    </td>
+  </tr>  
+<!--/TMPL_LOOP -->
+</table>
+</div>
+<!--/TMPL_IF-->
 <h1>Serials subscription</h1>
 <div id="serials_home">
        <h2>Search existing subscription</h2>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]