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 includes/m... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en includes/m... [rel_3_0]
Date: Thu, 11 Jan 2007 13:43:59 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/11 13:43:59

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/includes: menu-tools.inc 
        koha-tmpl/intranet-tmpl/prog/en/tools: tools-home.tmpl 

Log message:
        adding a link to log viewer.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-tools.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.4&r2=1.3.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: includes/menu-tools.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-tools.inc,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -b -r1.3.2.4 -r1.3.2.5
--- includes/menu-tools.inc     10 Oct 2006 12:49:22 -0000      1.3.2.4
+++ includes/menu-tools.inc     11 Jan 2007 13:43:59 -0000      1.3.2.5
@@ -1,9 +1,11 @@
 <div id="submenu">
+    <a href="/cgi-bin/koha/tools/tools-home.pl">Home</a>
     <a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a>
     <a href="/cgi-bin/koha/tools/koha-news.pl">News</a>
     <a href="/cgi-bin/koha/tools/export.pl">Export</a>
     <a href="/cgi-bin/koha/tools/breeding.pl">Reservoir</a>
     <a href="/cgi-bin/koha/tools/barcodes.pl">Barcodes</a>
+    <a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a>
 </div>
 
 <div id="main">

Index: tools/tools-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- tools/tools-home.tmpl       19 Dec 2006 09:22:46 -0000      1.1.2.4
+++ tools/tools-home.tmpl       11 Jan 2007 13:43:59 -0000      1.1.2.5
@@ -47,6 +47,10 @@
     <td><a href="/cgi-bin/koha/tools/itemslost.pl">Items lost</a></td>
     <td>Show lost items</td>
 </tr>
+<tr>
+    <td><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></td>
+    <td>Browse the system logs</td>
+</tr>
 </table>
 
 




reply via email to

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