bug fixing : making changes for letters and reports-home (Inventory/Stocktaking and...
authorhdl <hdl>
Thu, 2 Mar 2006 20:41:30 +0000 (20:41 +0000)
committerhdl <hdl>
Thu, 2 Mar 2006 20:41:30 +0000 (20:41 +0000)
koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl

index 75ced66..7876dd2 100644 (file)
@@ -39,9 +39,9 @@
        </ul>
        <p>on issues</p>
        <ul>
-               <li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Till Reconciliation:</a> Daily Report (yesterday)</li>
-               <li><a href="/cgi-bin/koha/stats.pl?time=today">Till Reconciliation:</a> Daily Report (today)</li>
-               <li><a href="/cgi-bin/koha/overdue.pl">Overdue items</a></li>
+               <li><a href="/cgi-bin/koha/reports/stats.pl?time=yesterday">Till Reconciliation:</a> Daily Report (yesterday)</li>
+               <li><a href="/cgi-bin/koha/reports/stats.pl?time=today">Till Reconciliation:</a> Daily Report (today)</li>
+               <li><a href="/cgi-bin/koha/reports/overdue.pl">Overdue items</a></li>
                <li><a href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Issues by borrower category</a></li>
                <li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
        </ul>
index 498fadb..d52cc94 100644 (file)
@@ -1,8 +1,11 @@
-<!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
-<div id="mainbloc">
-       <h1>Letters admin</h1>
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+       Letters admin
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
+
        <!-- TMPL_IF NAME="else" -->
-               <form action="/cgi-bin/koha/admin/letter.pl" method="post">
+               <form action="/cgi-bin/koha/tools/letter.pl" method="post">
                <input type="text" name="searchfield" value="">
                <input type="submit" class="button" value="Filter"></form>
                <!-- TMPL_IF NAME="search" -->
                                <td><!-- TMPL_VAR NAME="code" --></td>
                                <td><!-- TMPL_VAR NAME="name" --></td>
                                <td>
-                                       <a href="/cgi-bin/koha/admin/letter.pl?op=add_form&amp;module=<!-- TMPL_VAR name="module" -->&amp;code=<!-- TMPL_VAR NAME="code" -->">
+                                       <a href="/cgi-bin/koha/tools/letter.pl?op=add_form&amp;module=<!-- TMPL_VAR name="module" -->&amp;code=<!-- TMPL_VAR NAME="code" -->">
                                                <img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0">
                                        </a>
                                </td>
                                <td>
-                                       <a href="/cgi-bin/koha/admin/letter.pl?op=delete_confirm&amp;module=<!-- TMPL_VAR name="module"-->&amp;code=<!-- TMPL_VAR NAME="code" -->">
+                                       <a href="/cgi-bin/koha/tools/letter.pl?op=delete_confirm&amp;module=<!-- TMPL_VAR name="module"-->&amp;code=<!-- TMPL_VAR NAME="code" -->">
                                                <img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
                                        </a>
                                </td>
                        </tr>
                <!-- /TMPL_LOOP -->
                </table>
-               <form action="/cgi-bin/koha/admin/letter.pl" method="post">
+               <form action="/cgi-bin/koha/tools/letter.pl" method="post">
                        <input type="hidden" name="op" value="add_form">
                        <br>
                        <input type="submit" class="button" value="Add Letter" title="Add Letter" alt="Add Letter">
                <!-- TMPL_ELSE -->
                        <h2 class="parameters">Add letter</h2>
                <!-- /TMPL_IF -->
-               <form action="/cgi-bin/koha/admin/letter.pl" name="Aform" method="post">
+               <form action="/cgi-bin/koha/tools/letter.pl" name="Aform" method="post">
                <input type="hidden" name="op" value="add_validate">
                <input type="hidden" name="checked" value="0">
                <!-- TMPL_IF NAME="modify" -->
        </form>
        <!-- /TMPL_IF -->
 </div>
-<!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file