From 36becd46389c4eb7c72521393fcf90c7b2ae60db Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 31 Mar 2001 00:57:47 +0000 Subject: [PATCH] cosmetic cleanups in source code. --- calendar/preferences.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/calendar/preferences.php b/calendar/preferences.php index 5def340caa..19a6a2ccda 100644 --- a/calendar/preferences.php +++ b/calendar/preferences.php @@ -12,12 +12,12 @@ /* $Id$ */ $phpgw_flags = Array( - 'currentapp' => 'calendar', + 'currentapp' => 'calendar', 'enable_nextmatchs_class' => True, - 'noheader' => True, - 'nonavbar' => True, - 'noappheader' => True, - 'noappfooter' => True + 'noheader' => True, + 'nonavbar' => True, + 'noappheader' => True, + 'noappfooter' => True ); $phpgw_info['flags'] = $phpgw_flags; @@ -82,16 +82,16 @@ $p = CreateObject('phpgwapi.Template',$phpgw->common->get_tpl_dir('calendar')); $templates = Array( - 'pref' => 'pref.tpl', - 'pref_colspan' => 'pref_colspan.tpl', - 'pref_list' => 'pref_list.tpl', + 'pref' => 'pref.tpl', + 'pref_colspan' => 'pref_colspan.tpl', + 'pref_list' => 'pref_list.tpl', ); $p->set_file($templates); $var = Array( - 'title' => lang('Calendar preferences'), + 'title' => lang('Calendar preferences'), 'action_url' => $phpgw->link('/'.$phpgw_info['flags']['currentapp'].'/preferences.php'), - 'bg_color' => $phpgw_info['theme']['th_bg'], + 'bg_color' => $phpgw_info['theme']['th_bg'], 'submit_lang' => lang('submit') );