From b347da613b5cf76c9b65c518e82d165e961c0c26 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 1 Dec 2013 11:48:16 +0100 Subject: [PATCH] inflate/deflate event export settings --- cal/cal.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/cal/cal.php b/cal/cal.php index 79fbffd5..38f10462 100644 --- a/cal/cal.php +++ b/cal/cal.php @@ -177,16 +177,23 @@ function cal_addon_settings ( &$a, &$s ) $checked = (($enabled) ? ' checked="checked" ' : ''); $url = $a->get_baseurl().'/cal/'.$a->user['nickname'].'/export/format'; + $s .= ''; $s .= '

'.t('Export Events').'

'; + $s .= '
'; + $s .= ''; } ?>