Skip to content
Snippets Groups Projects
Commit f7f13375 authored by uhensler's avatar uhensler
Browse files

Merge branch 'OpenOLAT_13.1'

parents 180e3d50 70718472
No related branches found
No related tags found
No related merge requests found
...@@ -19,23 +19,17 @@ ...@@ -19,23 +19,17 @@
*/ */
package org.olat.modules.forms.handler; package org.olat.modules.forms.handler;
import java.util.Locale;
import java.util.UUID;
import org.olat.core.gui.UserRequest; import org.olat.core.gui.UserRequest;
import org.olat.core.gui.components.Component; import org.olat.core.gui.components.Component;
import org.olat.core.gui.components.form.flexible.impl.Form; import org.olat.core.gui.components.form.flexible.impl.Form;
import org.olat.core.gui.components.text.TextFactory; import org.olat.core.gui.components.text.TextFactory;
import org.olat.core.gui.control.WindowControl; import org.olat.core.gui.control.WindowControl;
import org.olat.core.gui.translator.Translator;
import org.olat.core.util.CodeHelper; import org.olat.core.util.CodeHelper;
import org.olat.core.util.Util;
import org.olat.modules.ceditor.PageElement; import org.olat.modules.ceditor.PageElement;
import org.olat.modules.ceditor.PageElementEditorController; import org.olat.modules.ceditor.PageElementEditorController;
import org.olat.modules.ceditor.PageElementRenderingHints; import org.olat.modules.ceditor.PageElementRenderingHints;
import org.olat.modules.ceditor.PageElementStore; import org.olat.modules.ceditor.PageElementStore;
import org.olat.modules.ceditor.PageRunElement; import org.olat.modules.ceditor.PageRunElement;
import org.olat.modules.ceditor.SimpleAddPageElementHandler;
import org.olat.modules.ceditor.model.HTMLElement; import org.olat.modules.ceditor.model.HTMLElement;
import org.olat.modules.ceditor.ui.ComponentsFactory; import org.olat.modules.ceditor.ui.ComponentsFactory;
import org.olat.modules.ceditor.ui.HTMLRawEditorController; import org.olat.modules.ceditor.ui.HTMLRawEditorController;
...@@ -55,7 +49,7 @@ import org.olat.modules.forms.ui.model.ExecutionIdentity; ...@@ -55,7 +49,7 @@ import org.olat.modules.forms.ui.model.ExecutionIdentity;
* @author srosse, stephane.rosse@frentix.com, http://www.frentix.com * @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
* *
*/ */
public class HTMLRawHandler implements EvaluationFormElementHandler, PageElementStore<HTMLElement>, SimpleAddPageElementHandler, EvaluationFormReportHandler { public class HTMLRawHandler implements EvaluationFormElementHandler, PageElementStore<HTMLElement>, EvaluationFormReportHandler {
@Override @Override
public String getType() { public String getType() {
...@@ -81,16 +75,6 @@ public class HTMLRawHandler implements EvaluationFormElementHandler, PageElement ...@@ -81,16 +75,6 @@ public class HTMLRawHandler implements EvaluationFormElementHandler, PageElement
return null; return null;
} }
@Override
public PageElement createPageElement(Locale locale) {
Translator translator = Util.createPackageTranslator(HTMLRawEditorController.class, locale);
String content = translator.translate("raw.example");
HTMLRaw part = new HTMLRaw();
part.setId(UUID.randomUUID().toString());
part.setContent(content);
return part;
}
@Override @Override
public HTMLElement savePageElement(HTMLElement element) { public HTMLElement savePageElement(HTMLElement element) {
return element; return element;
......
...@@ -59,7 +59,6 @@ multiple.choice.others=Weitere ...@@ -59,7 +59,6 @@ multiple.choice.others=Weitere
multiple.choice.with.others.enabled=Teilnehmer kann weitere Werte erfassen multiple.choice.with.others.enabled=Teilnehmer kann weitere Werte erfassen
multiple.choice.with.others=Weitere multiple.choice.with.others=Weitere
no.response=Keine Antwort m\u00F6glich no.response=Keine Antwort m\u00F6glich
raw.example=Anklicken um Text zu bearbeiten. Es \u00F6ffnet sich ein Text Editor.
report.anonymous.user=Anonym report.anonymous.user=Anonym
report.count.count.title=Anzahl report.count.count.title=Anzahl
report.count.name.title=Wert report.count.name.title=Wert
......
...@@ -59,7 +59,6 @@ multiple.choice.others=Others ...@@ -59,7 +59,6 @@ multiple.choice.others=Others
multiple.choice.with.others=Others multiple.choice.with.others=Others
multiple.choice.with.others.enabled=Participant can insert others values multiple.choice.with.others.enabled=Participant can insert others values
no.response=No answer no.response=No answer
raw.example=Click to edit text. The HTML editor will open.
report.anonymous.user=Anonymous report.anonymous.user=Anonymous
report.count.count.title=Count report.count.count.title=Count
report.count.name.title=Value report.count.name.title=Value
......
...@@ -59,7 +59,6 @@ multiple.choice.others=Autres ...@@ -59,7 +59,6 @@ multiple.choice.others=Autres
multiple.choice.with.others=Autres multiple.choice.with.others=Autres
multiple.choice.with.others.enabled=Le participant peut entrer d'autres valeurs multiple.choice.with.others.enabled=Le participant peut entrer d'autres valeurs
no.response=Pas de r\u00E9ponse possible no.response=Pas de r\u00E9ponse possible
raw.example=Cliquer pour \u00E9diter le texte. L'\u00E9diteur HTML va s'ouvrir.
report.anonymous.user=Anonyme report.anonymous.user=Anonyme
report.count.count.title=Nombre report.count.count.title=Nombre
report.count.name.title=Valeur report.count.name.title=Valeur
......
...@@ -15,7 +15,6 @@ h5=h5 ...@@ -15,7 +15,6 @@ h5=h5
h6=h6 h6=h6
hr=Separatore hr=Separatore
htitle=Titolo htitle=Titolo
raw.example=Fare clic per modificare il testo. Verr\u00E0 aperto l'editore HTML.
slider.continuous=Continuo slider.continuous=Continuo
slider.discrete=Discreto con radio button slider.discrete=Discreto con radio button
slider.discrete.slider=Discreto con slider slider.discrete.slider=Discreto con slider
......
...@@ -57,7 +57,6 @@ multiple.choice.others=Outros ...@@ -57,7 +57,6 @@ multiple.choice.others=Outros
multiple.choice.with.others=Outros multiple.choice.with.others=Outros
multiple.choice.with.others.enabled=O participante pode inserir outros valores multiple.choice.with.others.enabled=O participante pode inserir outros valores
no.response=Nenhuma resposta no.response=Nenhuma resposta
raw.example=Clique para editar o texto. O editor HTML ser\u00E1 aberto.
report.anonymous.user=An\u00F4nimo report.anonymous.user=An\u00F4nimo
report.count.count.title=Contagem report.count.count.title=Contagem
report.count.name.title=Valor report.count.name.title=Valor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment