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
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
operator.css increase the width for the extension button. Or reduce the font size.
I tried changing font size to 50% in operator.css, restarted fop2 and httpd and font size doesn't change. What am I missing?
.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.
font-size should be specified in em or px, and you will need to clear your browser cache also.
Well.. and what about trunk buttons label length? Is it possible to set more chasrs 4 a trunk name? Also mb it's possible to make trunks look like extensions? For example I've got transit Asterisk server and there is no extensions registered, only trunks. So I've got about 50 trunks to my Asterisk, and I would like to display em like extensions: in the center of the page, not only in the row, but in the line, if u know what I mean. Thx.
Cheers, KGA
The trunk width is a relative value , to increase the width you have to modify the layout (index.html) and change grid numbers to make the column wider.
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.
Yeap.. I was thinkin' about creating a new buttons.cfg with trunks as extensions, and so I did. But there are some differences between monitoring diled numbers. That's why this is not for me. So I'll try to modify index.html. Thx.
Cheers, KGA
Ok, in that case you might want to:
Best regards,