help.verua.ch/help_FR/include/staff/templates/notes.tmpl.php
2026-01-05 08:46:20 +01:00

15 lines
404 B
PHP

<div id="quick-notes">
<?php
$show_options = true;
foreach ($notes as $note) {
include STAFFINC_DIR."templates/note.tmpl.php";
} ?>
</div>
<div id="new-note-box">
<div class="quicknote" id="new-note" data-url="<?php echo $create_note_url; ?>">
<div class="body">
<a href="#"><i class="icon-plus icon-large"></i> &nbsp;
<?php echo __('Click to create a new note'); ?></a>
</div>
</div>
</div>