Submit button also placed at top; reordered to right margin, too.

This commit is contained in:
Nate Jones
2014-04-26 23:37:41 +00:00
parent e64fef05dd
commit fa9e9b2ac4
34 changed files with 92 additions and 46 deletions
+6 -2
View File
@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Copyright (C) 2008-2012
Copyright (C) 2008-2012
All Rights Reserved.
Contributor(s):
@@ -68,7 +68,11 @@ else {
echo "<tr>\n";
echo "<td width='30%' nowrap valign='top'><b>Advanced Search</b></td>\n";
echo "<td width='70%' align='right' valign='top'><input type='button' class='btn' name='' alt='back' onclick=\"window.location='xml_cdr.php'\" value='Back'><br /><br /></td>\n";
echo "<td width='70%' align='right' valign='top'>";
echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='xml_cdr.php'\" value='Back'>";
echo " <input type='submit' name='submit' class='btn' value='Search'>";
echo " <br /><br />";
echo "</td>\n";
echo "</tr>\n";
echo " <tr>";