Created attachment 1116 [details] Pop-up as a notification In tlwebadm we have the ability to add a notification-like message to the top of the page when settings are saved/stored in the backend. These messages are not used consistently when actions are taken that cause configurations to change. One example of this is when editing profiles: - Creating a profile results in a notification. - Editing an already existing profile results in a notification. - Deleting a profile does *not* result in a notification. Another example is that in Status⇾Sessions, we notify users that a session has been terminated in a pop-up instead.
Through commit r40048, the termination message on the session page is now shown on the "top-level" of the page instead of in the pop-up, to conform more to the general message formatting we use. I checked that the message on the session page conformed reasonable with the other messages we have - placed straight under the title of the page, uses the message style formatting and can be used as an anchor. I think it would be suitable to give the termination message another look in this bug, to make sure that message fully conforms with the other ones.
Another issue we should consider when fixing this is that these messages dont work the same way the popup messages in Web Access do. Those messages appear fixed at the top, and on top of other content, and have a timeout to disappear automatically.