diff --git a/app/conference_centers/conference_center_edit.php b/app/conference_centers/conference_center_edit.php index 637bfce5d8..d87e2afd1d 100644 --- a/app/conference_centers/conference_center_edit.php +++ b/app/conference_centers/conference_center_edit.php @@ -423,7 +423,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " tbb=document.createElement('INPUT');\n"; echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.type='button';\n"; - echo " tbb.value='<';\n"; + echo " tbb.value='⨞';\n"; echo " tbb.objs=[obj,tb,tbb];\n"; echo " tbb.onclick=function(){ Replace(this.objs); }\n"; echo " obj.parentNode.insertBefore(tb,obj);\n"; diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 6c910b29f1..9a78f38b3b 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -366,7 +366,7 @@ require_once "resources/require.php"; tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); tbb.type='button'; - tbb.value='<'; + tbb.value='⨞'; tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ replace_param(this.objs); } obj.parentNode.insertBefore(tb,obj); diff --git a/app/dialplan/dialplan_add.php b/app/dialplan/dialplan_add.php index dd8b73015a..8e1d94350a 100644 --- a/app/dialplan/dialplan_add.php +++ b/app/dialplan/dialplan_add.php @@ -378,7 +378,7 @@ function changeToInput_condition_field_1(obj){ tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); tbb.type='button'; - tbb.value='<'; + tbb.value='⨞'; tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ Replace_condition_field_1(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -432,7 +432,7 @@ echo " \n"; echo " \n"; echo " \n"; echo " \n"; -echo " \n"; +echo " \n"; echo "
\n"; echo " \n"; echo "   ".$text['label-expression'].":\n"; diff --git a/app/dialplan/dialplan_detail_edit.php b/app/dialplan/dialplan_detail_edit.php index 52878a6c87..b57f418da0 100644 --- a/app/dialplan/dialplan_detail_edit.php +++ b/app/dialplan/dialplan_detail_edit.php @@ -296,7 +296,7 @@ function change_to_input(obj){ tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); tbb.type='button'; - tbb.value='<'; + tbb.value='⨞'; tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ replace_param(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -371,7 +371,7 @@ function replace_param(obj){ } echo "\n"; } - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index 06e7c58485..55f07dd0ae 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -300,7 +300,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); tbb.type='button'; - tbb.value='<'; + tbb.value='⨞'; tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ replace_param(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -661,7 +661,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; //} echo " \n"; - //echo " \n"; + //echo " \n"; echo "\n"; //data echo "\n"; diff --git a/app/dialplan_inbound/dialplan_inbound_add.php b/app/dialplan_inbound/dialplan_inbound_add.php index b063455dcd..aadc84319b 100644 --- a/app/dialplan_inbound/dialplan_inbound_add.php +++ b/app/dialplan_inbound/dialplan_inbound_add.php @@ -714,7 +714,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); tbb.type='button'; - tbb.value='<'; + tbb.value='⨞'; tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ Replace_condition_field_1(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -755,7 +755,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; echo "   ".$text['label-expression'].":\n"; @@ -795,7 +795,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); tbb.type='button'; - tbb.value='<'; + tbb.value='⨞'; tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ Replace_condition_field_2(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -831,7 +831,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; echo " \n"; diff --git a/app/dialplan_outbound/dialplan_outbound_add.php b/app/dialplan_outbound/dialplan_outbound_add.php index ff5e03cc81..aeff8c25a6 100644 --- a/app/dialplan_outbound/dialplan_outbound_add.php +++ b/app/dialplan_outbound/dialplan_outbound_add.php @@ -599,7 +599,7 @@ function type_onchange(dialplan_detail_type) { echo " tbb=document.createElement('INPUT');\n"; echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.type='button';\n"; - echo " tbb.value='<';\n"; + echo " tbb.value='⨞';\n"; echo " tbb.objs=[obj,tb,tbb];\n"; echo " tbb.onclick=function(){ Replace(this.objs); }\n"; echo " obj.parentNode.insertBefore(tb,obj);\n"; diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 6fe8fbb430..54f57d6248 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1325,7 +1325,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { tbb=document.createElement('INPUT'); tbb.setAttribute('class', 'btn'); tbb.type='button'; - tbb.value='<'; + tbb.value='⨞'; tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ replace_device_mac_address(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -1364,7 +1364,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { } unset($sql, $result, $result_count); echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; diff --git a/app/ivr_menu/ivr_menu_edit.php b/app/ivr_menu/ivr_menu_edit.php index 5afb70b274..03cdab7b65 100644 --- a/app/ivr_menu/ivr_menu_edit.php +++ b/app/ivr_menu/ivr_menu_edit.php @@ -433,7 +433,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " tbb=document.createElement('INPUT');\n"; echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.type='button';\n"; - echo " tbb.value='<';\n"; + echo " tbb.value='⨞';\n"; echo " tbb.objs=[obj,tb,tbb];\n"; echo " tbb.onclick=function(){ Replace(this.objs); }\n"; echo " obj.parentNode.insertBefore(tb,obj);\n"; diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index 3b5e8faa29..8725e540ed 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -303,7 +303,7 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) { echo " "; echo " \n"; echo "  
\n"; - echo " "; + echo " "; echo " \n"; echo "  
\n"; echo " \n"; diff --git a/resources/switch.php b/resources/switch.php index 8cf19978d3..b819b16260 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -408,7 +408,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s echo " tbb=document.createElement('INPUT');\n"; echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.type='button';\n"; - echo " tbb.value='<';\n"; + echo " tbb.value='⨞';\n"; echo " tbb.objs=[obj,tb,tbb];\n"; echo " tbb.onclick=function(){ Replace".$select_id."(this.objs); }\n"; echo " obj.parentNode.insertBefore(tb,obj);\n"; @@ -1636,7 +1636,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s echo " \n"; if (if_group("superadmin")) { - echo ""; + echo ""; } }