Ver código fonte

add admin view

andre 4 anos atrás
pai
commit
6f34dc9456
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      admin.php

+ 4 - 2
admin.php

@@ -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>