show custom-notes correctly on admin/customer index when activated + tiny fixes, refs #1471

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-01-15 22:19:28 +01:00
parent e578a29058
commit 2250b3c37a
3 changed files with 5 additions and 1 deletions

View File

@@ -180,7 +180,7 @@ $header
</if>
<if $userinfo['custom_notes'] != '' && $userinfo['custom_notes_show'] == '1'>
<table class="dboarditem full" id="customnotes">
<table class="dboarditem full">
<tbody>
<tr><td>{$userinfo['custom_notes']}</td></tr>
</tbody>