View | Details | Raw Unified | Return to bug 23978
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-8 / +7 lines)
Lines 849-855 Link Here
849
                            <input type="hidden" name="reportname" value="[% reportname | html %]" />
849
                            <input type="hidden" name="reportname" value="[% reportname | html %]" />
850
                            <input type="hidden" name="group" value="[% group | html %]" />
850
                            <input type="hidden" name="group" value="[% group | html %]" />
851
                            <input type="hidden" name="subgroup" value="[% subgroup | html %]" />
851
                            <input type="hidden" name="subgroup" value="[% subgroup | html %]" />
852
                            <input type="hidden" name="notes" value="[% notes | html %]" />
852
                            <input type="hidden" name="notes" value="[% notes | $raw %]" />
853
                            <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
853
                            <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
854
                            <input type="hidden" name="cache_expiry_units" value="[% cache_expiry_units | html %]" />
854
                            <input type="hidden" name="cache_expiry_units" value="[% cache_expiry_units | html %]" />
855
                            <input type="hidden" name="public" value="[% public | html %]" />
855
                            <input type="hidden" name="public" value="[% public | html %]" />
Lines 883-889 Link Here
883
                            <input type="hidden" name="id" value="[% id | html %]" />
883
                            <input type="hidden" name="id" value="[% id | html %]" />
884
                            <h1>Enter parameters for report [% name | html %]:</h1>
884
                            <h1>Enter parameters for report [% name | html %]:</h1>
885
                            [% IF ( notes ) %]
885
                            [% IF ( notes ) %]
886
                                <p>[% notes | html %]</p>
886
                                <p>[% notes | $raw %]</p>
887
                            [% END %]
887
                            [% END %]
888
                            <fieldset class="rows">
888
                            <fieldset class="rows">
889
                                <ol>
889
                                <ol>
Lines 943-949 Link Here
943
                    >
943
                    >
944
                    <div class="page-section">
944
                    <div class="page-section">
945
                        [% IF ( notes ) %]
945
                        [% IF ( notes ) %]
946
                            <p><span class="label">Notes:</span> [% notes | html %]</p>
946
                            <p><span class="label">Notes:</span> [% notes | $raw %]</p>
947
                        [% END %]
947
                        [% END %]
948
                        [% IF ( unlimited_total ) %]
948
                        [% IF ( unlimited_total ) %]
949
                            <p>
949
                            <p>
Lines 1415-1421 Link Here
1415
                                [% END # /IF (usecache) %]
1415
                                [% END # /IF (usecache) %]
1416
                                <li>
1416
                                <li>
1417
                                    <label for="notes">Notes:</label>
1417
                                    <label for="notes">Notes:</label>
1418
                                    <textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea>
1418
                                    <textarea id="notes" name="notes" cols="50" rows="2">[% notes | $raw %]</textarea>
1419
                                </li>
1419
                                </li>
1420
                            </ol>
1420
                            </ol>
1421
                        </fieldset>
1421
                        </fieldset>
Lines 1445-1451 Link Here
1445
                [% IF saved_results %]
1445
                [% IF saved_results %]
1446
                    <h1>Saved report results</h1>
1446
                    <h1>Saved report results</h1>
1447
                    <h2>[% name | html %]</h2>
1447
                    <h2>[% name | html %]</h2>
1448
                    <p>[% notes | html %]</p>
1448
                    <p>[% notes | $raw %]</p>
1449
                    <table>
1449
                    <table>
1450
                        [% FOREACH rows IN saved_results %]
1450
                        [% FOREACH rows IN saved_results %]
1451
                            <tr>
1451
                            <tr>
Lines 1465-1471 Link Here
1465
                            [% IF ( notes ) %]
1465
                            [% IF ( notes ) %]
1466
                                <li>
1466
                                <li>
1467
                                    <span class="label">Notes:</span>
1467
                                    <span class="label">Notes:</span>
1468
                                    [% notes | html %]
1468
                                    [% notes | $raw %]
1469
                                </li>
1469
                                </li>
1470
                            [% ELSE %]
1470
                            [% ELSE %]
1471
1471
Lines 1533-1539 Link Here
1533
                                [% END %]
1533
                                [% END %]
1534
                                <li>
1534
                                <li>
1535
                                    <label for="notes">Notes:</label>
1535
                                    <label for="notes">Notes:</label>
1536
                                    <textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea>
1536
                                    <textarea id="notes" name="notes" cols="50" rows="2">[% notes | $raw %]</textarea>
1537
                                </li>
1537
                                </li>
1538
                            </ol>
1538
                            </ol>
1539
                        </fieldset>
1539
                        </fieldset>
1540
- 

Return to bug 23978