[Koha-patches] [PATCH] Removing ':' from table headers.

Stan Brinkerhoff koha at brinkerhoff.org
Wed Dec 24 13:13:16 CET 2008


---
 .../prog/en/modules/admin/categorie.tmpl           |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl
index cca59e9..92f6e30 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tmpl
@@ -212,15 +212,15 @@ Confirm Deletion of Category <!-- TMPL_VAR NAME="categorycode" --><!-- /TMPL_IF
 
         <table>
 		<tr>
-			<th scope="col">Code:</th>
-			<th scope="col">Category name:</th>
-			<th scope="col">Type:</th>
-			<th scope="col">Enrollment period:</th>
-			<th scope="col">Age required:</th>
-			<th scope="col">Upper age limit:</th>
-			<th scope="col">Enrollment fee:</th>
-			<th scope="col">Overdue:</th>
- 			<th scope="col">Hold fee:</th>
+			<th scope="col">Code</th>
+			<th scope="col">Category name</th>
+			<th scope="col">Type</th>
+			<th scope="col">Enrollment period</th>
+			<th scope="col">Age required</th>
+			<th scope="col">Upper age limit</th>
+			<th scope="col">Enrollment fee</th>
+			<th scope="col">Overdue</th>
+ 			<th scope="col">Hold fee</th>
 			<th scope="col" colspan="2">&nbsp; </th>
 		</tr>
 		<!-- TMPL_LOOP NAME="loop" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list