]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1431135: add bug status css class to markup
authorPascal Chevrel <pascal@mozilla.com>
Thu, 18 Jan 2018 05:03:10 +0000 (06:03 +0100)
committerDylan William Hardison <dylan@hardison.net>
Thu, 18 Jan 2018 05:03:10 +0000 (00:03 -0500)
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

index 211d673cab64739e84b312e3dfd966cc0f21786c..324b7863c4d29b82189e92609e132888a55402bf 100644 (file)
         no_label = 1
         hide_on_edit = 1
     %]
-      <b>
+      <b class="bz_status_[% bug.bug_status FILTER html %]">
         [% bug.bug_status FILTER html %]
         [%+ bug.resolution FILTER html IF bug.resolution %]
       </b>