MDL-36323 usability: New icon names to assign and switch roles

This commit is contained in:
Frederic Massart
2012-11-14 14:07:40 +08:00
parent 57dba02813
commit fbb207c57a
11 changed files with 27 additions and 8 deletions
+6 -2
View File
@@ -6,12 +6,16 @@ information provided here is intended especially for theme designer.
required changes:
* output course and course content header/footer that may be returned by course format (see MDL-36048)
deprecation:
* i/roles: Use t/assignroles instead
optional changes:
* new optional boolean parameter $withlinks for public function login_info() in lib/outputrenderers.php (MDL-31365)
* new layout option "nologinlinks" and new page layout "secure" e.g. for safebrowser and securewindow (MDL-31365)
* new class 'iconlarge' for 24x24 icons.
* new icons i/export and i/import. Previously export and import actions used i/backup and i/restore.
* new icon i/rolesm (stands for 'roles medium') is 16x16 instead of 12x12 for i/roles
* new icons i/export and i/import (sized 16x16). Previously export and import actions used i/backup and i/restore.
* new icon i/assignroles (sized 16x16), to prevent the use of i/roles which is 12x12.
* new icon i/switchrole (sized 16x16), was previously using i/roles. Now is a copy of the new i/assignroles icon.
=== 2.3 ===