On the admin side, the footer of each news contain a P html tag associated with the "newsfooter" class. It's useful if we need to hide this through CSS. Alas, this is more often needed on the OPAC side, but there's nothing like this there.
Created attachment 17606 [details] [review] proposed patch TEST PLAN This could be used in many ways, but one common goal would be to hide this date, this can be done by adding the following lines to the OPACUserCSS system preference : p.newsfooter { visibility: hidden; }
Created attachment 17731 [details] [review] Bug 10100: adds a class to OPAC news dates Adds a "newsfooter" class to allow CSS modification of the date appearing as a footer on each news. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 18104 [details] [review] [PASSED QA] Bug 10100: adds a class to OPAC news dates Adds a "newsfooter" class to allow CSS modification of the date appearing as a footer on each news. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Adds a class, checked po files to make sure change is string safe.
This patch has been pushed to master and 3.12.x.