User management with native gui and further improvements
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ $note = $sth->fetch(PDO::FETCH_OBJ);
|
||||
// edit button
|
||||
// list where annotaion used
|
||||
echo '<table class="table">', "\n";
|
||||
echo '<tr><th>', _('Referenz'),"</th><td>", $note->refid, "</td></tr>\n";
|
||||
echo '<tr><th>', _('Reference'),"</th><td>", $note->refid, "</td></tr>\n";
|
||||
echo '<tr><th>', _('Type'),"</th><td>", $note->notetype, "</td></tr>\n";
|
||||
echo '<tr><th>', _('Annotation'),"</th><td>", nl2br($note->annotation), "</td></tr>\n";
|
||||
echo "</table>\n";
|
||||
|
||||
Reference in New Issue
Block a user