2011-12-14 18:59:03 +01:00
< div class = " wrap " id = " bubblesoptions " >
< header >
< div class = " icon32 " ></ div >
2011-12-14 20:03:52 +01:00
< h2 >< ? php _e ( 'Bubbles Settings' , 'bbls' ); ?> </h2>
2011-12-14 18:59:03 +01:00
</ header >
< form method = " post " action = " options.php " >
< ? php settings_fields ( 'bubbles' ); ?>
< table class = " form-table " >
< tr valign = " top " >
< td colspan = " 2 " >
2011-12-14 20:03:52 +01:00
< h2 >< ? php _e ( 'View' , 'bbls' ); ?> </h2>
2011-12-14 18:59:03 +01:00
</ td >
</ tr >
< tr valign = " top " >
< th scope = " row " class = " indent " >
2011-12-14 19:38:20 +01:00
< ? php _e ( 'Style Notifications in' , 'bbls' ); ?>
2011-12-14 18:59:03 +01:00
</ th >
< td >
2011-12-14 19:38:20 +01:00
< fieldset >
< input type = " checkbox " name = " menu " id = " menu " value = " yes " < ? php echo get_option ( 'menu' ) == 'yes' ? ' checked' : '' ; ?> />
< label for = " menu " >< ? php _e ( 'Admin Menu' , 'bbls' ); ?> </label>
< br />
< input type = " checkbox " name = " bar " id = " bar " value = " yes " < ? php echo get_option ( 'bar' ) == 'yes' ? ' checked' : '' ; ?> />
< label for = " bar " >< ? php _e ( 'Toolbar' , 'bbls' ); ?> </label>
</ fieldset >
2011-12-14 18:59:03 +01:00
</ td >
2011-12-14 19:38:20 +01:00
</ tr >
2011-12-14 18:59:03 +01:00
</ table >
< ? php submit_button (); ?>
</ form >
< footer >
2011-12-14 20:03:52 +01:00
< p >< ? php _e ( 'Thanks for using Bubbles. Created by' , 'bbls' ); ?> <a href="http://mkretschmann.com">Matthias Kretschmann</a> (<a href="https://twitter.com/kremalicious">@kremalicious</a>)</p>
2011-12-14 18:59:03 +01:00
</ footer >
</ div >