--- trunk/tntnet/dynamic/adm_customer_edit.ecpp 2007/11/29 13:59:21 101 +++ trunk/tntnet/dynamic/adm_customer_edit.ecpp 2007/12/07 16:34:10 190 @@ -15,7 +15,6 @@ <%session scope="global"> std::string userName; -bool isAdmin; <%args> @@ -44,7 +43,7 @@ reply.out() << ""; reply.sout() << "<< back to customer list"; -reply.out() << "
"; +reply.out() << "

"; tntdb::Connection conn = tntdb::connect(dburl); @@ -114,7 +113,27 @@ { }> -
+ + + + + @@ -141,16 +160,20 @@ +<{ +if (id != -1) +{ +}>
- +
+ - + <{ -} - - +} //fi (id != -1) +} //fi (showForm) }> <&footer>
Name: