Changeset 1627
- Timestamp:
- 02/02/12 02:49:57 (3 months ago)
- Files:
-
- 1 modified
-
trunk/modules/base/templates/resultSetHtml.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/base/templates/resultSetHtml.php
r867 r1627 8 8 <th class="<?php if($v['result_type'] === 'dimension') { echo 'dimensionColumn';} else { echo 'metricColumn';}?>"><?php echo $v['label'];?></th> 9 9 <?php endforeach;?> 10 <?php endif;?>11 10 </tr> 12 11 </thead> … … 31 30 </tr> 32 31 <?php endforeach;?> 33 <?php endif;?>34 32 </tbody> 35 33 </table>
