Added the content card div
This commit is contained in:
@@ -391,7 +391,7 @@
|
||||
echo "<br /><br />\n";
|
||||
|
||||
echo "<form name='frm' id='frm' method='post'>\n";
|
||||
|
||||
echo "<div class='card'>\n";
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
@@ -930,7 +930,7 @@
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "</table>";
|
||||
echo "<br><br>";
|
||||
echo "</div>\n";
|
||||
|
||||
if ($action == "update") {
|
||||
echo "<input type='hidden' name='gateway_uuid' value='".escape($gateway_uuid)."'>\n";
|
||||
@@ -938,6 +938,7 @@
|
||||
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
|
||||
|
||||
echo "</form>";
|
||||
echo "<br><br>";
|
||||
|
||||
//hide password fields before submit
|
||||
echo "<script>\n";
|
||||
|
||||
Reference in New Issue
Block a user