Time Conditions: Add window title.

This commit is contained in:
Nate
2020-01-06 11:59:04 -07:00
parent 654ab33cdb
commit 4dfba370e1
2 changed files with 22 additions and 1 deletions

View File

@@ -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";