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">
</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
}