For example, we display this message when the Layout edit form has the "dirty" flag (unsaved changes):
This form has unsaved changes. Click "Save layout" to make changes permanent or "Cancel" to discard changes.
So we ask the user to scroll down the end of the form and choose to hit any of the two buttons available there. The reason we don't have any complaints about this is because long time Drupal users know where to find these buttons. Newcomers will have to pogo-stick for a second or two. We could add a "at the bottom of the page/form" text to explain where these buttons are, but who knows if in the future we'll end up duplicating the form buttons at the top of the page or moving them in the admin_bar or a sidebar. So adding such "directional" text is not future-proof.
How about since we already have this text in the message, we convert it to links holding the respective action? This way the user will not have to search for the buttons or scroll in order to take an action.
Recent comments
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows: ->propertyCondition('langcode', 'en...
How to get the current page language?
Thanks so much! It's working now: I was able to transfer the docroot files to the containing directory without the need for a second database or any manual configuration export/import/sync...
Backup & Migrate Config: There was a problem creating field...database table with the name already exists.
Ah, I see. Sorry, I hadn't clicked the link and assumed it was the instructions for upgrading from Drupal 7. If you are simply copying a site from one location on a server to another, the...
Backup & Migrate Config: There was a problem creating field...database table with the name already exists.