Commit 6a7a1d4a authored by Sven Franck's avatar Sven Franck Committed by Romain Courteaud

erp5_web_renderjs_ui: add section and icon to breadcrumbs

parent 86102cc6
......@@ -122,9 +122,16 @@
<script src="gadget_global.js" type="text/javascript"></script>\n
<script src="gadget_erp5_page_breadcrumb.js" type="text/javascript"></script>\n
\n
<!-- XXX need theme here currently -->\n
<script id="table-template" type="text/x-handlebars-template">\n
<section class="ui-content-header-plain">\n
<h3 class="ui-content-title ui-body-c">\n
<span class="ui-icon ui-icon-custom ui-icon-ellipsis-v">&nbsp;</span>\n
{{definition_title}}\n
</h3>\n
</section>\n
\n
<ul data-role="listview" data-theme="c" data-inset="true" class="document-listview">\n
<li data-role="list-divider"><h1>{{definition_title}}</h1></li>\n
{{#each documentlist}}\n
<li><a class="ui-body-inherit" href="{{link}}">{{title}}</a></li>\n
{{/each}}\n
......@@ -257,7 +264,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>romain</string> </value>
<value> <string>sven</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -271,7 +278,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>937.54266.11951.14011</string> </value>
<value> <string>938.25856.43701.35037</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -289,7 +296,7 @@
</tuple>
<state>
<tuple>
<float>1411741122.87</float>
<float>1413883420.45</float>
<string>GMT</string>
</tuple>
</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