WIP. Added User form

This commit is contained in:
emeric
2014-07-30 14:32:46 +02:00
parent b2bb2e0be1
commit 1f41f7f481
13 changed files with 695 additions and 39 deletions
+3 -2
View File
@@ -19,9 +19,10 @@ class Users : public Wt::WContainerWidget
private:
void handleUserFormCompleted(bool changed);
void handleDelUser(Wt::WString loginNameIdentity, std::string id);
void handleEditUser(std::string id);
void handleAddUser(void);
void handleCreateUser(std::string id); // set the id in order to edit the user
SessionData& _sessionData;