Update call_flow_edit.php

Reduce the width of the sounds list for call flow edit.
This commit is contained in:
FusionPBX
2016-08-04 17:48:59 -06:00
committed by GitHub
parent 444a5a4065
commit bafa33ba0b

View File

@@ -444,7 +444,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " tb.type='text';\n"; echo " tb.type='text';\n";
echo " tb.name=obj.name;\n"; echo " tb.name=obj.name;\n";
echo " tb.setAttribute('class', 'formfld');\n"; echo " tb.setAttribute('class', 'formfld');\n";
echo " tb.setAttribute('style', 'width: 380px;');\n"; //echo " tb.setAttribute('style', 'width: 380px;');\n";
echo " tb.value=obj.options[obj.selectedIndex].value;\n"; echo " tb.value=obj.options[obj.selectedIndex].value;\n";
echo " tbb=document.createElement('INPUT');\n"; echo " tbb=document.createElement('INPUT');\n";
echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.setAttribute('class', 'btn');\n";
@@ -476,7 +476,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "</td>\n"; echo "</td>\n";
echo "<td class='vtable' align='left'>\n"; echo "<td class='vtable' align='left'>\n";
echo "<select name='$name' class='formfld' style='width: 400px;' ".((if_group("superadmin")) ? "onchange='changeToInput(this);'" : null).">\n"; echo "<select name='$name' class='formfld' ".((if_group("superadmin")) ? "onchange='changeToInput(this);'" : null).">\n";
echo " <option value=''></option>\n"; echo " <option value=''></option>\n";
//misc optgroup //misc optgroup
if (if_group("superadmin")) { if (if_group("superadmin")) {