diff --git a/Client-Side Components/Client Scripts/Add Field Decorations On Incident b/Client-Side Components/Client Scripts/Add Field Decorations On Incident new file mode 100644 index 0000000000..47fe5fd3af --- /dev/null +++ b/Client-Side Components/Client Scripts/Add Field Decorations On Incident @@ -0,0 +1,7 @@ +//Add Field Decorations On Incident +function onLoad() { + //Type appropriate comment here, and begin script below + g_form.addDecoration('caller_id', 'icon-star', 'Mark as Favorite', 'color-blue'); +g_form.addDecoration('category' , 'icon-lightbulb' , 'icon-lightbulb' , 'color-yellow'); + +}