mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Time Conditions: Add window title.
This commit is contained in:
@@ -638,6 +638,7 @@
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//include the header
|
||||
$document['title'] = $text['title-time_condition'];
|
||||
require_once "resources/header.php";
|
||||
|
||||
?>
|
||||
@@ -900,7 +901,7 @@ echo "<form method='post' name='frm' action='' onsubmit=\"return check_submit();
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td align='left' valign='top'>\n";
|
||||
echo " <span class='title'>".$text['title-time_conditions']."</span>";
|
||||
echo " <span class='title'>".$text['title-time_condition']."</span>";
|
||||
echo " <br /><br />\n";
|
||||
echo " </td>\n";
|
||||
echo " <td align='right' valign='top'>\n";
|
||||
|
||||
Reference in New Issue
Block a user