Bug 10100: adds a class to OPAC news dates
[koha-ffzg.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-main.tt
index 61235e6..3844fc5 100644 (file)
@@ -26,7 +26,7 @@
     [% FOREACH koha_new IN koha_news %]
     <tr><th>[% koha_new.title %]</th></tr>
     <tr><td><p>[% koha_new.new %]</p>
-                <p><i>(published on [% koha_new.newdate %])</i></p></td></tr>
+                <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr>
     [% END %]
     </table>
 </div>
@@ -63,6 +63,9 @@
        </form>
        </div>
     [% END %]
+    [% IF persona %]
+     <a href="#" class="persona-button" id="browserid" ><span>Sign in with your Email</span></a>
+    [% END %]
     [% END %]
     [% END %]
     [% IF ( OpacNavRight ) %]<div id="opacrightsidebar" class="container">[% OpacNavRight %]</div>[% END %]