Ignore:
Timestamp:
Mar 27, 2015 11:37:08 AM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/application/views/layout/footer.php

    r835 r842  
    3636                grid: 'file-container',
    3737                maincontainer: 'main-content',
    38                 titlebar: 'title-bar',
     38                titlebar: 'navbar',
    3939                toolsbar: 'tools-bar',
    4040                statusbar: 'status-bar',
     
    4242                invisibledButtons: ['btnShare'],
    4343                filehosting: '<?php echo $this->config->item('api_url');?>'
     44        });
     45
     46        $('.show-list-view').click(function{
     47                $('#file-container').addClass('list-view');
     48        });
     49        $('.show-grid-view').click(function{
     50                $('#file-container').removeClass('list-view');
    4451        });
    4552}
Note: See TracChangeset for help on using the changeset viewer.