mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Bugtracker #4289 - XHTML fixes
This commit is contained in:
parent
982a65736d
commit
075cc748b6
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/user_shortcodes.php,v $
|
||||
| $Revision: 1.6 $
|
||||
| $Date: 2007-12-19 20:34:47 $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2008-01-06 21:26:25 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -550,7 +550,7 @@ SC_BEGIN USER_FORM_START
|
||||
global $from;
|
||||
return "
|
||||
<form method='post' action='".e_SELF."'>
|
||||
<input type='hidden' name='from' value='$from' />
|
||||
<p><input type='hidden' name='from' value='$from' /></p>
|
||||
";
|
||||
SC_END
|
||||
|
||||
|
@ -25,7 +25,7 @@ if (!isset($SEARCH_SHORTCODE)) {
|
||||
|
||||
if (!isset($SEARCH_TOP_TABLE)) {
|
||||
$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>
|
||||
<td class='forumheader3' style='width: 40%'>".LAN_199."</td>
|
||||
<td class='forumheader3' style='width: 60%; white-space: nowrap'>
|
||||
|
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/user_template.php,v $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-09-20 21:35:38 $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2008-01-06 21:26:32 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -46,8 +46,8 @@ $USER_SHORT_TEMPLATE_START = "
|
||||
{USER_FORM_START}
|
||||
<p>".LAN_419.": {USER_FORM_RECORDS} ".LAN_139." {USER_FORM_ORDER}
|
||||
{USER_FORM_SUBMIT}
|
||||
{USER_FORM_END}
|
||||
</p>
|
||||
{USER_FORM_END}
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user