reservereport.tmpl has been moved to /reports
authoroleonard <oleonard>
Sat, 3 Sep 2005 18:31:03 +0000 (18:31 +0000)
committeroleonard <oleonard>
Sat, 3 Sep 2005 18:31:03 +0000 (18:31 +0000)
koha-tmpl/intranet-tmpl/default/en/reservereport.tmpl [deleted file]
koha-tmpl/intranet-tmpl/npl/en/reservereport.tmpl [deleted file]

diff --git a/koha-tmpl/intranet-tmpl/default/en/reservereport.tmpl b/koha-tmpl/intranet-tmpl/default/en/reservereport.tmpl
deleted file mode 100644 (file)
index 015455b..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- TMPL_INCLUDE Name="reports-top.inc" -->\r
-\r
-<h2>Current  Unfilled Reserves</h2>\r
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="tableborder">\r
-<tr valign="top">\r
-        <th>\r
-                Name\r
-        </th>\r
-        <th>\r
-                Date of Reserve\r
-        </th>\r
-        <th>\r
-                Title\r
-        </th>\r
-        <th>\r
-                Classification\r
-        </th>\r
-        <th>\r
-                Status\r
-        </th>\r
-</tr>\r
-<!-- TMPL_LOOP Name="dataloop" -->\r
-        <tr valign="top" bgcolor="white">\r
-                <td>\r
-                        <!-- TMPL_VAR NAME="name" -->&nbsp;\r
-                </td>\r
-                <td>\r
-                        <!-- TMPL_VAR NAME="reservedate" -->&nbsp;\r
-                </td>\r
-                <td>\r
-                        <!-- TMPL_VAR NAME="title" -->&nbsp;\r
-                </td>\r
-                <td>\r
-                        <!-- TMPL_VAR NAME="classification" -->&nbsp;\r
-                </td>\r
-                <td>\r
-                        <!-- TMPL_VAR NAME="status" -->&nbsp;\r
-                </td>\r
-\r
-        </tr>\r
-<!-- /TMPL_LOOP -->\r
-<tr>\r
-                <td>\r
-                        <b>Total: <!-- TMPL_VAR NAME="count" --></b>\r
-                </td>\r
-                <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\r
-        </tr>\r
-</table>\r
-\r
-<!-- TMPL_INCLUDE Name="reports-bottom.inc" -->\r
diff --git a/koha-tmpl/intranet-tmpl/npl/en/reservereport.tmpl b/koha-tmpl/intranet-tmpl/npl/en/reservereport.tmpl
deleted file mode 100644 (file)
index fe45ce2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reserve Report: All Reserves<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
-
-<div id="main">
-<table>
-       <tr><th>Name</th><th>Reserve Date</th><th>Title</th><th>Class</th></tr>
-       <!-- TMPL_LOOP Name="dataloop" -->
-               <tr>
-                       <td>
-                               <!-- TMPL_VAR Name="name" -->
-                       </td>
-                       <td>
-                               <!-- TMPL_VAR Name="reservedate" -->
-                       </td>
-                       <td>
-                               <!-- TMPL_VAR Name="title" -->
-                       </td>
-                       <td>
-                               <!-- TMPL_VAR Name="classification" -->
-                       </td>
-               </tr>
-       <!-- /TMPL_LOOP -->
-</table>
-<p><!-- TMPL_VAR Name="count" --></p>
-</div>
-
-<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->