mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Bugtracker #4177 - XHTML fixes
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/banner.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/banner.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-03-04 17:53:51 $
|
| $Date: 2007-10-30 22:47:10 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -202,7 +202,7 @@ if (!$action) {
|
|||||||
<tr><td colspan='8'> </td></tr>";
|
<tr><td colspan='8'> </td></tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$text .= "</table></div>";
|
$text .= "</table>";
|
||||||
|
|
||||||
$ns->tablerender(BNRLAN_42, $text);
|
$ns->tablerender(BNRLAN_42, $text);
|
||||||
}
|
}
|
||||||
@@ -438,10 +438,10 @@ if ($action == "create") {
|
|||||||
|
|
||||||
|
|
||||||
<tr><td colspan='2' style='text-align:center' class='forumheader'>";
|
<tr><td colspan='2' style='text-align:center' class='forumheader'>";
|
||||||
$text .= ($sub_action == "edit" && $id ? "<input class='button' type='submit' name='updatebanner' value='".BNRLAN_40."' /><input type='hidden' name='eid' value='".$id."'" : "<input class='button' type='submit' name='createbanner' value='".BNRLAN_41."' />");
|
$text .= ($sub_action == "edit" && $id ? "<input class='button' type='submit' name='updatebanner' value='".BNRLAN_40."' /><input type='hidden' name='eid' value='".$id."' />" : "<input class='button' type='submit' name='createbanner' value='".BNRLAN_41."' />");
|
||||||
|
|
||||||
$text .= "</td></tr></table>
|
$text .= "</td></tr></table>
|
||||||
</form>";
|
</form></div>";
|
||||||
|
|
||||||
$ns->tablerender(BNRLAN_42, $text);
|
$ns->tablerender(BNRLAN_42, $text);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user