]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-register.php
Floater added, admin_header.tpl added, EL code improved:
[mailer.git] / inc / modules / guest / what-register.php
index 10ab84497dd9be5e494c8e69230dddb7a75f026f..01773d9b814bed13e12931bcf76744c885974122 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -152,7 +150,7 @@ if ((isFormSent()) && (isRegistrationDataComplete())) {
        if (isAdmin()) $whereStatement = '';
 
        // Prepare country selection box
-       $OUT  = '<select name="country_code" class="guest_select" size="1">';
+       $OUT  = '<select name="country_code" class="form_select" size="1">';
        $OUT .= generateOptionList('countries', 'id', 'descr', postRequestParameter('country_code'), 'code', $whereStatement);
        $OUT .= '</select>';
        $content['country'] = $OUT;