Merge pull request #1469 from mafoo/WhitespaceClean-app/batch_2

WhitespaceClean-app/batch_2
This commit is contained in:
FusionPBX
2016-03-11 13:35:24 -07:00
7 changed files with 44 additions and 44 deletions
+6 -6
View File
@@ -61,7 +61,7 @@ function download_send_headers($filename) {
header("Cache-Control: max-age=0, no-cache, must-revalidate, proxy-revalidate");
header("Last-Modified: {$now} GMT");
// force download
// force download
header("Content-Type: application/force-download");
header("Content-Type: application/octet-stream");
header("Content-Type: application/download");
@@ -154,9 +154,9 @@ $row_style["1"] = "row_style1";
echo "<th><input type=\"checkbox\" id=\"selecctall\"/>";
echo "</th>";
echo "<th> Column Name";
echo "</th>";
echo "</th>";
echo "<th> Description";
echo "</th>";
echo "</th>";
echo "</tr>";
echo "</tr>";
foreach ($columns as $value) {
@@ -164,9 +164,9 @@ $row_style["1"] = "row_style1";
echo " <td width = '20px' valign='top' class='".$row_style[$c]."'><input class=\"checkbox1\" type=\"checkbox\" name=\"column_group[]\" value=\"$value\"/>";
echo "</td>";
echo " <td valign='top' class='".$row_style[$c]."'> $value";
echo "</td>";
echo "</td>";
echo " <td valign='top' class='".$row_style[$c]."'>";
echo "</td>";
echo "</td>";
echo "</tr>";
if ($c==0) { $c=1; } else { $c=0; }
}
@@ -181,7 +181,7 @@ $row_style["1"] = "row_style1";
echo "</table>";
echo "<br><br>";
echo "</form>";
//include the footer
require_once "resources/footer.php";
?>