BUG 7998 Adjustment in output documents, added label when a case is running.

This commit is contained in:
Hector Cortez
2011-11-10 15:28:10 -04:00
parent 4cc0f6c137
commit 50852564be
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
{elseif ($field->type==='button')}
<td class='tableOption' align="{$field->colAlign}" width="{$field->colWidth}">{$field->field}</td>
{elseif ($field->type==='link') || ($field->type==='menu')}
<td class='tableOption' align="{$field->colAlign}" width="{$field->colWidth}">&nbsp;{$field->field}</td>
<td class='tableOption' align="{$field->colAlign}" width="{$field->colWidth}"><img src="/images/bulletButtonLeft.gif" width="6" />&nbsp;{$field->field}</td>
{else}
<td class='tableOption' align="{$field->colAlign}" width="{$field->colWidth}"><img src="/images/bulletButton.gif" width="6" />&nbsp;{$field->label}&nbsp;{$field->field}</td>
{/if}