usability improvements

only one column is editable at a time
editable columns have a different appearance from locked columns
any column can be edited by anyone via an edit button
columns and rows require confirmation before deletion
This commit is contained in:
ansuz
2016-08-18 12:06:13 +02:00
parent 76bfb6ab35
commit d85684ef74
4 changed files with 105 additions and 60 deletions

View File

@@ -62,7 +62,7 @@
<thead>
<tr>
<td>
<div id="adduser"></div>
<div id="adduser" class="clickable" title="click to add a user">+ Users</div>
</td>
</tr>
</thead>