Changeset 15685 for trunk/templates
- Timestamp:
- 11/20/11 22:31:38 (6 months ago)
- Location:
- trunk/templates/base
- Files:
-
- 2 edited
-
grid.html (modified) (2 diffs)
-
scripts/BxBaseGrid.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/grid.html
r15682 r15685 23 23 <div id="__id_cont__"> 24 24 25 <table id="__id_table__" class="bx-grid-table bx-def-margin-bottom bx-def-margin-top bx-def-border-bottom bx-def-border-top">26 <thead >27 <tr class="bx-def-border-bottom">25 <table id="__id_table__" class="bx-grid-table bx-def-margin-bottom bx-def-margin-top"> 26 <thead class="bx-def-border-bottom bx-def-border-top"> 27 <tr> 28 28 <bx_repeat:row_header> 29 29 __header_cell__ … … 31 31 </tr> 32 32 </thead> 33 <tbody >33 <tbody class="bx-def-border-bottom"> 34 34 <bx_repeat:rows_data> 35 35 <tr id="__id_row__"> -
trunk/templates/base/scripts/BxBaseGrid.php
r15682 r15685 12 12 13 13 /** 14 * Grid representation. 14 15 * @see BxDolGrid 15 16 */ … … 318 319 319 320 protected function _getFilterControls () { 320 // TODO: don't duplicate code here, get it f orm forms somehow321 // TODO: don't duplicate code here, get it from forms somehow 321 322 $this->_oTemplate->addCss('forms.css'); 322 323 return '
Note: See TracChangeset
for help on using the changeset viewer.