Commit 98a75a75b5cab5fa3079945159715e75fd73d6b7
1 parent
0fe07aaf
Exists in
master
and in
7 other branches
Inclusão de "title" nos combos de escolha de opções da árvore de temas
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
admin/admin.db
No preview for this file type
admin/js/core.js
@@ -883,7 +883,7 @@ function core_comboObjeto(obj,valor,texto,marcar,texto2) | @@ -883,7 +883,7 @@ function core_comboObjeto(obj,valor,texto,marcar,texto2) | ||
883 | 883 | ||
884 | ins += "<option value='"+v+"' " | 884 | ins += "<option value='"+v+"' " |
885 | if (marcar == v){ins += "selected"} | 885 | if (marcar == v){ins += "selected"} |
886 | - ins += ">"+t+"</option>"; | 886 | + ins += " title='"+t+"' >"+t+"</option>"; |
887 | } | 887 | } |
888 | return(ins) | 888 | return(ins) |
889 | } | 889 | } |