changeset 144:6911b522c6e2

118: Problem with Arabic Table of Contents display for TITLE Task-Url: https://it-dev.mpiwg-berlin.mpg.de/tracs/ismi/ticket/118
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 26 Jun 2017 18:15:02 +0200
parents 1c09041f1182
children 62d5276ed785
files src/main/webapp/entry/text.xhtml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/entry/text.xhtml	Fri Jun 23 20:40:18 2017 +0200
+++ b/src/main/webapp/entry/text.xhtml	Mon Jun 26 18:15:02 2017 +0200
@@ -33,7 +33,7 @@
 		<h:panelGrid columns="3" styleClass="createPanel" columnClasses="createPanelFirstColumn">
 
 			<h:outputText value="Full Title (arabic)" />
-			<h:inputText size="100" style="direction: rtl;"
+			<h:inputText size="100" style="direction:rtl;"
 				value="#{CurrentText.attributes['full_title']}" />
 			<h:outputText />
 
@@ -157,8 +157,8 @@
 
 			<h:outputText value="Table of Contents" />
 			<rich:editor
-				value="#{CurrentWitness.attributes['table_of_contents']}"
-				style="direction: rtl;" />
+				value="#{CurrentText.attributes['table_of_contents']}"
+				style="direction:rtl;" />
 			<!-- <h:inputTextarea cols="65" rows="10"
 				value="#{CurrentText.attributes['table_of_contents']}"
 				style="direction: rtl;" />