Changed the location of the suammary on caseruns so that it was more obvious which row it belongs to.
git-svn-id: svn://10.0.0.236/trunk@218934 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
343ced44ba
commit
220875ac7c
@ -70,4 +70,7 @@
|
||||
</td>
|
||||
<td align="left" valign="top">[% caserun.case.priority FILTER html %]</td>
|
||||
<td align="left" valign="top">[% caserun.case.category.name FILTER html %]</td>
|
||||
<td align="center" valign="top"><span id="nbgs[% index %]">[% IF caserun.bug_count %]<a href="buglist.cgi?bug_id=[% caserun.get_buglist %]">[% caserun.bug_count %]</a>[% ELSE %][% caserun.bug_count %][% END %]</span></td>
|
||||
<td align="center" valign="top"><span id="nbgs[% index %]">
|
||||
[% FOREACH bug = caserun.bugs %]
|
||||
[% bug.bug_id FILTER bug_link(bug.bug_id) %]
|
||||
[% END %]</span></td>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
[%##### BEGIN Hidden Pane #####%]
|
||||
|
||||
<td colspan="11" style="margin:0px;padding:0px;">
|
||||
<td colspan="11" style="margin:0px;padding:0px; border-bottom: 1px solid #000;">
|
||||
<div id="ra[% index %]" class="ae_dv">
|
||||
|
||||
[%##### Action, Expected Results #####%]
|
||||
|
||||
@ -56,12 +56,13 @@
|
||||
[% FOREACH caserun = table.list %]
|
||||
[% index = loop.count %]
|
||||
<!-- START HEADER FOR [% index %]: CASE [% caserun.case.id %] -->
|
||||
<tr class="[% loop.count % 2 == 0 ? "bz_row_odd" : "bz_row_even" %]">
|
||||
<td colspan="11"><div style="margin-left:13px;margin-right:29px;"><b><a href="[% link %]summary" style="text-decoration:none;">Summary</a>:</b>
|
||||
[% caserun.case.summary FILTER html %]</div></td></tr>
|
||||
<tr id="head_caserun_[% index %]" class="[% loop.count % 2 == 0 ? "bz_row_odd" : "bz_row_even" %]" dojoType="ContentPane">
|
||||
[% PROCESS "testopia/caserun/short-form-header.html.tmpl" %]
|
||||
</tr>
|
||||
<tr class="[% loop.count % 2 == 0 ? "bz_row_odd" : "bz_row_even" %]">
|
||||
<td colspan="11"><div class="ae_s" style="margin-left:13px;margin-right:29px;"><b><a href="[% link %]summary" style="text-decoration:none;">Summary</a>:</b>
|
||||
[% caserun.case.summary FILTER html %]</div></td>
|
||||
<!-- ### START BODY FOR CASE [% caserun.case.id %] ### -->
|
||||
<tr id="body_caserun_[% index %]" class="[% loop.count % 2 == 0 ? "bz_row_odd" : "bz_row_even" %]">
|
||||
[% PROCESS "testopia/caserun/short-form.html.tmpl" %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user