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:
@@ -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> <br/>
|
<a href="{$linklogout}" class="tableOption">{$logout}</a> <br/>
|
||||||
<label class="textBlack"><b>{$rolename}</b> {$workspace_label} <b><u>{$workspace}</u></b> <br/>
|
<label class="textBlack"><b>{$rolename}</b> {$workspace_label} <b><u>{$workspace}</u></b> <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>
|
||||||
Reference in New Issue
Block a user