Commit Graph

133 Commits

Author SHA1 Message Date
Alex 77db4aa9dc
Added dashboard_shadow_color default setting (#7114)
* Added dashboard_shadow_color default setting

* Update css.php

* Update app_config.php
2024-08-30 14:44:56 -06:00
Alex e57053a3f3
Rename dashboard heading default settings (#7098)
* Update app_config.php

* Update css.php

* Update dashboard_edit.php

* Update dashboard_edit.php

* Update app_config.php
2024-08-15 14:09:24 -06:00
Antonio Fernandez b3f9176538
remove footer bottom margin (#7093) 2024-08-12 18:31:06 -06:00
fusionate 4b23913555
Update Font Awesome to v6.6.x, adjust some icon references. 2024-08-09 18:14:52 -06:00
FusionPBX b93d3e8050
Fix intermittent issue with the Sub Menu 2024-08-02 11:22:14 -06:00
FusionPBX 02db089d8f
New setting background_video 2024-06-18 09:32:19 -06:00
Alex 66b57a7784
Dashboard - Add gradient background color settings (#6972)
* Dashboard - Add gradient background color setting
2024-05-08 09:54:18 -06:00
Alex 28efea22fd
Dashboard - Add background color settings (#6959)
* Dashboard - Add background color settings

* Update missed_calls.php

* Update recent_calls.php

* Update app_languages.php

* Update app_config.php

* Update dashboard_edit.php

* Update index.php

* Update css.php

* Update system_status.php

* Update system_cpu_status.php

* Update system_counts.php

* Update system_counts.php

* Update switch_status.php

* Update index.php

* Update system_counts.php

* Update domain_limits.php

* Update call_forward.php

* Update caller_id.php

* Update ring_group_forward.php
2024-04-24 14:14:24 -06:00
Alex 808e2cbe66
Dashboard - Add chart type setting (#6951)
* Dashboard - Add chart type setting
2024-04-18 16:57:45 -06:00
fusionate 3f6fa8d2f9
Operator Panel: Add permission to show or hide (default) unregistered extensions. 2024-02-28 12:59:49 -07:00
fusionate adf8062378
Themes [Default]: Audio waveform support and new setting integration. 2024-02-09 13:07:19 -07:00
fusionate adf8a70200
Theme and language updates for upcoming ACE Editor changes. 2024-01-24 20:46:18 +00:00
fusionate ce8399a7a0
Theme: Add CSS for vertical resize of Ace Editor in Email Templates, Dialplan XML, etc 2023-12-16 00:27:21 +00:00
fusionate d058b97f64
Theme: Adjust select box left padding for Firefox. 2023-11-03 20:33:50 +00:00
fusionate dd1ba159ab
Menu - Split longer submenus into two columns of items. 2023-10-17 00:27:59 +00:00
fusionate b2a6c4eae2
Theme [CSS]: Update to support next commit to IVR Edit greeting playback. 2023-08-26 23:33:08 +00:00
markjcrane 6d2eae5987 Change the default login_text_color to #282828 2023-07-22 14:18:39 -06:00
fusionate 6bcc5aff5e
Authentication: Added some polish, Cancel links, PHP 8.1 updates. 2023-06-23 00:14:07 +00:00
frytimo d7bbcd89f5
Use magic constant dir (#6711)
* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__ to load only functions.php

* replace spaces with tab character

* update dirname command to use levels instead of nesting

* use magic constant __DIR__

* update dirname command to use levels instead of nesting

* Update access_control_edit.php

* Update access_control_import.php

* Update access_controls.php

* Update dnd.php

* Update access_controls_reload.php

* Update call_center_agents.php

* Update call_center_agents.php

* Update fax_queue.php

* Update login.php

* Update pdo.php

* Update pdo_vm.php

* Update switch.php

* Update index.php

* Update css.php

* Update v_mailto.php

* Update fax_to_email.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-06-15 11:28:23 -06:00
FusionPBX 7f16f52b8a
Correct the logic to use color 2 if 1 is empty
In the array the color 1 is represented with 0 and color 2 is represented with 1
2023-06-02 10:34:42 -06:00
FusionPBX 200bd891f3
Update css.php fixed menu_main_background_color_hover 2023-05-13 22:42:43 -06:00
FusionPBX 714add73fb
Update css.php favor empty function 2023-05-13 21:28:54 -06:00
fusionate 11a49bfacd
Theme [CSS]: Updates for PHP 8.1 2023-05-12 22:50:24 +00:00
frytimo fef8165be2
Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated

* Passing null to parameter #1 ($string) of type string is deprecated

* php 8.1 fixes

* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - strlower with null

* php 8.1 fixes - strreplace with null

* php 8.1 fixes - passing null to base64_decode

* php 8.1 fixes - check for false and check for null on $this->dir

* php 8.1 fixes - remove assignment of $db variable to modules object

* php 8.1 fixes - avoid sending null to substr

* php 8.1 fixes - change ${var} to {$var}

* php 8.1 fixes - check for null before preg_replace

* php 8.1 fixes - remove setting db variable on domains object

* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null

* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available

* php 8.1 fixes

* php 8.1 fixes - correct $_POST checking syntax

* php 8.1 fixes - correct $_POST variables

* php 8.1 fixes

* Use brackets consistently

* Update user_setting_edit.php

* Change to not empty

* Update device.php

* Update text.php

---------

Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
fusionate 3d593b35d1
Theme: Remove width limit on textarea. 2023-04-13 20:30:28 +00:00
emak 800e742387
Disable fax sending when domain is disabled (#6606)
* Add warning_bar style for disabled fax sending

Add styles for .warning_bar class when fax server sending is disabled due to disabled domain.

* Disable fax sending if domain is disabled

When domain is disabled, users should not be able to send faxes either.

* Add text for fax sending disabled warning
2023-04-10 09:31:16 -06:00
fusionate 0334768c30
Dashboard - Ring Group Forward: Rework style to match other widgets. 2023-02-17 23:02:25 +00:00
fusionate d04b6db96a
Dashboard: Call Forward widget, Edit position without reload, misc adjustments. 2023-01-31 00:19:09 +00:00
fusionate df6bc02489
Ring Groups: Enhance Destination Enabled Switch 2023-01-21 01:30:34 +00:00
FusionPBX d345542098
Update css.php 2022-10-22 10:49:09 -06:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
FusionPBX 28c0d704df
Add op_valet_park_active to the css. 2022-05-09 15:33:44 -06:00
agree 7a9603dbb8
Add scroll to dashboard when overflowed (#6289) 2022-02-08 20:33:44 -07:00
Anthony dbd4808122
Update css.php (#6211) 2021-12-23 11:18:47 -07:00
AlexC 0fbecfa4ac
Update css.php (#6188)
* Update css.php

* Update app_config.php
2021-12-14 10:38:46 -07:00
Anthony d62130cf1f
Add theme default settings for operator panel (#6187)
* Add theme default settings for operator panel
2021-12-13 17:11:38 -07:00
AlexC 96f74c1936
Fix logout icon styling (#6165) 2021-11-30 15:39:39 -07:00
AlexC 4ac4286921
Add styles to user and domain header (#6162) 2021-11-30 08:36:32 -07:00
FusionPBX 1bbc995d3a
Add new theme setting pre_text_color 2021-11-24 12:30:20 -07:00
AlexC eddc4c1b26
Update css.php (#6118) 2021-11-09 23:26:04 -07:00
FusionPBX d63e9e210c
Use the new default settings login_body_top and login_body_left 2021-06-15 15:43:58 -06:00
Nate 68dfa0d66d CSS: Allow textarea to resize. 2020-10-15 17:58:42 -06:00
Stephen Forster ae1e849658
Update css.php for Operator Panel (#5382)
Add new CSS class for non-registered extensions. Button will appear disabled on the operator panel.
2020-08-27 09:14:47 -06:00
benwiesner1 4ddaaf0b1f
Update css.php (#5375)
remove underline on hover i think is a bit cleaner
2020-07-31 21:44:26 -06:00
Nate 9178fd63a7 Theme: Settings to control Domain Selector title colors. 2020-06-02 09:17:23 -06:00
Nate 4a5b05ea83 Theme: Additional settings to control Domain Selector look. 2020-05-28 14:34:49 -06:00
Nate d05429ad4e Theme: Header Bar updates. 2020-05-27 23:02:13 -06:00
Nate 6f33204316 Theme: Side Menu updates. 2020-05-27 21:24:07 -06:00
Nate 4a986730eb Theme: Side Menu updates. 2020-05-25 18:38:52 -06:00
Nate eb3f01d25a Theme: Side Menu updates. 2020-05-23 19:25:32 -06:00