From ab2e324881e8a87d1eed404223ca5ce0b43fb6e6 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 15 Jan 2014 15:53:46 +1300 Subject: [PATCH] Upgrading opac-registration-confirmation.tt from Bootstrap 2.3 to 3.0 http://bugs.koha-community.org/show_bug.cgi?id=11558 --- .../en/modules/opac-registration-confirmation.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt index cda5a46..f11aaf6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt @@ -13,10 +13,10 @@
  • Registration complete
  • -
    -
    +
    +
    [% IF ( OpacNav || OpacNavBottom ) %] -
    +
    @@ -24,9 +24,9 @@ [% END %] [% IF ( OpacNav || OpacNavBottom ) %] -
    +
    [% ELSE %] -
    +
    [% END %]
    @@ -45,7 +45,7 @@
    [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %] -
    +
    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] [% UNLESS ( loggedinusername ) %] [% UNLESS ( casAuthentication ) %] @@ -57,7 +57,7 @@
    - +
    [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

    Don't have an account? Register here.

    [% END %] @@ -82,4 +82,4 @@
    [% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %][% END %] \ No newline at end of file +[% BLOCK jsinclude %][% END %] -- 1.7.9.5