Commit adb8a9c4 authored by Jérome Perrin's avatar Jérome Perrin

officejs_support_request_ui: Translate "Views" and "Decisions" from panel

parent 24c25cc2
......@@ -191,10 +191,14 @@
href: result_list[i + workflow_list.length]
});
}
gadget.element.querySelector("dl").innerHTML = panel_template_body_desktop({
workflow_list: result_workflow_list,
view_list: result_view_list
});
return gadget.translateHtml(
panel_template_body_desktop({
workflow_list: result_workflow_list,
view_list: result_view_list
})
).push(function (my_translated_or_plain_html) {
gadget.element.querySelector("dl").innerHTML = my_translated_or_plain_html;
})
});
}
}
......
......@@ -256,7 +256,7 @@
</tuple>
<state>
<tuple>
<float>1593352467.41</float>
<float>1601621295.36</float>
<string>UTC</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