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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-01-28 22:37:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1454.
  • Revision ID: me@williamgrant.id.au-20100128223723-dbg4zb37xsv3ahwd
Add a 'Change details' link on the offering index, pointing to +edit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <h1>${context.subject.name}</h1>
8
8
    <div id="ivle_padding">
9
9
      <div class="contextactions">
 
10
        <a py:if="'edit' in permissions"
 
11
           class="editaction"
 
12
           href="${req.publisher.generate(context, OfferingEdit)}">
 
13
           Change details
 
14
        </a>
10
15
        <a py:if="'enrol' in permissions"
11
16
           class="groupaction"
12
17
           href="${req.publisher.generate(context, None, ('+enrolments', '+new'))}">