Skip to content
Snippets Groups Projects
Commit 7a165dfc authored by Robert Anderson's avatar Robert Anderson
Browse files

Fixed delete attribute page not displaying

Minor cosmetic changes
parent 99b0dc40
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ if (isset($_POST['frmaction']) && $_POST['frmaction'] == "delete") { ...@@ -44,7 +44,7 @@ if (isset($_POST['frmaction']) && $_POST['frmaction'] == "delete") {
?> ?>
<p class="pageheader">Delete Attribute</p> <p class="pageheader">Delete Attribute</p>
<form action="attribute-delete.php" method="post"> <form action="user-attribute-delete.php" method="post">
<div> <div>
<input type="hidden" name="frmaction" value="delete2" /> <input type="hidden" name="frmaction" value="delete2" />
<input type="hidden" name="attr_id" value="<?php echo $_POST['attr_id']; ?>" /> <input type="hidden" name="attr_id" value="<?php echo $_POST['attr_id']; ?>" />
......
...@@ -61,7 +61,7 @@ if (!isset($_POST['frmaction'])) ...@@ -61,7 +61,7 @@ if (!isset($_POST['frmaction']))
<option disabled="disabled"> - - - - - - - - - - - </option> <option disabled="disabled"> - - - - - - - - - - - </option>
<option value="useratts">Attributes</option> <option value="useratts">Attributes</option>
<option value="usergroups">Groups</option> <option value="usergroups">Groups</option>
<option value="defaultlist">LogS</option> <option value="defaultlist">Logs</option>
</select> </select>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment