chansizzle
8673208931
add info and question font awesome icons ( #6706 )
2023-05-20 14:15:09 -06:00
Finn
886c609a44
add a robots meta tag to reduce chances of private fusionpbx instances appearing in public Google search results ( #6710 )
2023-05-19 17:33:12 -06:00
Anthony
d1960cc3e7
Update app_languages.php ( #6707 )
2023-05-19 16:50:36 -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
ecf60103a1
Template: Updates for PHP 8.1
2023-05-13 02:29:44 +00:00
fusionate
11a49bfacd
Theme [CSS]: Updates for PHP 8.1
2023-05-12 22:50:24 +00:00
FusionPBX
5cac8f61e7
Use empty and isset
2023-05-10 22:30:42 -06: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
FusionPBX
f15b012c9f
Enable the input_toggle_style by default
2023-02-15 11:04:02 -07:00
fusionate
6bc1e53244
Default Settings - Copy: Move function to list view and use copy method in class.
2023-01-31 01:41:43 +00:00
fusionate
d04b6db96a
Dashboard: Call Forward widget, Edit position without reload, misc adjustments.
2023-01-31 00:19:09 +00:00
fusionate
5b3cd98a29
Default Setting - Edit: Add Clone button to duplicate setting.
2023-01-29 07:37:38 +00:00
fusionate
eca0080b39
Theme: Fix icon reference for Domain button.
2023-01-28 23:06:36 +00:00
fusionate
7fc8ad9c77
Default Settings: Change icon on Domain button.
2023-01-25 15:12:20 +00:00
fusionate
dc1307028a
Default/Domain/User Settings: Implement select field for input_toggle_style options.
2023-01-23 19:31:18 +00:00
fusionate
df6bc02489
Ring Groups: Enhance Destination Enabled Switch
2023-01-21 01:30:34 +00:00
K-Flagman
581c919132
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 <flagman@flagman.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
Co-authored-by: K-flagman <43560934+kapetrosyan@users.noreply.github.com>
2023-01-20 18:25:13 -07:00
fusionate
2980555287
Call Broadcast: Implement Date/Time Picker for Start Time field.
2023-01-18 22:25:55 +00:00
fusionate
f2d98ebcdf
Domain Selector: Restore previous click functionality and appearance.
2023-01-18 00:34:34 +00:00
denisent
d27fddda45
added missing local voicemail B leg image ( #6533 )
2023-01-16 21:03:36 -07:00
markjcrane
7c44a0b642
Add missing CDR image
2022-12-31 10:32:56 -07:00
FusionPBX
57756eb2a8
Add domain json token to the template
2022-11-28 21:07:18 -07:00
FusionPBX
2885115ed8
Live on demand domain search.
2022-11-28 14:56:52 -07: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
markjcrane
551f84d5c5
Revert "Remove momentjs"
...
This reverts commit a49177c5c5 .
2022-08-01 07:59:53 -06:00
markjcrane
a49177c5c5
Remove momentjs
2022-07-15 09:07:01 -06:00
nacircoronado
2620f9e266
Spanish change cerca to cerrar. ( #6428 )
...
* Spanish change cerca to cerrar.
* Update app_languages.php
2022-06-21 15:31:35 -06:00
FusionPBX
28c0d704df
Add op_valet_park_active to the css.
2022-05-09 15:33:44 -06:00
fusionate
7be9a3e0a1
Theme: Side Menu - Setting to control submenu close behavior.
2022-02-11 20:48:28 -07:00
fusionate
a522abc702
Theme: Side Menu - Setting to control submenu close behavior.
2022-02-11 20:48:08 -07:00
agree
7a9603dbb8
Add scroll to dashboard when overflowed ( #6289 )
2022-02-08 20:33:44 -07:00
KRooney
e292903854
Update app_config.php ( #6292 )
...
French Update
2022-02-07 19:18:54 -07:00
KRooney
98b9ef18da
Update app_languages.php ( #6291 )
...
French update
2022-02-07 19:18:22 -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
FusionPBX
8eb0854e73
Rename header_domain_visible back to domain_visible
2021-12-08 17:55:21 -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
AlexC
2dd10ef66d
Add default settings for user and domain header ( #6161 )
2021-11-30 08:35:08 -07:00
FusionPBX
9e05d1ccbd
Add new pre_text_color setting.
2021-11-24 12:41:03 -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
AlexC
d7cc26a51d
Update the theme colors. ( #6100 )
2021-11-08 17:54:22 -07:00
FusionPBX
d63e9e210c
Use the new default settings login_body_top and login_body_left
2021-06-15 15:43:58 -06:00