diff options
Diffstat (limited to 'httemplate/elements/tr-select-agent.html')
-rw-r--r-- | httemplate/elements/tr-select-agent.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-agent.html b/httemplate/elements/tr-select-agent.html index 9f2f76a6c..6e5187532 100644 --- a/httemplate/elements/tr-select-agent.html +++ b/httemplate/elements/tr-select-agent.html @@ -24,7 +24,11 @@ Example: </%doc> % if ( scalar(@agents) == 1 ) { - <INPUT TYPE="hidden" NAME="<% $opt{'field'} || 'agentnum' %>" VALUE="<% $agents[0]->agentnum %>"> + <INPUT TYPE = "hidden" + NAME = "<% $opt{'field'} || 'agentnum' %>" + ID = "<% $opt{'field'} || 'agentnum' %>" + VALUE = "<% $agents[0]->agentnum %>" + > %# YUCK. empty row so we don't throw g_row in edit.html off :/ <TR> |