aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/EditPresse.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/Staff/EditPresse.mako')
-rw-r--r--jm2l/templates/Staff/EditPresse.mako6
1 files changed, 3 insertions, 3 deletions
diff --git a/jm2l/templates/Staff/EditPresse.mako b/jm2l/templates/Staff/EditPresse.mako
index 3b9b700..590f5b8 100644
--- a/jm2l/templates/Staff/EditPresse.mako
+++ b/jm2l/templates/Staff/EditPresse.mako
@@ -16,7 +16,7 @@
<%
DicForm = {
'year_uid': {'PlaceHolder':u"Mon Nom", "FieldStyle":"width:16em;", 'ContainerStyle':"float:left;"},
- 'doss_presse': {'PlaceHolder':u"Dossier de presse", "FieldStyle":"width:95%;min-height:600px;"},
+ 'doss_presse': {'PlaceHolder':u"Dossier de presse", "FieldStyle":"width:95%;min-height:600px;", "ckeditor":"1"},
}
%>
<div>
@@ -29,6 +29,6 @@ DicForm = {
<br><br>
<script>
- var editor = CKEDITOR.replace( 'doss_presse', { autoGrow_onStartup: true, language: 'fr' } );
+## var editor = CKEDITOR.replace( 'doss_presse', { autoGrow_onStartup: true, language: 'fr' } );
</script>
-${helpers.uploader_js()} \ No newline at end of file
+##${helpers.uploader_js()} \ No newline at end of file