Commit ab28d27b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_officejs: Improve landing message for OfficeJS app on jio configurator

parent 8366a09b
......@@ -16,8 +16,8 @@
<body>
<article class="ui-content ui-body-c message" style="display: none;">
<section class="ui-content-header-plain">
<h3 class="ui-content-title ui-body-c" style="color: red">
<span class="ui-icon ui-icon-custom ui-icon-exclamation-triangle">&nbsp;</span>
<h3 class="ui-content-title ui-body-c" style="color: #085078;">
<span class="ui-icon ui-icon-custom ui-icon-info-circle">&nbsp;</span>
</3>
</section>
</article>
......
......@@ -120,7 +120,7 @@
gadget.props.element.querySelector("form.select-local-form button").classList.add("ui-btn-active");
break;
default:
gadget.props.element.querySelector(".message h3").appendChild(document.createTextNode("Welcome in OfficeJS " + setting_list[1] + "! Please start by choosing a storage:"));
gadget.props.element.querySelector(".message h3").appendChild(document.createTextNode("Welcome in OfficeJS " + setting_list[1] + ". Please start by choosing a storage."));
gadget.props.element.querySelector(".message").setAttribute("style", "");
gadget.props.element.querySelector(".document-access").setAttribute("style", "display: none;");
break;
......
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