implemented add and remove functionality for users
/trunk/WebContent/admin/userAddForm.jsp |
---|
5,8 → 5,8 |
</head> |
<body> |
<h1>User Hinzufügen</h1> |
<p>Noch nicht umgesetzt...</p> |
<h1>User hinzufügen</h1> |
<p>Bitte geben Sie die Benutzerdaten ein</p> |
<s:form action="doUserAdd"> |
<s:textfield name="username" label="User Name" /> |
<s:password name="password" label="Password" /> |