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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-17 05:51:06 UTC
  • Revision ID: me@williamgrant.id.au-20091217055106-5xizza3nttltx1uh
Add icons to the project management view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    <h3 py:otherwise="">
10
10
      Group projects
11
11
      <span py:if="projectset.max_students_per_group != 0"> - up to ${projectset.max_students_per_group} students per group</span>
12
 
      <a href="${req.publisher.generate(projectset, GroupsView)}">(administer groups)</a>
 
12
      <a class="groupaction" href="${req.publisher.generate(projectset, GroupsView)}">Manage groups</a>
13
13
    </h3>
14
14
  </py:choose>
15
15
  <ul id="projectslist_${projectset.id}">
19
19
    </py:for>
20
20
    <li class="add-project">
21
21
      <a href="#" id="add_new_project_${projectset.id}"
22
 
         class="add-project-link">Add a new project</a>
 
22
         class="add-project-link addaction">Add a new project</a>
23
23
      <form id="new_project_${projectset.id}" class="new_project" method="post" action="${req.publisher.generate(projectset, ProjectSetRESTView)}">
24
24
        <div>
25
25
          <label for="new_project_name_${projectset.id}">Name:</label>