diff 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
line wrap: on
line diff
--- a/src/main/webapp/entry/collection.xhtml	Tue Jun 28 16:19:24 2016 -0400
+++ b/src/main/webapp/entry/collection.xhtml	Thu Aug 04 19:26:17 2016 +0200
@@ -100,10 +100,6 @@
 		<h:commandButton value="Clear Form"
 			action="#{CurrentCollection.clearAction}"
 			onclick="#{ApplicationBean1.JSConfirmationCleanForm}" />
-		<h:commandButton value="Save as new Entity"
-			onclick="#{ApplicationBean1.JSConfirmationSaveAsNew}"
-			rendered="#{(CurrentCollection.entity.id != null and Session.canCreate)}"
-			action="#{CurrentCollection.saveAsNewEntity}" />