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 reports/re...


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en reports/re...
Date: Thu, 02 Mar 2006 20:41:30 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         
Changes by:     Henri-Damien LAURENT <address@hidden>   06/03/02 20:41:30

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/reports: reports-home.tmpl 
        koha-tmpl/intranet-tmpl/prog/en/tools: letter.tmpl 

Log message:
        bug fixing : making changes for letters and reports-home 
(Inventory/Stocktaking and overdue) work.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:1.1 
koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:1.2
--- koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl:1.1  Fri Jul 
22 16:39:57 2005
+++ koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl      Thu Mar 
 2 20:41:30 2006
@@ -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: koha/koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:1.1 
koha/koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:1.2
--- koha/koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl:1.1  Fri Feb 24 
11:52:38 2006
+++ koha/koha-tmpl/intranet-tmpl/prog/en/tools/letter.tmpl      Thu Mar  2 
20:41:30 2006
@@ -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" -->
@@ -22,19 +25,19 @@
                                <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">
@@ -140,7 +143,7 @@
                <!-- 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" -->
@@ -284,4 +287,4 @@
        </form>
        <!-- /TMPL_IF -->
 </div>
-<!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file




reply via email to

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