]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - admin.php
Minor changes to some PHP files
[jirafeau_mojo42.git] / admin.php
index 555e76aae0bd36ea13484b8816a2b9686e5458cd..49a2f8f77de01e61e0a735ebb0cb01162bdfbb7d 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -129,7 +129,7 @@ if (!(isset ($_POST['action']) && strcmp ($_POST['action'], 'download') == 0))
         require (JIRAFEAU_ROOT . 'lib/template/header.php');
         ?><h2><?php echo t('Admin interface'); ?></h2><?php
 
-        ?><div id = "install">
+        ?><div id = "admin">
         <fieldset><legend><?php echo t('Actions');?></legend>
         <table>
         <form action = "<?php echo basename(__FILE__); ?>" method = "post">
@@ -212,8 +212,8 @@ if (!(isset ($_POST['action']) && strcmp ($_POST['action'], 'download') == 0))
         </form>
         </table>
         <form action = "<?php echo basename(__FILE__); ?>" method = "post">
-        <input type = "hidden" name = "action" value = "logout"/>
-        <input type = "submit" value = "<?php echo t('Logout'); ?>" />
+            <input type = "hidden" name = "action" value = "logout" />
+            <input type = "submit" value = "<?php echo t('Logout'); ?>" />
         </form>
         </fieldset></div><?php
 }

patrick-canterino.de