diff --git a/app/conference_centers/conference_center_edit.php b/app/conference_centers/conference_center_edit.php index b11f33e15d..3dcba26d7e 100644 --- a/app/conference_centers/conference_center_edit.php +++ b/app/conference_centers/conference_center_edit.php @@ -424,7 +424,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.setAttribute('style', 'margin-left: 4px;');\n"; echo " tbb.type='button';\n"; - echo " tbb.value=$('
').html('⨞').text();\n"; + echo " tbb.value=$('
').html('◁').text();\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 8be4b9f72e..b8f8f87408 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -367,7 +367,7 @@ require_once "resources/require.php"; tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); 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 b47e387320..c72afc9a3c 100644 --- a/app/dialplan/dialplan_add.php +++ b/app/dialplan/dialplan_add.php @@ -379,7 +379,7 @@ function changeToInput_condition_field_1(obj){ tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ Replace_condition_field_1(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -433,7 +433,7 @@ echo " \n"; echo " \n"; echo " \n"; echo " \n"; -echo " \n"; +echo " \n"; echo "
\n"; echo " \n"; echo "   ".$text['label-expression'].":\n"; @@ -474,7 +474,7 @@ function changeToInput_condition_field_2(obj){ tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ Replace_condition_field_2(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -524,7 +524,7 @@ echo " \n"; echo " \n"; echo " \n"; echo " \n"; -echo " \n"; +echo " \n"; echo "
\n"; echo " \n"; echo " \n"; diff --git a/app/dialplan/dialplan_detail_edit.php b/app/dialplan/dialplan_detail_edit.php index 0c612ed69c..df26f4e9e6 100644 --- a/app/dialplan/dialplan_detail_edit.php +++ b/app/dialplan/dialplan_detail_edit.php @@ -297,7 +297,7 @@ function change_to_input(obj){ tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ replace_param(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -372,7 +372,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 a1a48c0740..bbc7731336 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -301,7 +301,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ replace_param(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -662,7 +662,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 1487986a2a..c27b1749dd 100644 --- a/app/dialplan_inbound/dialplan_inbound_add.php +++ b/app/dialplan_inbound/dialplan_inbound_add.php @@ -715,7 +715,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ Replace_condition_field_1(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -756,7 +756,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"; @@ -797,7 +797,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ Replace_condition_field_2(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -833,7 +833,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 7bf02b1f99..e4e5aa533e 100644 --- a/app/dialplan_outbound/dialplan_outbound_add.php +++ b/app/dialplan_outbound/dialplan_outbound_add.php @@ -600,7 +600,7 @@ function type_onchange(dialplan_detail_type) { echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.setAttribute('style', 'margin-left: 4px;');\n"; echo " tbb.type='button';\n"; - echo " tbb.value=$('
').html('⨞').text();\n"; + echo " tbb.value=$('
').html('◁').text();\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 f20f048f7c..14db4172fd 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1326,7 +1326,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { tbb.setAttribute('class', 'btn'); tbb.setAttribute('style', 'margin-left: 4px;'); tbb.type='button'; - tbb.value=$("
").html('⨞').text(); + tbb.value=$("
").html('◁').text(); tbb.objs=[obj,tb,tbb]; tbb.onclick=function(){ replace_device_mac_address(this.objs); } obj.parentNode.insertBefore(tb,obj); @@ -1365,7 +1365,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 29df06d37b..2fa9acbd31 100644 --- a/app/ivr_menu/ivr_menu_edit.php +++ b/app/ivr_menu/ivr_menu_edit.php @@ -434,7 +434,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.setAttribute('style', 'margin-left: 4px;');\n"; echo " tbb.type='button';\n"; - echo " tbb.value=$('
').html('⨞').text();\n"; + echo " tbb.value=$('
').html('◁').text();\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 8725e540ed..b3ed4ae1b6 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/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index 0d9383547b..d5269ba002 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -267,7 +267,7 @@ else { unset ($prep_statement); echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; diff --git a/app/xml_cdr/xml_cdr_search.php b/app/xml_cdr/xml_cdr_search.php index 0f93ffe911..c703c8dcf0 100644 --- a/app/xml_cdr/xml_cdr_search.php +++ b/app/xml_cdr/xml_cdr_search.php @@ -130,7 +130,7 @@ foreach ($result_e as &$row) { unset ($prep_statement); echo " \n"; echo " \n"; -echo " \n"; +echo " \n"; echo " "; echo " "; echo " "; diff --git a/resources/switch.php b/resources/switch.php index c831ca6342..f893235a14 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -409,7 +409,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s echo " tbb.setAttribute('class', 'btn');\n"; echo " tbb.setAttribute('style', 'margin-left: 4px;');\n"; echo " tbb.type='button';\n"; - echo " tbb.value=$('
').html('⨞').text();\n"; + echo " tbb.value=$('
').html('◁').text();\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"; @@ -1637,7 +1637,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s echo " \n"; if (if_group("superadmin")) { - echo ""; + echo ""; } }