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