diff --git a/ui/ui/admin/settings/customfield.tpl b/ui/ui/admin/settings/customfield.tpl index b1e0cf6a..95c9eafb 100644 --- a/ui/ui/admin/settings/customfield.tpl +++ b/ui/ui/admin/settings/customfield.tpl @@ -7,49 +7,45 @@
{Lang::T('New Field')}
- +
- +
- +
- +
- +
- +
- +
- - for option using comma separated value. + + {Lang::T("Use comma separated values ​​for this option.")}
- +
- - + +
- To delete, empty the name + {Lang::T("To delete, empty the name")}
@@ -80,49 +76,45 @@
- +
- +
- +
- +
- +
- +
- +
- - for option using comma separated value. + + {Lang::T("Use comma separated values for this option.")}
- +
-
- -
- +
+ +
+ +
-
{/foreach}
- -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} diff --git a/ui/ui/admin/settings/dbstatus.tpl b/ui/ui/admin/settings/dbstatus.tpl index dccc59fc..05e236c8 100644 --- a/ui/ui/admin/settings/dbstatus.tpl +++ b/ui/ui/admin/settings/dbstatus.tpl @@ -27,36 +27,35 @@
-
{Lang::T('Dont select logs if it failed')}
+
{Lang::T('Don\'t select logs if it failed')}
- +
-
-
{Lang::T('Restore')} Database
+
{Lang::T('Restore Database')}
- +
- +
-{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} diff --git a/ui/ui/admin/settings/widgets.tpl b/ui/ui/admin/settings/widgets.tpl index b605e80a..83d2a7ef 100644 --- a/ui/ui/admin/settings/widgets.tpl +++ b/ui/ui/admin/settings/widgets.tpl @@ -1,32 +1,32 @@ {include file="sections/header.tpl"} - {function showWidget pos=0}
-
Area {$pos}
+
{Lang::T("Area Fields")} {$pos}
{foreach $widgets as $w} {if $w['position'] == $pos}
{$w['title']}
{ucwords(str_replace('.php', '', str_replace('_', ' ', $w['widget'])))}
- +
@@ -38,16 +38,15 @@ {/function} -
{showWidget widgets=$widgets pos=1} @@ -61,13 +60,10 @@ {showWidget widgets=$widgets pos=3}
-
{showWidget widgets=$widgets pos=4}
- - -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} diff --git a/ui/ui/admin/settings/widgets_add_edit.tpl b/ui/ui/admin/settings/widgets_add_edit.tpl index 79c96b3c..d24ebd21 100644 --- a/ui/ui/admin/settings/widgets_add_edit.tpl +++ b/ui/ui/admin/settings/widgets_add_edit.tpl @@ -4,7 +4,7 @@
-
{if $do == 'add'}{Lang::T('Add')}{else}{Lang::T('Edit')}{/if} Widget
+
{if $do == 'add'}{Lang::T('Tambah')}{else}{Lang::T('Edit')}{/if} Widget
@@ -16,7 +16,7 @@  
- +
@@ -29,7 +29,8 @@
@@ -49,26 +50,24 @@

 

- +

 

- +
- -

Not All Widget need contents, HTML widget need content, it can be text - or PHP Code, be careful

+ +

{Lang::T("Not all widgets require content. HTML widgets require content, either text or PHP code. Please be careful when writing this content.")}

@@ -83,10 +82,10 @@
{if $do == 'edit'} {Lang::T('Delete')} + onclick="return ask(this, 'Remove this widget?')">{Lang::T('Delete')} {/if}
-{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} diff --git a/ui/ui/customer/activation-list.tpl b/ui/ui/customer/activation-list.tpl index f8063853..af150fff 100644 --- a/ui/ui/customer/activation-list.tpl +++ b/ui/ui/customer/activation-list.tpl @@ -21,15 +21,14 @@ {foreach $d as $ds} - - - - - - - - + + + + + + + + {/foreach} @@ -41,5 +40,4 @@ - -{include file="customer/footer.tpl"} \ No newline at end of file +{include file="customer/footer.tpl"} diff --git a/ui/ui/customer/activation.tpl b/ui/ui/customer/activation.tpl index 4d02637b..da62ed44 100644 --- a/ui/ui/customer/activation.tpl +++ b/ui/ui/customer/activation.tpl @@ -19,11 +19,11 @@
-
@@ -40,4 +40,4 @@
-{include file="customer/footer.tpl"} \ No newline at end of file +{include file="customer/footer.tpl"} diff --git a/ui/ui/customer/change-password.tpl b/ui/ui/customer/change-password.tpl index cadf429f..fc54a012 100644 --- a/ui/ui/customer/change-password.tpl +++ b/ui/ui/customer/change-password.tpl @@ -8,7 +8,7 @@
- +
@@ -35,10 +35,9 @@
-
-{include file="customer/footer.tpl"} \ No newline at end of file +{include file="customer/footer.tpl"} diff --git a/ui/ui/customer/inbox.tpl b/ui/ui/customer/inbox.tpl index 96efaa05..f5833ebd 100644 --- a/ui/ui/customer/inbox.tpl +++ b/ui/ui/customer/inbox.tpl @@ -4,17 +4,17 @@
-

{$mail['subject']}

-
From: {$mail['from']} +

{$mail.subject|escape:'html':'UTF-8'}

+
From: {$mail.from|escape:'html':'UTF-8'} {Lang::dateTimeFormat($mail['date_created'])} + title="Read at {Lang::dateTimeFormat($mail.date_read)}">{Lang::dateTimeFormat($mail.date_created)}
- {if Text::is_html($mail['body'])} - {$mail['body']} + {if Text::is_html($mail.body)} + {$mail.body} {else} - {nl2br(htmlspecialchars_decode($mail['body']))} + {nl2br($mail.body|htmlspecialchars_decode)} {/if}
@@ -30,10 +30,10 @@ {/if}
{Lang::T("Back")} - {Lang::T("Delete")} - {Lang::T("Share")} @@ -44,7 +44,7 @@
- +
@@ -73,22 +73,27 @@ {foreach $mails as $mail}
- + - + {/foreach} + {if empty($mails)} + + + + {/if}
- orders + {Lang::T("Sequence")}
- +
- edit + {Lang::T("Edit")} + onclick="return ask(this, 'Delete this widget?')" class="btn btn-sm btn-danger"> + +
{$ds['invoice']}{$ds['plan_name']}{Lang::moneyFormat($ds['price'])}{$ds['type']}{Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])}{Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])}{$ds['method']}
{$ds.invoice|escape:'html'}{$ds.plan_name|escape:'html'}{Lang::moneyFormat($ds.price)}{$ds.type|escape:'html'}{Lang::dateAndTimeFormat($ds.recharged_on, $ds.recharged_time)}{Lang::dateAndTimeFormat($ds.expiration, $ds.time)}{$ds.method|escape:'html'}
- +
- {if $mail['date_read'] == null} + {if $mail.date_read == null} {else} {/if} - {$mail['subject']} + {$mail.subject|escape:'html':'UTF-8'}
{$mail['from']}{$mail.from|escape:'html':'UTF-8'} {Lang::dateTimeFormat($mail['date_created'])}{Lang::dateTimeFormat($mail.date_created)}
{Lang::T("No email found.")}
@@ -109,7 +114,6 @@
- {/if} -{include file="customer/footer.tpl"} \ No newline at end of file +{include file="customer/footer.tpl"}