Changeset 6316 for branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account
- Timestamp:
- 05/27/11 19:01:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/LogOn.aspx
r4729 r6316 13 13 <% using (Html.BeginForm()) { %> 14 14 <%: Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") %> 15 <div >15 <div class="hl-signon-form"> 16 16 <fieldset> 17 17 <legend>Account Information</legend> … … 38 38 </div> 39 39 40 <p> 41 <input type="submit" value="Log On" /> 42 </p> 40 <input type="submit" value="Log On" class="hl-button-text-signon"/> 43 41 </fieldset> 44 42 </div>
Note: See TracChangeset
for help on using the changeset viewer.