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:
@@ -498,7 +498,7 @@
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
||||
//show the content
|
||||
echo "<form method='post' name='frm'>\n";
|
||||
echo "<form method='post' name='frm' id='frm'>\n";
|
||||
|
||||
echo "<div class='action_bar' id='action_bar'>\n";
|
||||
echo " <div class='heading'><b>".$text['title-call_routing']."</b></div>\n";
|
||||
|
||||
Reference in New Issue
Block a user