diff --git a/ui/ui/customers-add.tpl b/ui/ui/customers-add.tpl index 62baf313..c4bcf59c 100644 --- a/ui/ui/customers-add.tpl +++ b/ui/ui/customers-add.tpl @@ -1,76 +1,91 @@ {include file="sections/header.tpl"} -
-
-
-
{$_L['Add_Contact']}
-
+
+
+
+
{$_L['Add_Contact']}
+
-
-
- -
-
- + - -
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
-
- + - -
-
-
-
- -
- -
-
-
- -
- - {Lang::T('User Cannot change this, only admin. if it Empty it will use user password')} -
+ +
+ +
+
+ {if $_c['country_code_phone']!= ''} + + + {else} + + {/if} +
-
- -
- -
-
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ {if $_c['country_code_phone']!= ''} + + + {else} + + {/if} + +
+
+
+
+ +
+ +
+
+
+ +
+ + {Lang::T('User Cannot change this, only admin. if it Empty it will use user password')} +
+
+
+ +
+ +
+
-
-
- - Or {$_L['Cancel']} -
-
- -
-
-
-
-
+
+
+ + Or {$_L['Cancel']} +
+
+ +
+
+
+
+ -{include file="sections/footer.tpl"} +{include file="sections/footer.tpl"} \ No newline at end of file diff --git a/ui/ui/customers-edit.tpl b/ui/ui/customers-edit.tpl index 4886620e..cdbca703 100644 --- a/ui/ui/customers-edit.tpl +++ b/ui/ui/customers-edit.tpl @@ -1,77 +1,95 @@ {include file="sections/header.tpl"} -
-
-
-
{$_L['Edit_Contact']}
-
+
+
+
+
{$_L['Edit_Contact']}
+
-
- -
- -
-
- + - -
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
-
- + - -
-
-
-
- -
- - {$_L['password_change_help']} -
-
-
- -
- - {Lang::T('User Cannot change this, only admin. if it Empty it will use user password')} -
-
-
- -
- -
-
+ + +
+ +
+
+ {if $_c['country_code_phone']!= ''} + + + {else} + + {/if} + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ {if $_c['country_code_phone']!= ''} + + + {else} + + {/if} + +
+
+
+
+ +
+ + {$_L['password_change_help']} +
+
+
+ +
+ + {Lang::T('User Cannot change this, only admin. if it Empty it will use user password')} +
+
+
+ +
+ +
+
-
-
- - Or {$_L['Cancel']} -
-
-
-
-
-
-
-
+
+
+ + Or {$_L['Cancel']} +
+
+ +
+
+
+ + -{include file="sections/footer.tpl"} +{include file="sections/footer.tpl"} \ No newline at end of file