]> git.mjollnir.org Git - moodle.git/commitdiff
admin/mnet/index.html: UI Tweaks
authormartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:37:20 +0000 (03:37 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:37:20 +0000 (03:37 +0000)
Author: Donal McMullan <donal@catalyst.net.nz>

admin/mnet/index.html

index c4e375402f7081c6a303c6920bde2a8e4459e056..e87ce54cbc381585e3dd3ebb9971d1e2b6fa2c81 100644 (file)
@@ -3,7 +3,7 @@ admin_externalpage_print_header($adminroot);
 ?>
 <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" >
@@ -19,7 +19,7 @@ admin_externalpage_print_header($adminroot);
                     <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>
@@ -30,4 +30,4 @@ admin_externalpage_print_header($adminroot);
 </center>
 <?php
 admin_externalpage_print_footer($adminroot);
-?>
\ No newline at end of file
+?>