This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-2179: Removed useless IDs
4.3
Jean-Roch Maitre
10 years ago
parent
806baf95a6
commit
b755c77308
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
views/users-feature-caller_id.html
+1
-1
views/users-feature-conferencing.html
+1
-1
views/users-feature-faxing.html
+ 1
- 1
views/users-feature-caller_id.html
View File
@ -6,7 +6,7 @@
{{ i18n.users.caller_id.headline }}
<
div
class
=
"switch"
>
{{#monsterSwitch}}
<
input
class
=
"switch-state"
type
=
"checkbox"
id
=
"checkbox_caller_id"
data-on-label
=
"{{i18n.enabled}}"
data-off-label
=
"{{i18n.disabled}}"
{
{
#
if
extra
.
mapFeatures
.
caller_id
.
active
}
}
checked
=
"checked"
{
{
/
if
}
}
>
<
/
input
>
<
input
class
=
"switch-state"
type
=
"checkbox"
data-on-label
=
"{{i18n.enabled}}"
data-off-label
=
"{{i18n.disabled}}"
{
{
#
if
extra
.
mapFeatures
.
caller_id
.
active
}
}
checked
=
"checked"
{
{
/
if
}
}
>
<
/
input
>
{{/monsterSwitch}}
<
/
div
>
<
/
div
>
+ 1
- 1
views/users-feature-conferencing.html
View File
@ -6,7 +6,7 @@
{{ i18n.users.conferencing.headline }}
<
div
class
=
"switch"
>
{{#monsterSwitch}}
<
input
class
=
"switch-state"
type
=
"checkbox"
id
=
"checkbox_caller_id"
data-on
=
"{{i18n.enabled}}"
data-off
=
"{{i18n.disabled}}"
{
{
#
if
user
.
extra
.
mapFeatures
.
conferencing
.
active
}
}
checked
=
"checked"
{
{
/
if
}
}
>
<
/
input
>
<
input
class
=
"switch-state"
type
=
"checkbox"
data-on
=
"{{i18n.enabled}}"
data-off
=
"{{i18n.disabled}}"
{
{
#
if
user
.
extra
.
mapFeatures
.
conferencing
.
active
}
}
checked
=
"checked"
{
{
/
if
}
}
>
<
/
input
>
{{/monsterSwitch}}
<
/
div
>
<
/
div
>
+ 1
- 1
views/users-feature-faxing.html
View File
@ -6,7 +6,7 @@
{{ i18n.users.faxing.headline }}
<
div
class
=
"switch"
>
{{#monsterSwitch}}
<
input
class
=
"switch-state"
type
=
"checkbox"
id
=
"checkbox_caller_id"
data-on
=
"{{i18n.enabled}}"
data-off
=
"{{i18n.disabled}}"
{
{
#
if
user
.
extra
.
mapFeatures
.
faxing
.
active
}
}
checked
=
"checked"
{
{
/
if
}
}
>
<
/
input
>
<
input
class
=
"switch-state"
type
=
"checkbox"
data-on
=
"{{i18n.enabled}}"
data-off
=
"{{i18n.disabled}}"
{
{
#
if
user
.
extra
.
mapFeatures
.
faxing
.
active
}
}
checked
=
"checked"
{
{
/
if
}
}
>
<
/
input
>
{{/monsterSwitch}}
<
/
div
>
<
/
div
>
Write
Preview
Loading…
Cancel
Save