moodle/lang/en_utf8/theme_standard.php
tjhunt 1d13c75c15 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.
2009-07-16 10:50:19 +00:00

6 lines
150 B
PHP

<?php // $Id$
// theme_standard.php - created with Moodle 2.0 dev
$string['region-side-pre'] = 'Left';
$string['region-side-post'] = 'Right';