~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: 2009-12-16 04:25:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1450.
  • Revision ID: me@williamgrant.id.au-20091216042527-yegiyxfj6t7b6jem
Add some extra margin between the projects and worksheets sections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        </a>
15
15
      </div>
16
16
 
17
 
      <div py:if="'edit' in permissions or context.projects.count() > 0">
 
17
      <div py:if="'edit' in permissions or context.projects.count() > 0"
 
18
           class="majorsection">
18
19
        <h2>Projects</h2>
19
20
        <py:choose test="context.projects.count()">
20
21
          <p py:when="0">
32
33
        </a>
33
34
      </div>
34
35
 
35
 
      <div py:if="'edit' in permissions or context.worksheets.count() > 0">
 
36
      <div py:if="'edit' in permissions or context.worksheets.count() > 0"
 
37
           class="majorsection">
36
38
        <h2>Worksheets</h2>
37
39
        <py:choose test="context.worksheets.count()">
38
40
          <p py:when="0">