mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
Show always print button in calendar print template
This commit is contained in:
parent
84de505721
commit
529d78e0b3
@ -1554,7 +1554,7 @@ function replace_eTemplate_onsubmit()
|
|||||||
if ($view)
|
if ($view)
|
||||||
{
|
{
|
||||||
$readonlys['__ALL__'] = true; // making everything readonly, but widgets set explicitly to false
|
$readonlys['__ALL__'] = true; // making everything readonly, but widgets set explicitly to false
|
||||||
$readonlys['alarm'] = $readonlys['button[cancel]'] = $readonlys['action'] =
|
$readonlys['print'] = $readonlys['alarm'] = $readonlys['button[cancel]'] = $readonlys['action'] =
|
||||||
$readonlys['before_after'] = $readonlys['button[add_alarm]'] = $readonlys['new_alarm[owner]'] =
|
$readonlys['before_after'] = $readonlys['button[add_alarm]'] = $readonlys['new_alarm[owner]'] =
|
||||||
$readonlys['new_alarm[days]'] = $readonlys['new_alarm[hours]'] = $readonlys['new_alarm[mins]'] = false;
|
$readonlys['new_alarm[days]'] = $readonlys['new_alarm[hours]'] = $readonlys['new_alarm[mins]'] = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user