X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/a56e619e35fe4747a1db3fb17f88b7693f5c37e0..7736957442e464ad66415e458330b9da6c47ae23:/admin.php?ds=inline diff --git a/admin.php b/admin.php index 555e76a..49a2f8f 100644 --- 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 }