mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users; merged from MOODLE_16_STABLE
This commit is contained in:
parent
fa145ae1af
commit
6f24e48e1f
6 changed files with 76 additions and 25 deletions
|
@ -202,6 +202,7 @@ $string['optionalmaintenancemessage'] = 'Optional maintenance messsage';
|
|||
$string['order1'] = 'First';
|
||||
$string['order2'] = 'Second';
|
||||
$string['order3'] = 'Third';
|
||||
$string['order4'] = 'Forth';
|
||||
$string['pathdvips'] = 'Path of <i>dvips</i> binary';
|
||||
$string['pathconvert'] = 'Path of <i>convert</i> binary';
|
||||
$string['pathlatex'] = 'Path of <i>latex</i> binary';
|
||||
|
|
|
@ -552,10 +552,12 @@ $string['formatweeks'] = 'Weekly format';
|
|||
$string['formatweekscss'] = 'Weekly format - CSS/No tables';
|
||||
$string['formatwiki'] = 'Wiki-like format';
|
||||
$string['from'] = 'From';
|
||||
$string['frontpagecategorycombo'] = 'Combo list';
|
||||
$string['frontpagecategorynames'] = 'List of categories';
|
||||
$string['frontpagecourselist'] = 'List of courses';
|
||||
$string['frontpagedescription'] = 'Front Page Description';
|
||||
$string['frontpageformat'] = 'Front page format';
|
||||
$string['frontpageformatloggedin'] = 'Front page format when logged in';
|
||||
$string['frontpagenews'] = 'News items';
|
||||
$string['frontpagetopiconly'] = 'Topic section';
|
||||
$string['fulllistofcourses'] = 'All courses';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue