Call Center Agent Add/Edit: Indicate required fields.

This commit is contained in:
Nate Jones 2014-06-20 21:04:07 +00:00
parent 5b212badfa
commit 5722ac20b1
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
echo " ".$text['label-agent_name'].":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
@ -391,7 +391,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
echo " ".$text['label-contact'].":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";