summaryrefslogtreecommitdiff
path: root/httemplate/edit/agent.cgi
diff options
context:
space:
mode:
authorivan <ivan>2007-07-01 00:36:59 +0000
committerivan <ivan>2007-07-01 00:36:59 +0000
commit549f8fa9a054c1d67dcf30dac30e2d709620f752 (patch)
tree16687bb5d0ddf7d287fa3da79ec4f3c42d53cf66 /httemplate/edit/agent.cgi
parenta5ca508ed3bf1bcb03df26d35d1316b3c313820a (diff)
separate agent interface is deprecated...
Diffstat (limited to 'httemplate/edit/agent.cgi')
-rwxr-xr-xhttemplate/edit/agent.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/agent.cgi b/httemplate/edit/agent.cgi
index ce514a680..5992bfae0 100755
--- a/httemplate/edit/agent.cgi
+++ b/httemplate/edit/agent.cgi
@@ -94,14 +94,14 @@ Agent #<% $hashref->{agentnum} ? $hashref->{agentnum} : "(NEW)" %>
<TR>
- <TD ALIGN="right">Agent interface username</TD>
+ <TD ALIGN="right">(DEPRECATED) Agent interface username</TD>
<TD>
<INPUT TYPE="text" NAME="username" VALUE="<% $hashref->{username} %>">
</TD>
</TR>
<TR>
- <TD ALIGN="right">Agent interface password</TD>
+ <TD ALIGN="right">(DEPRECATED) Agent interface password</TD>
<TD>
<INPUT TYPE="text" NAME="_password" VALUE="<% $hashref->{_password} %>">
</TD>