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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 lines)
Lines 628-634 OPAC: Link Here
628
            - "Fields that should be mandatory for patron purchase suggestions:"
628
            - "Fields that should be mandatory for patron purchase suggestions:"
629
            - pref: OPACSuggestionMandatoryFields
629
            - pref: OPACSuggestionMandatoryFields
630
              multiple:
630
              multiple:
631
                title: Title
632
                author: Author
631
                author: Author
633
                copyrightdate: Copyright or publication date
632
                copyrightdate: Copyright or publication date
634
                isbn: ISBN, ISSN or other standard number
633
                isbn: ISBN, ISSN or other standard number
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-3 lines)
Lines 56-62 Link Here
56
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form">
56
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form">
57
                                <fieldset class="rows">
57
                                <fieldset class="rows">
58
                                    <ol>
58
                                    <ol>
59
                                        [% UNLESS ( title_hidden ) %]
60
                                            <li>
59
                                            <li>
61
                                                [% IF ( title_required ) %]
60
                                                [% IF ( title_required ) %]
62
                                                    <label for="title" class="required">Title:</label>
61
                                                    <label for="title" class="required">Title:</label>
Lines 67-73 Link Here
67
                                                    <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" />
66
                                                    <input type="text" id="title" name="title" class="span6" maxlength="255" value="[% title | html %]" />
68
                                                [% END %]
67
                                                [% END %]
69
                                            </li>
68
                                            </li>
70
                                        [% END %]
71
                                        <li>
69
                                        <li>
72
                                        [% UNLESS ( author_hidden ) %]
70
                                        [% UNLESS ( author_hidden ) %]
73
                                                [% IF ( author_required ) %]
71
                                                [% IF ( author_required ) %]
74
- 

Return to bug 23420