GUI Fixes
This commit is contained in:
parent
715b2c79b6
commit
d2707aa974
3 changed files with 1 additions and 3 deletions
|
@ -120,7 +120,6 @@
|
|||
<asp:Repeater ID="dlServiceLevelQuotas" runat="server" EnableViewState="false">
|
||||
|
||||
<ItemTemplate>
|
||||
<br />
|
||||
<div>
|
||||
<asp:Localize ID="locServiceLevelQuota" runat="server" Text='<%# Eval("QuotaDescription") %>'></asp:Localize>
|
||||
|
||||
|
|
|
@ -116,7 +116,6 @@
|
|||
</div>
|
||||
<asp:Repeater ID="dlServiceLevelQuotas" runat="server" EnableViewState="false">
|
||||
<ItemTemplate>
|
||||
<br />
|
||||
<div>
|
||||
<asp:Localize ID="locServiceLevelQuota" runat="server" Text='<%# Eval("QuotaDescription") %>'></asp:Localize>
|
||||
|
||||
|
|
|
@ -190,7 +190,7 @@ namespace WebsitePanel.Portal
|
|||
col1.Attributes["nowrap"] = "nowrap";
|
||||
Label lbl = new Label();
|
||||
lbl.ID = "lbl_" + quota.QuotaName.Replace(Quotas.SERVICE_LEVELS, "").Replace(" ", string.Empty).Trim();
|
||||
lbl.Text = quota.QuotaDescription;
|
||||
lbl.Text = quota.QuotaDescription + ":";
|
||||
|
||||
col1.Controls.Add(lbl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue