\n";
- if ($num_rows > 10) {
- echo "
\n";
+//include header
+ require_once "resources/header.php";
+
+//show content
+ echo "
\n";
+ echo "
".$text['header-ring-group-forward']."
\n";
+ echo "
\n";
+ if ($is_included && $num_rows > 10) {
+ echo button::create(['type'=>'button','label'=>$text['button-view_all'],'icon'=>'share-square','collapse'=>'hide-xs','link'=>PROJECT_PATH.'/app/ring_groups/ring_group_forward.php']);
}
- echo " ";
+ echo button::create(['type'=>'button','label'=>$text['button-save'],'icon'=>$_SESSION['theme']['button_icon_save'],'collapse'=>false,'onclick'=>"list_form_submit('form_list_ring_group_forward');"]);
+ echo "
\n";
+ echo "
\n";
echo "
\n";
- echo "
\n";
- echo "\n";
+ if (!$is_included) {
+ echo $text['description-ring-group-forward']."\n";
+ echo "
\n";
+ }
+
+ echo "";
+ unset($result);
+ echo "
\n";
+ echo "
\n";
if (!$is_included) {
- echo "
".$paging_controls."\n";
- echo "
";
+ echo "
".$paging_controls."
\n";
}
+ echo "
\n";
+ echo "\n";
//include the footer
if (!$is_included) {
require_once "resources/footer.php";
}
-?>
+?>
\ No newline at end of file
diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php
index 5b30108c6d..817b4b73af 100644
--- a/core/user_settings/user_dashboard.php
+++ b/core/user_settings/user_dashboard.php
@@ -1232,12 +1232,12 @@
if (!is_array($selected_blocks) || in_array('caller_id', $selected_blocks)) {
//caller id management
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/extensions/extension_dashboard.php")) {
- if (permission_exists('extension_caller_id')) {
- $is_included = true;
- echo "
\n";
- require_once "app/extensions/extension_dashboard.php";
- echo "
";
- }
+ if (permission_exists('extension_caller_id')) {
+ $is_included = true;
+ echo "
\n";
+ require_once "app/extensions/extension_dashboard.php";
+ echo "
";
+ }
}
}
diff --git a/themes/default/app_config.php b/themes/default/app_config.php
index 100c2270bc..edef05a727 100644
--- a/themes/default/app_config.php
+++ b/themes/default/app_config.php
@@ -1981,5 +1981,13 @@
$apps[$x]['default_settings'][$y]['default_setting_value'] = "fas fa-file-export";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
+ $y++;
+ $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "adc48491-d2df-499b-b53e-4fcaa5ef2183";
+ $apps[$x]['default_settings'][$y]['default_setting_category'] = "theme";
+ $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "button_icon_save";
+ $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
+ $apps[$x]['default_settings'][$y]['default_setting_value'] = "fas fa-bolt";
+ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
+ $apps[$x]['default_settings'][$y]['default_setting_description'] = "";
?>
\ No newline at end of file
diff --git a/themes/default/css.php b/themes/default/css.php
index 3ed5b79eee..2cb8afb1b6 100644
--- a/themes/default/css.php
+++ b/themes/default/css.php
@@ -2427,6 +2427,13 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
white-space: nowrap;
}
+ .list-row > .input {
+ margin: 0;
+ padding-top: 0;
+ padding-bottom: 0;
+ white-space: nowrap;
+ }
+
.list-row > .overflow {
max-width: 50px;
overflow: hidden;