Skip to content

Commit

Permalink
Trivial fix (color variable name change) post-rebase and addition of …
Browse files Browse the repository at this point in the history
…introductory dashboard message to lang files. (CFM-239)
  • Loading branch information
arlen committed Jun 13, 2023
1 parent f593421 commit 346e3da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/resources/locales/en_US/menu.po
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ msgstr "Density medium"
msgid "menu.density.large"
msgstr "Density large"

msgid "menu.introduction"
msgstr "Please select an action from the menu."

msgid "menu.main"
msgstr "Main Menu"

Expand Down
4 changes: 3 additions & 1 deletion app/templates/Dashboards/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@
// XXX This is a placeholder
?>

Please select an action from the menu.
<div id="introduction">
<p><?= __d('menu','menu.introduction') ?></p>
</div>
5 changes: 4 additions & 1 deletion app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ ul.form-list li.alert-banner .co-alert {
#advanced-menu li a {
display: block;
padding: 0.5em 0;
color: var(--cmg-color-gray-003);
color: var(--cmg-color-txt-soft);
}
#advanced-menu .menu-title-char {
display: none;
Expand Down Expand Up @@ -641,6 +641,9 @@ ul.form-list li.alert-banner .co-alert {
.pageTitle .archived {
background-color: var(--cmg-color-txt-soft);
}
#introduction {
margin-top: 1em;
}
/* SUBNAVIGATION & TABS */
.supertitle {
padding: 1em 0;
Expand Down

0 comments on commit 346e3da

Please sign in to comment.