Skip to content

Commit

Permalink
admin/mnet/index.html: UI Tweaks
Browse files Browse the repository at this point in the history
Author: Donal McMullan <donal@catalyst.net.nz>
  • Loading branch information
martinlanghoff committed Jan 4, 2007
1 parent f0e4c27 commit 0947d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/mnet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
?>
<center>
<form method="post" action="index.php">
<table align="center" class="generalbox" border="0" cellpadding="5" cellspacing="0">
<table align="center" width="635" class="generalbox" border="0" cellpadding="5" cellspacing="0">
<tr>
<td class="generalboxcontent">
<table cellpadding="9" cellspacing="0" >
Expand All @@ -19,7 +19,7 @@
<td><input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>" />
<input type="radio" name="mode" value="off" <?php echo ("off" == $CFG->mnet_dispatcher_mode)? 'checked="true"' : '' ?> /> <?php print_string('off', 'mnet'); ?> <br />
<input type="radio" name="mode" value="strict" <?php echo ("strict" == $CFG->mnet_dispatcher_mode)? 'checked="true"' : '' ?> /> <?php print_string('on', 'mnet'); ?><br />
<input type="submit" name="submit" value="submitNet" />
<input type="submit" name="submit" value="<?php print_string('savechanges'); ?>" />
</td>
</tr>
</table>
Expand All @@ -30,4 +30,4 @@
</center>
<?php
admin_externalpage_print_footer($adminroot);
?>
?>

0 comments on commit 0947d69

Please sign in to comment.