/[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 181 by torben, Thu Dec 6 19:47:03 2007 UTC revision 195 by torben, Sat Dec 8 16:47:03 2007 UTC
# Line 45  reply.out() << "<a href='adm_customer_li Line 45  reply.out() << "<a href='adm_customer_li
45  reply.sout() << "<< back to customer list";  reply.sout() << "<< back to customer list";
46  reply.out() << "</a><br><br>";  reply.out() << "</a><br><br>";
47    
48  tntdb::Connection conn = tntdb::connect(dburl);  tntdb::Connection conn = tntdb::connectCached(dburl);
49    
50    
51  std::string submit = qparam.param("submit");  std::string submit = qparam.param("submit");
# Line 164  function validateCustomerForm() Line 164  function validateCustomerForm()
164  if (id != -1)  if (id != -1)
165  {  {
166  }>  }>
167    <br>
168  <br>  <br>
169  <form method="post" action="adm_customer_delete" onsubmit="return confirm('Are you sure?\\nThis will delete all related installations and logdata','Delete customer');">  <form method="post" action="adm_customer_delete" onsubmit="return confirm('Are you sure?\\nThis will delete all related installations and logdata','Delete customer');">
170  <input type="hidden" name="id" value="<$ id $>">  <input type="hidden" name="id" value="<$ id $>">

Legend:
Removed from v.181  
changed lines
  Added in v.195

  ViewVC Help
Powered by ViewVC 1.1.20