Hi all
In default.psml I have the next construction for left menu and it works
well:
.................................................................................................
<portlets id="P-10073a173c6-10008">
<metainfo>
<title>XXXXXXXX</title>
</metainfo>
<security-ref parent="user-view_admin-all"/>
<layout position="1" size="-1"/>
<control name="MenuControl"/>
<controller name="MenuController">
<property name="parameter" value="select-panel"/>
</controller>
<entry id="P-100cbd82f69-10003" parent="Finmarket">
................................................................................
After translation in HTML this fragment looks as below and the width of
menu have 25%. How and which parameters I can use to change this value
?
................................................................................
<table cellpadding="0" cellspacing="0" border="0" width="100%" >
<tr>
<td valign="top" width="25%">
<div class="Corporate" >
<table cellspacing="0" border="0" cellpadding="0" width="100%" >
<tr>
<td class="MenuLeft" ></td>
<td valign="middle" class="MenuMiddle" style="" >
Gazeta.ru
</td>
<td class="MenuRight" ></td>
...........................................................................
Thanks in advance, Vladimir