Commit ec76e0ef authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web: Get ID from the section to define the CSS.

parent 168f1263
...@@ -67,6 +67,10 @@ ...@@ -67,6 +67,10 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -134,7 +138,7 @@ ...@@ -134,7 +138,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:"nolabel sectionTitle %s" % context.getId()</string> </value> <value> <string>python:"nolabel sectionTitle %s" % here.getWebSectionValue().getId()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment