Commit be772200 authored by Jérome Perrin's avatar Jérome Perrin Committed by Jérome Perrin

nonobstrusive: quick changes for Olga

> could your make a little modification – to change "next step" in "Continue" and delete the 10 sec. time for appearing of "Continue" Button (it could to be all time active).

I did that quickly, please test it and let me know if this is OK:

* Change text to "Continue"

* set a very short delay before the button appear (less than 1 second), because it was easier than changing that button to be always here.
Â
parent dfdae15a
......@@ -68,7 +68,7 @@
<div data-role="controlgroup" data-type="horizontal" class="ui-btn-right">
<a data-icon="forward"
class="next_step_link ui-btn ui-icon-forward ui-btn-icon-right">Next Step</a>
class="next_step_link ui-btn ui-icon-forward ui-btn-icon-right">Continue</a>
<!-- Next button to cycle through the results, similar to ERP5 navigation -->
<a data-icon="forward"
style="display: none"
......
......@@ -514,7 +514,7 @@
function resetTimer() {
clearTimeout(idle_timer);
idle_timer = setTimeout(function () { $(button).show() },
idle_seconds*1000);
idle_seconds*1); // XXX show immediatly
}
if (next_step_link !== false) {
button.href = next_step_link;
......
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