There are three proposed resolutions for this issue:

1. Change the menu link called "Menu" in the toolbar to "Admin".
- Change because the link called "Menu" in the toolbar is not very helpful. There should be a more descriptive name for it. "Admin" is more descriptive and should be used to differentiate it from the menu used for the navigation of the site.

2. Change the menu link called "Menu" in the toolbar to something better.
- There might be a better and more descriptive name for this link.

3. Leave the menu link called "Menu" in the toolbar as is.
- The link "Menu" in the toolbar is very descriptive. It shows options to continue working on the site.

Remaining tasks:
• Needs review by @tkoleary because he designed the toolbar. (comment #17)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dodorama’s picture

Tagging

Bojhan’s picture

Status: Active » Needs work

Agreed.

bdone’s picture

FileSize
12.21 KB
12.04 KB
477 bytes

here's a patch with the menu change:

d8-menu.png

d8-admin.png

bdone’s picture

Status: Needs work » Needs review
jlporter’s picture

Applied to 8.x-dev branch cleanly and works as advertised.

corbacho’s picture

+1

[Update] After thinking again about it... I prefer stays as it is. It's a menu, and has a "Menu" icon. It's consistent and fast to understand. It's better than "Admin", that it's ambiguous.
Also, think about users with very limited permissions. their Menu could be very small and not representing anything related to Administration.

jlporter’s picture

Status: Needs review » Reviewed & tested by the community
YesCT’s picture

context for translators would be nice, so they know "admin" is administration can be done with t() https://api.drupal.org/api/drupal/core%21includes%21bootstrap.inc/functi... is the d8 api for t() which shows how.

YesCT’s picture

Although, maybe that doesn't need to hold this up.

"Home" doesn't have context and I think it would need it for similar reasons.

Here is the code for Home:

  // The 'Home' tab is a simple link, with no corresponding tray.
  $items['home'] = array(
    '#type' => 'toolbar_item',
    'tab' => array(
      '#type' => 'link',
      '#title' => t('Home'),
      '#href' => '<front>',
      '#options' => array(
        'attributes' => array(
          'title' => t('Home page'),
          'class' => array('toolbar-icon', 'toolbar-icon-home'),
        ),
      ),
    ),
    '#weight' => -20,
  );
alexpott’s picture

I was going to say that we should get the point of view of a Toolbar maintainer but we don't have one. For me the issue here is that this is in a toolbar not a menu... and it opens the admin menu. The other options on the toolbar do not necessary open a menu. Also as the screenshot shows a lot of people create a user called admin so this looks odd to.

alexpott’s picture

To put my concerns a little bit more succinctly is:

Home | Admin | Shortcuts | admin

better than

Home | Menu | Shortcuts | admin

Also the I'm not sue that the premise of having a menu item called Menu is entirely correct - it is a toolbar tray item.

Bojhan’s picture

Yhea, I am not sure how to resolve that. Perhaps we can rename the last item to "User" though that really only makes it more usable in the case you call your admin user "admin".

I dont really know how to resolve the issue, other than redesigning the toolbar.

Bojhan’s picture

Status: Reviewed & tested by the community » Needs review

So I don't know how to resolve this, guess this is a won't fix. Leaving it to needs review, maybe someone knows how to resolve this.

alexpott’s picture

So actually I'm going to set this to needs review based on #11 - for me if we want to avoid something that looks like a menu item being called "Menu" then we should replace it was "Admin menu" but the more I think about it the more against just changing this to "Admin" I am due to the clash with a very common username.

bdone’s picture

i don't know what is best here either. Administration, at the very least, is consistent...

Administration___d8.localhost.png

Bojhan’s picture

Yhea, the issue will still somewhat stand though. I am not sure if we really need the full name to be honest. Its just a way that we do things, I don't know if its actually more or less usable.

webchick’s picture

I asked @tkoleary to chime in here, since he designed the toolbar.

bannorb’s picture

Issue summary: View changes

I tried to understand the issue and summarize it.

webchick’s picture

Awesome, thanks for doing that! :)

lea.refice’s picture

If you are looking for a distinct term that indicates what is within the 'menu', I would recommend 'manage'. You could be a site administrator or a content manager who needs to accomplish tasks in the current 'menu' tab. Thus, this would cover more user scenarios. Also, it is distinct from the 'admin' user name which could have different connotations since it is used so often for other mediums. Some users may not consider themselves admins, but they may all need to manage content.

Home | Manage | Shortcuts | admin

Just a thought.

nod_’s picture

home is not here anymore but manage sounds good.

Sam152’s picture

webchick’s picture

Title: Rename toolbar "menu" tab to "admin" » Rename toolbar "menu" tab to "manage"
Status: Closed (duplicate) » Needs work

Actually, since this one is older, and has more discussion, flipping the issue statuses.

It sounds like we settled here on "manage" vs. "admin" because of various issues w/ that, so re-titling and setting to needs work.

webchick’s picture

Also, some tags.

bdone’s picture

Status: Needs work » Needs review
FileSize
19.83 KB
478 bytes

a quick fix changing "Menu" to "Manage".

Sam152’s picture

Status: Needs review » Reviewed & tested by the community

I like the way "manage" reads when you are clicking through the menu. It flows nicely, "manage.. people", "manage.. structure".

#25 applies and works as advertised.

corbacho’s picture

I like "manage", sounds like you have more direct control over the items. "admin" from "administer" sounds more like "organizing" or "being in charge". But English is not my native language, just bike-shedding.

Two more screenshots using #25 patch, that was applied without problems in simplytest.me
https://www.monosnap.com/image/FDuChi1SaYCMmUygfUJxooGM6
https://www.monosnap.com/image/MplQhWto1f8ZB7wf7GO3WPC4Y

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Ok, let's do this! The sooner it gets in, the sooner everyone can update their respective docs.

Committed and pushed to 8.x. Thanks!

YesCT’s picture

I dont see a commit for this one.

Sam152’s picture

Status: Fixed » Reviewed & tested by the community

Setting this back to RTBC.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 754536a and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.