Fix the syntax for the Mitel template.

This commit is contained in:
markjcrane 2016-01-29 10:53:36 -07:00
parent 861153fb05
commit b8c0c5f2dc
3 changed files with 3 additions and 3 deletions

View File

@ -280,7 +280,7 @@
{if $row.device_key_line == "7"}{$feature = "12"}{$user_id = $user_id_7}{/if}
{if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if}
<Key Line="{$row.device_key_line}" Fea="{$feature}" Des="{$row.device_key_label}" Addr="" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
{/else}
{/if}{if $row.device_key_category != "line"}
<Key Line="{$row.device_key_line}" Fea="{$device_key_type}" Des="{$row.device_key_label}" Addr="" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
{/if}
{/foreach}

View File

@ -280,7 +280,7 @@
{if $row.device_key_line == "7"}{$feature = "12"}{$user_id = $user_id_7}{/if}
{if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if}
<Key Line="{$row.device_key_line}" Fea="{$feature}" Des="{$row.device_key_label}" Addr="" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
{/else}
{/if}{if $row.device_key_category != "line"}
<Key Line="{$row.device_key_line}" Fea="{$device_key_type}" Des="{$row.device_key_label}" Addr="" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
{/if}
{/foreach}

View File

@ -280,7 +280,7 @@
{if $row.device_key_line == "7"}{$feature = "12"}{$user_id = $user_id_7}{/if}
{if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if}
<Key Line="{$row.device_key_line}" Fea="{$feature}" Des="{$row.device_key_label}" Addr="" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
{/else}
{/if}{if $row.device_key_category != "line"}
<Key Line="{$row.device_key_line}" Fea="{$device_key_type}" Des="{$row.device_key_label}" Addr="" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
{/if}
{/foreach}