|
|
@@ -100,10 +100,12 @@ foreach($userlist as $user) {
|
|
|
<input type='radio' id='reporter' name='role' value='Reporter'>Reporter
|
|
|
<input type='radio' id='consumer' name='role' value='Consumer'>Consumer
|
|
|
<input type='radio' id='admin' name='role' value='Admin'>Admin
|
|
|
+ </td><td>
|
|
|
+ <input type='text' id='description' name='description'>
|
|
|
</td><td>
|
|
|
<input type='submit' value='add user'>
|
|
|
- </form>
|
|
|
- </td></tr>
|
|
|
+ </td></form>
|
|
|
+</tr>
|
|
|
</table>
|
|
|
<h3>Blacklist</h3>
|
|
|
<table>
|