Petr Skoda
eab8ed9fb7
fixed a few spelling errors in /admin/
2010-09-17 10:27:26 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
244bb39668
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:42:45 +00:00
nicolasconnault
414a4a91b1
MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:07 +00:00
nicolasconnault
b324b47e36
MDL-19787 Upgraded calls to choose_from_menu
2009-08-17 15:15:20 +00:00
nicolasconnault
20486a5a21
MDL-19787 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:22 +00:00
nicolasconnault
73d6f52f6a
MDL-19787 Converted all print_footer() calls
2009-08-06 14:12:46 +00:00
nicolasconnault
2fff8846f2
MDL-19787 Migrated calls to print_heading
2009-08-06 08:17:12 +00:00
skodak
d994ced22b
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:39 +00:00
tjhunt
bdff6b85d9
MDL-16409 - Finish the report.
2008-09-10 05:34:09 +00:00
tjhunt
3041a0dfed
MDL-16409 Make a new admin report to list all questions of a particular type, by context
...
Partially done. This has the settings form, and queries the database for the right data, but does not format it correctly yet.
2008-09-09 10:16:17 +00:00