Explorar el Código

[listview label] changed class for red label in list view, fixes #125

version-14
Rushabh Mehta hace 12 años
padre
commit
d471fd5dac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      public/js/wn/misc/utils.js

+ 1
- 1
public/js/wn/misc/utils.js Ver fichero

@@ -131,7 +131,7 @@ wn.utils = {
if(!text) if(!text)
return style; return style;
if(has_words(["Open", "Pending"], text)) { if(has_words(["Open", "Pending"], text)) {
style = "important";
style = "danger";
} else if(has_words(["Closed", "Finished", "Converted", "Completed", "Confirmed", } else if(has_words(["Closed", "Finished", "Converted", "Completed", "Confirmed",
"Approved", "Yes", "Active"], text)) { "Approved", "Yes", "Active"], text)) {
style = "success"; style = "success";


Cargando…
Cancelar
Guardar