mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
CDR: Add window titles.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
$text = $language->get();
|
||||
|
||||
//send the header
|
||||
$document['title'] = $text['title-advanced_search'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
//javascript to toggle input/select boxes
|
||||
@@ -68,9 +69,9 @@
|
||||
|
||||
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td width='30%' nowrap='nowrap' valign='top'><b>Advanced Search</b></td>\n";
|
||||
echo " <td width='30%' nowrap='nowrap' valign='top'><b>".$text['title-advanced_search']."</b></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='button' class='btn' name='' alt='back' onclick=\"window.location='xml_cdr.php'\" value='".$text['button-back']."'>";
|
||||
echo " <input type='submit' name='submit' class='btn' value='Search'>";
|
||||
echo " <br /><br />";
|
||||
echo " </td>\n";
|
||||
|
||||
Reference in New Issue
Block a user