##// END OF EJS Templates
replace "Yes, close all" button text with 'Quit'...
replace "Yes, close all" button text with 'Quit' The explanation is already in the body of the message, and the 'close all' is confusing for `%qtconsole` launched consoles, which don't halt their kernels.

File last commit:

r5326:e63c730f
r5716:05cbf58d
Show More
logout.html
5 lines | 111 B | text/html | HtmlLexer
Stefan van der Walt
Add logout button.
r5325 {% extends layout.html %}
{% block content_panel %}
Stefan van der Walt
Add info, error and warning message boxes.
r5326 Proceed to the <a href="/login">login page</a>.
Stefan van der Walt
Add logout button.
r5325 {% end %}