Lines 1248-1253
Link Here
|
1248 |
<label for="notes">Notes:</label> |
1248 |
<label for="notes">Notes:</label> |
1249 |
<textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea> |
1249 |
<textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea> |
1250 |
</li> |
1250 |
</li> |
|
|
1251 |
|
1252 |
[% IF (save_and_run) %] |
1253 |
<li> |
1254 |
<label for="save_and_run">Run report after saving:</label> |
1255 |
<select id="save_and_run" name="save_and_run"> |
1256 |
<option value="0">No (default)</option> |
1257 |
<option value="1" selected="selected">Yes</option> |
1258 |
</select> |
1259 |
</li> |
1260 |
[% ELSE %] |
1261 |
<li> |
1262 |
<label for="save_and_run">Run report after saving:</label> |
1263 |
<select id="save_and_run" name="save_and_run"> |
1264 |
<option value="0" selected="selected">No (default)</option> |
1265 |
<option value="1">Yes</option> |
1266 |
</select> |
1267 |
</li> |
1268 |
[% END # /IF (save_and_run) %] |
1251 |
</ol> |
1269 |
</ol> |
1252 |
</fieldset> <!-- /.rows --> |
1270 |
</fieldset> <!-- /.rows --> |
1253 |
|
1271 |
|
Lines 1360-1365
Link Here
|
1360 |
<label for="notes">Notes:</label> |
1378 |
<label for="notes">Notes:</label> |
1361 |
<textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea> |
1379 |
<textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea> |
1362 |
</li> |
1380 |
</li> |
|
|
1381 |
|
1382 |
[% IF (save_and_run) %] |
1383 |
<li> |
1384 |
<label for="save_and_run">Run report after saving:</label> |
1385 |
<select id="save_and_run" name="save_and_run"> |
1386 |
<option value="0">No (default)</option> |
1387 |
<option value="1" selected="selected">Yes</option> |
1388 |
</select> |
1389 |
</li> |
1390 |
[% ELSE %] |
1391 |
<li> |
1392 |
<label for="save_and_run">Run report after saving:</label> |
1393 |
<select id="save_and_run" name="save_and_run"> |
1394 |
<option value="0" selected="selected">No (default)</option> |
1395 |
<option value="1">Yes</option> |
1396 |
</select> |
1397 |
</li> |
1398 |
[% END # /IF (save_and_run) %] |
1363 |
</ol> |
1399 |
</ol> |
1364 |
</fieldset> <!-- /.rows --> |
1400 |
</fieldset> <!-- /.rows --> |
1365 |
|
1401 |
|