diff --git a/Swift.web/Library/GetStatic.cs b/Swift.web/Library/GetStatic.cs index ed046c6..c6b6a90 100644 --- a/Swift.web/Library/GetStatic.cs +++ b/Swift.web/Library/GetStatic.cs @@ -1845,13 +1845,6 @@ namespace Swift.web.Library 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) { if (strVal != "") diff --git a/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx b/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx index faf780e..24d88d5 100644 --- a/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx +++ b/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx @@ -32,7 +32,7 @@ var rowId = "<%=GetRowId()%>"; var customerType = $("#ddlCustomerType").val(); - // alert(customerType); + // alert(customerType); if (customerType == "All") { return true; } @@ -179,42 +179,15 @@
-
- -
-
-
- -
-
- -
-
- -
-
- --%> -
- -
-
- -
-
+
- <%--
-
- -
-
--%>
-
@@ -251,21 +224,25 @@
-
-
-
-
-
- - - - -
-
+
+ + + +
+
+
+
+
+ + + +
+ + diff --git a/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs b/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs index f7b0148..8672c90 100644 --- a/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs +++ b/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.designer.cs @@ -77,24 +77,6 @@ namespace Swift.web.MobileRemit.Admin.PushNotification /// protected global::System.Web.UI.WebControls.TextBox txtPostCode; - /// - /// divPostCode control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlGenericControl divPostCode; - - /// - /// txtPostCode control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.TextBox txtPostCode; - /// /// msgType control. ///