replace datasheet deletion; add viewdatasheet
This commit is contained in:
11
index.php
11
index.php
@@ -100,6 +100,17 @@
|
||||
</form>
|
||||
</div> <!-- /hide -->
|
||||
|
||||
<!-- VIEWDATA - View datasheet of whole account -->
|
||||
<b class="switch"><span class="turn_on">»</span><span class="turn_off">«</span> View the data sheet</b>
|
||||
<div class="hide">
|
||||
<p>View the data sheet with all usernames and passwords. Please keep this document secure!</p>
|
||||
<form action="submit.php" method="post">
|
||||
<button type="submit" name="action" value="viewdata">View data sheet</button>
|
||||
<!-- Hidden confirmation box -->
|
||||
<input type="hidden" name="sure" value="yes" />
|
||||
</form>
|
||||
</div> <!-- /hide -->
|
||||
|
||||
<!-- DELUSER - Delete an email account -->
|
||||
<b class="switch"><span class="turn_on">»</span><span class="turn_off">«</span> Delete an email account</b>
|
||||
<div class="hide">
|
||||
|
||||
Reference in New Issue
Block a user