Multiple: Add IDs to common/default action buttons.
This commit is contained in:
@@ -312,7 +312,7 @@ require_once "resources/header.php";
|
||||
$document['title'] = $text['title-notifications'];
|
||||
|
||||
// show the content
|
||||
echo "<form method='post' name='frm' action=''>\n";
|
||||
echo "<form method='post' name='frm' id='frm'>\n";
|
||||
echo "<table cellpadding='0' cellspacing='0' width='100%' border='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td align='left' nowrap='nowrap'><b>".$text['header-notifications']."</b><br><br></td>\n";
|
||||
|
||||
Reference in New Issue
Block a user