Visual adjustments.

This commit is contained in:
Nate Jones
2015-02-15 09:39:23 +00:00
parent 6e8cee1a7b
commit 331c4ccbfe
5 changed files with 5 additions and 2 deletions

View File

@@ -1113,6 +1113,7 @@ require_once "resources/require.php";
echo " </td>\n";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
//show the footer

View File

@@ -603,6 +603,7 @@ require_once "resources/require.php";
echo " </td>\n";
echo "</tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
//show the footer

View File

@@ -268,7 +268,7 @@ function show_advanced_config() {
<tr>
<td colspan='2' align='right'>
<input type='hidden' name='profile_id' value='<?php echo $profile['xmpp_profile_uuid']; ?>'>
<br><br>
<br>
<input type='submit' name='submit' class='btn' value='<?php echo $text['button-save']?>'>
</td>
</tr>