Skip to content

Commit

Permalink
Update CreateIssue.aspx
Browse files Browse the repository at this point in the history
Localization missed
  • Loading branch information
UspenskiyAN committed Apr 19, 2016
1 parent 0ad0376 commit 8ac2763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BugNET_WAP/Issues/CreateIssue.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="Server">
<div class="page-header">
<h1 class="page-title">
<asp:Literal ID="Literal1" runat="server" Text="New Issue" />
<asp:Literal ID="Literal1" runat="server" Text="<%$Resources:SharedIssueProperties, NewIssueLiteral %>" />
<small>
<asp:Literal ID="litProject" runat="Server" />
<span>(<asp:Literal ID="litProjectCode" runat="Server"></asp:Literal>)</span>
Expand All @@ -24,7 +24,7 @@
<div class="row">
<div class="col-md-12">
<div class="form-group <%= !TitleRequired.IsValid ? "has-error" : "" %>">
<label for="TitleTextBox" class="control-label col-sm-2">Title</label>
<asp:Label ID="IssueTitleLabel" runat="server" CssClass="col-sm-2 control-label" AssociatedControlID="TitleTextBox" Text="<%$Resources:SharedIssueProperties, IssueTitleLabel %>" />
<div class="col-sm-10">
<asp:TextBox ID="TitleTextBox" CssClass="form-control input-lg" placeholder="<%$ Resources:SharedIssueProperties, IssueTitleWatermark %>" runat="server" />
<asp:RequiredFieldValidator ControlToValidate="TitleTextBox" SetFocusOnError="true" ErrorMessage="<%$ Resources:SharedIssueProperties, IssueTitleRequiredErrorMessage %>"
Expand Down Expand Up @@ -163,7 +163,7 @@
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label class="control-label col-sm-2">Description</label>
<asp:Label ID="IssueDescriptionLabel" AssociatedControlID="DescriptionHtmlEditor" runat="server" CssClass="col-sm-2 control-label" Text="<%$Resources:SharedIssueProperties, IssueDescriptionLabel %>" />
<div class="col-sm-10">
<bn:HtmlEditor ID="DescriptionHtmlEditor" runat="server" />
</div>
Expand Down

0 comments on commit 8ac2763

Please sign in to comment.