Bug 3601: Cleanup of holiday.tmpl
authorGarry Collum <gcollum@gmail.com>
Fri, 11 Sep 2009 15:41:38 +0000 (11:41 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 12 Sep 2009 12:38:25 +0000 (08:38 -0400)
Changes the word 'location' to 'library.'
Expands the description of 'exception.'

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl

index 4af819c..01f718c 100644 (file)
@@ -228,7 +228,7 @@ h1 select { width: 20em; }
                                <textarea rows="2" cols="40" id="showDescription" name="showDescription"></textarea>    
                        </p>
                        <div id="exceptionPosibility" style="position:static">
-                               <input type="radio" name="showOperation" id="showOperationExc" value="exception" /> <label for="showOperationExc">Generate an exception to this holiday.</label>
+                               <input type="radio" name="showOperation" id="showOperationExc" value="exception" /> <label for="showOperationExc">Generate an exception for this repeated holiday.</label>
                                <a href="#" onclick=" additionalInformation('You can make an exception for this holiday rule. This means that you will be able to say for a repeatable holiday, that there is one of those days that is going to be an exception.')"><img src="<!-- TMPL_VAR NAME="themelang" -->/../img/more.gif" border="0" alt="More information" /></a><br />
                        </div>
                        <input type="radio" name="showOperation" id="showOperationDel" value="delete" /> <label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</label>
@@ -278,8 +278,8 @@ h1 select { width: 20em; }
                                <a href="#" onclick=" additionalInformation('This will take this day and month as a reference to make it holiday. Through this option, you can repeat this rule for every year. For example, selecting August 1st will make August 1st a holiday every year.')"><img src="<!-- TMPL_VAR NAME="themelang" -->/../img/more.gif" border="0" alt="More information" /></a>
                                <p>
                                <input type="checkbox" name="allBranches" id="allBranches" />
-                               <label for="allBranches">Copy to all locations</label>.
-                               <a href="#" onclick=" additionalInformation('If checked, this holiday will be copied to all locations. If the holiday already exists for a location, no change is made.')"><img src="<!-- TMPL_VAR NAME="themelang" -->/../img/more.gif" border="0" alt="More information" /></a>
+                               <label for="allBranches">Copy to all libraries</label>.
+                               <a href="#" onclick=" additionalInformation('If checked, this holiday will be copied to all libraries. If the holiday already exists for a library, no change is made.')"><img src="<!-- TMPL_VAR NAME="themelang" -->/../img/more.gif" border="0" alt="More information" /></a>
                                </p><p>
                                        <input type="submit" name="submit" value="Save" />
                                        <input type="button" name="cancel2" value="Cancel" onclick=" hidePanel('newHoliday');hidePanel('information')" />