From 7a6e650c421c0b404019acce1f64bf2e39b26db8 Mon Sep 17 00:00:00 2001 From: Jean-Roch Maitre Date: Tue, 3 Feb 2015 10:35:47 -0800 Subject: [PATCH] UI-1119: Added the ignore completed elsewhere feature to the same places it was setup in Kazoo-UI --- i18n/en-US.json | 6 ++++++ submodules/devices/devices.css | 13 ++++++------- views/devices-mobile.html | 19 ++++++++++++++----- views/devices-sip_device.html | 17 +++++++++++++---- views/devices-softphone.html | 17 +++++++++++++---- 5 files changed, 52 insertions(+), 20 deletions(-) diff --git a/i18n/en-US.json b/i18n/en-US.json index 8e5d2b5..bc34305 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -151,6 +151,12 @@ "type": "Type of encryption: ", "srtp": "SRTP", "zrtp": "ZRTP" + }, + "__comment": "UI-1119: Adding ignore_complete_elsewhere", + "__version": "3.19", + "ignoreCompletedElsewhere": { + "label": "Ignore Completed Elsewhere", + "help": "When checked supporting phones will show a call missed if it was part of a ring group answered elsewhere." } }, "restrictions": { diff --git a/submodules/devices/devices.css b/submodules/devices/devices.css index fbb68a4..5e24d5c 100644 --- a/submodules/devices/devices.css +++ b/submodules/devices/devices.css @@ -334,13 +334,12 @@ } /* RTP Special CSS */ -.edit-device .content .rtp-line { - margin-left: 100px; -} - .edit-device .content .rtp-line > * { float: left; - font-size: 14px; - line-height: 28px; - margin: 0 10px; + margin-right: 10px; +} + +.edit-device .form-horizontal .control-label.checkbox { + width: inherit; + margin-left: 35px; } diff --git a/views/devices-mobile.html b/views/devices-mobile.html index 7c8fdc8..10482be 100644 --- a/views/devices-mobile.html +++ b/views/devices-mobile.html @@ -206,16 +206,25 @@ {{ i18n.devices.popupSettings.miscellaneous.sectionTitle }} -
-