~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/users.html

  • Committer: William Grant
  • Date: 2010-02-26 03:35:37 UTC
  • Revision ID: grantw@unimelb.edu.au-20100226033537-dyveb5ut9fwpop67
Add a form to create a user.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
          </tr>
17
17
        </tbody>
18
18
      </table>
 
19
      <div class="horizontalactions">
 
20
        <a class="addaction" href="/users/+new">Create new user</a>
 
21
      </div>
19
22
    </div>
20
23
  </body>
21
24
</html>