Update extension_download.php (#4254)

This commit is contained in:
chansizzle
2019-06-03 15:35:03 -06:00
committed by FusionPBX
parent 8d2b6cb14a
commit 39095b1b73

View File

@@ -148,18 +148,19 @@ $row_style["1"] = "row_style1";
//begin the page content
require_once "resources/header.php";
echo "<form method='post' name='frm' action='' autocomplete='off'>\n";
echo "<form method='post' name='frm' action='extension_download.php' autocomplete='off'>\n";
echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<tr>\n";
echo "<th><input type=\"checkbox\" id=\"selectall\" onclick=\"checkbox_toggle();\"/></th>\n";
echo "</th>";
echo "<th> Column Name";
echo "</th>";
echo "<th> Description";
echo "</th>";
echo "</tr>";
echo "</tr>";
echo " <td valign='top' align='left' nowrap='nowrap'><b>".$text['header-export']."</b><br /></td>\n";
echo " <td valign='top' align='right' colspan='2'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='extensions.php'\" value='".$text['button-back']."'>\n";
echo " </td>\n";
echo " </tr>\n";
echo " <th><input type=\"checkbox\" id=\"selectall\" onclick=\"checkbox_toggle();\"/></th>\n";
echo " <th>Column Name</th>\n";
echo " <th>Description</th>\n";
echo "</tr>\n";
foreach ($columns as $value) {
echo "<tr>\n";
echo " <td width = '20px' valign='top' class='".$row_style[$c]."'><input class=\"checkbox1\" type=\"checkbox\" name=\"column_group[]\" value=\"$value\"/>";