1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Bugtracker #3906 - help box width breaks some fixed width themes

This commit is contained in:
e107steved
2008-06-02 18:55:32 +00:00
parent 2e43f7f247
commit 72f1bbd319

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/bbcode_shortcodes.php,v $ | $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/bbcode_shortcodes.php,v $
| $Revision: 1.6 $ | $Revision: 1.7 $
| $Date: 2008-04-05 08:39:32 $ | $Date: 2008-06-02 18:55:32 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -139,7 +139,7 @@ SC_BEGIN BB_HELP
global $bbcode_helpactive,$bbcode_helptag; global $bbcode_helpactive,$bbcode_helptag;
$bbcode_helptag = ($parm) ? $parm : "helpb"; $bbcode_helptag = ($parm) ? $parm : "helpb";
$bbcode_helpactive = TRUE; $bbcode_helpactive = TRUE;
return "<input id='{$bbcode_helptag}' class='helpbox' type='text' name='{$bbcode_helptag}' size='100' />\n"; return "<input id='{$bbcode_helptag}' class='helpbox' type='text' name='{$bbcode_helptag}' size='90' maxlength='100' />\n";
SC_END SC_END