Bugzilla – Attachment 140034 Details for
Bug 8305
Add an icon for iOS home screens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8305: Added an icon for iOS home screen
Bug-8305-Added-an-icon-for-iOS-home-screen.patch (text/plain), 1.39 KB, created by
Isobel Graham
on 2022-09-01 10:16:09 UTC
(
hide
)
Description:
Bug 8305: Added an icon for iOS home screen
Filename:
MIME Type:
Creator:
Isobel Graham
Created:
2022-09-01 10:16:09 UTC
Size:
1.39 KB
patch
obsolete
>From 0520850df9b3c261e228df46215196c7f6789b9f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 1 Sep 2022 11:03:31 +0100 >Subject: [PATCH] Bug 8305: Added an icon for iOS home screen > >1. Bookmark the Koha OPAC on an iOS device >2. See if an icon is formed on the home screen > of the device >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc | 1 + > 1 file changed, 1 insertion(+) > >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 816f4a8d4b..05b5a393fd 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 >@@ -9,6 +9,7 @@ > <meta name="description" content="[% Koha.Preference('OpacMetaDescription') | html %]" /> > [% END %] > <link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | url %]/[% theme | url %]/images/favicon.ico[% END %]" type="image/x-icon" /> >+<link rel="apple-touch-icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | url %]/[% theme | url %]/images/favicon.ico[% END %]" type="image/x-icon" /> > [% IF ( bidi ) %] > [% Asset.css("lib/jquery/jquery-ui-rtl-1.13.1.min.css") | $raw %] > [% ELSE %] >-- >2.37.3
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 8305
:
140034
|
140340
|
140962