[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/tools tool... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Dec 19 10:22:46 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/19 09:22:46

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

Log message:
	writing <td> instead of <th>.

CVSWeb URLs:
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.3&r2=1.1.2.4

Patches:
Index: tools-home.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/tools/tools-home.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- tools-home.tmpl	29 Nov 2006 11:56:13 -0000	1.1.2.3
+++ tools-home.tmpl	19 Dec 2006 09:22:46 -0000	1.1.2.4
@@ -8,43 +8,43 @@
 <table>
 <caption>Various tools</caption>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/barcodes.pl">Barcode generator</a></th>
+    <td><a href="/cgi-bin/koha/tools/barcodes.pl">Barcode generator</a></td>
     <td>Generate your barcodes</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></th>
+    <td><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></td>
     <td>Define holidays (days where the library is closed)</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/export.pl">Export</a></th>
+    <td><a href="/cgi-bin/koha/tools/export.pl">Export</a></td>
     <td>Export datas</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/import.pl">Import</a></th>
+    <td><a href="/cgi-bin/koha/tools/import.pl">Import</a></td>
     <td>Import datas in the reservoir</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></th>
+    <td><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></td>
     <td>A basic news system for OPAC & librarian interfaces</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/letter.pl">Letters</a></th>
+    <td><a href="/cgi-bin/koha/tools/letter.pl">Letters</a></td>
     <td>Define letters </td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/overduerules.pl">overdue rules</a></th>
+    <td><a href="/cgi-bin/koha/tools/overduerules.pl">overdue rules</a></td>
     <td>Rules for overdue books</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></th>
+    <td><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></td>
     <td>Tool to inventory (stocktaking) of your catalogue</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></th>
+    <td><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></td>
     <td>Delete some old private data/reading history relative to borrowers.</td>
 </tr>
 <tr>
-    <th><a href="/cgi-bin/koha/tools/itemslost.pl">Items lost</a></th>
+    <td><a href="/cgi-bin/koha/tools/itemslost.pl">Items lost</a></td>
     <td>Show lost items</td>
 </tr>
 </table>





More information about the Koha-cvs mailing list