[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2024-05-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723
Bug 30723 depends on bug 35285, which changed state.

Bug 35285 Summary: Centralise notice content wrapping for HTML output
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35285

   What|Removed |Added

 Status|Pushed to stable|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2024-04-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

Martin Renvoize  changed:

   What|Removed |Added

 Depends on||35285


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35285
[Bug 35285] Centralise notice content wrapping for html output
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2024-01-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

Mirjam Vantieghem  changed:

   What|Removed |Added

 CC||mirjam.vantieg...@etf.edu

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2024-01-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

--- Comment #5 from Christopher Brannon  ---
(In reply to Christopher Brannon from comment #4)
> Personally, I would want a dropdown for both header and footer in the
> notice, and be able to select which customization to include.  That way I
> could have more than one reusable header or footer.
> 
> Display location should be "Notice Header" or "Notice Footer" and only the
> headers should be selectable in the notice headers dropdown, or "None", and
> only footers should be selectable in the notice footers dropdown, or "None".
> 
> Hope that makes sense.

I should clarify:

Display location in the HTML Customization should be "Notice Header" for any
custom headers or "Notice Footer" for any custom footers and only the header
locations should be selectable in the notice headers dropdown, or "None", and
only footer locations should be selectable in the notice footers dropdown, or
"None".

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2024-01-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

--- Comment #4 from Christopher Brannon  ---
Personally, I would want a dropdown for both header and footer in the notice,
and be able to select which customization to include.  That way I could have
more than one reusable header or footer.

Display location should be "Notice Header" or "Notice Footer" and only the
headers should be selectable in the notice headers dropdown, or "None", and
only footers should be selectable in the notice footers dropdown, or "None".

Hope that makes sense.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2024-01-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

--- Comment #3 from Martin Renvoize  ---
I was pointed towards this as I was starting to work on bug 35832...

Working on the code I was modernising for that lead me to a few questions.

I was thinking of using the HTML Customisations system to allow translatable
blocks.. simple.

* Would we want these blocks 'always added' if they exist as html
customisations... 
* or would we require them 'included' in the notice templates [% NoticeHeader
%] and [% NoticeFooter %] (like how news works right now)... 
* or would we like checkboxes in the notice editor to say 'Include standard
header' and 'Include standard footer'?

Do we want to also do anything to modernize the existing news functionality
that allows adding news to notices/slips too as part of this effort?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2024-01-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

Martin Renvoize  changed:

   What|Removed |Added

 CC||martin.renvoize@ptfs-europe
   ||.com
   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=35832

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2023-12-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

Christopher Brannon  changed:

   What|Removed |Added

 CC||cbran...@cdalibrary.org

--- Comment #2 from Christopher Brannon  ---
+1

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2022-06-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

--- Comment #1 from Katrin Fischer  ---
+1

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30723] Allow for notices to have custom header/footer includes

2022-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30723

Sally  changed:

   What|Removed |Added

 CC||sally.healey@cheshireshared
   ||services.gov.uk

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/