From: David ‘Bombe’ Roden Date: Mon, 25 Oct 2010 20:46:26 +0000 (+0200) Subject: Add “import Sone” section to login page. X-Git-Tag: 0.1-RC1~20 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=143ad48320e8fc76ffe4ae816dec83d9f5517b8a Add “import Sone” section to login page. --- diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 1f8c1a2..ebe8ad1 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -18,6 +18,8 @@

<%= Page.Login.LoadSone.Description|l10n|html>

<%include include/loadSone.html> + <%include include/importSone.html> +

<%= Page.Login.CreateSone.Title|l10n|html>

<%= Page.Login.CreateSone.Description|l10n|html>

<%include include/createSone.html>