Changeset 557 for trunk/grails-app/views


Ignore:
Timestamp:
Jun 11, 2010, 3:50:48 PM (13 years ago)
Author:
duh
Message:
  • fixed issues with templates not refreshing properly in the wizard after editting them in the templateEditor
  • tried to centralize some functionality
  • dev version of samples
File:
1 edited

Legend:

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

    r539 r557  
    2222        </span>
    2323
    24        
    25 
     24        <g:if test="${samples}">
     25                <div class="table">
     26                <g:each var="sampleData" in="${samples}">
     27                        ${sampleData}
     28                        <div class="row">
     29                                <!-- wizard:templateColumns class="column" id="1" entity="${sampleData['sample']}" //-->
     30                                <!-- div class="column"><wizard:templateSelect entity="${sampleData.sample}" /></div //-->
     31                        </div>
     32                </g:each>
     33                </div>
     34        </g:if>
    2635
    2736</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.