diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-10-26 17:25:22 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-10-26 17:25:22 +0000 |
| commit | 7acbbb1b7d1288557992ba34683551fba2db941c (patch) | |
| tree | 8a28dbe4fc2bb86e025d6030814f2f227c1d76f0 | |
| parent | 3afba6fdad4c2e40868143b1d310e24ea8e3cd79 (diff) | |
| download | xxv-7acbbb1b7d1288557992ba34683551fba2db941c.tar.gz xxv-7acbbb1b7d1288557992ba34683551fba2db941c.tar.bz2 | |
Skin (Stone) : Clipping headline of tooltips
| -rw-r--r-- | skins/stone/tooltip.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/stone/tooltip.js b/skins/stone/tooltip.js index 458539b..c80ad02 100644 --- a/skins/stone/tooltip.js +++ b/skins/stone/tooltip.js @@ -101,10 +101,10 @@ if(ttp_visable) { function ttp_update_content(title, description, style){ var utitle = unescape(title); - ttp_content = '<table class="areatable" summary=""><tr><td class="areahead">'; + ttp_content = '<table class="areatable" summary=""><tr><td class="areahead"><div class="areahead">'; ttp_content += utitle.substr(0,50); if (utitle.length > 50) {ttp_content += '...';} - ttp_content += '</td></tr><tr><td class="areatext"><font class="' + style +'">'; + ttp_content += '</div></td></tr><tr><td class="areatext"><font class="' + style +'">'; if(description == 'WAIT') { ttp_content += '<img src="images/wait.gif" alt="" />'; } else { |
