[gen] list field now takes into account 'show' attribute of sub-fields.
This commit is contained in:
parent
89de53d56d
commit
e1d0597694
10 changed files with 32 additions and 11 deletions
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
BIN
gen/ui/banner.png
Normal file
BIN
gen/ui/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
BIN
gen/ui/bannerrtl.png
Normal file
BIN
gen/ui/bannerrtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
|
@ -154,7 +154,7 @@ class AbstractWrapper(object):
|
|||
<tr class="top">
|
||||
<!-- Top banner -->
|
||||
<td var="bannerName=(dir == 'ltr') and 'banner' or 'bannerrtl'"
|
||||
style=":url('%s.jpg' % bannerName, bg=True)">
|
||||
style=":url('%s.png' % bannerName, bg=True)">
|
||||
|
||||
<!-- Top links -->
|
||||
<div style="margin-top: 4px" align=":dright">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue