Bugzilla – Attachment 24343 Details for
Bug 11558
Collector bug for Academy bootstrap3 upgrading work - Not ready (not even close) for use yet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrading bootstrap from 2.3 to 3.0
Upgrading-bootstrap-from-23-to-30.patch (text/plain), 3.15 KB, created by
Merllissia Manueli
on 2014-01-15 03:00:14 UTC
(
hide
)
Description:
Upgrading bootstrap from 2.3 to 3.0
Filename:
MIME Type:
Creator:
Merllissia Manueli
Created:
2014-01-15 03:00:14 UTC
Size:
3.15 KB
patch
obsolete
>From f09b6b289f2bed2ffeb145efdfd727a885b71b5e Mon Sep 17 00:00:00 2001 >From: merllissia <manuelimel@gmail.com> >Date: Wed, 15 Jan 2014 14:48:58 +1300 >Subject: [PATCH] Upgrading bootstrap from 2.3 to 3.0 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../opac-tmpl/bootstrap/en/modules/opac-main.tt | 22 ++++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >index 5b68c19..24bde0d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >@@ -14,17 +14,17 @@ > > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] > [% IF ( loggedinusername ) %] >- <div id="loggedin" class="container-fluid"> >+ <div id="loggedin"> > [% ELSE %] >- <div id="notloggedin" class="container-fluid"> >+ <div id="notloggedin"> > [% END %] > [% ELSE %] >- <div id="notloggedin" class="container-fluid"> >+ <div id="notloggedin"> > [% END %] > >- <div class="row-fluid"> >+ <div class="row"> > [% IF ( OpacNav || OpacNavBottom ) %] >- <div class="span2"> >+ <div class="col-lg-2"> > <div id="navigation"> > [% INCLUDE 'navigation.inc' %] > </div> >@@ -32,9 +32,9 @@ > [% END %] > > [% IF ( OpacNav || OpacNavBottom ) %] >- <div class="span7"> >+ <div class="col-lg-7"> > [% ELSE %] >- <div class="span9"> >+ <div class="col-lg-9"> > [% END %] > > [% IF ( koha_news_count ) %] >@@ -62,7 +62,7 @@ > </div> <!-- / .span 7/9 --> > > [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %] >- <div class="span3"> >+ <div class="col-lg-3"> > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] > [% UNLESS ( loggedinusername ) %] > [% UNLESS ( casAuthentication ) %] >@@ -74,7 +74,7 @@ > <label for="userid">Login:</label><input type="text" id="userid" name="userid" /> > <label for="password">Password:</label><input type="password" id="password" name="password" /> > <fieldset class="action"> >- <input type="submit" value="Log in" class="btn" /> >+ <input type="submit" value="Log in" class="btn btn-default" /> > </fieldset> > [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="patronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %] > </fieldset> >@@ -94,8 +94,8 @@ > </div> <!-- / .span3 --> > [% END # /opacuserlogin || OpacNavRight %] > >- </div> <!-- /.container-fluid --> >- </div> <!-- /.row-fluid --> >+ </div> >+ </div> <!-- /.row --> > </div> <!-- /.main --> > > [% INCLUDE 'opac-bottom.inc' %] >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11558
:
24326
|
24327
|
24328
|
24329
|
24330
|
24331
|
24332
|
24333
|
24334
|
24335
|
24336
|
24337
|
24338
|
24339
|
24340
|
24341
|
24342
| 24343 |
24344
|
24345
|
24346
|
24347
|
24348
|
24349
|
24350
|
24351
|
24352
|
24353
|
24354
|
24355
|
24356
|
24357
|
24358
|
24359
|
24360
|
24361
|
24362
|
24363
|
24364
|
24365
|
24366
|
24367
|
24368
|
24369
|
24370
|
24371
|
24372
|
24373
|
24374
|
24375
|
24431