Multiple: Add IDs to form tags, remove empty action attributes.
This commit is contained in:
@@ -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'>";
|
||||
|
||||
@@ -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'>";
|
||||
|
||||
@@ -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'>";
|
||||
|
||||
@@ -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); ?>">
|
||||
|
||||
@@ -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'>";
|
||||
|
||||
Reference in New Issue
Block a user