[rt-users] delete user button

Tomas Doyle XA (DL/LMI) tomas.xa.doyle at ericsson.com
Tue Sep 6 05:26:29 EDT 2005


Hi RT Users

im trying to create a delete user button on the modify user page - i have it there
but of course no functionality.
i was looking at the Submit code in Elements for comparison.
i am a newbie to perl but have a good understanding of sql coding.
can anybody explain as to where any of the database accessing is happening
in for example the code below

at a loss

thanks alot

<TABLE WIDTH=100% BGCOLOR="<%$color%>" CELLSPACING=0 BORDER=0 CELLPADDING=0 >
<TR>
% if ($Reset) {
<TD>
<FONT COLOR=#ffd800 >
<INPUT TYPE=RESET VALUE="<%$ResetLabel%>">
</FONT>
</TD>
%}
<TD>
 
</TD>
<TD ALIGN=RIGHT VALIGN=CENTER><FONT COLOR=#ffd800>
% if ($AlternateLabel) {
<B><%$AlternateCaption%>
<INPUT TYPE=SUBMIT
%if ($Name) {
NAME="<%$Name%>"
%}
VALUE='<%$AlternateLabel%>'></B>



More information about the rt-users mailing list