Change dssSide instead of SidekeyConfig1 (#5446)
This commit is contained in:
@@ -2626,16 +2626,14 @@
|
|||||||
<DSSExtend4IP></DSSExtend4IP>
|
<DSSExtend4IP></DSSExtend4IP>
|
||||||
<DSSExtend5MAC></DSSExtend5MAC>
|
<DSSExtend5MAC></DSSExtend5MAC>
|
||||||
<DSSExtend5IP></DSSExtend5IP>
|
<DSSExtend5IP></DSSExtend5IP>
|
||||||
<dssSide index="1">
|
|
||||||
{foreach $keys["line"] as $row}
|
{foreach $keys["line"] as $row}
|
||||||
<Fkey index="{$row.device_key_id}">
|
<SidekeyConfig1 index="{$row.device_key_id}">
|
||||||
<Type>{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}</Type>
|
<Type>{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}</Type>
|
||||||
<Value>{if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}</Value>
|
<Value>{if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}</Value>
|
||||||
<Title>{$row.device_key_label}</Title>
|
<Title>{$row.device_key_label}</Title>
|
||||||
<ICON>{$row.device_key_icon}</ICON>
|
<ICON>{$row.device_key_icon}</ICON>
|
||||||
</Fkey>
|
</SidekeyConfig1>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</dssSide>
|
|
||||||
|
|
||||||
{strip}{*-- Each Internal Index contains 6 keys --*}{/strip}
|
{strip}{*-- Each Internal Index contains 6 keys --*}{/strip}
|
||||||
<internal index="1">
|
<internal index="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user