Visual adjustments.

This commit is contained in:
Nate Jones
2015-02-15 10:05:08 +00:00
parent 331c4ccbfe
commit 2df30b401e
12 changed files with 43 additions and 34 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ echo " <td colspan='5' align='right'>\n";
if ($action == "update") {
echo " <input type='hidden' name='dialplan_uuid' value='$dialplan_uuid'>\n";
}
echo " <br><br>";
echo " <br>";
echo " <input type='submit' name='submit' class='btn' value='".$text['button-save']."'>\n";
echo " </td>\n";
echo "</tr>";
+1 -1
View File
@@ -511,7 +511,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
foreach($details as $group) {
if ($x != 0) {
echo "<tr><td colspan='7'><br></td></tr>";
echo "<tr><td colspan='7'><br><br></td></tr>";
}
echo "<tr>\n";
+1
View File
@@ -373,6 +373,7 @@ else {
echo "</tr>\n";
echo "</table>";
echo "<br><br>";
echo "</form>";