mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Bug #2803 - can't get out once XUP signup selected. Also check display name length on signup, cursor:hand --> cursor:pointer
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/signup_template.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:36:13 $
|
||||
| $Author: mcfly_e107 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2006-12-27 22:26:56 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -177,11 +177,12 @@ LAN_309." <b>".LAN_SIGNUP_29."</b><br /><br />".LAN_SIGNUP_30."<br />
|
||||
if(!defined($SIGNUP_XUP_FORM))
|
||||
{
|
||||
$SIGNUP_XUP_FORM = "
|
||||
<div id='xup' style='display:none' >
|
||||
|
||||
<div style='padding:10px;text-align:center'>
|
||||
<input class='button' type ='button' style='cursor:hand' size='30' value=\"".LAN_SIGNUP_35."\" onclick=\"expandit('xup','default')\" />
|
||||
<input class='button' type ='button' style='cursor:pointer' size='30' value=\"".LAN_SIGNUP_54."\" onclick=\"expandit('default');expandit('xup')\" />
|
||||
</div>
|
||||
|
||||
<div id='xup' style='display:none' >
|
||||
<table style='".USER_WIDTH."'>
|
||||
<tr>
|
||||
<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_SIGNUP_31."
|
||||
@@ -229,6 +230,15 @@ $SIGNUP_XUP_FORM = "
|
||||
";
|
||||
}
|
||||
|
||||
if (!defined($SIGNUP_XUP_BUTTON))
|
||||
{
|
||||
$SIGNUP_XUP_BUTTON = " <div style='padding:10px;text-align:center'>
|
||||
<input class='button' type ='button' style='cursor:pointer' size='30' value=\"".LAN_SIGNUP_35."\" onclick=\"expandit('default');expandit('xup')\" />
|
||||
</div>
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
if(!defined($SIGNUP_BEGIN))
|
||||
{
|
||||
$SIGNUP_BEGIN = "
|
||||
@@ -244,6 +254,7 @@ if(!defined($SIGNUP_BODY))
|
||||
$SIGNUP_BODY = "
|
||||
{SIGNUP_XUP}
|
||||
<div id='default'>
|
||||
{SIGNUP_XUP_ACTION}
|
||||
<table class='fborder' style='".USER_WIDTH."'>
|
||||
{SIGNUP_DISPLAYNAME}
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user