button label not displaying
Hello,
I am having FOP2 installed on server, its working fine but the only thing that I am having the issue
on some buttons its displaying labels and while on others it just don't. Although there is same settings and configurations
This settings don't display the label, it only show the number 123456789 and text don't appear next to it .i.e my label name
[123456789]
group=my group name
Label=my label name
Position=32
Extension=213
Context=context here
Icon=4
This one display normally number + text on button
[987654321]
group=group name here
Position=45
Label= Label name here
Extension=987654321
Context=context here
Icon=4
Please let me know if we are missing anything.
I am having FOP2 installed on server, its working fine but the only thing that I am having the issue
on some buttons its displaying labels and while on others it just don't. Although there is same settings and configurations
This settings don't display the label, it only show the number 123456789 and text don't appear next to it .i.e my label name
[123456789]
group=my group name
Label=my label name
Position=32
Extension=213
Context=context here
Icon=4
This one display normally number + text on button
[987654321]
group=group name here
Position=45
Label= Label name here
Extension=987654321
Context=context here
Icon=4
Please let me know if we are missing anything.
Comments
You are not missing anything. Most probably the label length is overflowing the button width, and the css style sets text to be hidden when overflow. You can mouse over the label and a tooltip with the full name will appear after a short while.
You can edit operator.css too, and set buttons to be wider, look for the .extenbutton class specifically in /var/www/html/fop2/css/operator.css
Best regards,