mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
MDL-75412 mod_data: Add journal preset
This commit is contained in:
parent
2acda39537
commit
89eed9e368
16 changed files with 299 additions and 4 deletions
10
mod/data/preset/journal/addtemplate.html
Normal file
10
mod/data/preset/journal/addtemplate.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="journal-addentry">
|
||||
<div class="form-group">
|
||||
<label for="[[Title#id]]">Title</label><br/>
|
||||
[[Title]]
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="[[Content#id]]">Content</label><br/>
|
||||
[[Content]]
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue