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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt (-2 / +2 lines)
Lines 1-4 Link Here
1
[% INCLUDE 'doc-head-open.inc' %][% LibraryNameTitle or "Koha online" %] catalog › Comments on [% title %]
1
[% INCLUDE 'doc-head-open.inc' %][% LibraryNameTitle or "Koha online" %] catalog › Comments on [% title |html %]
2
[% INCLUDE 'doc-head-close.inc' %]
2
[% INCLUDE 'doc-head-close.inc' %]
3
<style type="text/css">
3
<style type="text/css">
4
  #custom-doc { width:37.08em;*width:36.16em;min-width:485px; margin:1em auto; text-align:left; }
4
  #custom-doc { width:37.08em;*width:36.16em;min-width:485px; margin:1em auto; text-align:left; }
Lines 68-74 Link Here
68
<form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
68
<form id="reviewf" action="/cgi-bin/koha/opac-review.pl[% IF ( cgi_debug ) %]?debug=1[% END %]" method="post">
69
    <input type="hidden" name="biblionumber" value="[% biblionumber | html%]" />
69
    <input type="hidden" name="biblionumber" value="[% biblionumber | html%]" />
70
	<fieldset class="brief">
70
	<fieldset class="brief">
71
	<legend>Comments on <i>[% title |html %] [% subtitle %]</i>[% IF ( author ) %]by [% author %][% END %]</legend>
71
    <legend>Comments on <i>[% title |html %] [% subtitle |html %]</i>[% IF ( author ) %]by [% author |html %][% END %]</legend>
72
            <ol><li><textarea id="review" name="review" cols="60" rows="8">[% review %]</textarea></li></ol>
72
            <ol><li><textarea id="review" name="review" cols="60" rows="8">[% review %]</textarea></li></ol>
73
		</fieldset>
73
		</fieldset>
74
    <p>Note: Your comment must be approved by a librarian. </p>
74
    <p>Note: Your comment must be approved by a librarian. </p>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt (-2 / +1 lines)
Lines 129-135 $.tablesorter.addParser({ Link Here
129
                    Search for:
129
                    Search for:
130
                </th>
130
                </th>
131
                <td>
131
                <td>
132
                    <input type="text" name="title" value="[% title %]" />
132
                    <input type="text" name="title" value="[% title |html %]" />
133
                </td>
133
                </td>
134
                <th>
134
                <th>
135
                Suggested by:
135
                Suggested by:
136
- 

Return to bug 8973