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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +2 lines)
Lines 797-806 Link Here
797
                        <input type="hidden" name="type" value="[% type | html %]" />
797
                        <input type="hidden" name="type" value="[% type | html %]" />
798
                        <input type="hidden" name="public" value="[% public | html %]" />
798
                        <input type="hidden" name="public" value="[% public | html %]" />
799
                        <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
799
                        <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
800
                        <p>You will need to save the report before you can execute it</p>
800
                        <p>You will need to save the report before you can execute it.</p>
801
                        <fieldset class="action"
801
                        <fieldset class="action"
802
                            ><input type="hidden" name="op" value="cud-save" />
802
                            ><input type="hidden" name="op" value="cud-save" />
803
                            <input type="submit" name="submit" class="btn btn-primary" value="Next" />
803
                            <input type="submit" name="submit" class="btn btn-primary" value="Save" />
804
                        </fieldset>
804
                        </fieldset>
805
                    </form>
805
                    </form>
806
                [% END #/ IF ( showreport ) %]
806
                [% END #/ IF ( showreport ) %]
807
- 

Return to bug 40425