/[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 170 by torben, Sun Dec 2 20:26:43 2007 UTC revision 171 by torben, Thu Dec 6 10:18:40 2007 UTC
# Line 43  else Line 43  else
43    
44  reply.out() << "<a href='adm_customer_list'>";  reply.out() << "<a href='adm_customer_list'>";
45  reply.sout() << "<< back to customer list";  reply.sout() << "<< back to customer list";
46  reply.out() << "</a><br>";  reply.out() << "</a><br><br>";
47    
48  tntdb::Connection conn = tntdb::connect(dburl);  tntdb::Connection conn = tntdb::connect(dburl);
49    
# Line 143  if (showForm) Line 143  if (showForm)
143  <br>  <br>
144  <form method="post" action="adm_customer_delete">  <form method="post" action="adm_customer_delete">
145  <input type="hidden" name="id" value="<$ id $>">  <input type="hidden" name="id" value="<$ id $>">
146  <input type="submit" value="Delete">  <input type="submit" value="Delete this customer">
147  </form>  </form>
148    
149  <{  <{

Legend:
Removed from v.170  
changed lines
  Added in v.171

  ViewVC Help
Powered by ViewVC 1.1.20