CLEANUP: cleaned up CSS a bit
[e-DoKo.git] / include / preferences.php
index 613d96543371e37d0084b935ddc5a1026c756394..67e2eecb409e3e7d7e6b1a51f9c5a778a1f7a0de 100644 (file)
@@ -18,7 +18,7 @@ $changed_cards           = 0;
 $changed_timezone  = 0;
 $changed_autosetup = 0;
 
 $changed_timezone  = 0;
 $changed_autosetup = 0;
 
-display_user_menu();
+display_user_menu($myid);
 
 /* get old infos */
 $PREF = DB_get_PREF($myid);
 
 /* get old infos */
 $PREF = DB_get_PREF($myid);
@@ -206,7 +206,7 @@ echo "    <tr><td>Password(new):         </td><td>",
 echo "    <tr><td>Password(new, retype): </td><td>",
   "<input type=\"password\" id=\"password2\" name=\"password2\" size=\"20\" maxlength=\"30\" />",
   " </td></tr>\n";
 echo "    <tr><td>Password(new, retype): </td><td>",
   "<input type=\"password\" id=\"password2\" name=\"password2\" size=\"20\" maxlength=\"30\" />",
   " </td></tr>\n";
-echo "    <tr><td><input type=\"submit\" class=\"submitbutton\" name=\"passwd\" value=\"set\" /></td>",
+echo "    <tr><td><input type=\"submit\"  name=\"passwd\" value=\"set\" /></td>",
   "<td></td></tr>\n";
 echo "    </table>\n";
 echo "  </form>\n";
   "<td></td></tr>\n";
 echo "    </table>\n";
 echo "  </form>\n";