Bugzilla – Attachment 3037 Details for
Bug 5575
3.4 BibLibre circ & members omnibus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Moving guarantee checkouts to tab; Markup corrections
0001-bug_5575-Moving-guarantee-checkouts-to-tab-Markup-co.patch (text/plain), 3.76 KB, created by
Owen Leonard
on 2011-01-31 13:54:29 UTC
(
hide
)
Description:
Moving guarantee checkouts to tab; Markup corrections
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-01-31 13:54:29 UTC
Size:
3.76 KB
patch
obsolete
>From 3f493fb999b081ceddfbc8c342df60e462361c12 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 28 Jan 2011 16:24:25 -0500 >Subject: [PATCH] [bug_5575] Moving guarantee checkouts to tab; Markup corrections >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/circ/circulation.tmpl | 17 ++++++----------- > 1 files changed, 6 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >index 6630145..a5c68ca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >@@ -507,7 +507,6 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > ); > //]]> > </script> >- </p><p> > <label for="stickyduedate"> Remember for Session:</label> > <!-- TMPL_IF NAME="stickyduedate" --> > <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> >@@ -515,7 +514,6 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" /> > <!-- /TMPL_IF --> > <input type="button" class="action" id="cleardate" value="Clear" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" /> >- </p> > </div> > <!-- /TMPL_IF --> > <input type="hidden" name="borrowernumber" id="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /> >@@ -673,7 +671,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <!-- TMPL_ELSE --> > <a href="/cgi-bin/koha/circ/circulation.pl#reserves">0 Holds</a> > <!-- /TMPL_IF --></li> >- >+<!-- TMPL_IF NAME="displayrelissues" --><li><a href="/cgi-bin/koha/circ/circulation.pl#guarantee">Guarantee checkouts</a></li><!-- /TMPL_IF --> > </ul> > > <!-- SUMMARY : TODAY & PREVIOUS ISSUES --> >@@ -723,7 +721,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > </script> > </p> > <p> >- <label for="exemptfine">Forgive fines on return: </label><input type="checkbox" name="exemptfine" value="1" /> >+ <label for="exemptfine">Forgive fines on return: </label><input type="checkbox" id="exemptfine" name="exemptfine" value="1" /> > </p> > <!-- TMPL_IF NAME="CAN_user_circulate_override_renewals" --> > <!-- TMPL_IF NAME="AllowRenewalLimitOverride" --> >@@ -849,10 +847,10 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <!-- TMPL_ELSE --> > <p>Patron has nothing checked out.</p> > <!-- /TMPL_IF --> >- >+</div> > > <!-- TMPL_IF NAME="displayrelissues" --> >-<h2>Relatives issues</h2> >+<div id="guarantee"> > <table id="relissuest"> > <thead> > <tr> >@@ -862,7 +860,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <th scope="col">Branch</th> > <th scope="col">Checked out on</th> > <th scope="col">Charge</th> >- <th scope="col">Borrower</th> >+ <th scope="col">Guarantee</th> > <th scope="col">Material</th> > </tr> > </thead> >@@ -914,11 +912,8 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <!--/if previssues --><!-- /TMPL_IF --> > </tbody> > </table> >-</form> >-<!-- /TMPL_IF --><!-- end displayrelissues --> >- > </div> >- >+<!-- /TMPL_IF --><!-- end displayrelissues --> > > <div id="reserves"> > <!-- TMPL_IF NAME="reservloop" --> >-- >1.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5575
:
3011
|
3012
|
3013
| 3037 |
3039
|
3041