diff options
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 4 | ||||
-rw-r--r-- | bin/http_loginform.html.example | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index f34f10c..1abfc78 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -685,10 +685,10 @@ namespace OpenSim.Framework.Communications | |||
685 | responseString += "</div>"; | 685 | responseString += "</div>"; |
686 | responseString += "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>"; | 686 | responseString += "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>"; |
687 | 687 | ||
688 | responseString += "<div id=\"helplinks\">"; | 688 | responseString += "<div id=\"helplinks\"><!---"; |
689 | responseString += "<a href=\"#join now link\" target=\"_blank\"></a> | "; | 689 | responseString += "<a href=\"#join now link\" target=\"_blank\"></a> | "; |
690 | responseString += "<a href=\"#forgot password link\" target=\"_blank\"></a>"; | 690 | responseString += "<a href=\"#forgot password link\" target=\"_blank\"></a>"; |
691 | responseString += "</div>"; | 691 | responseString += "---></div>"; |
692 | 692 | ||
693 | responseString += "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>"; | 693 | responseString += "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>"; |
694 | responseString += "</form>"; | 694 | responseString += "</form>"; |
diff --git a/bin/http_loginform.html.example b/bin/http_loginform.html.example index 3ee7289..54f8f09 100644 --- a/bin/http_loginform.html.example +++ b/bin/http_loginform.html.example | |||
@@ -27,7 +27,7 @@ | |||
27 | </tr> | 27 | </tr> |
28 | <tr> | 28 | <tr> |
29 | <td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td> | 29 | <td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td> |
30 | <td><label for="remember_password">Remember password</label></td>"; | 30 | <td><label for="remember_password">Remember password</label></td> |
31 | </tr> | 31 | </tr> |
32 | </table> | 32 | </table> |
33 | </fieldset> | 33 | </fieldset> |
@@ -58,4 +58,4 @@ document.getElementById('firstname_input').focus(); | |||
58 | </div> | 58 | </div> |
59 | </div> | 59 | </div> |
60 | </body> | 60 | </body> |
61 | </html> \ No newline at end of file | 61 | </html> |