Added titles to images on run form. Added sorting by summary on caseruns.

This commit is contained in:
ghendricks%novell.com 2006-10-30 18:22:56 +00:00
Родитель ac92365ce3
Коммит 522e8619e5
3 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -44,7 +44,12 @@
events => "onChange='chBld($index, this.value, \"$caserun.status\", $caserun.id)'"}
%]
</td>
<td align="left" valign="top"><input name="env_[% index %]" id="env_[% index %]" size="5" value="[% caserun.environment_id FILTER none %]"><a href="tr_query.cgi?current_tab=environment" target="blank"><img src="testopia/img/env_lookup.png" align="middle"></a>&nbsp;<image src="testopia/img/confirm.png" align="middle" onClick='chEnv([% index %], document.getElementById("env_[% index %]").value, "[% caserun.status %]", [% caserun.id %], [% caserun.environment_id %])' style="cursor:pointer"></td>
<td align="left" valign="top" width="80px">
<input name="env_[% index %]" id="env_[% index %]" size="5" value="[% caserun.environment_id FILTER none %]">
<a href="tr_query.cgi?current_tab=environment" target="blank">
<img src="testopia/img/env_lookup.png" align="middle" title="Search for Environments"></a>&nbsp;
<img src="testopia/img/confirm.png" align="middle" title="Update Environment" onClick='chEnv([% index %], document.getElementById("env_[% index %]").value, "[% caserun.status %]", [% caserun.id %], [% caserun.environment_id %])' style="cursor:pointer">
</td>
<td align="left" valign="top"><span id="own[% index %]"><a href="mailto:[% caserun.assignee.login %]">[% caserun.assignee.login %]</a></span></td>
<td align="left" valign="top"><span id="tdb[% index %]"><a href="mailto:[% caserun.testedby.login %]">[% caserun.testedby.login %]</a></span></td>

Просмотреть файл

@ -60,7 +60,7 @@
[% 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>Summary:</b>&nbsp;
<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>&nbsp;
[% 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" %]">

Просмотреть файл

@ -46,7 +46,7 @@
<td><input name="manager" value="[% run.manager.login ? run.manager.login : user.login FILTER html %]"></td>
<th align="right">Environment</td>
<td><input name="environment" id="environment" value="[% run.environment.id FILTER none %]" />
<a href="tr_query.cgi?current_tab=environment" target="blank"><img src="testopia/img/env_lookup.png" align="middle"></a>
<a href="tr_query.cgi?current_tab=environment" target="blank"><img src="testopia/img/env_lookup.png" title="Search for Environments" align="middle"></a>
<a href="tr_new_environment.cgi" target="_blank">New</a>
</td>