Bug 5892 : opac-user: minor spelling/html changes
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 18 Mar 2011 14:30:05 +0000 (15:30 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 20 Mar 2011 22:58:32 +0000 (11:58 +1300)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl

index 08aac17..4f8ae07 100644 (file)
@@ -388,7 +388,7 @@ $.tablesorter.addParser({
                     <!-- TMPL_IF NAME="wait" -->
                         <!-- TMPL_IF NAME="atdestination" -->
                             <!-- TMPL_IF NAME="found" -->
-                            Item waiting at <b> <!-- TMPL_VAR NAME="wbrname" --></b>
+                            Item waiting at <b> <!-- TMPL_VAR NAME="wbrname" --></b><!-- TMPL_IF NAME="formattedwaitingdate" --> until <!-- TMPL_VAR NAME="formattedwaitingdate" --><!-- /TMPL_IF -->
                             <input type="hidden" name="pickup" value="<!-- TMPL_VAR NAME="wbrcd" -->" />
                             <!-- TMPL_ELSE -->
                             Item waiting to be pulled from <b> <!-- TMPL_VAR NAME="wbrname" --></b>
@@ -409,7 +409,8 @@ $.tablesorter.addParser({
                <!-- TMPL_IF NAME="cancelable" -->
                        <form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
                        <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
-                       <input type="submit" name="submit" class="icon delete cancel" value="Cancel" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);" /></form>
+               <input type="hidden" name="reservenumber" value="<!-- TMPL_VAR NAME="reservenumber" -->" />
+                       <input type="submit" name="submit" class="icon delete cancel" value="Cancel" onclick="return confirmDelete('Are you sure you want to cancel this hold?');" /></form>
                <!-- TMPL_ELSE -->
                        &nbsp;
                <!-- /TMPL_IF -->
index 477e0d6..024442e 100644 (file)
@@ -37,8 +37,8 @@
 <li><label for="mobile">Mobile Phone:</label> <input id="mobile" type="text" value="<!-- TMPL_VAR name="mobile" -->"  name="mobile" /></li>
 <li><label for="phonepro">Work phone:</label> <input id="phonepro"  type="text" value="<!-- TMPL_VAR name="phonepro" -->"  name="phonepro" /></li>
 <li><label for="fax">Fax:</label> <input id="fax" type="text" value="<!-- TMPL_VAR name="fax" -->"  name="fax" /></li>
-<li><label for="emailaddress">Email:</label> <input id="emailaddress" type="text" value="<!-- TMPL_VAR name="email" -->"  name="email" /></li>
-<li><label for="emailpro">Work Email:</label> <input id="emailpro" type="text" value="<!-- TMPL_VAR name="emailpro" -->"  name="emailpro" /></li>
+<li><label for="emailaddress">Primary Email:</label> <input id="emailaddress" type="text" value="<!-- TMPL_VAR name="email" -->"  name="emailaddress" /></li>
+<li><label for="emailpro">Secondary Email:</label> <input id="emailpro" type="text" value="<!-- TMPL_VAR name="emailpro" -->"  name="emailpro" /></li>
 </ol>
 </fieldset>
 
 <li><span class="label">Mobile Phone:</span>  <!-- TMPL_VAR name="mobile" --></li>
 <li><span class="label">Work phone:</span>  <!-- TMPL_VAR name="phonepro" --></li>
 <li><span class="label">Fax:</span>  <!-- TMPL_VAR name="fax" --></li>
-<li><span class="label">Email:</span>  <!-- TMPL_VAR name="email" --></li>
-<li><span class="label">Work Email:</span>  <!-- TMPL_VAR name="emailpro" --></li>
+<li><span class="label">Primary Email:</span>  <!-- TMPL_VAR name="email" --></li>
+<li><span class="label">Secondary Email:</span>  <!-- TMPL_VAR name="emailpro" --></li>
 </ol>
 </fieldset>