Commit graph

28 commits

Author SHA1 Message Date
jamiesensei
909ec807cb moved styles in theme\standard\styles_form.css to theme\standard\styles_layout.css and removed theme\standard\styles_form.css and all references to it. In line with discussion here : http://moodle.org/mod/forum/discuss.php?d=54907 2006-09-28 10:32:23 +00:00
urs_hunkler
74bd2abd78 'added CSS for admin pages' 2006-09-25 11:59:00 +00:00
jamiesensei
da6f876395 This is a first cut of a new formslib.php a library of classes for creating and securely processing forms in Moodle, based on PEAR QuickForms. Only uses XHTML and CSS and no table tags.
This is NOT YET PART OF THE MOODLE API it is here for experimental purposes.
2006-09-24 17:04:51 +00:00
skodak
03f5a0f87c major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
urs_hunkler
c954040189 'updated CSS for the breadcrumb and calendar arrows' 2006-09-20 07:40:55 +00:00
toyomoyo
9ce384ba1e relacing deprecated functions with capability checks 2006-09-19 14:16:40 +00:00
urs_hunkler
18a6481ffa 'merged from 1.6' 2006-09-13 17:31:35 +00:00
toyomoyo
ae9e4c064e replacing iscreator() calls with capabilty 2006-09-12 08:56:10 +00:00
urs_hunkler
89240f2f30 *** empty log message *** 2006-07-27 20:37:58 +00:00
urs_hunkler
f88d969277 *** empty log message *** 2006-07-27 20:27:33 +00:00
urs_hunkler
13351b29b8 *** empty log message *** 2006-07-27 20:18:27 +00:00
urs_hunkler
b08c4173ea merged, corrected bug with teacger rights 2006-07-21 05:00:02 +00:00
urs_hunkler
1ec4315887 remove styles_layout.css 2006-07-18 09:21:39 +00:00
urs_hunkler
296ed48e99 merged from 1.6 - enhancements and bugfixes, works now in Safari and Konqueror 2006-07-18 09:11:35 +00:00
skodak
45c4e0b73d moved php end tag out from comment 2006-04-23 11:45:37 +00:00
urs_hunkler
ffdf8977c9 removed invalid css property 2006-04-23 07:14:45 +00:00
urs_hunkler
eb628ba2f8 resizable icons 2006-04-10 17:48:46 +00:00
urs_hunkler
5990290185 ~chameleon.php contains all code neccessary to add the Chameleon engine to any theme. 2006-04-10 17:40:28 +00:00
urs_hunkler
186142b0c5 config.php header.html styles_layout.css user_styles.css:
_ changes in to make Chameloen work as a sessiontheme
_ changes to make it easier to implement the Chameleon engine into existing themes
2006-04-10 17:38:23 +00:00
moodler
08777eaf25 Set the last modified time of the style sheet to the current time 2006-04-07 15:07:52 +00:00
moodler
6bf277d7c5 Fixing a typo: http://moodle.org/mod/forum/discuss.php?d=41814#199162 2006-04-07 15:03:51 +00:00
urs_hunkler
eb9ca068c5 added check for function page_doc_link() to avoid the not found error in Moodle 1.5 2006-03-05 08:28:39 +00:00
vyshane
850435e777 Made footer.html use get_string when displaying the moodle docs link. 2006-03-02 02:25:55 +00:00
vyshane
63339fc88c Added moodle docs link to footer of the themes. The link is generated by the
page_doc_link function.
2006-03-01 07:49:53 +00:00
urs_hunkler
55a997d08a some missing icons added 2006-02-21 07:44:53 +00:00
urs_hunkler
5452c7255c Comments from Andy:
config.php contains a new option,  $THEME->chameleonteachereditenabled  by default this is false, preventing teachers from editing chameleon course themes.  css.php has been changed a little to make use of this new property, it now also checks $CFG->allowcoursethemes before letting a teacher edit anything.

There have been some bug fixes in the handling of border shorthands.

Some workarounds to avoid a pretty big IE bug - the addRule method in IE's version of DOM 2 CSS  (which I use to create the live preview of changes), can crash the browser if the selector being added contains certain characters. Now as chameleon generates the preview it checks the selectors against a list of allowed characters - if the selector contains any character not on the list it will be ignored.

I don't think I'm quite there yet, but I made a bit of a change in some of the event handling code which means support for IE 5.5 seems to be getting closer :-)
2006-02-21 07:29:34 +00:00
gustav_delius
eaa5a1c0c8 Added missing icon (used by quiz editing page) 2006-02-11 14:07:54 +00:00
moodler
b1cdbbf9c6 New Chameleon theme from
Urs Hunkler - http://www.unodo.de
    Andrew Walker - http://www.altoncollege.ac.uk
2006-01-31 06:05:33 +00:00