Use toggle for weekend in toolbar

This commit is contained in:
Nathan Gray 2016-01-09 00:54:27 +00:00
parent 863e64f0fd
commit 22770805c4

View File

@ -370,7 +370,7 @@ class calendar_uiviews extends calendar_ui
'onExecute' => 'javaScript:app.calendar.toolbar_action',
'hint' => 'Toggle weekend',
'toolbarDefault' => false,
'data' => array()
'data' => array('toggle_off' => '5', 'toggle_on' => '7')
),
'previous' => array(
'caption' => 'Previous',