Show “confirmation of clear-on-next-restart” option.
[Sone.git] / src / main / resources / templates / knownSones.html
index b443e82..d7be4df 100644 (file)
@@ -2,13 +2,13 @@
 
        <script language="javascript">
                $(document).ready(function() {
-                       registerInputTextareaSwap("#add-sone input[name=request-uri]", "WebInterface.DefaultText.SoneRequestURI", "request-uri", false);
+                       registerInputTextareaSwap("#add-sone input[name=request-uri]", "WebInterface.DefaultText.SoneRequestURI", "request-uri", false, true);
                })
        </script>
 
        <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
 
-       <div><%= Page.Index.AddSone.Description|l10n|html></div>
+       <p><%= Page.Index.AddSone.Description|l10n|html></p>
 
        <form id="add-sone" action="addSone.html" method="post">
                <input type="hidden" name="formPassword" value="<% formPassword|html>" />