diff --git a/app/resources/locales/en_US/menu.po b/app/resources/locales/en_US/menu.po index 9020e1cd..4d4dc64f 100644 --- a/app/resources/locales/en_US/menu.po +++ b/app/resources/locales/en_US/menu.po @@ -196,7 +196,7 @@ msgid "menu.home" msgstr "Home" msgid "menu.introduction" -msgstr "Please select an action from the menu." +msgstr "Welcome to COmanage Registry." msgid "menu.main" msgstr "Main Menu" diff --git a/app/templates/element/menuMain.php b/app/templates/element/menuMain.php index 418e1743..caad73a4 100644 --- a/app/templates/element/menuMain.php +++ b/app/templates/element/menuMain.php @@ -26,7 +26,11 @@ */ // The following menu will only render if we have a user and CO (see default.ctp) +// and if the user has any menu to render. + +$userHasMenu = in_array( true, $vv_menu_permissions, true ); ?> + + \ No newline at end of file diff --git a/app/webroot/css/co-responsive.css b/app/webroot/css/co-responsive.css index 066046f7..d33cc78a 100644 --- a/app/webroot/css/co-responsive.css +++ b/app/webroot/css/co-responsive.css @@ -468,6 +468,11 @@ .field-actions.top-links .actions-expanded a.dropdown-item:hover { background-color: transparent; } + /* Provide two-column dropdown for enrollment attributes. + XXX We might generalize this for long lists. */ + body.enrollmentattributes .top-links ul.dropdown-menu { + column-count: 2; + } #view-external-identity-source-record td:first-child { white-space: nowrap; }