Multiple: Add IDs to form tags, remove empty action attributes.

This commit is contained in:
Nate
2020-03-05 10:02:25 -07:00
parent f8c74e6586
commit e8494facee
39 changed files with 58 additions and 54 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
echo "</script>";
//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'>";
+1 -1
View File
@@ -152,7 +152,7 @@
require_once "resources/header.php";
//show the content
echo "<form method='post' name='frm' enctype='multipart/form-data'>\n";
echo "<form method='post' name='frm' id='frm' enctype='multipart/form-data'>\n";
echo "<div class='action_bar' id='action_bar'>\n";
echo " <div class='heading'>";
+1 -1
View File
@@ -209,7 +209,7 @@ if (is_uuid($_GET["contact_uuid"])) {
echo "</script>";
//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'>";
+1 -1
View File
@@ -334,7 +334,7 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
<br><br>
<div id='ajax_reponse' class='timer_<?php echo escape($timer_state);?>'>00:00:00</div>
<br>
<form name='frm' id='frm' method='post' action=''>
<form name='frm' id='frm' method='post'>
<input type='hidden' name='domain_uuid' value="<?php echo escape($domain_uuid); ?>">
<input type='hidden' name='contact_time_uuid' value="<?php echo escape($contact_time_uuid); ?>">
<input type='hidden' name='contact_uuid' value="<?php echo escape($contact_uuid); ?>">
+1 -1
View File
@@ -210,7 +210,7 @@
echo "</script>";
//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'>";