mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix PHP warning in smarty template keyboard binding (#7616)
This commit is contained in:
@@ -460,7 +460,7 @@
|
||||
{/if}
|
||||
|
||||
//key: [ctrl]+[c], list,edit: to copy
|
||||
{if $settings.theme.keyboard_shortcut_copy_enabled}
|
||||
{if $settings.theme.keyboard_shortcut_copy_enabled|default:false}
|
||||
{if $browser_name_short == 'Safari'} //emulate with detecting [c] only, as [command] and [control] keys are ignored when captured
|
||||
{literal}
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user