From 9263b7453169816c23b6f307fd225f3676d57a3a Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 13 Oct 2018 00:32:10 -0400 Subject: Bug 1498436 - Move site-wide message to global header --- template/en/default/admin/params/general.html.tmpl | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'template/en/default/admin/params/general.html.tmpl') diff --git a/template/en/default/admin/params/general.html.tmpl b/template/en/default/admin/params/general.html.tmpl index 05e8f09a2..248d818a9 100644 --- a/template/en/default/admin/params/general.html.tmpl +++ b/template/en/default/admin/params/general.html.tmpl @@ -49,16 +49,12 @@ _ " afterward.

", announcehtml => - "If this field is non-empty, then $terms.Bugzilla will" - _ " display whatever is in this field at the top of every" - _ " HTML page. The HTML you put in this field is not wrapped or" - _ " enclosed in anything. You might want to wrap it inside a" - _ "<div>. Give the div id=\"message\" to get" - _ " green text inside a red box, or class=\"bz_private\" for" - _ " dark red on a red background. Anything defined in " - _ " skins/standard/global.css" - _ " will work. To get centered text, use style=\"text-align: " - _ " center;\".", + "If this field is non-empty, then $terms.Bugzilla will display whatever is" + _ " in this field at the top of every HTML page. The HTML you put in this" + _ " field is not wrapped or enclosed in anything. You might want to wrap it" + _ " inside a <p> tag. Give it" + _ " class=\"warning\" to make the text red. Anything defined" + _ " in skins/standard/global.css will work.", upgrade_notification => "$terms.Bugzilla can inform you when a new release is available." -- cgit v1.2.3-24-g4f1b