Visual adjustments.

This commit is contained in:
Nate Jones
2015-02-15 07:59:02 +00:00
parent 256e424b3e
commit dbd9fbc07b
87 changed files with 359 additions and 1259 deletions
+3 -12
View File
@@ -133,13 +133,8 @@ if (count($_POST)>0) {
//--- End: Edit Area -------------------------------------------------------
}
echo "<div align='center'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='2'>\n";
echo "<tr class='border'>\n";
echo " <td align=\"left\" width='100%'>\n";
echo "<form method='post' action=''>";
echo "<table width='100%' cellpadding='6' cellspacing='0'>";
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
echo "<tr>\n";
echo "<td width='30%' nowrap valign='top'><b>Content Add</b></td>\n";
@@ -332,18 +327,14 @@ if (count($_POST)>0) {
echo " <tr>";
echo " <td class='' colspan='2' align='right'>";
echo " <br><br>";
echo " <input type='submit' class='btn' name='submit' value='".$text['button-add-title']." $module_title'>\n";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "</div>";
require_once "resources/footer.php";
?>
+4 -13
View File
@@ -101,14 +101,8 @@ if (count($_POST)>0) {
require_once "resources/wysiwyg.php";
//show the content
echo "<div align='center'>";
echo "<table border='0' cellpadding='0' cellspacing='2'>\n";
echo "<tr class='border'>\n";
echo " <td align=\"left\">\n";
echo " <br>";
echo "<form method='post' action=''>";
echo "<table width='100%'>";
echo "<table cellpadding='0' cellspacing='0' width='100%'>";
echo " <tr>";
echo " <td nowrap>".$text['label-title']."</td>";
echo " <td width='100%'><input type='text' class='txt' name='rss_sub_title'></td>";
@@ -159,17 +153,14 @@ if (count($_POST)>0) {
//echo " </tr>"; echo " <tr>";
echo " <td colspan='2' align='right'>";
echo " <input type='hidden' name='rss_uuid' value='$rss_uuid'>";
echo " <input type='submit' name='submit' class='btn' value='".text['button-add-title']."'>";
echo " <br><br>";
echo " <input type='submit' name='submit' class='btn' value='".$text['button-add-title']."'>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "</div>";
//show the footer
require_once "resources/footer.php";
?>
+3 -12
View File
@@ -138,14 +138,8 @@ else {
require_once "resources/wysiwyg.php";
//show the content
echo "<div align='center'>";
echo "<table border='0' cellpadding='0' cellspacing='2'>\n";
echo "<tr class='border'>\n";
echo " <td align=\"left\">\n";
echo " <br>";
echo "<form method='post' action=''>";
echo "<table width='100%'>";
echo "<table cellpadding='0' cellspacing='0' width='100%'>";
//echo " <tr>";
//echo " <td>rss_uuid</td>";
//echo " <td><input type='text' name='rss_uuid' class='txt' value='$rss_uuid'></td>";
@@ -190,17 +184,14 @@ else {
echo " <input type='hidden' name='rss_uuid' value='$rss_uuid'>";
echo " <input type='hidden' name='persistform' value='0'>";
echo " <input type='hidden' name='rss_sub_uuid' value='$rss_sub_uuid'>";
echo " <br><br>";
echo " <input type='submit' name='submit' class='btn' value='".$text['button-update']."'>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "</div>";
//show the footer
require_once "resources/footer.php";
?>
+3 -15
View File
@@ -159,17 +159,8 @@ else {
//--- End: Edit Area -------------------------------------------------------
}
echo "<div align='center'>";
echo "<table border='0' width='100%' cellpadding='0' cellspacing='0'>\n";
echo "<tr class='border'>\n";
echo " <td align=\"left\" width='100%'>\n";
//echo " <br>";
echo "<form method='post' action=''>";
echo "<table width='100%' cellpadding='6' cellspacing='0'>";
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
echo "<tr>\n";
echo "<td width='30%' nowrap valign='top'><b>".$text['label-content-edit']."</b></td>\n";
echo "<td width='70%' align='right' valign='top'><input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='rsslist.php'\" value='".$text['button-back']."'><br /><br /></td>\n";
@@ -370,10 +361,12 @@ else {
//echo "<input type=\"button\" value=\"Load\" onclick=\"ajaxLoad('rss_description', ajaxresponse);\" />";
echo " <input type='hidden' name='rss_uuid' value='$rss_uuid'>";
echo " <br><br>";
echo " <input type='submit' class='btn' name='submit' value='".$text['button-save']."'>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
if ($rss_optional_1 == "text/javascript") {
@@ -382,11 +375,6 @@ else {
echo "</script>\n";
}
echo " </td>";
echo " </tr>";
echo "</table>";
echo "</div>";
require_once "resources/footer.php";
?>