[Koha-patches] [PATCH] Language corrections (fixes Bug 2023)

Owen Leonard oleonard at myacpl.org
Tue Apr 22 16:53:30 CEST 2008


---
 .../prog/en/modules/tools/holidays.tmpl            |   72 +++-----------------
 .../prog/en/modules/tools/import_borrowers.tmpl    |    6 +-
 .../prog/en/modules/tools/koha-news.tmpl           |    6 +-
 3 files changed, 17 insertions(+), 67 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl
index 200393f..c0c9d24 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Tools &rsaquo; Holidays</title>
+<title>Koha &rsaquo; Tools &rsaquo; Calendar</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="calendar.inc" -->
 <script language="JavaScript" type="text/javascript">
@@ -108,73 +108,23 @@
 	});
 //]]>
 </script>
-
 <style type="text/css">
-.normalday { 
-	background-color :  #EDEDED;
-	color :  Black; 
-	border : 1px solid #000000;
-}
-
-.exception {
-	background-color :  #EDEDED;
-	color :  Black; 		
-	border : 1px solid #000000;
-}
-
-.holiday { 
-	background-color :  red;
-	color :  Black; 
-	border : 1px solid #000000;
-}
-
-.repeatableday { 
-	background-color :  yellow;
-	color :  Black; 
-	border : 1px solid #000000;
-}
-
-.information {
-	z-index : 1;
-	background-color :  #DCD2F1;
-	width : 300px;
-	display : none;
-	border : 1px solid #000000;
-	color :  #000000;
-	font-size :  8pt;
-	font-weight :  bold;
-    background-color :  #FFD700;
-	cursor :  pointer;
-	padding : 2px;
-}
-
-.panel {
-	z-index : 1;
-	width : 500px;
-	display : none;
-	border : 1px solid #000000;
-	padding : 3px;
-	/* position: absolute; */
-	background-color: #CCCCCC;
-}
-
-div.dmy {
-	display:inline;
-}
-
-.blacklabel, div.dmy input {
-	background-color:#FFFFFF;
-	color:Black;
-	font-size:10px;
-}
-
+.normalday { background-color :  #EDEDED; color :  Black; border : 1px solid #000000; }
+.exception { background-color :  #EDEDED; color :  Black; border : 1px solid #000000; }
+.holiday {  background-color :  red; color :  Black;  border : 1px solid #000000; }
+.repeatableday {  background-color :  yellow; color :  Black;  border : 1px solid #000000; }
+.information { z-index : 1; background-color :  #DCD2F1; width : 300px; display : none; border : 1px solid #000000; color :  #000000; font-size :  8pt; font-weight :  bold; background-color :  #FFD700; cursor :  pointer; padding : 2px; }
+.panel { z-index : 1; width : 500px; display : none; border : 1px solid #000000; padding : 3px; /* position: absolute; */ background-color: #CCCCCC; }
+div.dmy { display:inline; }
+.blacklabel, div.dmy input { background-color:#FFFFFF; color:Black; font-size:10px; }
+h1 select { width: 20em; }
 </style>
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Holidays</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Calendar</div>
 
 <div id="doc3" class="yui-t2">
    
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl
index 8d5a47f..d696449 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl
@@ -1,12 +1,12 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Cataloging &rsaquo; Patron Import <!-- TMPL_IF NAME="uploadborrowers" -->&rsaquo; Results<!-- /TMPL_IF --></title>
+<title>Koha &rsaquo; Cataloging &rsaquo; Import Patrons <!-- TMPL_IF NAME="uploadborrowers" -->&rsaquo; Results<!-- /TMPL_IF --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="patron-search.inc"-->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Patron Import <!-- TMPL_IF name="uploadborrowers" --><a href="/cgi-bin/koha/tools/import_borrowers.pl">Patron Import</a> &rsaquo; Results<!-- TMPL_ELSE -->Patron Import<!-- /TMPL_IF --></div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <!-- TMPL_IF name="uploadborrowers" --><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import Patrons</a> &rsaquo; Results<!-- TMPL_ELSE -->Import Patrons<!-- /TMPL_IF --></div>
 
 <div id="doc3" class="yui-t2">
    
@@ -15,7 +15,7 @@
 	<div class="yui-b">
 <div class="yui-g">
 <div class="yui-u first">
-<h1>Patron import</h1>
+<h1>Import Patrons</h1>
 <!-- TMPL_IF name="uploadborrowers" -->
 <p>Import results :</p>
 <ul>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl
index 5d1f6ce..7560f5c 100755
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Tools &rsaquo; Koha News</title>
+<title>Koha &rsaquo; Tools &rsaquo; News</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="calendar.inc" -->
 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.pack.js"></script>
@@ -17,8 +17,8 @@ $(document).ready(function() {
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <!-- TMPL_IF NAME="add_form" --><a href="/cgi-bin/koha/tools/koha-news.pl">Koha News</a> &rsaquo; <!-- TMPL_IF NAME="id" -->
-Edit News Item<!-- TMPL_ELSE -->Add News Item<!-- /TMPL_IF --><!-- TMPL_ELSE -->Koha News<!-- /TMPL_IF --></div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <!-- TMPL_IF NAME="add_form" --><a href="/cgi-bin/koha/tools/koha-news.pl">News</a> &rsaquo; <!-- TMPL_IF NAME="id" -->
+Edit News Item<!-- TMPL_ELSE -->Add News Item<!-- /TMPL_IF --><!-- TMPL_ELSE -->News<!-- /TMPL_IF --></div>
 
 <!-- TMPL_IF NAME="add_form" --><div id="doc" class="yui-t7"><!-- TMPL_ELSE --><div id="doc3" class="yui-t2"><!-- /TMPL_IF -->
    <div id="bd">
-- 
1.5.2.1




More information about the Koha-patches mailing list