mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Removal of colon next to form label names.
This commit is contained in:
@@ -146,24 +146,24 @@ if (count($_POST)>0) {
|
||||
echo "<td width='70%' align='right' valign='top'><input type='button' class='btn' name='' alt='back' onclick=\"window.location='rsslist.php'\" value='".$text['button-back']."'><br /><br /></td>\n";
|
||||
echo "</tr>\n";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>Category:</td>";
|
||||
//echo " <td class='vncellreq'>Category</td>";
|
||||
//echo " <td class='vtable'><input type='text' class='formfld' name='rss_category' value='$rss_category'></td>";
|
||||
//echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq' nowrap>Sub Category:</td>";
|
||||
//echo " <td class='vncellreq' nowrap>Sub Category</td>";
|
||||
//echo " <td class='vtable'><input type='text' class='formfld' name='rss_sub_category' value='$rss_sub_category'></td>";
|
||||
//echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td width='30%' class='vncellreq' nowrap>Title:</td>";
|
||||
echo " <td width='30%' class='vncellreq' nowrap>Title</td>";
|
||||
echo " <td width='70%' class='vtable' width='100%'><input type='text' class='formfld' name='rss_title' value='$rss_title'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td class='vncellreq'>Link:</td>";
|
||||
echo " <td class='vncellreq'>Link</td>";
|
||||
echo " <td class='vtable'><input type='text' class='formfld' name='rss_link' value='$rss_link'></td>";
|
||||
echo " </tr>";
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td class='vncellreq'>Group:</td>";
|
||||
echo " <td class='vncellreq'>Group</td>";
|
||||
echo " <td class='vtable'>";
|
||||
//echo " <input type='text' class='formfld' name='menuparentid' value='$menuparentid'>";
|
||||
|
||||
@@ -224,7 +224,7 @@ if (count($_POST)>0) {
|
||||
*/
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td class='vncellreq'>Type:</td>";
|
||||
echo " <td class='vncellreq'>Type</td>";
|
||||
echo " <td class='vtable'>";
|
||||
echo " <select name=\"rss_optional_1\" class='formfld'>\n";
|
||||
if ($rss_optional_1 == "text/html") { echo "<option value=\"text/html\" selected>text/html</option>\n"; }
|
||||
@@ -238,7 +238,7 @@ if (count($_POST)>0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-order'].":\n";
|
||||
echo " ".$text['label-order']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select name='rss_order' class='formfld'>\n";
|
||||
@@ -276,11 +276,11 @@ if (count($_POST)>0) {
|
||||
echo " </td>";
|
||||
echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>Image:</td>";
|
||||
//echo " <td class='vncellreq'>Image</td>";
|
||||
//echo " <td class='vtable'><input type='text' name='rss_img' value='$rss_img'></td>";
|
||||
//echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>Priority:</td>";
|
||||
//echo " <td class='vncellreq'>Priority</td>";
|
||||
//echo " <td class='vtable'>";
|
||||
//echo " <input type='text' name='rss_optional_1' value='$rss_optional_1'>";
|
||||
//echo " <select name=\"rss_optional_1\" class='formfld'>\n";
|
||||
@@ -293,7 +293,7 @@ if (count($_POST)>0) {
|
||||
//echo " </td>";
|
||||
//echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>Status:</td>";
|
||||
//echo " <td class='vncellreq'>Status</td>";
|
||||
//echo " <td class='vtable'>";
|
||||
//echo " <input type='text' name='rss_optional_2' value='$rss_optional_2'>";
|
||||
//echo " <select name=\"rss_optional_2\" class=\"formfld\">\n";
|
||||
@@ -314,19 +314,19 @@ if (count($_POST)>0) {
|
||||
//echo " </td>";
|
||||
//echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>Optional 3:</td>";
|
||||
//echo " <td class='vncellreq'>Optional 3</td>";
|
||||
//echo " <td class='vtable'><input type='text' class='formfld' name='rss_optional_3' value='$rss_optional_3'></td>";
|
||||
//echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>Optional 4:</td>";
|
||||
//echo " <td class='vncellreq'>Optional 4</td>";
|
||||
//echo " <td class='vtable'><input type='text' class='formfld' name='rss_optional_4' value='$rss_optional_4'></td>";
|
||||
//echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>rss_optional_5:</td>";
|
||||
//echo " <td class='vncellreq'>rss_optional_5</td>";
|
||||
//echo " <td class='vtable'><input type='text' class='formfld' name='rss_optional_5' value='$rss_optional_5'></td>";
|
||||
//echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td class='vncellreq'>rss_add_date:</td>";
|
||||
//echo " <td class='vncellreq'>rss_add_date</td>";
|
||||
//echo " <td class='vtable'><input type='text' class='formfld' name='rss_add_date' value='$rss_add_date'></td>";
|
||||
//echo " </tr>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user