]> git.mjollnir.org Git - moodle.git/commit
Add an option $CFG->CSSEdit or $THEME->CSSEdit to Moodle. If one of both is set to...
authorurs_hunkler <urs_hunkler>
Sat, 23 Jun 2007 12:21:59 +0000 (12:21 +0000)
committerurs_hunkler <urs_hunkler>
Sat, 23 Jun 2007 12:21:59 +0000 (12:21 +0000)
commitd0c92410ef8014fac6fa520e50d6555f2a314475
treed594a663655786cac568233a8568d755ca803dcd
parentccac7305eadd321c5dac5a84bcf7feca0d182695
Add an option $CFG->CSSEdit or $THEME->CSSEdit to Moodle. If one of both is set to true, Moodle does not write all CSS code in one single CSS file but adds CSS @include to the theme CSS file to load all single CSS files. These single CSS files can then be interactively edited and saved with CSSEdit. It's like Firebug with direct saving your changes.
lib/weblib.php