]> git.mjollnir.org Git - moodle.git/commit
blocks editing ui: MDL-19398 Can how precisely control block positioning using the...
authortjhunt <tjhunt>
Thu, 16 Jul 2009 10:50:19 +0000 (10:50 +0000)
committertjhunt <tjhunt>
Thu, 16 Jul 2009 10:50:19 +0000 (10:50 +0000)
commit1d13c75c1582beb0fd920bb5fafdd434a4a12de7
tree87c3955644770014b72162f8400426dbff033ba3
parentafd63fe5095ac5eb7db767fe4065a458dd0dcbb2
blocks editing ui: MDL-19398 Can how precisely control block positioning using the edit icon
This mostly works now, but ...
* The UI needs further work. In particular we need a non-advanced mode.
* This only works for blocks that use a new edit_form.php to replace config_instance.html.
* .. and so far I have only implemented edit_form.php for the HTML block so far.
* Needs to be enabled (with no block-specific config) for blocks without instance config, so you can control their positioning.
blocks/edit.php [new file with mode: 0644]
blocks/edit_form.php [new file with mode: 0644]
blocks/html/edit_form.php [new file with mode: 0644]
lang/en_utf8/block.php [new file with mode: 0644]
lang/en_utf8/theme_standard.php [new file with mode: 0644]
lib/blocklib.php
lib/outputlib.php
lib/simpletest/testblocklib_blockmanager.php