Bug 15008

Summary: Add custom HTML areas to circulation and reports home pages
Product: Koha Reporter: Jesse Weaver <jweaver>
Component: Staff interfaceAssignee: Nick Clemens (kidclamp) <nick>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: amy, brendan, gmcharlt, gwilliams, jonathan.druart, nick, nicole, veron
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: Sponsored
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 15008 - Add custom HTML areas to circulation and reports home pages
Bug 15008 - Add custom HTML areas to circulation and reports home pages
Bug 15008 - Add custom HTML areas to circulation and reports home pages
Bug 15008 - (QA followup)
Bug 15008 - Add custom HTML areas to circulation and reports home pages
Bug 15008 - (QA followup)
Bug 15008: Fix swap options-explanation values

Description Jesse Weaver 2015-10-13 19:00:50 UTC
Add two new sysprefs, IntranetReportsHomeHTML and IntranetCirculationHomeHTML, that define new HTML areas on the reports and circulation home pages respectively.
Comment 1 Nick Clemens (kidclamp) 2016-02-26 01:01:56 UTC Comment hidden (obsolete)
Comment 2 Nick Clemens (kidclamp) 2016-02-26 01:13:16 UTC Comment hidden (obsolete)
Comment 3 Marc Véron 2016-02-26 14:00:26 UTC Comment hidden (obsolete)
Comment 4 Jonathan Druart 2016-03-23 22:20:48 UTC
Would not it better to add an admin page to manage these different areas to custom?
Comment 5 Jonathan Druart 2016-03-23 22:23:06 UTC
(OpacMainUserBlock, OpacNav, OpacNavRight, OpacNavBottom, opacheader, opaccredits, OPACNoResultsFound, OPACResultsSidebar, SelfCheckHelpMessage, IntranetmainUserblock, ...)
Comment 6 Nick Clemens (kidclamp) 2016-03-29 19:07:25 UTC
(In reply to Jonathan Druart from comment #4)
> Would not it better to add an admin page to manage these different areas to
> custom?
I would tend to agree but think that's a separate bug
Comment 7 Marc Véron 2016-03-30 06:58:05 UTC
(In reply to Nick Clemens from comment #6)
> (In reply to Jonathan Druart from comment #4)
> > Would not it better to add an admin page to manage these different areas to
> > custom?

Good idea!

> I would tend to agree but think that's a separate bug

+1 for a separate bug
Comment 8 Jonathan Druart 2016-03-30 14:34:51 UTC
(In reply to Marc Véron from comment #7)
> > I would tend to agree but think that's a separate bug
> 
> +1 for a separate bug

Any candidate to open it and write a patch? :)
Comment 9 Jonathan Druart 2016-03-30 14:38:05 UTC
Please provide the changes for new installs (sysprefs.sql)
Comment 10 Nick Clemens (kidclamp) 2016-04-01 15:22:28 UTC Comment hidden (obsolete)
Comment 11 Jonathan Druart 2016-04-04 09:25:04 UTC
Created attachment 49839 [details] [review]
Bug 15008 - Add custom HTML areas to circulation and reports home pages

To test:
1 - Apply patch
2 - run updatedatabase.pl
3 - Add some html to the two new prefs IntranetReportsHomeHTML and
IntranetCirculationHomeHTML
4 - View the reports and circulation homepages and confirm your changes
show

Sponsored by Northeast Kansas Library System, NEKLS (http://nekls.org/)

Followed test plan, works as expected.
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 12 Jonathan Druart 2016-04-04 09:25:08 UTC
Created attachment 49840 [details] [review]
Bug 15008 - (QA followup)

Add sysprefs.sql changes for new installations

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 13 Jonathan Druart 2016-04-04 09:25:13 UTC
Created attachment 49841 [details] [review]
Bug 15008: Fix swap options-explanation values

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 14 Brendan Gallagher 2016-04-07 05:46:42 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!