Skip to content

Commit

Permalink
MDL-49536 theme_clean: update help text for logo
Browse files Browse the repository at this point in the history
Updated the help text on the theme settings page to
mention that the theme logo will only be displayed on
the front page and login page.
  • Loading branch information
ryanwyllie authored and stronk7 committed Sep 3, 2015
1 parent 3e280b7 commit 956f281
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/clean/lang/en/theme_clean.php
Expand Up @@ -57,7 +57,7 @@
$string['invertdesc'] = 'Swaps text and background for the navbar at the top of the page between black and white.';

$string['logo'] = 'Logo';
$string['logodesc'] = 'The logo is displayed in the header.<br /> If the height of your logo is more than 75px add div.logo {height: 100px;} to the Custom CSS box below, amending accordingly if the height is other than 100px.';
$string['logodesc'] = 'The logo is only displayed in the header of the front page and login page.<br /> If the height of your logo is more than 75px add div.logo {height: 100px;} to the Custom CSS box below, amending accordingly if the height is other than 100px.';

$string['pluginname'] = 'Clean';

Expand Down
2 changes: 1 addition & 1 deletion theme/more/lang/en/theme_more.php
Expand Up @@ -64,7 +64,7 @@
$string['linkcolor'] = 'Link colour';
$string['linkcolor_desc'] = 'The colour of the links.';
$string['logo'] = 'Logo';
$string['logodesc'] = 'The logo is displayed in the header.<br /> If the height of your logo is more than 75px add div.logo {height: 100px;} to the Custom CSS box below, amending accordingly if the height is other than 100px.';
$string['logodesc'] = 'The logo is only displayed in the header of the front page and login page.<br /> If the height of your logo is more than 75px add div.logo {height: 100px;} to the Custom CSS box below, amending accordingly if the height is other than 100px.';

$string['pluginname'] = 'More';

Expand Down
4 changes: 4 additions & 0 deletions theme/upgrade.txt
@@ -1,6 +1,10 @@
This files describes API changes in /theme/* themes,
information provided here is intended especially for theme designer.

=== 2.9.2 ===

* Themes Clean and More page header logo only displays on front page and login page.

=== 2.9 ===

* Themes Bootstrapbase, Clean and More have undergone some changes for RTL layouts see - MDL-48160.
Expand Down

0 comments on commit 956f281

Please sign in to comment.