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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/templates/exercise_edit.html

  • Committer: William Grant
  • Date: 2009-03-24 04:43:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1290.
  • Revision ID: grantw@unimelb.edu.au-20090324044302-ga9i2qepm77iny02
Reclass the test case part container, unhide it, and fix padding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                        <input type="button" onclick="edit_test_case('${test_case.testid}','${test_suite.suiteid}')" value="Save Case" />
117
117
 
118
118
                        <h5>Test Case Parts</h5>
119
 
                        <ul class="disabled_test_case_parts" id="test_case_parts_${test_case.testid}_${test_suite.suiteid}">
 
119
                        <ul class="test_case_parts" id="test_case_parts_${test_case.testid}_${test_suite.suiteid}">
120
120
                          <li py:for="test_part in test_case.parts"
121
121
                              py:with="iw_prefix='test_part_%d' % test_part.partid">
122
122
                            <iw:delete action="delete_testpart('${test_part.partid}','${test_case.testid}','${test_suite.suiteid}')" />