Bugzilla – Attachment 15780 Details for
Bug 9551
OPACMobileUserCSS being overriden by OPACUserCSS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9551 - OPACMobileUserCSS being overriden by OPACUserCSS
Bug-9551---OPACMobileUserCSS-being-overriden-by-OP.patch (text/plain), 1.73 KB, created by
Kyle M Hall (khall)
on 2013-02-28 16:21:39 UTC
(
hide
)
Description:
Bug 9551 - OPACMobileUserCSS being overriden by OPACUserCSS
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-02-28 16:21:39 UTC
Size:
1.73 KB
patch
obsolete
>From 64b64ff44e9c3ead0f4f63057258bffa72cb36b1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 28 Feb 2013 11:19:29 -0500 >Subject: [PATCH] Bug 9551 - OPACMobileUserCSS being overriden by OPACUserCSS > >Test Plan: >1) Set a rule in OpacUserCSS that should be overidden by > a rule set in OPACMobileUserCSS >2) Load OPAC, check for OpacUserCSS taking precedence >3) Apply patch >4) Reload OPAC, check for OPACMobileUserCSS taking precedence >--- > .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc >index b5255ad..95c10a2 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc >+++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc >@@ -24,8 +24,8 @@ > <link rel="stylesheet" type="text/css" media="print" href="[% themelang %]/css/print.css" /> > <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no"> > <link rel="stylesheet" type="text/css" media="screen and (max-width:700px)" href="[% themelang %]/css/mobile.css" /> >-[% IF ( OPACMobileUserCSS ) %]<style type="text/css" media="screen and (max-width:700px)">[% OPACMobileUserCSS %]</style>[% END %] > [% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %] >+[% IF ( OPACMobileUserCSS ) %]<style type="text/css" media="screen and (max-width:700px)">[% OPACMobileUserCSS %]</style>[% END %] > <!-- yui js --> > <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> > <script type="text/javascript" src="[% yuipath %]/container/container-min.js"></script> >-- >1.7.2.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 9551
:
15780
|
16087
|
27297
|
27298
|
33131