Add the missing {/if}
This commit is contained in:
parent
ad697b610e
commit
1f93326188
|
|
@ -1904,5 +1904,6 @@ linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
|||
linekey.{$row.device_key_id}.xml_phonebook =
|
||||
linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
|
|
|
|||
|
|
@ -1936,8 +1936,6 @@ memorykey.{$row.device_key_id}.label = {$row.device_key_label}
|
|||
memorykey.{$row.device_key_id}.xml_phonebook =
|
||||
memorykey.{$row.device_key_id}.sub_type =
|
||||
|
||||
{else}
|
||||
memorykey.1.type = NA
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
|
|
|
|||
|
|
@ -1904,6 +1904,7 @@ linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
|||
linekey.{$row.device_key_id}.xml_phonebook =
|
||||
linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1403,6 +1403,7 @@ linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
|||
linekey.{$row.device_key_id}.xml_phonebook =
|
||||
linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue