Multiple: Add IDs to common/default action buttons.

This commit is contained in:
Nate
2020-03-05 10:01:09 -07:00
parent a93c172ea8
commit f8c74e6586
22 changed files with 88 additions and 91 deletions
+1 -1
View File
@@ -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";