Recover fhcdb_helper

This commit is contained in:
Paminger
2016-06-16 11:40:49 +02:00
parent 3df35d0ed5
commit 9ed42794a7
10 changed files with 541 additions and 685 deletions
-13
View File
@@ -1,13 +0,0 @@
<div class="row">
<div class="span4">
<h2>Nachricht <?php echo $message->message_id; ?></h2>
Absender: <?php echo $message->person_id; ?><br/>
Betreff: <?php echo $message->subject; ?><br/>
Text: <?php echo $message->body; ?><br/>
<?php
// This is an example to show that you can load stuff from inside the template file
echo $this->template->widget("organisationseinheit_widget", array('title' => 'Organisationseinheit', 'oe_kurzbz' => $message->oe_kurzbz));
?>
</div>