dxflw
12-04-2008, 06:40 PM
The module wrapper from cmps looks like dont working very well with internet explorer for aria style.With firefox is everything ok.
The images and the modules are not in the same size in the left and right columns.
By the way i cant see collapsed icon and i want it.
looks like this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=90165&stc=1&d=1228423094
Can somebody take a look on the code to edit and fix the prb.?
the code in the module wrapper for this style is this this:
$mods[formcode]
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td style="background-image: url(images/aria/misc/top_bg.gif);" align="left" height="31" valign="top" width="21"><img src="images/aria/misc/top_left.gif" alt="" border="0" height="31" width="21"></td>
<td style="background-image: url(images/aria/misc/top_bg.gif);" align="left" height="31" valign="middle"><div style="color: rgb(73, 102, 144); font-weight: bold; padding-top: 6px; font-family: Tahoma;"><b>$vba_options[portal_blockbullet] $mods[title]</b></div></td>
<td align="left" valign="middle" width="19"><img src="images/aria/misc/top_end.gif" alt="" border="0" height="31" width="19"></td>
<td style="background-image: url(images/aria/misc/top_center.gif);" align="right" valign="top" width="10%"></td>
<td align="right" height="31" valign="top" width="14"><img src="images/aria/misc/top_right.gif" alt="" border="0" height="31" width="14"></td>
</tr>
</tbody></table>
<table style="border: 1px solid rgb(137, 149, 155);" align="center" border="0" cellpadding="6" cellspacing="0" width="100%">
<if condition="$show['tablerow']">
<tr>
<td class="$bgclass">
$modulehtml
</td>
</tr>
<else />
$modulehtml
</if>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="left" valign="top" width="12"><img title=" " src="images/aria/misc/blc.gif" alt=" " border="0" height="13" width="12"></td>
<td style="background-image: url(images/aria/misc/bottom.gif);" width="100%"><img title=" " src="images/aria/misc/clear.gif" alt=" " border="0" height="13" width="100%"></td>
<td align="right" valign="top" width="12"><img title=" " src="images/aria/misc/brc.gif" alt=" " border="0" height="13" width="12"></td>
</tr>
</tbody></table>
<if condition="$mods['formcode']"></form></if>
<br>
Thank you.
The images and the modules are not in the same size in the left and right columns.
By the way i cant see collapsed icon and i want it.
looks like this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=90165&stc=1&d=1228423094
Can somebody take a look on the code to edit and fix the prb.?
the code in the module wrapper for this style is this this:
$mods[formcode]
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td style="background-image: url(images/aria/misc/top_bg.gif);" align="left" height="31" valign="top" width="21"><img src="images/aria/misc/top_left.gif" alt="" border="0" height="31" width="21"></td>
<td style="background-image: url(images/aria/misc/top_bg.gif);" align="left" height="31" valign="middle"><div style="color: rgb(73, 102, 144); font-weight: bold; padding-top: 6px; font-family: Tahoma;"><b>$vba_options[portal_blockbullet] $mods[title]</b></div></td>
<td align="left" valign="middle" width="19"><img src="images/aria/misc/top_end.gif" alt="" border="0" height="31" width="19"></td>
<td style="background-image: url(images/aria/misc/top_center.gif);" align="right" valign="top" width="10%"></td>
<td align="right" height="31" valign="top" width="14"><img src="images/aria/misc/top_right.gif" alt="" border="0" height="31" width="14"></td>
</tr>
</tbody></table>
<table style="border: 1px solid rgb(137, 149, 155);" align="center" border="0" cellpadding="6" cellspacing="0" width="100%">
<if condition="$show['tablerow']">
<tr>
<td class="$bgclass">
$modulehtml
</td>
</tr>
<else />
$modulehtml
</if>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="left" valign="top" width="12"><img title=" " src="images/aria/misc/blc.gif" alt=" " border="0" height="13" width="12"></td>
<td style="background-image: url(images/aria/misc/bottom.gif);" width="100%"><img title=" " src="images/aria/misc/clear.gif" alt=" " border="0" height="13" width="100%"></td>
<td align="right" valign="top" width="12"><img title=" " src="images/aria/misc/brc.gif" alt=" " border="0" height="13" width="12"></td>
</tr>
</tbody></table>
<if condition="$mods['formcode']"></form></if>
<br>
Thank you.