Multiple: Add IDs to form tags, remove empty action attributes.
This commit is contained in:
@@ -295,7 +295,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$document['title'] = $text['title-queue_add'];
|
||||
|
||||
//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['header-queue_add']."</b></div>\n";
|
||||
|
||||
Reference in New Issue
Block a user