⚠ 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

The button back to list don't hidden when unset list



Rafael Dutra Jardim

Rafael Dutra Jardim
  • profile picture
  • Member

Posted 31 October 2015 - 14:08 PM

First of all, sorry, but i don't speak english very well!

 

There is a issue in the code of template themes/flexigrid/views/rede.php. When i set unset_list, the button back to list don't hidden.

 

In my code i fix it only insert the php if tags, like below:

 

<?php if(!$this->unset_list) : ?>
    <div class='form-button-box'>
        <input type='button' value='<?php echo $this->l('form_back_to_list'); ?>' class="btn btn-large back-to-list" id="cancel-button" />
    </div>
<?php endif; ?>
 
 

I really hope to be understood, but is it.   :huh:


Elra Ghifary

Elra Ghifary
  • profile picture
  • Member

Posted 31 October 2015 - 15:23 PM

<?php if(!$this->unset_list) : ?>
    <div class='form-button-box'>
        <input type='button' value='<?php echo $this->('form_back_to_list'); ?>' class="btn btn-large back-to-list" id="cancel-button" />
    </div>
<?php endif; ?>