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:
2
templates/Sparkle/admin/index/index.tpl
vendored
2
templates/Sparkle/admin/index/index.tpl
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user