Appy web interface has now 2 skins: the default one, with a fixed with; the one named 'wide', that takes the whole screen width. Choosing the skin is made via de Conf instance, attribute 'skin'.
This commit is contained in:
parent
e1d0597694
commit
3b9c078fbb
8 changed files with 40 additions and 25 deletions
|
@ -304,7 +304,7 @@ class ToolWrapper(AbstractWrapper):
|
|||
</table>''')
|
||||
|
||||
pxHome = Px('''
|
||||
<table width="300px" height="240px" align="center">
|
||||
<table>
|
||||
<tr valign="middle">
|
||||
<td align="center">::_('front_page_text')</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue