Changeset 535 for trunk/grails-app/views/wizard/pages/_start.gsp
- Timestamp:
- Jun 4, 2010, 5:06:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_start.gsp
r526 r535 23 23 <wizard:ajaxButton name="modify" class="bigbutton" value="Edit an existing study" alt="Edit an existing study" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> 24 24 25 <wizard:ajaxButton name="import" class="bigbutton" value="Import a study" alt="Import a study" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> 26 25 27 <span class="info"> 26 28 <span class="title">Create a new study via the step-by-step interface</span> … … 40 42 </span> 41 43 42 <g:if env="development"> 43 <span class="info"> 44 <span class="known">Known issues</span> 45 <ul> 46 <li>navigating away from the wizard will result in loss of work. While you are currently warned when 47 clicking links outside of the wizard, this problem still exists when clicking 'refresh' or the 48 back / forward buttons</li> 49 </ul> 50 </span> 51 <!--g:render template="pages/demo"//--> 52 </g:if> 44 <g:if env="development"><!--g:render template="pages/demo"//--></g:if> 53 45 54 46 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.