mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Bugtracker #4289 - XHTML fixes
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user