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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-24 06:33:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: matt.giuca@gmail.com-20100224063355-z48j4tfqyi3by0dh
Offering page: Added link to worksheet marks at the bottom of the page, for lecturers and admins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
              <a class="manageaction" href="${req.publisher.generate(context, None, ('+worksheets', '+edit'))}"> Manage worksheets</a>
129
129
              <a class="manageaction" href="/+exercises">Manage exercises</a>
130
130
            </div>
 
131
            <div class="horizontalactions" py:if="'view_worksheet_marks' in permissions">
 
132
              <a class="marksaction" href="${req.publisher.generate(context, None, ('+worksheets', '+marks'))}">View worksheet marks</a>
 
133
            </div>
131
134
          </div>
132
135
        </py:choose>
133
136
      </div>