mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-27862 Themes: Device name first letter is capital and font is made similar to theme name font
This commit is contained in:
parent
7f2d783fad
commit
495baea515
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ if (!empty($CFG->enabledevicedetection) && empty($device)) {
|
||||||
$select = new single_button($deviceurl, $strthemeselect, 'get');
|
$select = new single_button($deviceurl, $strthemeselect, 'get');
|
||||||
|
|
||||||
$table->data[] = array(
|
$table->data[] = array(
|
||||||
$device,
|
$OUTPUT->heading(ucfirst($device), 3),
|
||||||
$screenshotcell,
|
$screenshotcell,
|
||||||
$headingthemename . $OUTPUT->render($select) . $unsetthemebutton
|
$headingthemename . $OUTPUT->render($select) . $unsetthemebutton
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue