Bugzilla – Attachment 24333 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), 3.34 KB, created by
Roman Amor
on 2014-01-15 02:58:18 UTC
(
hide
)
Description:
Upgraded Bootstrap 2.3 to 3.0
Filename:
MIME Type:
Creator:
Roman Amor
Created:
2014-01-15 02:58:18 UTC
Size:
3.34 KB
patch
obsolete
>From eea7cab1aa653812bc4df936fb0a5a2f4c1f4259 Mon Sep 17 00:00:00 2001 >From: Roman Amor <romanwilton@gmail.com> >Date: Wed, 15 Jan 2014 15:34:47 +1300 >Subject: [PATCH] Upgraded Bootstrap 2.3 to 3.0 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../bootstrap/en/modules/opac-suggestions.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 0ba0412..f067a01 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -15,14 +15,14 @@ > <li><a href="#">Your purchase suggestions</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="usersuggestions" class="maincontent"> > [% IF ( op_add ) %] > <h1>Enter a new purchase suggestion</h1> >@@ -87,7 +87,7 @@ > <fieldset class="action"> > <input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /> > <input type="hidden" name="op" value="add_confirm" /> >- <input type="submit" onclick="Check(this.form); return false;" class="btn" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a> >+ <input type="submit" onclick="Check(this.form); return false;" class="btn btn-default" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a> > </fieldset> > </form> > [% END # IF op_add %] >@@ -115,12 +115,12 @@ > <label for="title">Search for:</label> > <input type="text" name="title" id="title" value="[% title |html %]" /> > <label for="suggestedby">Suggested by:</label> >- <div class="input-append"> >+ <div class="input-group"> > <select name="suggestedby" id="suggestedby"> > <option value="0">Anyone</option> > <option value="1">Me</option> > </select> >- <button type="submit" class="btn">Go</button> >+ <button type="submit" class="btn btn-default">Go</button> > </div> > </fieldset> > </form> >-- >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