Changeset 1758


Ignore:
Timestamp:
Apr 12, 2011, 1:12:13 PM (13 years ago)
Author:
work@…
Message:
  • makes no sense showing a statistics box if there is nothing to show
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/home/index.gsp

    r1756 r1758  
    358358</div>
    359359
     360<div style="clear:both;display:block;padding-top:10px;">
    360361<g:if test="${showstats && studyCount}">
    361 <div style="clear:both;display:block;padding-top:10px;">
    362362        <h1>Usage Statistics</h1>
    363363        <div id="graphs" style="display:block;border:1px solid #6c6f70;width:100%;height:300px;">
     
    365365                <div id="daily-statistics" style="margin:2px;width:476px;height:296px;display:inline-block;float:left;zoom:1;*display:inline;"></div>
    366366        </div>
     367</g:if>
    367368</div>
    368 </g:if>
    369369
    370370<g:if env="ci">
Note: See TracChangeset for help on using the changeset viewer.