diff --git a/src/locales/en.json b/src/locales/en.json index fab3c6d2b..752521273 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,6 +1,7 @@ { "index.newPad": "New Pad", "index.createOpenPad": "or create/open a Pad with the name:", + "index.openPad": "open an existing Pad with the name:", "pad.toolbar.bold.title": "Bold (Ctrl+B)", "pad.toolbar.italic.title": "Italic (Ctrl+I)", diff --git a/src/templates/index.html b/src/templates/index.html index 4fb810478..69cebc7a7 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -161,12 +161,18 @@
<% e.begin_block("indexWrapper"); %>
- - -
- - -
+ <% if (!settings.requireSession) { %> + <% if (settings.editOnly) { %> + + <% } else {%> + + + <% } %> +
+ + +
+ <% } %>
<% e.end_block(); %>