Button Label lenght
It seems that I have some long names in my ext.
The long ones gets truncated and only the first name show, like "Conference Room" only show as "Conference"
where can I set a few more chars for the labels?
thanks
The long ones gets truncated and only the first name show, like "Conference Room" only show as "Conference"
where can I set a few more chars for the labels?
thanks
Comments
.extenbutton {
width:17.4em;
font-size:50%;
color:#000;
float:left;
border:2px outset #000;
margin:3px;
padding:2px;
}
also tried to change overflow:hidden to overflow:visible for body with no affect.
Cheers, KGA
However, if you want to monitor only trunks, you can very well create a custom configuration for buttons where every trunk is defined as an extension. The differentiation between extension and trunks is arbitrary.
Cheers, KGA
1) reduce or hide the extensions left column/grid (you can add a style display none to the div)
2) increase the size of the right column (just change the grid class for it)
3) edit operator.css and set the trunkbutton class to be of fixed width.
Best regards,