Bugzilla – Attachment 24337 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 2.3 to 3.0
Upgrading-Bootstrap-23-to-30.patch (text/plain), 6.34 KB, created by
Roman Amor
on 2014-01-15 02:58:48 UTC
(
hide
)
Description:
Upgrading Bootstrap 2.3 to 3.0
Filename:
MIME Type:
Creator:
Roman Amor
Created:
2014-01-15 02:58:48 UTC
Size:
6.34 KB
patch
obsolete
>From a61bff7f4e5c62ecbedfe4947e177adeb2d14fa0 Mon Sep 17 00:00:00 2001 >From: Roman Amor <romanwilton@gmail.com> >Date: Wed, 15 Jan 2014 14:42:37 +1300 >Subject: [PATCH] Upgrading Bootstrap 2.3 to 3.0 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 22 ++++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index a16dc47..73b250a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -16,14 +16,14 @@ > <li><a href="#">Your summary</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="userdetails" class="maincontent"> > [% IF ( bor_messages ) %] > <div class="alert alert-info"> >@@ -235,7 +235,7 @@ > </tbody> > </table> > [% IF ( canrenew && !userdebarred && OpacRenewalAllowed ) %] >- <input type="submit" class="btn" value="Renew selected" /> >+ <input type="submit" class="btn btn-default" value="Renew selected" /> > [% END %] > </form> > >@@ -246,7 +246,7 @@ > [% FOREACH ISSUE IN ISSUES %] > <input type="hidden" name="item" value="[% ISSUE.itemnumber %]" /> > [% END %] >- <input type="submit" class="btn" value="Renew all" /> >+ <input type="submit" class="btn btn-default" value="Renew all" /> > </form> > [% END %] > [% ELSE %] >@@ -560,7 +560,7 @@ > <form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> > <input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" /> > <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> >- <button type="submit" name="submit" class="btn btn-mini btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="icon-remove icon-white"></i> Cancel</button></form> >+ <button type="submit" name="submit" class="btn btn-small btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="glyphicon glyphicon-remove icon-white"></i> Cancel</button></form> > [% END %] > </td> > [% IF SuspendHoldsOpac %] >@@ -570,9 +570,9 @@ > <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> > > [% IF RESERVE.suspend %] >- <button class="btn btn-mini" type="submit" name="submit"><i class="icon-play"></i> Resume suspended hold</button> >+ <button class="btn btn-small" type="submit" name="submit"><i class="glyphicon glyphicon-play"></i> Resume suspended hold</button> > [% ELSE %] >- <button class="btn btn-mini" type="submit" name="submit"><i class="icon-pause"></i> Suspend hold</button> >+ <button class="btn btn-small" type="submit" name="submit"><i class="glyphicon glyphicon-pause"></i> Suspend hold</button> > > [% IF AutoResumeSuspendedHolds %] > <label for="suspend_until_[% RESERVE.reserve_id %]"> until </label> >@@ -592,7 +592,7 @@ > [% IF SuspendHoldsOpac %] > <div> > <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> >- <button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_SUSPEND_HOLDS);"><i class="icon-pause"></i> Suspend all holds</button> >+ <button type="submit" name="submit" class="btn btn-default" onclick="return confirmDelete(MSG_CONFIRM_SUSPEND_HOLDS);"><i class="glyphicon glyphicon-pause"></i> Suspend all holds</button> > <input type="hidden" name="suspend" value="1" /> > > [% IF AutoResumeSuspendedHolds %] >@@ -605,7 +605,7 @@ > <br/> > <div> > <form action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> >- <button type="submit" name="submit" class="btn" onclick="return confirmDelete(MSG_CONFIRM_RESUME_HOLDS);"><i class="icon-play"></i> Resume all suspended holds</button> >+ <button type="submit" name="submit" class="btn btn-default" onclick="return confirmDelete(MSG_CONFIRM_RESUME_HOLDS);"><i class="glyphicon glyphicon-play"></i> Resume all suspended holds</button> > <input type="hidden" name="suspend" value="0" /> > </form> > </div> >-- >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