Berichten gepost door Joseph Rézeau

Moodle in English -> Themes -> New theme Moodle 2.0 -> Re: New theme Moodle 2.0

door Joseph Rézeau -
Foto van Core developers Foto van Plugin developers Foto van Testers Foto van Translators
Hi Will,
Thanks for your effort to contribute to the collection of Moodle Themes. Why not make it available in the Moodle themes database?
Also I feel that the name you chose for your theme may be confusing for Moodle users, as people may think this theme is especially made for the Moodle 2.0 version (which has still not been released). I would certainly advise changing for a less confusing name.wink
Joseph
Gemiddelde van de beoordelingen:  -
Foto van Core developers Foto van Plugin developers Foto van Testers Foto van Translators
I can guarantee that my suggested hack works (I've tested it on a 1.7 installation).
Just change echo "<select $popup $disabled $style name=\"$inputname\">";
to echo "<select $popup $readonly $style name=\"$inputname\">";
that is: replace the $disabled variable with the $readonly variable.
Please test and report if something goes wrong, but it shouldn't.
Joseph
PS.- Tim's remark was meant to point out that this is not "valid" WC3 code (but it does work).
Gemiddelde van de beoordelingen:  -