Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Student projects/Admin page cleanup/Admin block.

Student projects/Admin page cleanup/Admin block: Difference between revisions

From MoodleDocs
(Replaced content with "{{Moved_to_dev_docs}}")
 
Line 1: Line 1:
As part of the [[Student projects/Admin page cleanup]] project, I'm redesigning the admin block that appears on the main page and course pages. The new block interfaces with the OO hierarchy and uses JavaScript to make folders collapsible. It remains compatible with non-JavaScript browsers.
{{Moved_to_dev_docs}}
 
== Latest Version ==
 
The code for the latest version of the new admin block is available [http://betaserv.vkm.ca:82/moodle/blocks/admin_2/block_admin_2.phps here].
 
== Demo ==
 
Try out the block at [http://betaserv.vkm.ca:82/moodle/ this] Moodle installation. To login as a creator, use username ''creator'' password ''rotaerc''. To login as a student, use username ''student'' password ''tneduts''. Sorry, no admin login will be posted here!
 
== Issues Remaining ==
* I have to double-check how to get the icons to interface properly with the different themes.
* Possibly switch to using <li> tags instead of (or with) spans
 
[[Category:Developer]]
[[Category:Project]]

Latest revision as of 08:13, 22 June 2011

This development related page is now located in the Dev docs.

See the Student projects/Admin page cleanup/Admin block page in the Dev docs.