⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Bootstrap Theme Problem



Roberto Fernandez

Roberto Fernandez
  • profile picture
  • Member

Posted 09 June 2015 - 22:52 PM

Hi.

 

Irecently buy this theme (a great theme BTW), and i have a little problem.

 

i want to put the "delete" button outside of the "more" dropdown without loosing the funcionality when you click it.

 

i have done it, but then i cant delete the row because cant launch the deleting modal screen (see the image attached).

 

can you help me?

 

Regards


Roberto Fernandez

Roberto Fernandez
  • profile picture
  • Member

Posted 22 June 2015 - 14:03 PM

Solved. Thanks?


marlaaragao

marlaaragao
  • profile picture
  • Member

Posted 08 September 2015 - 21:06 PM

Hello!

 

I have the same problem..

 

How did you solve it? Thanks!


marlaaragao

marlaaragao
  • profile picture
  • Member

Posted 08 September 2015 - 21:33 PM

Hello, I got it working, junt changing the 'assets/grocery_crud/themes/bootstrap/views/list_tbody.php' file. As in my case I wanted to take the custom actions off the more dropdown button, I just moved the block that begins with

<?php
     if(!empty($row->action_urls)){ [...]

to outside the '<ul class="dropdown-menu">' block, took off the '<li>' tags and made some little changes to look good.
So with any action you can do the same.

 

Thanks.