File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Resources/views/SymfonyProfiler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <textarea style =" width: 100%" id =" edit_{{ key }}" >{{ message .translation }}</textarea >
2- <input type =" button" value =" Save" onclick =' saveEditForm("{{ key }}", document.getElementById("edit_{{ key }}").value)' >
3- <input type =" button" value =" Cancel" onclick =' cancelEditForm("{{ key }}", "{{ message .translation }}")' >
1+ <textarea style =" width: 100%; background-color: var(--metric-value-background) " id =" edit_{{ key }}" >{{ message .translation }}</textarea >
2+ <input type =" button" class = " btn btn-sm " value =" Save" onclick =' saveEditForm("{{ key }}", document.getElementById("edit_{{ key }}").value)' >
3+ <input type =" button" class = " btn btn-sm " value =" Cancel" onclick =' cancelEditForm("{{ key }}", "{{ message .translation }}")' >
You can’t perform that action at this time.
0 commit comments