Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
renderer
Commits
ff152bc0
Commit
ff152bc0
authored
Oct 22, 2021
by
Thibaut Vallee
Browse files
correction mineur
parent
a1c6e885
Pipeline
#11198
passed with stage
in 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SQL/001_tables.sql
View file @
ff152bc0
...
...
@@ -35,8 +35,8 @@ create table unicaen_renderer_rendu
references
unicaen_renderer_template
on
delete
set
null
,
date_generation
timestamp
not
null
,
document_
sujet
text
not
null
,
document_
corps
text
not
null
sujet
text
not
null
,
corps
text
not
null
);
create
unique
index
unicaen_document_rendu_id_uindex
on
unicaen_renderer_rendu
(
id
);
...
...
src/UnicaenRenderer/Controller/TemplateController.php
View file @
ff152bc0
...
...
@@ -30,7 +30,7 @@ class TemplateController extends AbstractActionController {
return
new
ViewModel
([
'title'
=>
"Affichage du template"
,
'
contenu
'
=>
$template
,
'
template
'
=>
$template
,
]);
}
...
...
view/unicaen-renderer/template/modifier.phtml
View file @
ff152bc0
...
...
@@ -33,6 +33,7 @@ use UnicaenRenderer\Form\Template\TemplateForm;
toolbar
:
'
newdocument undo redo | bold italic | bullist
'
,
resize
:
true
,
language
:
'
fr_FR
'
,
entity_encoding
:
"
raw
"
,
templates
:
macros
,
statusbar
:
true
,
browser_spellcheck
:
true
,
...
...
@@ -50,6 +51,7 @@ use UnicaenRenderer\Form\Template\TemplateForm;
toolbar
:
'
newdocument undo redo | template
'
,
resize
:
true
,
language
:
'
fr_FR
'
,
entity_encoding
:
"
raw
"
,
plugins
:
'
lists template
'
,
templates
:
macros
,
statusbar
:
true
,
...
...
@@ -70,6 +72,7 @@ use UnicaenRenderer\Form\Template\TemplateForm;
block_formats
:
'
Normal=p;Titre 1=h1;Titre 2=h2;Titre 3=h3
'
,
resize
:
true
,
language
:
'
fr_FR
'
,
entity_encoding
:
"
raw
"
,
plugins
:
'
lists template table
'
,
templates
:
macros
,
statusbar
:
true
,
...
...
@@ -88,6 +91,7 @@ use UnicaenRenderer\Form\Template\TemplateForm;
toolbar
:
'
newdocument undo redo | template
'
,
resize
:
true
,
language
:
'
fr_FR
'
,
entity_encoding
:
"
raw
"
,
plugins
:
'
lists template
'
,
templates
:
macros
,
statusbar
:
true
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment