Ignore:
Timestamp:
Apr 14, 2010, 3:38:39 PM (14 years ago)
Author:
duh
Message:
  • restyled wizard tabs
  • made info and todo boxes only appear in development, not in production and test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_start.gsp

    r341 r342  
    2323        <wizard:ajaxButton name="modify" class="bigbutton" value="Modify an existing study" alt="Modify an existing study" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" />
    2424
     25        <g:if env="development">
    2526        <span class="info">
    2627                <span class="known">Known issues</span>
     
    3132                </ul>
    3233        </span>
    33 
    34         <!-- g:render template="pages/demo" //-->
     34        <!--g:render template="pages/demo"//-->
     35        </g:if>
    3536
    3637</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.