/[H9]/trunk/tntnet/dynamic/adm_customer_edit.ecpp
ViewVC logotype

Diff of /trunk/tntnet/dynamic/adm_customer_edit.ecpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 178 by torben, Thu Dec 6 10:18:40 2007 UTC revision 179 by torben, Thu Dec 6 18:40:14 2007 UTC
# Line 140  if (showForm) Line 140  if (showForm)
140  <input type="hidden" name="submit" value="1">  <input type="hidden" name="submit" value="1">
141  </form>  </form>
142    
143    <{
144    if (id != -1)
145    {
146    }>
147    
148  <br>  <br>
149  <form method="post" action="adm_customer_delete">  <form method="post" action="adm_customer_delete" onsubmit="return confirm('Are you sure?\\nThis will delete all related installations and logdata','Delete customer');">
150  <input type="hidden" name="id" value="<$ id $>">  <input type="hidden" name="id" value="<$ id $>">
151  <input type="submit" value="Delete this customer">  <input type="submit" value="Delete this customer">
152  </form>  </form>
153    
154  <{  <{
155  }  } //fi (id != -1)
156    } //fi (showForm)
   
157  }>  }>
158    
159  <&footer>  <&footer>

Legend:
Removed from v.178  
changed lines
  Added in v.179

  ViewVC Help
Powered by ViewVC 1.1.20