mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
user selection: MDL-17072 Polishing the role assign page:
* Make the role being assigned clear in the title * Make the options in the middle of the page be in a collapsable options section, collapsed by default. * Put them in a smaller font too. * Switch the date selectors here to use a shorter date format, and change 'Course start date' to 'Course start'.
This commit is contained in:
parent
5f1ae48d2c
commit
c9f8e118c9
7 changed files with 75 additions and 32 deletions
|
@ -13,6 +13,7 @@ $string['localewincharset'] = '';
|
|||
$string['oldcharset'] = 'ISO-8859-1';
|
||||
$string['strftimedate'] = '%%d %%B %%Y';
|
||||
$string['strftimedateshort'] = '%%d %%B';
|
||||
$string['strftimedatefullshort'] = '%%d/%%m/%%y';
|
||||
$string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p';
|
||||
$string['strftimedatetimeshort'] = '%%d/%%m/%%y, %%H:%%M';
|
||||
$string['strftimedaydate'] = '%%A, %%d %%B %%Y';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue