Can we change the priority icon or add our own icon? If so, how?
Thanks.
Change priority icon?
Moderators: Developer, Contributor
-
MM
Hi MM!
With in custom_strings_inc.php you can define your names of the priority. The default values are in \lang\strings_<language>.txt.
Tobias
You can instert the following line into config_inc.php to display the text, not the icon.MM wrote:Is there a way to use words "Medium", "High" etc instead of using graphic icons for the "Priority" column?
Code: Select all
# --- show priority as icon ---
# OFF: Shows priority as icon in view all bugs page
# ON: Shows priority as text in view all bugs page
$g_show_priority_text = ON;
Code: Select all
$s_priority_enum_string = Tobias