1ac7e187f8bec035a11c7078b21c97ce5fe54cd8
[freeside.git] / rt / webrt / Admin / Elements / EditUserComments
1 <& /Elements/Header, Title => "Comments about $name" &>
2 These comments aren't generally visible to the user:<br>
3 <input type="hidden" name="id" value="<%$id%>">
4 <TEXTAREA COLS=60 ROWS=15 WRAP=SOFT NAME="Comments"><% $UserObj->Comments %></TEXTAREA>
5 </FORM>
6
7 <%ARGS>
8 $UserObj => undef
9 </%ARGS>