Lines 289-295
canned reports and writing custom SQL reports.</p>
Link Here
|
289 |
<th>Saved results</th> |
289 |
<th>Saved results</th> |
290 |
<th>Saved SQL</th> |
290 |
<th>Saved SQL</th> |
291 |
<th> </th> |
291 |
<th> </th> |
292 |
<th> </th> |
292 |
[% IF ( CAN_user_reports_create_reports ) %] |
|
|
293 |
<th> </th> |
294 |
[% END %] |
293 |
</tr> |
295 |
</tr> |
294 |
</thead> |
296 |
</thead> |
295 |
<tbody> |
297 |
<tbody> |
Lines 837-843
Sub report:<select name="subreport">
Link Here
|
837 |
[% IF (public) %] |
839 |
[% IF (public) %] |
838 |
<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> |
840 |
<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> |
839 |
[% ELSE %] |
841 |
[% ELSE %] |
840 |
<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> |
842 |
<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> |
841 |
[% END %] |
843 |
[% END %] |
842 |
[% IF (usecache) %] <li> |
844 |
[% IF (usecache) %] <li> |
843 |
<label for="cache_expiry">Cache expiry:</label><input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry %]"></input> |
845 |
<label for="cache_expiry">Cache expiry:</label><input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry %]"></input> |
844 |
- |
|
|