Updated tableless design and added new search function.
This commit is contained in:
11
settings.php
11
settings.php
@@ -129,7 +129,6 @@ function check_date_format () {
|
||||
<li><a href="./export.php">Export</a></li>
|
||||
<li><a href="./sidebar.php">View as Sidebar</a></li>
|
||||
<li><a href="./settings.php">Settings</a></li>
|
||||
<li><a href="javascript:chpw()">Change Password</a></li>
|
||||
<li><a href="./index.php?logout=1">Logout</a></li>
|
||||
</ul>
|
||||
<!-- Menu ends here. -->
|
||||
@@ -140,7 +139,7 @@ function check_date_format () {
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign="top">
|
||||
<form action="<?php echo $_SERVER['SCRIPT_NAME']; ?>" method="POST">
|
||||
<table>
|
||||
<tr>
|
||||
@@ -287,7 +286,13 @@ function check_date_format () {
|
||||
</form>
|
||||
</td>
|
||||
|
||||
<td style="width: 40%;">
|
||||
<td valign="top" style="width: 40%;">
|
||||
<p>
|
||||
<b><a href="javascript:chpw()">Change Password</a></b>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<?php
|
||||
if (isset($_SERVER['HTTPS'])) {
|
||||
$scheme = 'https://';
|
||||
|
||||
Reference in New Issue
Block a user