frio - event - some js and template refactoring + event view css styling

This commit is contained in:
rabuzarus 2016-06-17 14:09:18 +02:00
parent 0148d0e5d2
commit 606f42701c
7 changed files with 187 additions and 150 deletions

View file

@ -455,6 +455,7 @@ function events_content(&$a) {
'$baseurl' => $a->get_baseurl(),
'$tabs' => $tabs,
'$title' => t('Events'),
'$view' => t('View'),
'$new_event'=> array($a->get_baseurl().'/events/new',t('Create New Event'),'',''),
'$previus' => array($a->get_baseurl()."/events/$prevyear/$prevmonth",t('Previous'),'',''),
'$next' => array($a->get_baseurl()."/events/$nextyear/$nextmonth",t('Next'),'',''),
@ -462,7 +463,6 @@ function events_content(&$a) {
'$events' => $events,
// eignene
"today" => t("today"),
"month" => t("month"),
"week" => t("week"),
@ -582,7 +582,9 @@ function events_content(&$a) {
'$adjust' => array('adjust', t('Adjust for viewer timezone'), $a_checked),
'$preview' => t('Preview'),
'$acl' => $acl,
'$submit' => t('Submit')
'$submit' => t('Submit'),
'$basic' => t("Basic"),
'$advanced' => t("Advanced")
));