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

update static version

parent 9d8526d2
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
ui-icon-refresh ui-btn-icon-right">Run Knowledge Extraction Tool</button> ui-icon-refresh ui-btn-icon-right">Run Knowledge Extraction Tool</button>
</form> </form>
<form class="delete_form"> <form class="delete_form">
<button type="submit" class="ui-btn ui-btn-b ui-btn-inline ui-icon-delete ui-btn-icon-right">Delete</button> <button type="submit" class="ui-btn ui-btn-b ui-btn-inline ui-icon-delete ui-btn-icon-right" title="Permanently delete this model">Delete Document</button>
</form> </form>
</body> </body>
</html> </html>
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
$(td).text("").css({ $(td).text("").css({
"background-color": color "background-color": color
}); });
a = $("<a>").attr("href", value.link).text(value.completionDate + "\n" + (value.delay || 0).toFixed(0)).css({ a = $("<a>").attr("href", value.link).text(value.completionDate + "\n" + (value.delayText || (value.delay || 0).toFixed(0))).css({
color: "black", color: "black",
"text-shadow": "none" "text-shadow": "none"
}); });
......
...@@ -67,7 +67,11 @@ ...@@ -67,7 +67,11 @@
<h1>Dream Simulation</h1> <h1>Dream Simulation</h1>
<div data-role="controlgroup" data-type="horizontal" class="ui-btn-right"> <div data-role="controlgroup" data-type="horizontal" class="ui-btn-right">
<a data-icon="forward" <!-- Next button to cycle through the results, similar to ERP5 navigation -->
<a data-icon="forward"
style="display: none"
class="next_link ui-btn ui-icon-forward ui-btn-icon-right">Next</a> class="next_link ui-btn ui-icon-forward ui-btn-icon-right">Next</a>
</div> </div>
......
CACHE MANIFEST CACHE MANIFEST
# This manifest was generated by grunt-manifest HTML5 Cache Manifest Generator # This manifest was generated by grunt-manifest HTML5 Cache Manifest Generator
# Time: Fri Jun 19 2015 08:50:17 GMT+0200 (CEST) # Time: Tue Jun 23 2015 11:38:13 GMT+0200 (CEST)
CACHE: CACHE:
dream/InputModule_viewAddDocumentDialog.js dream/InputModule_viewAddDocumentDialog.js
......
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