This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 214
Make records more ergonomic buttons for modal windows #5985
Comments
Not possible. The "close" button belongs to the main window, the "save" buttons belong to the iframe window. |
That's what I thought ... We could proceed as follows:
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 47px;
padding-bottom:. 47px / * Same height .tl_formbody_submit, so that we can see all the information .tl_formbody_edit and avoid that information is hidden. * /
Watch the video : http://videobam.com/QMIpz What do you think? It is not more ergonomic? |
Implemented in 354b8ce. |
Great ! I want to know if it's planned that Contao exchange interface (backoffice) so that it is more ergonomic / easy to use? For example, I find that having integrated modal windows and a very good thing ... it would probably develop this. Thx |
This is not a perfect solution as the debug bar will hide the buttons - see terminal42/contao-dcawizard#5 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Contao, since version 3.00 (I think ...), there are some parameters that can be changed directly via a modal window. This is great!
However, I think it would be more ergonomic place the button "save" outside the modal window so that it is always present. Beside the button "Close".
This would avoid having to scroll down the window every time.
It would also add a button "save and close"
See the screenshot :
The text was updated successfully, but these errors were encountered: