Lines 280-286
canned reports and writing custom SQL reports.</p>
Link Here
|
280 |
<th>Saved results</th> |
280 |
<th>Saved results</th> |
281 |
<th>Saved SQL</th> |
281 |
<th>Saved SQL</th> |
282 |
<th> </th> |
282 |
<th> </th> |
283 |
<th> </th> |
283 |
[% IF ( CAN_user_reports_create_reports ) %] |
|
|
284 |
<th> </th> |
285 |
[% END %] |
284 |
</tr> |
286 |
</tr> |
285 |
</thead> |
287 |
</thead> |
286 |
<tbody> |
288 |
<tbody> |
Lines 808-814
Sub report:<select name="subreport">
Link Here
|
808 |
[% IF (public) %] |
810 |
[% IF (public) %] |
809 |
<li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">No (default)</option> <option value="1" selected="selected">Yes</option> </select></li> |
811 |
<li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0">No (default)</option> <option value="1" selected="selected">Yes</option> </select></li> |
810 |
[% ELSE %] |
812 |
[% ELSE %] |
811 |
<li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selelcted">No (default)</option> <option value="1">Yes</option> </select></li> |
813 |
<li><label for="public">Report is public:</label><select id="public" name="public"> <option value="0" selected="selected">No (default)</option> <option value="1">Yes</option> </select></li> |
812 |
[% END %] |
814 |
[% END %] |
813 |
[% IF (usecache) %] <li> |
815 |
[% IF (usecache) %] <li> |
814 |
<label for="cache_expiry">Cache expiry:</label><input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry %]"></input> |
816 |
<label for="cache_expiry">Cache expiry:</label><input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry %]"></input> |
815 |
- |
|
|