|
Lines 927-933
Link Here
|
| 927 |
<fieldset class="action"> |
927 |
<fieldset class="action"> |
| 928 |
<input type="hidden" name="op" value="run" /> |
928 |
<input type="hidden" name="op" value="run" /> |
| 929 |
[% IF ( template_id ) %] |
929 |
[% IF ( template_id ) %] |
| 930 |
<input type="hidden" name="template" value="[% template_id %]" /> |
930 |
<input type="hidden" name="template" value="[% template_id | html %]" /> |
| 931 |
[% END %] |
931 |
[% END %] |
| 932 |
<button type="submit" class="btn btn-primary">Run the report</button> |
932 |
<button type="submit" class="btn btn-primary">Run the report</button> |
| 933 |
</fieldset> |
933 |
</fieldset> |
| 934 |
- |
|
|