skodak
aeab95f9db
MDL-7861 xhtml strict fixes - the invisible fieldset was borking layout because it behaved like a block, added display:inline directive
2007-01-05 21:33:48 +00:00
skodak
83244f4cef
MDL-7861 xhtml strict fixes - login page - this is the ***really last*** fix for IE trouble!
2007-01-05 21:10:35 +00:00
skodak
f1906da1a6
MDL-7861 xhtml strict fixes - login page - ok, one even more final cleanup ;-)
2007-01-05 21:07:46 +00:00
skodak
cfadda5dd0
MDL-8063 Fixed links to validation services to be XHTML Strict - in other templates now too
2007-01-05 19:48:58 +00:00
skodak
9a34376e21
MDL-7861 xhtml strict fixes - login page - final CSS cleanup, finished!
2007-01-05 19:41:51 +00:00
mits
7ce8df6a8d
Fixed required class.
2007-01-05 18:14:54 +00:00
skodak
e8e7dbcc8d
MDL-7861 xhtml strict fixes - added langmenu class - fixed CSS alignment
2007-01-05 16:48:08 +00:00
moodler
abcaf2cfa5
XHTML Strict fixes
2007-01-05 16:40:04 +00:00
skodak
4b873929be
MDL-7861 xhtml strict fixes for login page revisited
2007-01-05 16:31:44 +00:00
moodler
1c9d49c21c
FIxes for news forum heading on home page (Strict) MDL-7861
2007-01-05 16:10:13 +00:00
moodler
fcf9577a28
Sundry fixes related to course categpry page for XHTRML strict MDL-7861
2007-01-05 14:13:26 +00:00
moodler
4f98c4af52
Tidied up theme for generalboxes
2007-01-05 11:53:23 +00:00
moodler
df26dd34fd
The fixes I meant to make with print_simple box doh! MDL-7861 MDL-4943
2007-01-05 11:51:43 +00:00
moodler
9adb267c95
Fixed required class leaking around the place
2007-01-05 06:46:58 +00:00
moodler
78baf48695
Added .invisiblefieldset class to hide unnecessary fieldsets
2007-01-05 01:53:24 +00:00
mits
72dcfd4256
Fixed coursebox style MDL-7861.
2007-01-04 18:27:25 +00:00
skodak
fa73873105
MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit
2007-01-04 18:23:55 +00:00
moodler
cdcbb2dd22
Style fixes related to coursebox fixes MDL-7861
2007-01-04 15:59:26 +00:00
moodler
a1857045dc
Tidy up discussion controls using CSS MDL-7861
2007-01-04 15:58:55 +00:00
moodler
b5e000ce35
More Strict styling MDL-7681
2007-01-04 15:48:05 +00:00
skodak
4f24b3e386
MDL-7861 various xhtml fixes and fixed layout of add activity/resource menu
2007-01-04 12:44:58 +00:00
toyomoyo
2558aa7fe8
adding fieldset MDL-7861
2007-01-04 05:49:29 +00:00
moodler
d7275959a6
FIxes for XHTML strict 1.0 MDL-7861
2007-01-04 04:44:54 +00:00
skodak
4e73e3eab6
MDL-8063 Fixed links to validation services to be XHTML Strict :-D
2007-01-03 21:12:39 +00:00
skodak
32f0b38a4a
MDL-8049 Remove all language=Javascript from javascript includes
2007-01-03 19:33:44 +00:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
moodler
9e3e44e141
more Strict bending over
2007-01-03 16:04:08 +00:00
moodler
f4ba7e1a54
Bend over for XHTML 1.0 Strict ... MDL-8049
...
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
moodler
7e99dd2cd6
Making it a little more strict
2007-01-03 09:14:31 +00:00
moodler
fa19c325a9
Some minor changes towards MDL-8048 ... much more to do
2007-01-03 08:17:56 +00:00
vyshane
03705a21e1
Layout and colour tweaks for calendar. Related to MDL-7433.
2007-01-03 07:58:25 +00:00
skodak
e0fdb167d9
MDL-8032 remove repeated dashes from navmenu - replace with CSS styling
2007-01-02 10:27:59 +00:00
skodak
02023a60e8
MDL-7742 CSS hooks for styling of section add menu
2007-01-02 09:45:03 +00:00
skodak
953eb6f315
MDL-8022 Chat accessibility - new gui_basic should integrated and fully working now
...
+ improved print_user_picture() to allow images with empty alt to prevent repetitive reading of usernames in jaws when username is printed next to avatar
2006-12-30 19:45:24 +00:00
skodak
bcd85cffbd
MDL-7948 some more messaging accessiblity fixes -missing css changes
2006-12-30 18:21:47 +00:00
skodak
adb61bc203
MDL-7950 Display only new messages option and other minor changes in jsless messaging ui
2006-12-27 16:06:17 +00:00
skodak
531e58f1b2
MDL-7956 Add frameless and JSless message composition option
2006-12-25 22:34:05 +00:00
jamiesensei
a23f0aaf95
* Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
...
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
mits
ebf046bc34
Fixed a missing closing brace }.
...
Thank you Joseph Rezeau: http://moodle.org/mod/forum/discuss.php?d=60788 .
2006-12-14 14:10:07 +00:00
vyshane
07d9065d0b
Tweaked CSS for question feedback.
2006-12-14 02:31:05 +00:00
toyomoyo
077f381461
accessiblity, associating <th> with respective row or col
2006-12-13 08:24:23 +00:00
sam_marshall
ae628043a0
MDL-7401 Course format database/backup/lang/stylesheet/capability support
2006-12-11 15:47:23 +00:00
nfreear
f7a4bc03ff
Fixes MDL-7885 "CSS unit errors in Standard theme, layout" - follows on from Jamie's fix 11/12.
2006-12-11 12:12:48 +00:00
jamiesensei
fe2e0a749e
fixing couple of syntax errors introduced into css
2006-12-11 10:10:26 +00:00
jamiesensei
37601e884f
small change to stop elements moving down to next line in IE with 800 px width.
2006-12-09 12:16:41 +00:00
sam_marshall
de312b53bb
MDL-7816 Added optional (checkbox) facility to quickform dateselector
2006-12-06 14:50:57 +00:00
skodak
30e113f4fa
MDL-7781 Move help button out from element label in new formslib
2006-12-03 14:28:40 +00:00
nfreear
9dd68bc79b
Fixes MDL-7244 "Missing accessibility label on login block input forms". (Previous commit of block_login.php was a mistake.)
2006-12-01 15:27:05 +00:00
nfreear
2e2bcd9505
Fixes MDL-6838, "label with ordered list <ol> not redendered with numbers"
2006-12-01 13:44:56 +00:00
nfreear
35befea728
Fixes MDL-7758 "Replace breadcrumb image with THEME->rarrow in unit test reports".
2006-12-01 10:21:11 +00:00