Commit a6319f38 authored by Sven Franck's avatar Sven Franck Committed by Romain Courteaud

erp5_web_renderjs_ui: fix theme on frontpage gadget

parent b229a119
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>romain</string> </value> <value> <string>sven</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>937.65478.52910.50056</string> </value> <value> <string>938.19043.60684.21452</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1412344031.82</float> <float>1413473559.42</float>
<string>GMT</string> <string>GMT</string>
</tuple> </tuple>
</state> </state>
......
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
<!-- XXX must set theme here! -->\n <!-- XXX must set theme here! -->\n
<script id="table-template" type="text/x-handlebars-template">\n <script id="table-template" type="text/x-handlebars-template">\n
<div data-role="collapsible">\n <div data-role="collapsible">\n
<h3>{{definition_title}}</h3>\n <h3 class="ui-bar-inherit">{{definition_title}}</h3>\n
<ul data-role="listview" data-theme="c" class="document-listview">\n <ul data-role="listview" data-theme="c" class="document-listview">\n
<!--<li data-role="list-divider"><h1>{{definition_title}}</h1></li>-->\n <!--<li data-role="list-divider"><h1>{{definition_title}}</h1></li>-->\n
{{#each documentlist}}\n {{#each documentlist}}\n
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>938.16179.61167.15104</string> </value> <value> <string>938.17159.11576.22732</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1413360430.58</float> <float>1413363058.89</float>
<string>GMT</string> <string>GMT</string>
</tuple> </tuple>
</state> </state>
......
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