Commit 21df7313 authored by Alain Takoudjou's avatar Alain Takoudjou

erp5_web_mynij_search: minors changes

parent a0e01a6b
......@@ -108,7 +108,7 @@
.push(function () {
return gadget.notifySubmitted({
message: count + " Source(s) correctly imported!\n" +
"Build of imported source(s) will start!",
"Imported source(s) will now build!",
status: "success"
});
})
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>994.55525.49822.47940</string> </value>
<value> <string>994.61267.64826.39321</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1632233519.34</float>
<float>1632401883.67</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -96,7 +96,7 @@
option = document.createElement("option");
option.value = elt_dict.index_name;
option.appendChild(
document.createTextNode(elt_dict.index_name + " [Not built]"));
document.createTextNode(elt_dict.index_name + " [building]"));
option.disabled = true;
drop_list.appendChild(option);
}
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>994.63871.12230.4334</string> </value>
<value> <string>994.63879.43990.45038</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1632390220.27</float>
<float>1632401634.98</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -8,6 +8,7 @@
<script src="rsvp.js" type="text/javascript"></script>
<script src="renderjs.js" type="text/javascript"></script>
<script src="gadget_officejs_router.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="mynij-style.css">
</head>
<body>
<script data-renderjs-configuration="configuration_manifest" type="text/x-renderjs-configuration">gadget_officejs_mynij_search.configuration</script>
......@@ -19,6 +20,7 @@
<script data-renderjs-configuration="app_allowed_sub_types" type="text/x-renderjs-configuration">('Mynij Search Collection Module | Mynij Search Collection',)</script>
<script data-renderjs-configuration="mynij_search_collection_module_dict" type="text/x-renderjs-configuration">{"front_page": 0, "title": "Mynij Search", "filter_action": 1, "hide_add_button": 0, "history_previous_link": 0}</script>
<script data-renderjs-configuration="mynij_search_collection_dict" type="text/x-renderjs-configuration">{"front_page": 0, "title": "Mynij Search", "editable": 1, "history_previous_link": 1}</script>
<script data-renderjs-configuration="jio_storage_name" type="text/x-renderjs-configuration">LOCAL</script>
<script data-renderjs-configuration="app_view_reference" type="text/x-renderjs-configuration">mynij_search_view</script>
<div data-gadget-url="gadget_erp5_router.html" data-gadget-scope="erp5_router"></div>
</body>
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.3882.62435.29371</string> </value>
<value> <string>991.46242.53136.34286</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1613493825.74</float>
<float>1631889680.13</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