Эх сурвалжийг харах

Add iphone style toggle to enable/disable ring groups destinations #6394 (#6395)

* Add iphone style toggle for destinations in ring groups

* Add iphone style toggle for destinations in ring groups

* only select enabled destination when make ring group calls

* add destination_enable filed in table v_ring_group_destinations schema

* Change destination_enabled value on to true.

* Update app_config.php

* Change destination_enabled from on to true

* Change destination_enabled to boolean

* Delete fix.css

* Will style this

* Update template.php

Co-authored-by: flagman <[email protected]>
Co-authored-by: FusionPBX <[email protected]>
Co-authored-by: K-flagman <[email protected]>
K-Flagman 2 жил өмнө
parent
commit
100d5cea2f

+ 0 - 1
themes/default/template.php

@@ -20,7 +20,6 @@
 	<link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-colorpicker.min.css.php'>
 	<link rel='stylesheet' type='text/css' href='{$project_path}/resources/fontawesome/css/all.min.css.php'>
 	<link rel='stylesheet' type='text/css' href='{$project_path}/themes/default/css.php'>
-
 {*//link to custom css file *}
 	{if $settings.theme.custom_css}
 		<link rel='stylesheet' type='text/css' href='{$settings.theme.custom_css}'>