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

@@ -124,7 +124,7 @@
echo "</div>\n";
if (permission_exists('xml_cdr_search')) {
echo "<form name='frm' id='frm' method='get' action=''>\n";
echo "<form name='frm' id='frm' method='get'>\n";
echo "<div class='form_grid' style='padding-bottom: 35px;'>\n";