Bugzilla – Attachment 24335 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 Bootstrap 2.3 to 3.0
Upgraded-Bootstrap-23-to-30.patch (text/plain), 2.49 KB, created by
Roman Amor
on 2014-01-15 02:58:34 UTC
(
hide
)
Description:
Upgraded Bootstrap 2.3 to 3.0
Filename:
MIME Type:
Creator:
Roman Amor
Created:
2014-01-15 02:58:34 UTC
Size:
2.49 KB
patch
obsolete
>From cd0703d251d823ffd2f92440d390833835fe60c0 Mon Sep 17 00:00:00 2001 >From: Roman Amor <romanwilton@gmail.com> >Date: Wed, 15 Jan 2014 15:24:52 +1300 >Subject: [PATCH] Upgraded Bootstrap 2.3 to 3.0 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../bootstrap/en/modules/opac-tags_subject.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt >index a79ff9f..724b4fb 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt >@@ -12,10 +12,10 @@ > <li><a href="#">Subject cloud</a></li> > </ul> > >- <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> >@@ -23,9 +23,9 @@ > [% END %] > > [% IF ( OpacNav || OpacNavBottom ) %] >- <div class="span7"> >+ <div class="col-lg-7"> > [% ELSE %] >- <div class="span9"> >+ <div class="col-lg-9"> > [% END %] > <div id="subjectcloud"> > <h1>Subject cloud</h1> >@@ -35,7 +35,7 @@ > <fieldset> > <legend>Show</legend> > <form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="post"> >- <p>up to <input type="text" name="number" value="[% number %]" size="4" maxlength="4" /> subjects <input type="submit" class="btn" value="OK" /></p> >+ <p>up to <input type="text" name="number" value="[% number %]" size="4" maxlength="4" /> subjects <input type="submit" class="btn btn-default" value="OK" /></p> > </form> > </fieldset> > >@@ -57,4 +57,4 @@ > </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