From 603f145952f39164b961ac94a46b8a459e7adac0 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Wed, 11 Jan 2006 02:59:17 +0000 Subject: More code clean up this should about cover /templates --- templates/show_preferences.inc | 80 +++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 43 deletions(-) (limited to 'templates/show_preferences.inc') diff --git a/templates/show_preferences.inc b/templates/show_preferences.inc index d3277db2..9cbf9a15 100644 --- a/templates/show_preferences.inc +++ b/templates/show_preferences.inc @@ -29,53 +29,47 @@ /* I'm cheating a little here, check to see if we want to show the * Apply to All button on this page */ -if ($GLOBALS['user']->has_access(100) AND $user_id == '-1' AND conf('use_auth')) { +if (($GLOBALS['user']->has_access(100)) AND ($user_id == '-1' AND conf('use_auth'))) { $show_apply_to_all = true; } - ?> - - -
- - - has_access(100)) { ?> - [] - - - - -
- - - - - - - - - - - + - - - - - - - - -
 
  + + + has_access(100)) { ?> + [] + + + + + + + + + + + + + + + + + + + + + + + + +
 
 
 
 
+ " /> + +    + " /> + +
 
 
- - " /> - - -    - " /> - - -
-- cgit