1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Bugtracker #4289 - XHTML fixes

This commit is contained in:
e107steved
2008-01-06 21:26:32 +00:00
parent 982a65736d
commit 075cc748b6
3 changed files with 7 additions and 7 deletions

View File

@@ -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_files/shortcode/batch/user_shortcodes.php,v $ | $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/user_shortcodes.php,v $
| $Revision: 1.6 $ | $Revision: 1.7 $
| $Date: 2007-12-19 20:34:47 $ | $Date: 2008-01-06 21:26:25 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -550,7 +550,7 @@ SC_BEGIN USER_FORM_START
global $from; global $from;
return " return "
<form method='post' action='".e_SELF."'> <form method='post' action='".e_SELF."'>
<input type='hidden' name='from' value='$from' /> <p><input type='hidden' name='from' value='$from' /></p>
"; ";
SC_END SC_END

View File

@@ -25,7 +25,7 @@ if (!isset($SEARCH_SHORTCODE)) {
if (!isset($SEARCH_TOP_TABLE)) { if (!isset($SEARCH_TOP_TABLE)) {
$SEARCH_TOP_TABLE = "<div style='text-align: center'> $SEARCH_TOP_TABLE = "<div style='text-align: center'>
<form id='searchform' name='searchform' method='get' action='".e_SELF."'> <form id='searchform' method='get' action='".e_SELF."'>
<table style='".USER_WIDTH."' class='fborder'><tr> <table style='".USER_WIDTH."' class='fborder'><tr>
<td class='forumheader3' style='width: 40%'>".LAN_199."</td> <td class='forumheader3' style='width: 40%'>".LAN_199."</td>
<td class='forumheader3' style='width: 60%; white-space: nowrap'> <td class='forumheader3' style='width: 60%; white-space: nowrap'>

View File

@@ -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_themes/templates/user_template.php,v $ | $Source: /cvs_backup/e107_0.8/e107_themes/templates/user_template.php,v $
| $Revision: 1.4 $ | $Revision: 1.5 $
| $Date: 2007-09-20 21:35:38 $ | $Date: 2008-01-06 21:26:32 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -46,8 +46,8 @@ $USER_SHORT_TEMPLATE_START = "
{USER_FORM_START} {USER_FORM_START}
<p>".LAN_419.": {USER_FORM_RECORDS} ".LAN_139." {USER_FORM_ORDER} <p>".LAN_419.": {USER_FORM_RECORDS} ".LAN_139." {USER_FORM_ORDER}
{USER_FORM_SUBMIT} {USER_FORM_SUBMIT}
{USER_FORM_END}
</p> </p>
{USER_FORM_END}
</div> </div>
<br /> <br />
<br /> <br />