- remove extra "; in http_loginform.html.example; fix issue 3025
- sync up default HTML generated in LoginService.cs with that in http_loginform.html.example0.6.3-post-fixes
parent
032b30ffdb
commit
0e7aac0f65
|
@ -685,10 +685,10 @@ namespace OpenSim.Framework.Communications
|
||||||
responseString += "</div>";
|
responseString += "</div>";
|
||||||
responseString += "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>";
|
responseString += "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>";
|
||||||
|
|
||||||
responseString += "<div id=\"helplinks\">";
|
responseString += "<div id=\"helplinks\"><!---";
|
||||||
responseString += "<a href=\"#join now link\" target=\"_blank\"></a> | ";
|
responseString += "<a href=\"#join now link\" target=\"_blank\"></a> | ";
|
||||||
responseString += "<a href=\"#forgot password link\" target=\"_blank\"></a>";
|
responseString += "<a href=\"#forgot password link\" target=\"_blank\"></a>";
|
||||||
responseString += "</div>";
|
responseString += "---></div>";
|
||||||
|
|
||||||
responseString += "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>";
|
responseString += "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>";
|
||||||
responseString += "</form>";
|
responseString += "</form>";
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td>
|
<td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td>
|
||||||
<td><label for="remember_password">Remember password</label></td>";
|
<td><label for="remember_password">Remember password</label></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@ -58,4 +58,4 @@ document.getElementById('firstname_input').focus();
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue