Submit button also placed at top; reordered to right margin, too.

This commit is contained in:
Nate Jones
2014-04-26 22:50:52 +00:00
parent 680892d5e5
commit e64fef05dd
17 changed files with 50 additions and 27 deletions
+1 -1
View File
@@ -44,8 +44,8 @@ function hide_advanced_config() {
?>
</span><br>
</td> <td width='50%' align='right'>
<input type='submit' name='submit' class='btn' value='<?php echo $text['button-save']?>'>
<input type='button' class='btn' name='' alt='back' onclick="window.location='xmpp.php'" value='<?php echo $text['button-back']?>'>
<input type='submit' name='submit' class='btn' value='<?php echo $text['button-save']?>'>
</td>
</tr>
<tr>