Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/collection.xhtml @ 79:3e620f32ed5e
remove "save as new entity" buttons.
| author | casties |
|---|---|
| date | Thu, 04 Aug 2016 19:26:17 +0200 |
| parents | 764f47286679 |
| children | 9cd25e1a58f0 |
comparison
equal
deleted
inserted
replaced
| 78:20c76ff72cf2 | 79:3e620f32ed5e |
|---|---|
| 98 action="#{CurrentCollection.save}" | 98 action="#{CurrentCollection.save}" |
| 99 onclick="#{ApplicationBean1.JSConfirmationSave}" /> | 99 onclick="#{ApplicationBean1.JSConfirmationSave}" /> |
| 100 <h:commandButton value="Clear Form" | 100 <h:commandButton value="Clear Form" |
| 101 action="#{CurrentCollection.clearAction}" | 101 action="#{CurrentCollection.clearAction}" |
| 102 onclick="#{ApplicationBean1.JSConfirmationCleanForm}" /> | 102 onclick="#{ApplicationBean1.JSConfirmationCleanForm}" /> |
| 103 <h:commandButton value="Save as new Entity" | |
| 104 onclick="#{ApplicationBean1.JSConfirmationSaveAsNew}" | |
| 105 rendered="#{(CurrentCollection.entity.id != null and Session.canCreate)}" | |
| 106 action="#{CurrentCollection.saveAsNewEntity}" /> | |
| 107 | 103 |
| 108 | 104 |
| 109 | 105 |
| 110 <!-- Unity Warning --> | 106 <!-- Unity Warning --> |
| 111 <h:panelGrid id="collUnityWarningPP"> | 107 <h:panelGrid id="collUnityWarningPP"> |
