[Phpmyadmin-devel] new Theme class?

Hi, after choosing darkblue/orange in the interface, the theme changes but in the chooser I see darkblue/orange twice, and original is gone. Marc

Marc Delisle schrieb:
Hi, after choosing darkblue/orange in the interface, the theme changes but in the chooser I see darkblue/orange twice, and original is gone.
cannot reproduce ... -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

Marc Delisle schrieb:
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Hi, after choosing darkblue/orange in the interface, the theme changes but in the chooser I see darkblue/orange twice, and original is gone.
cannot reproduce ...
Did you try after deleting your pma cookies?
yes, with session/cookies cleared/deleted on FF, Opera and IE -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Hi, after choosing darkblue/orange in the interface, the theme changes but in the chooser I see darkblue/orange twice, and original is gone.
cannot reproduce ...
Did you try after deleting your pma cookies?
yes, with session/cookies cleared/deleted
on FF, Opera and IE
This is the contents of $this->themes when the bug happens: Array ( [darkblue_orange] => PMA_Theme Object ( [version] => 2.7.0.0 [name] => Darkblue/orange [id] => darkblue_orange [path] => themes/darkblue_orange [img_path] => themes/original/img/ [types] => Array ( [0] => left [1] => right [2] => print ) ) [original] => PMA_Theme Object ( [version] => 2.7.0.0 [name] => Darkblue/orange [id] => darkblue_orange [path] => themes/darkblue_orange [img_path] => themes/original/img/ [types] => Array ( [0] => left [1] => right [2] => print ) ) )

Marc Delisle a écrit :
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Hi, after choosing darkblue/orange in the interface, the theme changes but in the chooser I see darkblue/orange twice, and original is gone.
cannot reproduce ...
Did you try after deleting your pma cookies?
yes, with session/cookies cleared/deleted
on FF, Opera and IE
This is the contents of $this->themes when the bug happens: Array
Thanks for the fix! Marc

Marc Delisle schrieb:
Hi, after choosing darkblue/orange in the interface, the theme changes but in the chooser I see darkblue/orange twice, and original is gone.
cannot reproduce ...
Did you try after deleting your pma cookies?
yes, with session/cookies cleared/deleted
on FF, Opera and IE
This is the contents of $this->themes when the bug happens: Array
Thanks for the fix!
;-) this fix was not for your ... but nice if it helps ... -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet
participants (2)
-
Marc Delisle
-
Sebastian Mendel