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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt (-2 / +1 lines)
Lines 98-104 $.tablesorter.addParser({ Link Here
98
    <h1>Enter a new purchase suggestion</h1>
98
    <h1>Enter a new purchase suggestion</h1>
99
99
100
    <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion</p>
100
    <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion</p>
101
    <p>Only the title is required, but the more information you enter the easier it will be for the librarians to find title you're requesting. The "Notes" field can be used to provide any additional information.</p>
101
    <p>Only the title is required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide any additional information.</p>
102
    <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
102
    <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
103
   <fieldset class="rows"> <ol>
103
   <fieldset class="rows"> <ol>
104
    <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" size="50" maxlength="80" /></li>
104
    <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" size="50" maxlength="80" /></li>
105
- 

Return to bug 7367