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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-15 09:16:49 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215091649-qrp5emn7wjt2jlmj
Add 'Create new offering' link to /subjects, and rebrand the 'Manage subjects' link to include semesters too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
          </li>
18
18
        </ul>
19
19
      </py:for>
20
 
      <div py:if="req.user.admin">
21
 
        <a class="manageaction" href="/subjects/+manage">Manage subjects</a>
 
20
      <div class="horizontalactions" py:if="req.user.admin">
 
21
        <a class="addaction" href="/subjects/+new-offering">Create new offering</a>
 
22
        <a class="manageaction" href="/subjects/+manage">Manage subjects and semesters</a>
22
23
      </div>
23
24
    </div>
24
25
  </body>