diff src/main/webapp/entry/witness.xhtml @ 79:3e620f32ed5e

remove "save as new entity" buttons.
author casties
date Thu, 04 Aug 2016 19:26:17 +0200
parents e07a1ae515b7
children 22a18bfc66b0
line wrap: on
line diff
--- a/src/main/webapp/entry/witness.xhtml	Tue Jun 28 16:19:24 2016 -0400
+++ b/src/main/webapp/entry/witness.xhtml	Thu Aug 04 19:26:17 2016 +0200
@@ -382,11 +382,6 @@
 			action="#{CurrentWitness.clearAction}"
 			onclick="#{ApplicationBean1.JSConfirmationCleanForm}" />
 
-		<h:commandButton value="Save as new Entity"
-			rendered="#{(CurrentWitness.entity.id != null and Session.canCreate)}"
-			action="#{CurrentWitness.saveAsNewEntity}"
-			onclick="#{ApplicationBean1.JSConfirmationSaveAsNew}" />
-
 	</ui:composition>
 </body>
 </html>