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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1218-1224 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
1218
        <div><a id="twitter" href="http://twitter.com/share" title="Share on Twitter">Twitter</a></div>
1218
        <div><a id="twitter" href="http://twitter.com/share" title="Share on Twitter">Twitter</a></div>
1219
        <div><a id="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on LinkedIn">LinkedIn</a></div>
1219
        <div><a id="linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on LinkedIn">LinkedIn</a></div>
1220
        <div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on Delicious">Delicious</a></div>
1220
        <div><a id="delicious" href="http://www.delicious.com/save?url=[% current_url |url %]&amp;title=[% title |url %]" title="Share on Delicious">Delicious</a></div>
1221
        <div><a id="email" href="mailto:?subject=[% title %]&amp;body=[% title %] ([% current_url |url %])" title="Share by email">Email</a></div>
1221
        <div><a id="email" href="mailto:?subject=[% title |url %]&amp;body=[% title |url %] ([% current_url |url %])" title="Share by email">Email</a></div>
1222
        <div><g:plusone size="small"></g:plusone></div>
1222
        <div><g:plusone size="small"></g:plusone></div>
1223
    </div>
1223
    </div>
1224
[% END %]
1224
[% END %]
(-)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 &rsaquo; Comments on [% title %]
1
[% INCLUDE 'doc-head-open.inc' %][% LibraryNameTitle or "Koha online" %] catalog &rsaquo; 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
    <input type="hidden" name="biblionumber" value="[% biblionumber | html%]" />
68
    <input type="hidden" name="biblionumber" value="[% biblionumber | html%]" />
69
    [% IF ( reviewid ) %]<input type="hidden" name="reviewid" value="[% reviewid | html%]" />[% END %]
69
    [% IF ( reviewid ) %]<input type="hidden" name="reviewid" value="[% reviewid | html%]" />[% END %]
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 %]</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 152-158 $.tablesorter.addParser({ Link Here
152
                    Search for:
152
                    Search for:
153
                </th>
153
                </th>
154
                <td>
154
                <td>
155
                    <input type="text" name="title" value="[% title %]" />
155
                    <input type="text" name="title" value="[% title |html %]" />
156
                </td>
156
                </td>
157
                <th>
157
                <th>
158
                Suggested by:
158
                Suggested by:
159
- 

Return to bug 8973