Browse Source

#commit

#32090-Application-logger-history
Leeza Baidar 4 months ago
parent
commit
c52322cea4
  1. 7
      Swift.web/Library/GetStatic.cs
  2. 33
      Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx
  3. 18
      Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs

7
Swift.web/Library/GetStatic.cs

@ -1845,13 +1845,6 @@ namespace Swift.web.Library
return strVal; return strVal;
} }
public static String ShowTwoDecimal(String strVal)
{
if (strVal != "")
return double.Parse(strVal).ToString("0.00");
else
return strVal;
}
public static String ShowDecimal(String strVal) public static String ShowDecimal(String strVal)
{ {
if (strVal != "") if (strVal != "")

33
Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx

@ -182,39 +182,12 @@
<div class="col-md-4 form-group"> <div class="col-md-4 form-group">
<uc1:SwiftTextBox runat="server" ID="txtSearchData" Category="remit-searchCustomerForPushNotif" CssClass="form-control required" Param1="@GetCustomerSearchType()" Title="Blank for All" /> <uc1:SwiftTextBox runat="server" ID="txtSearchData" Category="remit-searchCustomerForPushNotif" CssClass="form-control required" Param1="@GetCustomerSearchType()" Title="Blank for All" />
</div> </div>
<div class="col-md-6">
<div class="form-group">
<asp:DropDownList ID="ddlNativeCountry" runat="server" CssClass="form-control" Style="margin-bottom: 5px;"></asp:DropDownList>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<asp:DropDownList ID="ddlNativeCountry" runat="server" CssClass="form-control" Style="margin-bottom: 5px;"></asp:DropDownList>
</div>
</div>
</div>--%>
<div class="col-md-3 form-group">
<label>Select Customer : <span class="errormsg">*</span></label>
</div>
<div class="col-md-2 form-group">
<asp:DropDownList ID="ddlCustomerType" runat="server" CssClass="form-control" Style="margin-bottom: 5px;"></asp:DropDownList>
</div>
<div class="col-md-4 form-group">
<uc1:SwiftTextBox runat="server" ID="txtSearchData" Category="remit-searchCustomerForPushNotif" CssClass="form-control required" Param1="@GetCustomerSearchType()" Title="Blank for All" />
</div>
<div class="col-md-6">
<div class="col-md-4">
<div class="form-group"> <div class="form-group">
<asp:DropDownList ID="ddlNativeCountry" runat="server" CssClass="form-control" Style="margin-bottom: 5px;"></asp:DropDownList> <asp:DropDownList ID="ddlNativeCountry" runat="server" CssClass="form-control" Style="margin-bottom: 5px;"></asp:DropDownList>
</div> </div>
</div> </div>
<%--<div class="col-md-4">
<div class="form-group">
<asp:TextBox ID="txtPostCode" AutoComplete="off" runat="server" CssClass="form-control"></asp:TextBox>
</div> </div>
</div>--%>
</div>
<div class="row" id="divPostCode" runat="server"> <div class="row" id="divPostCode" runat="server">
<div class="col-md-3 form-group"> <div class="col-md-3 form-group">
<label id="lblPostCode" style="display: none;">Post Code :</label> <label id="lblPostCode" style="display: none;">Post Code :</label>
@ -251,6 +224,10 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div>
<div class="row"> <div class="row">
</div> </div>
<div class="row"> <div class="row">

18
Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs

@ -77,24 +77,6 @@ namespace Swift.web.MobileRemit.Admin.PushNotification
/// </remarks> /// </remarks>
protected global::System.Web.UI.WebControls.TextBox txtPostCode; protected global::System.Web.UI.WebControls.TextBox txtPostCode;
/// <summary>
/// divPostCode control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divPostCode;
/// <summary>
/// txtPostCode control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox txtPostCode;
/// <summary> /// <summary>
/// msgType control. /// msgType control.
/// </summary> /// </summary>

Loading…
Cancel
Save