Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] Improve button toolbar for templates #43592

Open
wants to merge 3 commits into
base: 4.4-dev
Choose a base branch
from

Conversation

chmst
Copy link
Contributor

@chmst chmst commented Jun 1, 2024

Pull Request for Issue #43212 .

Summary of Changes

Several users mentioned confusion i the com_templates toolbar, caused by the delete-file and close-file button.
This is an attempt to provide a solution with as few changes as possible.
Some buttons are used in the whole system and cannot be changed for this view, so we have not many options for changes here.

I suggest

  1. change the text on the "close file" button to "close". Because this button does not only close the file but it closes the screen and redirects back, for users it does not matter if there is another action in the code.

  2. Move the "Close" Button" directly after the action buttons, before the file management buttons.

  3. Use the trash icon on the "file delete" button. We had many discussions about that - In Joomla the trash button means "trashed" => state = -2 not "deleted permanently", but when we think as a user not as a developer, the icon is completely clear here.

I improved the code a little bit by removing an unused variable and with switch instead of elseif.

Testing Instructions

Play around in templates and template styles, make child templates, manage files.
Whatever you want to do with your template should have a comprehensive and complete toolbar, in most cases the same as before.

Actual result BEFORE applying this Pull Request

see #43212.
delete button and close-file button.
grafik

Expected result AFTER applying this Pull Request

grafik

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

@brianteeman
Copy link
Contributor

just a thought about enhancing this further. Before this we have both a "close" and a "close file" depending on the context. They do different things. Close returns to the template manager, close file - closes the open file.

How about changing "close" to "exit" with the exit door icon. This way we do not have two buttons with the same icon and name that do different things

@chmst
Copy link
Contributor Author

chmst commented Jun 2, 2024

Cannot find a use case with "archive", but it has also the template.cancel task.

@brianteeman I could do that, it needs a new button in button layouts.
Fun fact: only the "close" button does something - it closes the open file before exit. In all other cases, it is a cancel action and does nothing than exit.

Is this better?
grafik

@richard67
Copy link
Member

Hmm, "exit" would scare me because it would make me think it logs me off the administrator completely .. but maybe it's only me thinking like that.

@dautrich
Copy link

dautrich commented Jun 2, 2024

@brianteeman I don't agree with you. We have "Save & Close". So why shouldn't we use "Close"? Otherwise, we should think about "Save & Exit".

@brianteeman
Copy link
Contributor

You missed the point.

@chmst
Copy link
Contributor Author

chmst commented Jun 2, 2024

@dautrich We have the buttons
Save -> save changes in the file and don't quit
Save and Close -> save changes in the file and quit
Close -> do NOT save changes and quit.

We hat this discussion already in a former version and my suggestion for the exit icon was refused with the same argument as @richard67 mentioned in his comment.

@ChristineWk
Copy link

Save / Save and Close on green color.
Close may be blue or leave it green.
Delete File on red color (at the end of the buttons).

@Quy
Copy link
Contributor

Quy commented Jun 7, 2024

Before PR:
43592-before

After PR, button moved and icon is black.
43592-after

@chmst
Copy link
Contributor Author

chmst commented Jun 10, 2024

The color of the "make a child" button is black in Version 4.4, with or without PR.
Seems that this was changed in J5.
grafik

I made this PR on 4.4 - but am ready to upgrade for another version.

About the sequence: We can change it. My thoughts were: Seeing a preview of the template is for all, without special permission. And it is logical that a user first wants to see the preview, then decides if he want a child template or better look for another template.

@Quy
Copy link
Contributor

Quy commented Jun 10, 2024

It is missing btn-primary class. This is not the case without this PR.

43592-button

@chmst
Copy link
Contributor Author

chmst commented Jun 10, 2024

Yes. My screen is from a fresh installation of J4 without PR.
This was changed with PR #42071 for J5.0
But it does not matter. It will be the same here as with all other PRs for layouts. Ask 5 users and get 10 opinions ;) and never will get consent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants