]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-mydata.php
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / modules / member / what-mydata.php
index cdd6f8a8fbe2706b8cf6ba997383f9299d491896..df2c5a3fca5c6321a40a2ca8dbd67bb0fa0fe7ac 100644 (file)
@@ -79,7 +79,7 @@ case "show": // Show his data
        if ((($DATA[13] + getConfig('profile_lock')) > time()) && (!IS_ADMIN()) && (getConfig('profile_lock') > 0))
        {
                // You cannot change your account
-               define('CHANGE', "<FONT class=\"member_failed\">".MEMBER_PROFILE_LOCKED_1.MAKE_DATETIME($DATA[13] + getConfig('profile_lock'), "0").MEMBER_PROFILE_LOCKED_2."</FONT>");
+               define('CHANGE', "<div class=\"member_failed\">".MEMBER_PROFILE_LOCKED_1.MAKE_DATETIME($DATA[13] + getConfig('profile_lock'), "0").MEMBER_PROFILE_LOCKED_2."</div>");
        }
         else
        {
@@ -174,11 +174,11 @@ FROM `"._MYSQL_PREFIX."_user_data` WHERE userid=%s LIMIT 1",
 
                if (EXT_IS_ACTIVE("country")) {
                        // Generate selection box
-                       $OUT  = "<SELECT name=\"country_code\" class=\"member_select\" size=\"1\">\n";
+                       $OUT  = "<select name=\"country_code\" class=\"member_select\" size=\"1\">\n";
                        $whereStatement = "WHERE is_active='Y'";
                        if (IS_ADMIN()) $whereStatement = "";
                        $OUT .= ADD_OPTION_LINES("countries", "id", "descr", $DATA[3], "code", $whereStatement);
-                       $OUT .= "</SELECT>";
+                       $OUT .= "</select>";
                        define('__COUNTRY_CONTENT', $OUT);
                } else {
                        // Ouput default input box