implemented bookbag rss link
authorberick <berick@esilibrary.com>
Thu, 17 Mar 2011 19:53:28 +0000 (15:53 -0400)
committerberick <berick@esilibrary.com>
Thu, 17 Mar 2011 20:05:10 +0000 (16:05 -0400)
Open-ILS/web/images/small-rss.png [new file with mode: 0644]
Open-ILS/web/templates/default/opac/myopac/lists.tt2

diff --git a/Open-ILS/web/images/small-rss.png b/Open-ILS/web/images/small-rss.png
new file mode 100644 (file)
index 0000000..67d0f37
Binary files /dev/null and b/Open-ILS/web/images/small-rss.png differ
index 95c720c..b72a97f 100644 (file)
                     </form>
                     <div class="bookbag-controls"><big><strong>[% bbag.name %]</strong></big></div>
                     <div class="bookbag-controls">
-                        [% IF bbag.pub == 't'; # XXX TODO %]
-                        <!-- <a target='_blank' name='share_list_rss'><img
+                        [% IF bbag.pub == 't'; %]
+                        <a target='_blank' href='/opac/extras/feed/bookbag/rss2-full/[% bbag.id %]'><img
                             alt="[% l('RSS Feed') %]" border="0"
-                            src="[% ctx.media_prefix %]/images/small-rss.png"
-                            title="[% l('You are sharing this list') %]" /></a> -->
+                            src="[% ctx.media_prefix %]/images/small-rss.png"/></a>
                         [% END %]
                     </div>
                     <div class="clear-both pad-bottom-five"></div>