QualityProfile name, max 15 characters (to keep the UI intact).

Add series has the proper title now.
This commit is contained in:
Mark McDowall 2011-05-29 23:19:13 -07:00
parent 155f915435
commit f6578bd535
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<script type="text/javascript" src="../../Scripts/2011.1.315/telerik.window.min.js"></script>
@section TitleContent{
Add Existing Series
Add Series
}
@section MainContent{

View File

@ -35,7 +35,7 @@
<div class="config-group" style="width: 255px; margin-bottom: 5px; margin-left: 5px;">
<div class="config-title">@Html.LabelFor(x => x.Name)</div>
<div class="config-value">@Html.TextBoxFor(x => x.Name, new { maxlength = 16 })</div>
<div class="config-value">@Html.TextBoxFor(x => x.Name, new { maxlength = 15 })</div>
<div class="config-validation">@Html.ValidationMessageFor(x => x.Name)</div>
</div>