Commit 2225fca5 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Display a page title for the module list

parent 787b9c7a
...@@ -139,6 +139,7 @@ ...@@ -139,6 +139,7 @@
.declareAcquiredMethod("jio_allDocs", "jio_allDocs")\n .declareAcquiredMethod("jio_allDocs", "jio_allDocs")\n
.declareAcquiredMethod("translateHtml", "translateHtml")\n .declareAcquiredMethod("translateHtml", "translateHtml")\n
.declareAcquiredMethod("getUrlFor", "getUrlFor")\n .declareAcquiredMethod("getUrlFor", "getUrlFor")\n
.declareAcquiredMethod("updateHeader", "updateHeader")\n
\n \n
/////////////////////////////////////////////////////////////////\n /////////////////////////////////////////////////////////////////\n
// declared methods\n // declared methods\n
...@@ -230,6 +231,9 @@ ...@@ -230,6 +231,9 @@
.push(function (my_translated_html) {\n .push(function (my_translated_html) {\n
gadget.props.element.querySelector(\'.document_list\').innerHTML =\n gadget.props.element.querySelector(\'.document_list\').innerHTML =\n
my_translated_html;\n my_translated_html;\n
return gadget.updateHeader({\n
page_title: \'Modules\'\n
});\n
});\n });\n
});\n });\n
}(window, rJS, RSVP, Handlebars)); }(window, rJS, RSVP, Handlebars));
...@@ -355,7 +359,7 @@ ...@@ -355,7 +359,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>romain</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -369,7 +373,7 @@ ...@@ -369,7 +373,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>946.4325.1841.2867</string> </value> <value> <string>946.44927.40202.16725</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -387,8 +391,8 @@ ...@@ -387,8 +391,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1445266444.15</float> <float>1446803705.01</float>
<string>GMT</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
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