Visual adjustments.

This commit is contained in:
Nate Jones
2015-02-15 10:05:08 +00:00
parent eb3618e9f7
commit 80fddb7fd4
12 changed files with 43 additions and 34 deletions

View File

@@ -505,10 +505,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
if ($action == "update") {
echo " <input type='hidden' name='call_center_agent_uuid' value='$call_center_agent_uuid'>\n";
}
echo " <br /><input type='submit' name='submit' class='btn' value='".$text['button-save']."'>\n";
echo " <br />";
echo " <input type='submit' name='submit' class='btn' value='".$text['button-save']."'>\n";
echo " </td>\n";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
//footer

View File

@@ -180,6 +180,7 @@ else {
echo "</tr>\n";
echo "</table>";
echo "<br><br>";
//show the footer
require_once "resources/footer.php";

View File

@@ -944,10 +944,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " <input type='hidden' name='delete_type' id='delete_type' value=''>";
echo " <input type='hidden' name='delete_uuid' id='delete_uuid' value=''>";
}
echo " <br /><input type='submit' class='btn' value='".$text['button-save']."'>\n";
echo " <br />";
echo " <input type='submit' class='btn' value='".$text['button-save']."'>\n";
echo " </td>\n";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
require_once "resources/footer.php";

View File

@@ -184,6 +184,7 @@ else {
echo "</tr>\n";
echo "</table>";
echo "<br><br>";
//show the footer