changeset 32:86a9bb234663

exposed mpiwg_url and indexmeta_folder attributes on codex edit page.
author casties
date Thu, 21 May 2015 10:36:37 +0000
parents 8c31ab1129e1
children 7f18b34ec7ec
files src/main/webapp/entry/codex.xhtml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/entry/codex.xhtml	Thu May 21 09:27:23 2015 +0000
+++ b/src/main/webapp/entry/codex.xhtml	Thu May 21 10:36:37 2015 +0000
@@ -333,6 +333,13 @@
 				</a>
 			</h:panelGrid>
 
+            <h:outputText value="MPIWG ID" />
+            <h:inputText size="100"
+                value="#{CurrentCodex.attributes['mpiwg_id']}" />
+
+            <h:outputText value="MPIWG index.meta folder" />
+            <h:inputText size="100"
+                value="#{CurrentCodex.attributes['indexmeta_folder']}" />
 
 			<h:outputText value="Number of Folios" />
 			<h:inputText size="100"