View | Details | Raw Unified | Return to bug 5892
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl (-2 / +3 lines)
Lines 388-394 $.tablesorter.addParser({ Link Here
388
                    <!-- TMPL_IF NAME="wait" -->
388
                    <!-- TMPL_IF NAME="wait" -->
389
                        <!-- TMPL_IF NAME="atdestination" -->
389
                        <!-- TMPL_IF NAME="atdestination" -->
390
                            <!-- TMPL_IF NAME="found" -->
390
                            <!-- TMPL_IF NAME="found" -->
391
                            Item waiting at <b> <!-- TMPL_VAR NAME="wbrname" --></b>
391
                            Item waiting at <b> <!-- TMPL_VAR NAME="wbrname" --></b><!-- TMPL_IF NAME="formattedwaitingdate" --> until <!-- TMPL_VAR NAME="formattedwaitingdate" --><!-- /TMPL_IF -->
392
                            <input type="hidden" name="pickup" value="<!-- TMPL_VAR NAME="wbrcd" -->" />
392
                            <input type="hidden" name="pickup" value="<!-- TMPL_VAR NAME="wbrcd" -->" />
393
                            <!-- TMPL_ELSE -->
393
                            <!-- TMPL_ELSE -->
394
                            Item waiting to be pulled from <b> <!-- TMPL_VAR NAME="wbrname" --></b>
394
                            Item waiting to be pulled from <b> <!-- TMPL_VAR NAME="wbrname" --></b>
Lines 409-415 $.tablesorter.addParser({ Link Here
409
		<!-- TMPL_IF NAME="cancelable" -->
409
		<!-- TMPL_IF NAME="cancelable" -->
410
			<form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
410
			<form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
411
			<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
411
			<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
412
			<input type="submit" name="submit" class="icon delete cancel" value="Cancel" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);" /></form>
412
		<input type="hidden" name="reservenumber" value="<!-- TMPL_VAR NAME="reservenumber" -->" />
413
			<input type="submit" name="submit" class="icon delete cancel" value="Cancel" onclick="return confirmDelete('Are you sure you want to cancel this hold?');" /></form>
413
		<!-- TMPL_ELSE -->
414
		<!-- TMPL_ELSE -->
414
			&nbsp;
415
			&nbsp;
415
		<!-- /TMPL_IF -->
416
		<!-- /TMPL_IF -->
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl (-5 / +4 lines)
Lines 37-44 Link Here
37
<li><label for="mobile">Mobile Phone:</label> <input id="mobile" type="text" value="<!-- TMPL_VAR name="mobile" -->"  name="mobile" /></li>
37
<li><label for="mobile">Mobile Phone:</label> <input id="mobile" type="text" value="<!-- TMPL_VAR name="mobile" -->"  name="mobile" /></li>
38
<li><label for="phonepro">Work phone:</label> <input id="phonepro"  type="text" value="<!-- TMPL_VAR name="phonepro" -->"  name="phonepro" /></li>
38
<li><label for="phonepro">Work phone:</label> <input id="phonepro"  type="text" value="<!-- TMPL_VAR name="phonepro" -->"  name="phonepro" /></li>
39
<li><label for="fax">Fax:</label> <input id="fax" type="text" value="<!-- TMPL_VAR name="fax" -->"  name="fax" /></li>
39
<li><label for="fax">Fax:</label> <input id="fax" type="text" value="<!-- TMPL_VAR name="fax" -->"  name="fax" /></li>
40
<li><label for="emailaddress">Email:</label> <input id="emailaddress" type="text" value="<!-- TMPL_VAR name="email" -->"  name="email" /></li>
40
<li><label for="emailaddress">Primary Email:</label> <input id="emailaddress" type="text" value="<!-- TMPL_VAR name="email" -->"  name="emailaddress" /></li>
41
<li><label for="emailpro">Work Email:</label> <input id="emailpro" type="text" value="<!-- TMPL_VAR name="emailpro" -->"  name="emailpro" /></li>
41
<li><label for="emailpro">Secondary Email:</label> <input id="emailpro" type="text" value="<!-- TMPL_VAR name="emailpro" -->"  name="emailpro" /></li>
42
</ol>
42
</ol>
43
</fieldset>
43
</fieldset>
44
44
Lines 114-121 Link Here
114
<li><span class="label">Mobile Phone:</span>  <!-- TMPL_VAR name="mobile" --></li>
114
<li><span class="label">Mobile Phone:</span>  <!-- TMPL_VAR name="mobile" --></li>
115
<li><span class="label">Work phone:</span>  <!-- TMPL_VAR name="phonepro" --></li>
115
<li><span class="label">Work phone:</span>  <!-- TMPL_VAR name="phonepro" --></li>
116
<li><span class="label">Fax:</span>  <!-- TMPL_VAR name="fax" --></li>
116
<li><span class="label">Fax:</span>  <!-- TMPL_VAR name="fax" --></li>
117
<li><span class="label">Email:</span>  <!-- TMPL_VAR name="email" --></li>
117
<li><span class="label">Primary Email:</span>  <!-- TMPL_VAR name="email" --></li>
118
<li><span class="label">Work Email:</span>  <!-- TMPL_VAR name="emailpro" --></li>
118
<li><span class="label">Secondary Email:</span>  <!-- TMPL_VAR name="emailpro" --></li>
119
</ol>
119
</ol>
120
</fieldset>
120
</fieldset>
121
121
122
- 

Return to bug 5892