Bugzilla – Attachment 1671 Details for
Bug 3908
Edit subscription page shows manual history block by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-3908-Edit-subscription-page-shows-manual.patch (text/plain), 1.14 KB, created by
Chris Cormack
on 2010-01-21 15:17:00 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-01-21 15:17:00 UTC
Size:
1.14 KB
patch
obsolete
>From 4b0a971a44472841d614248bf9261b18fe24a8ba Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 21 Jan 2010 10:16:38 -0500 >Subject: [biblibre/3.2_community] Fix for Bug 3908, Edit subscription page shows manual history block by default > >Changing template check for "history" var to check for "manualhistory." >--- > .../prog/en/modules/serials/subscription-add.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl >index f8cadf8..61e865c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl >@@ -917,7 +917,7 @@ function Check(f) { > $(document).ready(function() { > init_pattern(); > >- <!--TMPL_IF Name="history"--> $("#subscription_form_history").show();<!--/TMPL_IF--> >+ <!--TMPL_IF Name="manualhistory"--> $("#subscription_form_history").show();<!--/TMPL_IF--> > > $("#manuallist").click( function(){ > $("#subscription_form_history").toggle(); >-- >1.6.3.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 3908
: 1671