--- trunk/tntnet/dynamic/adm_customer_edit.ecpp 2007/12/06 10:18:40 171 +++ trunk/tntnet/dynamic/adm_customer_edit.ecpp 2007/12/08 16:47:03 195 @@ -45,7 +45,7 @@ reply.sout() << "<< back to customer list"; reply.out() << "

"; -tntdb::Connection conn = tntdb::connect(dburl); +tntdb::Connection conn = tntdb::connectCached(dburl); std::string submit = qparam.param("submit"); @@ -113,7 +113,27 @@ { }> -
+ + + + + @@ -140,16 +160,20 @@ +<{ +if (id != -1) +{ +}>
- +
+ <{ -} - - +} //fi (id != -1) +} //fi (showForm) }> <&footer>
Name: