From 2aab84239d0f79f41e769b2a708d2f552c066f1e Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Sat, 28 Dec 2019 22:09:24 -0800 Subject: [PATCH] Added Raspberry Pi device icon support for mobile site. --- views/default-mobile.handlebars | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 74f56512..9a35b243 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -78,6 +78,13 @@ border: none; } + .i7 { + background: url(../images/icons50.png) -300px 0px; + height: 50px; + width: 50px; + border: none; + } + .m0 { background: url(../images/images16.png) -32px 0px; height: 16px; @@ -2155,13 +2162,14 @@ var rights = GetNodeRights(currentNode); if ((rights & 4) == 0) return; - var x = '
'; + var x = '
'; x += '
'; x += '
'; - x += '

'; - x += '
'; + x += '
'; + x += '

'; x += '
'; - x += '
'; + x += '
'; + x += '
'; setDialogMode(2, "Icon Selection", 0, null, x); QV('id_dialogclose', true); }