This topic is locked
[SOLVED]

 "Add new" button on mobile bootstrap

7/17/2016 11:59:50 AM
PHPRunner General questions
T
thudsen author

Does anybody know how to display the "add new" button on the list page in a mobile/responsive bootstrap template?
I can see it is there when you click on the menu, but I would like it to be visible at the top of the list page on a mobile view.
Thanks
Terry

O
OLDmrcaseyman 7/17/2016



Does anybody know how to display the "add new" button on the list page in a mobile/responsive bootstrap template?
I can see it is there when you click on the menu, but I would like it to be visible at the top of the list page on a mobile view.
Thanks
Terry


I agree. I would like to see it on the list page without having to click the menu.

T
thudsen author 7/17/2016



I agree. I would like to see it on the list page without having to click the menu.


I achieved a work around for this. In the style screen select your layout (e.g.: bootstrap 1), click the modify button at the top.
You'll see in there a section saying

begincontainer row class="bs-navcontrolled" gridcontrols

begincontainer column col-md=6 class=bottom-margin add_delete

brick bsadd

brick bsmasseditbuttons


You can get to that section quickly by clicking on the "add new" button in the style screen. Delete the text above with the strike through and it works on mobile view.
The only draw back is that is now shows "Displaying - of 100" and the select control for the number of lines of the table. I don't mind this though.
Terry