add custom-notes field to admins and customers, fixes #1471

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-01-15 21:30:15 +01:00
parent 4e9b2d0e97
commit 7b8885c05e
13 changed files with 78 additions and 6 deletions

View File

@@ -1401,3 +1401,7 @@ table thead th.tablesorter-headerDesc {
border: 1px solid #ccc;
padding: 4px;
}
.notes_block {
display: none;
}