Bugzilla – Attachment 46971 Details for
Bug 15597
Typo in opac-auth-detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mend
mend.patch (text/plain), 1.78 KB, created by
Briana Greally
on 2016-01-20 02:51:37 UTC
(
hide
)
Description:
mend
Filename:
MIME Type:
Creator:
Briana Greally
Created:
2016-01-20 02:51:37 UTC
Size:
1.78 KB
patch
obsolete
>From 529ef66bc01d3375fbf57a81143864120a3de91a Mon Sep 17 00:00:00 2001 >From: Briana <brianagreally@gmail.com> >Date: Wed, 20 Jan 2016 02:50:01 +0000 >Subject: [PATCH] mend > >Signed-off-by: Briana <brianagreally@gmail.com> > >http://bugs.koha-community.org/show_bug.cgi?id=15597 >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 14 ++++++++++++++ > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +++ > 2 files changed, 17 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 2b6b327..6d56be6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -18,6 +18,20 @@ > $("#loading").hide(); > }); > $(document).ready(function() { >+var unsaved = false; >+ >+$(":input").change(function(){ //trigers change in all input fields including text type >+ unsaved = true; >+}); >+ >+function unloadPage(){ >+ if(unsaved){ >+ return "You have unsaved changes on this page. Do you want to leave this page and discard your changes or stay on this page?"; >+ } >+} >+ >+window.onbeforeunload = unloadPage; >+ > $('#addbibliotabs').tabs().bind('show.ui-tabs', function(e, ui) { > $("#"+ui.panel.id+" input:eq(0)").focus(); > }); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 5895b60..6907c70 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -102,6 +102,9 @@ $(document).ready(function () { > }); > [% END %] > }); >+ >+$('#barcode').preventDoubleFormSubmit() >+ > //]]> > </script> > </head> >-- >1.7.10.4
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 15597
:
46938
|
46969
|
46971
|
46979