commit 49d83303cc10b6390b77803a766f4ea6b4da665d parent 75b76b987a99679d785be464a856226a067afbfd Author: Shane <nz_yeehaa@yahoo.com> Date: Fri, 6 Jul 2018 09:25:26 +1200 Update editor Diffstat:
| M | system/plugins/edit.js | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/plugins/edit.js b/system/plugins/edit.js @@ -185,8 +185,8 @@ yellow.edit = "<p><input class=\"yellow-btn\" type=\"submit\" value=\""+this.getText("LoginButton")+"\" /></p>"+ "</div>"+ "<div id=\"yellow-pane-login-buttons\">"+ - "<p><a href=\"#\" id=\"yellow-pane-login-forgot\" data-action=\"forgot\">"+this.getText("LoginForgot")+"</a><p>"+ - "<p><a href=\"#\" id=\"yellow-pane-login-signup\" data-action=\"signup\">"+this.getText("LoginSignup")+"</a><p>"+ + "<p><a href=\"#\" id=\"yellow-pane-login-forgot\" data-action=\"forgot\">"+this.getText("LoginForgot")+"</a></p>"+ + "<p><a href=\"#\" id=\"yellow-pane-login-signup\" data-action=\"signup\">"+this.getText("LoginSignup")+"</a></p>"+ "</div>"+ "</form>"; break;