Bugzilla – Attachment 24366 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]
upgraded opac-browser.tt to botstrap 3
upgraded-opac-browsertt-to-botstrap-3.patch (text/plain), 2.02 KB, created by
Tom Houlker
on 2014-01-15 03:15:17 UTC
(
hide
)
Description:
upgraded opac-browser.tt to botstrap 3
Filename:
MIME Type:
Creator:
Tom Houlker
Created:
2014-01-15 03:15:17 UTC
Size:
2.02 KB
patch
obsolete
>From 5b8be1496d83d7ce1b8bd39bbc53f71827a0f15f Mon Sep 17 00:00:00 2001 >From: Tom Houlker <thomas.houlker@hibs.school.nz> >Date: Wed, 15 Jan 2014 15:51:26 +1300 >Subject: [PATCH] upgraded opac-browser.tt to botstrap 3 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../opac-tmpl/bootstrap/en/modules/opac-browser.tt | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt >index ba97e08..6de034f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt >@@ -7,17 +7,17 @@ > [% INCLUDE 'masthead.inc' %] > > <div class="main"> >- <div class="container-fluid"> >- <div class="row-fluid"> >+ <div class="container"> >+ <div class="row"> > [% IF ( OpacNav || OpacNavBottom ) %] >- <div class="span2"> >+ <div class="col-lg-2"> > <div id="navigation"> > [% INCLUDE 'navigation.inc' %] > </div> > </div> > [% END %] > >- [% IF ( OpacNav ) %]<div class="span10">[% ELSE %]<div class="span12">[% END %] >+ [% IF ( OpacNav ) %]<div class="col-lg-10">[% ELSE %]<div class="col-lg-12">[% END %] > > <div id="userbrowser"> > <h1>Browse our catalog</h1> >@@ -65,10 +65,10 @@ > [% END # / IF have_hierarchy %] > > </div> <!-- / .userbrowser --> >- </div> <!-- / .span10 --> >- </div> <!-- / .row-fluid --> >- </div> <!-- / .container-fluid --> >+ </div> <!-- / .col-lg-10 --> >+ </div> <!-- / .row --> >+ </div> <!-- / .container --> > </div> <!-- / .main --> > > [% INCLUDE 'opac-bottom.inc' %] >-[% BLOCK jsinclude %][% END %] >\ No newline at end of file >+[% BLOCK jsinclude %][% END %] >-- >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