Bugzilla – Attachment 29229 Details for
Bug 12220
bootstrap not responsive on all devices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12220 - bootstrap not responsive on all devices
Bug-12220---bootstrap-not-responsive-on-all-device.patch (text/plain), 1.70 KB, created by
Owen Leonard
on 2014-06-25 17:13:45 UTC
(
hide
)
Description:
Bug 12220 - bootstrap not responsive on all devices
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-06-25 17:13:45 UTC
Size:
1.70 KB
patch
obsolete
>From b0b0374414dbd6a1c3df2c0f2628c5dcbc3c66be Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 25 Jun 2014 13:07:52 -0400 >Subject: [PATCH] Bug 12220 - bootstrap not responsive on all devices >Content-Type: text/plain; charset="utf-8" > >The bootstrap theme includes a meta tag attribute which disables zooming >on some devices. This was unintentional and not desirable. This patch >removes the problematic attribute. > >See: >http://blog.javierusobiaga.com/stop-using-the-viewport-tag-until-you-know-ho > >To test: Apply the patch and view the OPAC on a device with a touch >interface. Attempt to zoom in on any OPAC page. Zooming should work. >--- > .../bootstrap/en/includes/doc-head-close.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc >index ab7b4bb..c3e2d83 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc >@@ -1,7 +1,7 @@ > </title> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats --> >-<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> >+<meta name="viewport" content="width=device-width, initial-scale=1" /> > <link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" /> > [% IF ( bidi ) %] > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" /> >-- >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 12220
:
29229
|
29268
|
29285