Multiple: Add IDs to form tags, remove empty action attributes.

This commit is contained in:
Nate
2020-03-05 10:02:25 -07:00
parent f8c74e6586
commit e8494facee
39 changed files with 58 additions and 54 deletions

View File

@@ -170,7 +170,7 @@
echo " <div style='clear: both;'></div>\n";
echo "</div>\n";
echo "<form id='form_list_call_center_agent_dashboard' method='post' action=''>\n";
echo "<form id='form_list_call_center_agent_dashboard' method='post'>\n";
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";

View File

@@ -297,7 +297,7 @@
echo $text['description-call_center_agent_status']."\n";
echo "<br /><br />\n";
echo "<form id='form_list' method='post' action=''>\n";
echo "<form id='form_list' method='post'>\n";
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";