Bug 2780 - Capitalize strings consistently - various
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
This commit is contained in:
parent
07eeb4b187
commit
0e5b3f3df3
6 changed files with 35 additions and 35 deletions
|
@ -1,12 +1,12 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Send SMS Message</title>
|
||||
<title>Koha › Tools › Send SMS message</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
</head>
|
||||
<body id="sms_sms-home" class="pat">
|
||||
[% INCLUDE 'header.inc' %]
|
||||
[% INCLUDE 'cat-search.inc' %]
|
||||
|
||||
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › Send SMS Message</div>
|
||||
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › Send SMS message</div>
|
||||
|
||||
<div id="doc3" class="yui-t2">
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
<fieldset class="rows">
|
||||
<legend>SMS Messaging</legend>
|
||||
<ol>
|
||||
<li><label for="message">Your Message: </label><textarea name="message" id="message" cols="35" rows="4">[% message %]</textarea></li>
|
||||
<li><label for="message">Your message: </label><textarea name="message" id="message" cols="35" rows="4">[% message %]</textarea></li>
|
||||
<li><label for="phone">Phone:</label><input type="text" name="phone" id="phone" value="[% phone %]"/> (e.g., 5338644143)</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
Enter a new purchase suggestion
|
||||
[% END %]
|
||||
[% ELSE %]
|
||||
Suggestions Management
|
||||
Suggestions management
|
||||
[% END %]
|
||||
</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
|
@ -115,7 +115,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
Suggestion edit #[% suggestionid %]
|
||||
[% END %]
|
||||
[% ELSE %]
|
||||
Suggestions Management
|
||||
Suggestions management
|
||||
[% END %]
|
||||
</div>
|
||||
|
||||
|
@ -133,9 +133,9 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<li><span class="label">Copyright date:</span>[% copyrightdate %]</li>
|
||||
<li><span class="label">ISBN or ISSN or other standard number:</span>[% isbn %]</li>
|
||||
<li><span class="label">Publisher:</span>[% publishercode %]</li>
|
||||
<li><span class="label">Publication Place:</span>[% place %]</li>
|
||||
<li><span class="label">Collection Title:</span>[% collectiontitle %]</li>
|
||||
<li><span class="label">Document Type:</span>
|
||||
<li><span class="label">Publication place:</span>[% place %]</li>
|
||||
<li><span class="label">Collection title:</span>[% collectiontitle %]</li>
|
||||
<li><span class="label">Document type:</span>
|
||||
[% FOREACH itemtypeloo IN itemtypeloop %]
|
||||
[% IF ( itemtypeloo.selected ) %][% itemtypeloo.description %][% END %]
|
||||
[% END %]
|
||||
|
@ -177,7 +177,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<td>[% IF ( managedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% managedby_borrowernumber %]">[% managedby_surname %], [% managedby_firstname %]</a> [% managedby_branchcode %] ([% managedby_description %])[% END %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="label">Suggestion Accepted</span> </th>
|
||||
<th><span class="label">Suggestion accepted</span> </th>
|
||||
<td>[% accepteddate %]</td>
|
||||
<td>[% IF ( acceptedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_borrowernumber %]">[% acceptedby_surname %], [% acceptedby_firstname %]</a> [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %]</td>
|
||||
</tr>
|
||||
|
@ -232,9 +232,9 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" value="[% copyrightdate %]" /></li>
|
||||
<li><label for="isbn">ISBN or ISSN or other standard number:</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" value="[% isbn %]"/></li>
|
||||
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" value="[% publishercode %]"/></li>
|
||||
<li><label for="place">Publication Place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place %]"/></li>
|
||||
<li><label for="collectiontitle">Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle %]"/></li>
|
||||
<li><label for="itemtype">Document Type:</label>
|
||||
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" value="[% place %]"/></li>
|
||||
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" value="[% collectiontitle %]"/></li>
|
||||
<li><label for="itemtype">Document type:</label>
|
||||
<select id="itemtype" name="itemtype" >
|
||||
[% FOREACH itemtypeloo IN itemtypeloop %]
|
||||
[% IF ( itemtypeloo.selected ) %]<option selected="selected" value="[% itemtypeloo.itemtype %]">[% ELSE %]<option value="[% itemtypeloo.itemtype %]">[% END %]
|
||||
|
@ -275,7 +275,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<td><input type="hidden" id="managedby" name="managedby" value="[% managedby %]"/>[% IF ( managedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% managedby_borrowernumber %]">[% managedby_surname %], [% managedby_firstname %]</a> [% managedby_branchcode %] ([% managedby_description %])[% END %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><label for="accepteddate">Suggestion Accepted</label> </th>
|
||||
<th><label for="accepteddate">Suggestion accepted</label> </th>
|
||||
<td><input type="text" id="accepteddate" name="accepteddate" size="10" maxlength="10" value="[% accepteddate %]" /></td>
|
||||
<td><input type="hidden" id="acceptedby" name="acceptedby" value="[% acceptedby %]"/>[% IF ( acceptedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% acceptedby_borrowernumber %]">[% acceptedby_surname %], [% acceptedby_firstname %]</a> [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %]</td>
|
||||
</tr>
|
||||
|
@ -321,7 +321,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<li> <a id="newsuggestion" href="suggestion.pl?op=add">New purchase suggestion</a></li>
|
||||
</ul></div>
|
||||
|
||||
<h1>Suggestions Management</h1>
|
||||
<h1>Suggestions management</h1>
|
||||
|
||||
[% UNLESS ( notabs ) %]
|
||||
<div id="sorting" class="overlay">Sorting...</div>
|
||||
|
@ -348,7 +348,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<form name="f[% suggestion.suggestiontype %]" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype %]">
|
||||
|
||||
[% IF ( suggestion.suggestions_loop ) %]
|
||||
<p><a id="CheckAll[% suggestion.suggestiontype %]" href="#">Check All</a> | <a id="UncheckAll[% suggestion.suggestiontype %]" href="#">Uncheck All</a></p>
|
||||
<p><a id="CheckAll[% suggestion.suggestiontype %]" href="#">Check all</a> | <a id="UncheckAll[% suggestion.suggestiontype %]" href="#">Uncheck all</a></p>
|
||||
<table id="[% suggestion.suggestiontype %]t">
|
||||
<thead>
|
||||
<tr><th> </th>
|
||||
|
@ -427,7 +427,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<input type="submit" value="Submit" /></fieldset>
|
||||
</form>
|
||||
[% ELSE %]
|
||||
<b>No Results.</b>
|
||||
<b>No results.</b>
|
||||
[% END %]
|
||||
</div>
|
||||
[% END %]
|
||||
|
@ -441,7 +441,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<select name="displayby" id="displayby" style="width:auto;">
|
||||
<option value="STATUS">Status</option>
|
||||
<option value="branchcode">Library</option>
|
||||
<option value="itemtype">Item Type</option>
|
||||
<option value="itemtype">Item type</option>
|
||||
<option value="managedby">Managed by</option>
|
||||
<option value="acceptedby">Accepted by</option>
|
||||
</select> <input type="submit" value="Go" /></li></ol></fieldset>
|
||||
|
@ -454,7 +454,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<li><label for="isbn"> ISBN:</label><input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
|
||||
<li><label for="publishercode"> Publisher:</label><input type="text" id="publishercode" name="publishercode" value="[% publishercode %]" /></li>
|
||||
<li><label for="publicationyear"> Publication year:</label><input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear %]" /></li>
|
||||
<li><label for="collectiontitle"> Collection Title:</label><input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle %]" /></li><li><input type="submit" value="Go" /></li></ol>
|
||||
<li><label for="collectiontitle"> Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" value="[% collectiontitle %]" /></li><li><input type="submit" value="Go" /></li></ol>
|
||||
</fieldset>
|
||||
<fieldset class="brief"><h4 class="collapse"><a href="#">Suggestion information</a></h4>
|
||||
<ol>
|
||||
|
@ -468,13 +468,13 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
[% IF ( statusselected_REJECTED ) %]<option value="REJECTED" selected="selected">Rejected</option>
|
||||
[% ELSE %]<option value="REJECTED">Rejected</option>[% END %]
|
||||
</select></li>
|
||||
<li><label for="suggestedby"> Suggested By:</label><select id="suggestedby" name="suggestedby"><option value="">Any</option>
|
||||
<li><label for="suggestedby"> Suggested by:</label><select id="suggestedby" name="suggestedby"><option value="">Any</option>
|
||||
[% FOREACH suggestedby_loo IN suggestedby_loop %][% IF ( suggestedby_loo.selected ) %]<option value="[% suggestedby_loo.code %]" selected="selected">[% suggestedby_loo.desc %]</option>[% ELSE %]<option value="[% suggestedby_loo.code %]">[% suggestedby_loo.desc %]</option>[% END %][% END %]
|
||||
</select></li>
|
||||
<li><label for="suggesteddate_from"> Suggested on:</label>[% suggesteddate %]
|
||||
<table class="invis">
|
||||
<tr>
|
||||
<td>from :</td><td><input type="text" id="suggesteddate_from" name="suggesteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_from_button" alt="Show Calendar" />
|
||||
<td>from :</td><td><input type="text" id="suggesteddate_from" name="suggesteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_from_button" alt="Show calendar" />
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
Calendar.setup(
|
||||
{
|
||||
|
@ -486,7 +486,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
</script></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>to :</td><td><input type="text" id="suggesteddate_to" name="suggesteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_to_button" alt="Show Calendar" />
|
||||
<td>to :</td><td><input type="text" id="suggesteddate_to" name="suggesteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="suggesteddate_to_button" alt="Show calendar" />
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
Calendar.setup(
|
||||
{
|
||||
|
@ -505,7 +505,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<li><label for="manageddate_from"> Management date:</label>[% manageddate %]
|
||||
<table class="invis">
|
||||
<tr>
|
||||
<td>from :</td><td><input type="text" id="manageddate_from" name="manageddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_from_button" alt="Show Calendar" />
|
||||
<td>from :</td><td><input type="text" id="manageddate_from" name="manageddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_from_button" alt="Show calendar" />
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
Calendar.setup(
|
||||
{
|
||||
|
@ -517,7 +517,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
</script></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>to :</td><td><input type="text" id="manageddate_to" name="manageddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_to_button" alt="Show Calendar" />
|
||||
<td>to :</td><td><input type="text" id="manageddate_to" name="manageddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="manageddate_to_button" alt="Show calendar" />
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
Calendar.setup(
|
||||
{
|
||||
|
@ -536,7 +536,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<li><label for="accepteddate_from"> Accepted on:</label>[% accepteddate %]
|
||||
<table class="invis">
|
||||
<tr>
|
||||
<td>from :</td><td><input type="text" id="accepteddate_from" name="accepteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_from_button" alt="Show Calendar" />
|
||||
<td>from :</td><td><input type="text" id="accepteddate_from" name="accepteddate_from" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_from_button" alt="Show calendar" />
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
Calendar.setup(
|
||||
{
|
||||
|
@ -548,7 +548,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
</script></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>to :</td><td><input type="text" id="accepteddate_to" name="accepteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_to_button" alt="Show Calendar" />
|
||||
<td>to :</td><td><input type="text" id="accepteddate_to" name="accepteddate_to" style="width:80px;" /><img src="[% themelang %]/lib/calendar/cal.gif" id="accepteddate_to_button" alt="Show calendar" />
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
Calendar.setup(
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review Tags[% END %]</title>
|
||||
<title>Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %]</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Home › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review Tags[% END %]</title>
|
||||
<title>Home › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %]</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
[% INCLUDE 'calendar.inc' %]
|
||||
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
|
||||
|
@ -256,7 +256,7 @@ td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
|
|||
</div>
|
||||
<div class="yui-u">
|
||||
<fieldset class="brief">
|
||||
<h4>Terms Summary</h4>
|
||||
<h4>Terms summary</h4>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/tags/review.pl?approved=1">Approved</a>:
|
||||
<span id="terms_summary_approved_count">[% approved_count %]</span>
|
||||
|
@ -322,16 +322,16 @@ td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
|
|||
<li>
|
||||
<label for="from">Date: from </label>
|
||||
<input type="text" size="10" id="from" name="from" value="[% filter_date_approved_from %]" />
|
||||
<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show Calendar" style="cursor: pointer;" id="openCalendarFrom" />
|
||||
<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarFrom" />
|
||||
<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
|
||||
|
||||
<label for="to">...to </label>
|
||||
<input type="text" size="10" id="to" name="to" value="[% filter_date_approved_to %]" />
|
||||
<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show Calendar" style="cursor: pointer;" id="openCalendarTo" />
|
||||
<img src="[% themelang %]/lib/calendar/cal.gif" border="0" alt="Show calendar" style="cursor: pointer;" id="openCalendarTo" />
|
||||
<div class="hint">[% INCLUDE 'date-format.inc' %]</div>
|
||||
</li>
|
||||
</ol>
|
||||
<fieldset class="action"><input type="submit" value="Apply Filter(s)" /></fieldset>
|
||||
<fieldset class="action"><input type="submit" value="Apply filter(s)" /></fieldset>
|
||||
</fieldset>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Tools › Stage MARC Records For Import</title>
|
||||
<title>Koha › Tools › Stage MARC records for import</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
[% INCLUDE 'file-upload.inc' %]
|
||||
[% INCLUDE 'background-job.inc' %]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › Z39.50 Search Results</title>
|
||||
<title>Koha › Z39.50 search results</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
<script language="javascript" type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
@ -13,7 +13,7 @@
|
|||
</head>
|
||||
<body id="cat_searchresult" class="cat">
|
||||
|
||||
<h2>Z3950 Search Results</h2>
|
||||
<h2>Z3950 search results</h2>
|
||||
|
||||
[% IF ( breeding_loop ) %]
|
||||
<table>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<th>Title</th>
|
||||
<th>Author</th>
|
||||
<th>ISBN</th>
|
||||
<th>coming from</th>
|
||||
<th>Coming from</th>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue