LAYOUT: more tables on the statistics page
[e-DoKo.git] / include / register.php
index 0dc204d5ec18471a7befc0ceb90f0bbc9632f960..03be8038cda9a04c02403fc253e3f78446a1426a 100644 (file)
@@ -63,13 +63,9 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") )
               </tr><tr>
               <td><label for="Rtimezone">Timezone:</label></td>
                <td>
-                 <select id="Rtimezone" name="Rtimezone" size="1">
-                     <option value="Europe/London">Berlin</option>
-                     <option value="Europe/Berlin">Berlin</option>
-                     <option value="America/Vancouver">Berkeley</option>
-                     <option value="Pacific/Auckland">Wellington</option>
-                 </select>
-                (If your timezone is not listed, just select whatever you want and email the admin your correct time zone.)
+<?php
+               output_select_timezone("Rtimezone");
+?>
               </td>
               </tr><tr>
                <td colspan="2"> <input type="submit" value="register" /></td>