This topic is locked

Why have "edit selected" and "delete selected" buttons been replaced by "with selected" button?

10/21/2016 12:29:25 AM
PHPRunner General questions
B
bioman author

Hi,

I am not sure why this has occurred but on several of my PHPRunner project pages the "Edit Selected" and "Delete Selected" buttons have been replaced by a generic "with Selected" button that you have to click to get to the edit and delete options. I don't recall making this change and would prefer to have the buttons be visible the way they were before. Is there a setting somewhere that can fix this? It seems like the program just did it automatically (some of the pages it occurred on are pages I haven't worked on in months). Thanks,

Brett

Sergey Kornilov admin 10/21/2016

This is the way it works in new layouts. There are too many buttons on the screen and it doesn't work well on smaller screens, this is why we made this change. If you need to have separate buttons you may want to choose one of older, non-Bootstrap layouts.

S
steveh 10/25/2016

I guess in an ideal adaptive layout you want the buttons separate until the size is small enough to require you to hide them, that's what we have on other bootstrap projects.
Otherwise you'll end up coding for the lowest common denominator rather than gracefully degrading.
Steve