BUG 9759 Problema con los estilos del skin classic desde el plugin SOLVED

- The layout was not correct
- Little change in the layout to fix the display
This commit is contained in:
Julio Cesar Laura
2012-09-12 18:47:39 -04:00
parent 03c3031155
commit 12e593a36c

View File

@@ -19,7 +19,7 @@
{if $user_logged neq ''} {if $user_logged neq ''}
{$msgVer}<label class="textBlue">{$userfullname} <a href="../users/myInfo">{$user}</a> | </label> {$msgVer}<label class="textBlue">{$userfullname} <a href="../users/myInfo">{$user}</a> | </label>
{if $switch_interface} {if $switch_interface}
<label class="textBlue"><a href="../../uxs/home">{$switch_interface_label}</a> | </label> <label class="textBlue"><a href="../../uxs/home">{$switch_interface_label}</a> | </label>
{/if} {/if}
<a href="{$linklogout}" class="tableOption">{$logout}</a>&nbsp;&nbsp;<br/> <a href="{$linklogout}" class="tableOption">{$logout}</a>&nbsp;&nbsp;<br/>
<label class="textBlack"><b>{$rolename}</b> {$workspace_label} <b><u>{$workspace}</u></b> &nbsp; &nbsp; <br/> <label class="textBlack"><b>{$rolename}</b> {$workspace_label} <b><u>{$workspace}</u></b> &nbsp; &nbsp; <br/>
@@ -65,7 +65,6 @@
</table> </table>
</td> </td>
</tr> </tr>
{if $footer neq ''}
<tr height="100%"> <tr height="100%">
<td height="100%"> <td height="100%">
<div class="Footer"> <div class="Footer">
@@ -73,7 +72,6 @@
</div> </div>
</td> </td>
</tr> </tr>
{/if}
</table> </table>
</body> </body>
</html> </html>