Changeset 1502
- Timestamp:
- 04/17/13 16:55:29 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
raptor-web/trunk/src/main/webapp/WEB-INF/flows/reports/reportWizard.xhtml
r1501 r1502 46 46 <rich:column styleClass="lowerBorderTable"> 47 47 <h:panelGrid columns="3"> 48 <a4j:commandLink action="editReportWizard"> 49 <f:setPropertyActionListener value="#{report}" 50 target="#{savedReports.selectedReport}" /> 51 <h:graphicImage value="/image/icon/onebit_20.png" width="20px" /> 52 </a4j:commandLink> 48 53 <a4j:commandLink action="runReportWizard" 49 54 onclick="#{rich:component('workingPanel')}.show();"> … … 56 61 value="Title: #{report.graphWizardModel.graphTitle}" /> 57 62 58 <a4j:commandLink action="editReportWizard"> 59 <f:setPropertyActionListener value="#{report}" 60 target="#{savedReports.selectedReport}" /> 61 <h:graphicImage value="/image/icon/onebit_20.png" width="20px" /> 62 </a4j:commandLink> 63 63 64 64 65 </h:panelGrid>
Note: See TracChangeset
for help on using the changeset viewer.