/**********
*
* http://TDG-i.com TDG innovations, LLC
* 03/03/2008, Jay Garcia, jgarcia@tdg-i.com
* Column Views Menu Overrides.  
* 
* Purpose : Adds 'Show All Columns' to Columns menu, reducing # of clicks to show all.
*           Adds 'Change View' Menu, which allows you to customize the views  according to the grid.gridViews property.
*
* Works with EXT 2.0+
*
* License :  Free to use, just please don't sell.  
*            This was made for myself, my customers and the EXT Community.
*
* Waranty : None.  I can answer questions via email: jgarcia@tdg-i.com
*
**********/
.tdgi-extgrid-colview-icon {
    background-image:url(../img/table_go.png);
}
.tdgi-extgrid-showall-icon {
    background-image:url(../img/table_refresh.png);
}
.tdgi-extgrid-filterview-default {
    background-image:url(../img/table_sort.png);
}

/* Example column view icons */
.view-one {
    background-image:url(../img/table_row_delete.png);
}
.view-two {
    background-image:url(../img/table_row_insert.png);
}
