Sim Posted May 20, 2020 Posted May 20, 2020 Anyone got a 2 column ACP TPL they willing to share. I rather use 2 column for some mods coming up instead of one? I believe it would be better looking instead of straight list of data entry. Quote
URBANZ Posted May 20, 2020 Posted May 20, 2020 (edited) for using 2 columns just follow the bootstrap grid guidelines. <div class="row"> <div class="col-md-6"> <!-- Change to col-md-4 for 3 cols per row --> <div class="form-group"> <label class="pull-left">TITLE HERE</label> <input type="text" class="form-control" name="NAME"/> </div> </div> <div class="col-md-6"> <!-- Change to col-md-4 for 3 cols per row --> <div class="form-group"> <label class="pull-left">TITLE HERE</label> <input type="text" class="form-control" name="NAME"/> </div> </div> </div> make sure to use the same code for starting a new row. (All cols in each row have to equal 12) Edited May 20, 2020 by urbanmafia 1 Quote
Dayo Posted May 20, 2020 Posted May 20, 2020 take a look at https://github.com/ChristopherDay/Gangster-Legends-V2/blob/master/modules/installed/crimes/crimes.tpl.php 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.