summaryrefslogtreecommitdiff
path: root/rt/webrt/Admin/Elements/EditUserComments
diff options
context:
space:
mode:
Diffstat (limited to 'rt/webrt/Admin/Elements/EditUserComments')
-rwxr-xr-xrt/webrt/Admin/Elements/EditUserComments9
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/webrt/Admin/Elements/EditUserComments b/rt/webrt/Admin/Elements/EditUserComments
new file mode 100755
index 000000000..1ac7e187f
--- /dev/null
+++ b/rt/webrt/Admin/Elements/EditUserComments
@@ -0,0 +1,9 @@
+<& /Elements/Header, Title => "Comments about $name" &>
+These comments aren't generally visible to the user:<br>
+<input type="hidden" name="id" value="<%$id%>">
+<TEXTAREA COLS=60 ROWS=15 WRAP=SOFT NAME="Comments"><% $UserObj->Comments %></TEXTAREA>
+</FORM>
+
+<%ARGS>
+$UserObj => undef
+</%ARGS>