Bugzilla – Attachment 24346 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 from bootstrap 2.3 to 3.0
upgrading-from-bootstrap-23-to-30.patch (text/plain), 3.47 KB, created by
AlexHorsman
on 2014-01-15 03:02:14 UTC
(
hide
)
Description:
upgrading from bootstrap 2.3 to 3.0
Filename:
MIME Type:
Creator:
AlexHorsman
Created:
2014-01-15 03:02:14 UTC
Size:
3.47 KB
patch
obsolete
>From f10d0ffcd644784fa0c0789a12d52bfd68ed94bb Mon Sep 17 00:00:00 2001 >From: alex_h <dhorsman@xtra.co.nz> >Date: Wed, 15 Jan 2014 14:16:03 +1300 >Subject: [PATCH] upgrading from bootstrap 2.3 to 3.0 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../opac-tmpl/bootstrap/en/modules/opac-privacy.tt | 22 ++++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt >index bc731cd..87ee575 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt >@@ -7,20 +7,20 @@ > [% INCLUDE 'masthead.inc' %] > > <div class="main"> >- <ul class="breadcrumb"> >+ <ul class="breadcrumb">conta > <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> > <li><a href="/cgi-bin/koha/opac-user.pl">[% firstname %] [% surname %]</a> <span class="divider">›</span></li> > <li><a href="#">Your privacy management</a></li> > </ul> > >- <div class="container-fluid"> >- <div class="row-fluid"> >- <div class="span2"> >+ <div class="container"> >+ <div class="row"> >+ <div class=".col-lg-2"> > <div id="navigation"> > [% INCLUDE 'navigation.inc' IsPatronPage=1 %] > </div> > </div> >- <div class="span10"> >+ <div class=".col-lg-10"> > <div id="userprivacy"> > <h3>Your privacy management</h3> > >@@ -48,7 +48,7 @@ > <input type="hidden" name="op" value="update_privacy" /> > <fieldset> > <label for="privacy">Please choose your privacy rule:</label> >- <div class="input-append"> >+ <div class="input-group"> > <select name="privacy" id="privacy"> > [% IF ( privacy0 ) %] > <option value="0" selected="selected" class="privacy0">Forever</option> >@@ -66,10 +66,10 @@ > <option value="2" class="privacy2">Never</option> > [% END %] > </select> >- <button type="Submit" class="btn">Submit</button> >+ <button type="Submit" class="btn btn-default">Submit</button> > </div> > </fieldset> >- </form> >+ .nav .navbar-nav </form> > <h2>Immediate deletion</h2> > <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-form"> > <input type="hidden" name="op" value="delete_record" /> >@@ -78,9 +78,9 @@ > </form> > [% END # / IF Ask_data %] > </div> <!-- / .userprivacy --> >- </div> <!-- / .span10 --> >- </div> <!-- / .row-fluid --> >- </div> <!-- / .container-fluid --> >+ </div> <!-- / .col-lg-10 --> >+ </div> <!-- / .row --> >+ </div> <!-- / .container --> > </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