add 'Show abbreviated results' also to bottom
This commit is contained in:
parent
fbc8314d13
commit
16ae528ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -394,10 +394,10 @@ $value
|
|||
<th>Result</th>
|
||||
<td>
|
||||
#if $abbr_result_text
|
||||
<a href="#" collapse" id="toggle-abbreviated-result" style="display: none;">Show abbreviated results</a>
|
||||
<div id="abbr-result">
|
||||
$abbr_result_text
|
||||
</div>
|
||||
<a href="#" collapse" id="toggle-abbreviated-result" style="display: none;">Show abbreviated results</a>
|
||||
<a href="#" collapse" id="toggle-full-result" style="display: none;">Show complete results</a>
|
||||
<div id="full-result">
|
||||
$full_result_text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue