Stoneware Support


Knowledge Base


TID629 ( s629 )
QuickLinkhttp://www.stone-ware.com/swql.jsp?kb=s629
CategoryProfile
SummaryStatus Box and Graphic size
DetailsHow can I increase the size of a graphic that gets displayed to the slide out status box ?
ResolutionEdit the LoginScriptFunctions.js file located in your profile directory. Around line 92 there is a line that starts with something like :
messageContent += "<td width='20px'

Remove the width='20px' and the graphic will not be changed when it is displayed. So be sure to size your graphic appropriately.

Then when you send a message to the status box in the loginscript, like : message( type=alert, text =" The network will is down", icon="/images/anvil.gif")
The graphic will be the size you saved the graphic as instead of being resized.