mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Multiple: Add IDs to form tags, remove empty action attributes.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user