Changed warning message color from black to red
authorJim Keenan <jkeenan@cwmars.org>
Wed, 3 Feb 2016 18:54:48 +0000 (13:54 -0500)
committerJim Keenan <jkeenan@cwmars.org>
Wed, 3 Feb 2016 18:54:48 +0000 (13:54 -0500)
Open-ILS/src/cwopac_templates/opac/parts/place_hold.tt2

index 497688b..8613a03 100644 (file)
@@ -73,7 +73,7 @@
                     <div class='hold-items-list-title'>[% attrs.title_extended | html %]</div>
                     [% IF hdata.parts AND !this_hold_disallowed %]
                         [% IF hdata.parts.size > 0 %]
-                        <div style='padding-left: 10px; font-weight: bold;'><!-- Added more weight to font - NOBLE -->
+                        <div style='padding-left: 10px; font-weight: bold; color: red;'><!-- Added more weight to font - NOBLE -->
                             <span><label for='select_hold_part'>[%
                                 hdata.part_required ? l('Select a Part:') : l('Get a Complete Set (default) or Select a Part:') #changed wording - NOBLE
                             %]</label></span>