From 8c9f54054302d2982d7fe6a3ed518f65e49174ac Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 19 Aug 2011 21:30:45 +0100 Subject: [PATCH] Added button styles to contest area --- application/config/config.php | 2 +- application/views/contest/log.php | 2 +- application/views/layout/header.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 2e77c538..d8a718f4 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -9,7 +9,7 @@ $config['google_maps_api'] = "ABQIAAAA74tY2H5PTGpzLdnwXQmLXxTAaiXfF7TN3brq2P-N4w /* User options */ // Use authentication? -$config['use_auth'] = false; +$config['use_auth'] = true; // User table $config['auth_table'] = "users"; // Minimum user level required diff --git a/application/views/contest/log.php b/application/views/contest/log.php index f310d6b4..0543ba73 100644 --- a/application/views/contest/log.php +++ b/application/views/contest/log.php @@ -303,7 +303,7 @@ function settime () { qra == "Y") { ?> -
+ diff --git a/application/views/layout/header.php b/application/views/layout/header.php index 657204d0..fb3bfbc3 100644 --- a/application/views/layout/header.php +++ b/application/views/layout/header.php @@ -15,6 +15,7 @@ // Accordion $("#tabs").tabs(); $( "button, input:submit", ".wrap_content" ).button(); + $( "button, input:submit", ".contest_wrap" ).button(); $( "#admin" ).click(function() { $( "#submenu" ).toggle( 'blinds', null, 500 ); $( "#clear" ).toggle( 'blinds', null, 500 );