web/test/data/sheet1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 19 Jul 2012 16:41:10 +0200
branchstable
changeset 8478 e099ebc65e61
parent 5938 9cb13d1b2ce4
permissions -rw-r--r--
[ldap feed] fix error since with read security activated, password value is not selecteable (closes #2406597). Also add a note in the book about packages required to connect to an ldap server
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5444
f7fdb5dd82f6 [webconfig] introduce property sheets. Use them to replace external_resources
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
bgcolor = '#000000'
f7fdb5dd82f6 [webconfig] introduce property sheets. Use them to replace external_resources
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
stylesheets = ['%s/cubicweb.css' % datadir_url]
f7fdb5dd82f6 [webconfig] introduce property sheets. Use them to replace external_resources
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     3
logo = '%s/logo.png' % datadir_url
5938
9cb13d1b2ce4 [uiprops] introduce lazystr to get a chance to change style without having to change all properties
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5444
diff changeset
     4
lazy = lazystr('%(bgcolor)s')