Removing {$row.display_name} from the line button (#6233)
The reason I think this should be removed is because setting the label on this model of phone removes the ability to see status of the line button. For example (without the label), if I have a call on hold on my first line button, it will show the caller's number and the state of that call. For example: "4165551234 holding" When you put the label, it removes that great feature.
This commit is contained in:
parent
7e321c43fb
commit
d3c0f3ac34
|
|
@ -79,7 +79,7 @@
|
|||
<!-- Function Keys. View Key Types here: https://service.snom.com/display/wiki/Function+Key+Types -->
|
||||
<functionKeys e="2"> {assign var="maxKeys" value=77 - count($lines)}
|
||||
{foreach $lines as $row}
|
||||
<fkey idx="{$row.line_number-1}" context="{$row.line_number}" label="{$row.display_name}" perm="RW">line</fkey>
|
||||
<fkey idx="{$row.line_number-1}" context="{$row.line_number}" label="" perm="RW">line</fkey>
|
||||
{if $row@index eq 11}{break}{/if}
|
||||
{/foreach}
|
||||
{foreach $keys["line"] as $row}
|
||||
|
|
|
|||
Loading…
Reference in New Issue