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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt (-3 / +2 lines)
Lines 11-18 Link Here
11
                    [% SWITCH m.code %]
11
                    [% SWITCH m.code %]
12
                    [% CASE 'no_data_for_preview' %]<span>You did not specify data for preview.</span>
12
                    [% CASE 'no_data_for_preview' %]<span>You did not specify data for preview.</span>
13
                    [% CASE 'preview_not_available' %]<span>Preview is not available for letters '[% m.letter_code | html %]'.</span>
13
                    [% CASE 'preview_not_available' %]<span>Preview is not available for letters '[% m.letter_code | html %]'.</span>
14
                    [% CASE 'not_checked_in_yet' %]<span>Do not forget that the issue has not been checked in yet.</span>
14
                    [% CASE 'not_checked_in_yet' %]<span>Do not forget that the item has not been checked in yet.</span>
15
                    [% CASE 'not_checked_out_yet' %]<span>Do not forget that the issue has not been checked out yet.</span>
15
                    [% CASE 'not_checked_out_yet' %]<span>Do not forget that the item has not been checked out yet.</span>
16
                    [% CASE 'no_checkout' %]<span>This item is not checked out.</span>
16
                    [% CASE 'no_checkout' %]<span>This item is not checked out.</span>
17
                    [% CASE 'no_item_or_no_patron' %]<span>The item or the patron does not exist.</span>
17
                    [% CASE 'no_item_or_no_patron' %]<span>The item or the patron does not exist.</span>
18
                    [% CASE 'no_hold' %]<span>No hold is placed by this patron on this bibliographic record.</span>
18
                    [% CASE 'no_hold' %]<span>No hold is placed by this patron on this bibliographic record.</span>
19
- 

Return to bug 30767