Bugzilla – Attachment 134670 Details for
Bug 30701
On small screens, upload tool buttons cannot be clicked
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30701: Make Upload Tool buttons work on mobile-size screen
Bug-30701-Make-Upload-Tool-buttons-work-on-mobile-.patch (text/plain), 1.90 KB, created by
Aleisha Amohia
on 2022-05-06 03:39:04 UTC
(
hide
)
Description:
Bug 30701: Make Upload Tool buttons work on mobile-size screen
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-05-06 03:39:04 UTC
Size:
1.90 KB
patch
obsolete
>From 274e59f485e41f092dab9ffb76069962cb6b0678 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Fri, 6 May 2022 03:33:59 +0000 >Subject: [PATCH] Bug 30701: Make Upload Tool buttons work on mobile-size > screen > >When the Upload tool is accessed on a smaller (mobile) screen (less than >768 pixels wide), the Upload and Browse buttons cannot be clicked. This >patch fixes that. > >To test: >1) Go to Tools -> Upload >2) Make the screen narrower, either by opening your browser's Inspector >tool and using Responsive Design Mode, or by dragging in the edge of the >window to make it narrower. >3) Notice that when the screen becomes narrower than 768px, the sections >squash together and the padding between them is lost. Try to click on >the Browse and Upload buttons, notice you cannot. >4) Apply patch and refresh the Upload Tool >5) Ensure the screen is narrower than 768px. Confirm there is now >padding between the sections, and the buttons are clickable again. > >Sponsored-by: Chartered Accountants Australia and New Zealand >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >index 9f6da6ab3c..c88238fab1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >@@ -280,12 +280,12 @@ > [% PROCESS form_new %] > <div class="row"> > [% IF uploadcategories %] >- <div class="col-sm-6"> >+ <div class="col-xs-6"> > [% PROCESS form_browse %] > </div> >- <div class="col-sm-6"> >+ <div class="col-xs-6"> > [% ELSE %] >- <div class="col-sm-12"> >+ <div class="col-xs-12"> > [% END %] > [% PROCESS form_search %] > </div> >-- >2.11.0
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 30701
:
134670
|
134762
|
134769
|
134975