@@ -3,7 +3,7 @@
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/domains_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['domains']['domainsettings']} ({$domains_count})
|
||||
{$lng['domains']['domainsettings']} ({$domains_count})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -20,16 +20,16 @@
|
||||
<if (\Froxlor\User::getAll()['subdomains_used'] < \Froxlor\User::getAll()['subdomains'] || \Froxlor\User::getAll()['subdomains'] == '-1') && $parentdomains_count != 0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['domains']['subdomain_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'add'))}">{$lng['domains']['subdomain_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['domains']['domainname']} {$arrowcode['d.domain']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['path']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['domains']['domainname']} {$arrowcode['d.domain']}</th>
|
||||
<th>{$lng['panel']['path']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<if (\Froxlor\User::getAll()['subdomains_used'] < \Froxlor\User::getAll()['subdomains'] || \Froxlor\User::getAll()['subdomains'] == '-1') && 15 < $domains_count && $parentdomains_count != 0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['domains']['subdomain_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'add'))}">{$lng['domains']['subdomain_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{\Froxlor\I18N\Lang::getAll()['menue']['domains']['domains']}</div>
|
||||
<div class="neutral">{\Froxlor\I18N\Lang::getAll()['domains']['description']}</div>
|
||||
<div class="neutraltitle">{$lng['menue']['domains']['domains']}</div>
|
||||
<div class="neutral">{$lng['domains']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<td><strong>{$row['domain']}</strong> [<a href="http://{$row['domain']}/{$statsapp}" rel="external">{\Froxlor\I18N\Lang::getAll()['domains']['statstics']}</a>]</td>
|
||||
<td><strong>{$row['domain']}</strong> [<a href="http://{$row['domain']}/{$statsapp}" rel="external">{$lng['domains']['statstics']}</a>]</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
@@ -7,50 +7,50 @@
|
||||
<td>
|
||||
<a href="http://{$row['domain']}" target="_blank"><b>{$row['domain']}</b></a>
|
||||
<if $row['registration_date'] != ''>
|
||||
<br><small>{\Froxlor\I18N\Lang::getAll()['domains']['registration_date']}: {$row['registration_date']}</small>
|
||||
<br><small>{$lng['domains']['registration_date']}: {$row['registration_date']}</small>
|
||||
</if>
|
||||
<if $row['termination_date'] != ''>
|
||||
<br><small><div class="red">({\Froxlor\I18N\Lang::getAll()['domains']['termination_date_overview']} {$row['termination_date']})</div></small>
|
||||
<br><small><div class="red">({$lng['domains']['termination_date_overview']} {$row['termination_date']})</div></small>
|
||||
</if>
|
||||
</td>
|
||||
<td>
|
||||
<if $row['aliasdomain'] == ''>{$row['documentroot']}</if>
|
||||
<if isset($row['aliasdomainid']) && $row['aliasdomainid'] != 0>{\Froxlor\I18N\Lang::getAll()['domains']['aliasdomain']} {$row['aliasdomain']}</if>
|
||||
<if isset($row['aliasdomainid']) && $row['aliasdomainid'] != 0>{$lng['domains']['aliasdomain']} {$row['aliasdomain']}</if>
|
||||
</td>
|
||||
<td>
|
||||
<if $row['caneditdomain'] == '1'>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
</if>
|
||||
<if \Froxlor\User::getAll()['logviewenabled'] == '1'>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'logfiles', 'domain_id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/view.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['viewlogs']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['viewlogs']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/view.png" alt="{$lng['panel']['viewlogs']}" title="{$lng['panel']['viewlogs']}" />
|
||||
</a>
|
||||
</if>
|
||||
<if $row['parentdomainid'] != '0' && !(isset($row['domainaliasid']) && $row['domainaliasid'] != 0)>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'delete', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</if>
|
||||
<if $row['isbinddomain'] == '1' && \Froxlor\User::getAll()['dnsenabled'] == '1' && $row['caneditdomain'] == '1' && \Froxlor\Settings::Get('system.bind_enable') == '1' && \Froxlor\Settings::Get('system.dnsenabled') == '1'>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domaindnseditor', 'domain_id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/dns_edit.png" alt="{\Froxlor\I18N\Lang::getAll()['dnseditor']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['dnseditor']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/dns_edit.png" alt="{$lng['dnseditor']['edit']}" title="{$lng['dnseditor']['edit']}" />
|
||||
</a>
|
||||
</if>
|
||||
<if $show_ssledit == 1>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domainssleditor', 'action' => 'view', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/ssl_<if $row['domain_hascert'] == 1>customer</if><if $row['domain_hascert'] == 2>shared</if><if $row['domain_hascert'] == 0>global</if>.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['ssleditor']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['ssleditor']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/ssl_<if $row['domain_hascert'] == 1>customer</if><if $row['domain_hascert'] == 2>shared</if><if $row['domain_hascert'] == 0>global</if>.png" alt="{$lng['panel']['ssleditor']}" title="{$lng['panel']['ssleditor']}" />
|
||||
</a>
|
||||
</if>
|
||||
<if $row['letsencrypt'] == '1'>
|
||||
<img src="templates/{$theme}/assets/img/icons/ssl_letsencrypt.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['letsencrypt']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['letsencrypt']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/ssl_letsencrypt.png" alt="{$lng['panel']['letsencrypt']}" title="{$lng['panel']['letsencrypt']}" />
|
||||
</if>
|
||||
<if $row['parentdomainid'] == '0' && !(isset($row['domainaliasid']) && $row['domainaliasid'] != 0)>
|
||||
({\Froxlor\I18N\Lang::getAll()['domains']['isassigneddomain']})
|
||||
({$lng['domains']['isassigneddomain']})
|
||||
</if>
|
||||
<if isset($row['domainaliasid']) && $row['domainaliasid'] != 0>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'searchfield' => 'd.aliasdomain', 'searchtext' => $row['id']))}">{\Froxlor\I18N\Lang::getAll()['domains']['hasaliasdomains']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'searchfield' => 'd.aliasdomain', 'searchtext' => $row['id']))}">{$lng['domains']['hasaliasdomains']}</a>
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -5,7 +5,7 @@ $header
|
||||
<img src="templates/{$theme}/assets/img/icons/domain_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
<if $result['isbinddomain'] == '1' && \Froxlor\User::getAll()['dnsenabled'] == '1' && \Froxlor\Settings::Get('system.bind_enable') == '1' && \Froxlor\Settings::Get('system.dnsenabled') == '1'>
|
||||
(<small><a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domaindnseditor', 'domain_id' => $id))}">{\Froxlor\I18N\Lang::getAll()['dnseditor']['edit']}</a></small>)
|
||||
(<small><a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domaindnseditor', 'domain_id' => $id))}">{$lng['dnseditor']['edit']}</a></small>)
|
||||
</if>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
4
templates/Sparkle/customer/email/email.tpl
vendored
4
templates/Sparkle/customer/email/email.tpl
vendored
@@ -1,8 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{\Froxlor\I18N\Lang::getAll()['menue']['email']['email']}</div>
|
||||
<div class="neutral">{\Froxlor\I18N\Lang::getAll()['emails']['description']}</div>
|
||||
<div class="neutraltitle">{$lng['menue']['email']['email']}</div>
|
||||
<div class="neutral">{$lng['emails']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
|
||||
18
templates/Sparkle/customer/email/emails.tpl
vendored
18
templates/Sparkle/customer/email/emails.tpl
vendored
@@ -3,7 +3,7 @@
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/emails_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['email']['emails']} ({$emailscount})
|
||||
{$lng['menue']['email']['emails']} ({$emailscount})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -20,21 +20,21 @@
|
||||
<if (\Froxlor\User::getAll()['emails_used'] < \Froxlor\User::getAll()['emails'] || \Froxlor\User::getAll()['emails'] == '-1') && $emaildomains_count !=0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['emails']['emails_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'add'))}">{$lng['emails']['emails_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['emails']['emailaddress']} {$arrowcode['m.email_full']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['emails']['forwarders']} {$arrowcode['m.destination']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['emails']['account']}</th>
|
||||
<if \Froxlor\Settings::Get('catchall.catchall_enabled') == '1'><th>{\Froxlor\I18N\Lang::getAll()['emails']['catchall']}</th></if>
|
||||
<th>{$lng['emails']['emailaddress']} {$arrowcode['m.email_full']}</th>
|
||||
<th>{$lng['emails']['forwarders']} {$arrowcode['m.destination']}</th>
|
||||
<th>{$lng['emails']['account']}</th>
|
||||
<if \Froxlor\Settings::Get('catchall.catchall_enabled') == '1'><th>{$lng['emails']['catchall']}</th></if>
|
||||
<if \Froxlor\Settings::Get('system.mail_quota_enabled') == '1'>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['emails']['quota']}</th>
|
||||
<th>{$lng['emails']['quota']}</th>
|
||||
</if>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<if (\Froxlor\User::getAll()['emails_used'] < \Froxlor\User::getAll()['emails'] || \Froxlor\User::getAll()['emails'] == '-1') && 15 < $emails_count && $emaildomains_count !=0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['emails']['emails_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'add'))}">{$lng['emails']['emails_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ $header
|
||||
<if $domains == ''>
|
||||
<div class="messagewrapperfull">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{\Froxlor\I18N\Lang::getAll()['admin']['warning']}</div>
|
||||
<div class="warning"><br /><strong>{\Froxlor\I18N\Lang::getAll()['emails']['noemaildomainaddedyet']}</strong></div>
|
||||
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||
<div class="warning"><br /><strong>{$lng['emails']['noemaildomainaddedyet']}</strong></div>
|
||||
</div>
|
||||
</div>
|
||||
<else>
|
||||
|
||||
@@ -17,7 +17,7 @@ $header
|
||||
{$email_edit_form}
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{\Froxlor\I18N\Lang::getAll()['emails']['back_to_overview']}</a></td>
|
||||
<td colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{$lng['emails']['back_to_overview']}</a></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
$destination [<a href="{$linker->getLink(array('section' => 'email', 'page' => 'forwarders', 'action' => 'delete', 'id' => $id, 'forwarderid' => $dest_id))}">{\Froxlor\I18N\Lang::getAll()['panel']['delete']}</a>]
|
||||
$destination [<a href="{$linker->getLink(array('section' => 'email', 'page' => 'forwarders', 'action' => 'delete', 'id' => $id, 'forwarderid' => $dest_id))}">{$lng['panel']['delete']}</a>]
|
||||
<br />
|
||||
@@ -1,15 +1,15 @@
|
||||
<tr>
|
||||
<td>{$row['email_full']}</td>
|
||||
<td><if $row['destination'] == ''> <else>{$row['destination']}</if></td>
|
||||
<td><if $row['popaccountid'] != 0>{\Froxlor\I18N\Lang::getAll()['panel']['yes']} ({$row['mboxsize']})</if><if $row['popaccountid'] == 0>{\Froxlor\I18N\Lang::getAll()['panel']['no']}</if></td>
|
||||
<if \Froxlor\Settings::Get('catchall.catchall_enabled') == '1'><td><if $row['iscatchall'] != 0>{\Froxlor\I18N\Lang::getAll()['panel']['yes']}</if><if $row['iscatchall'] == 0>{\Froxlor\I18N\Lang::getAll()['panel']['no']}</if></td></if>
|
||||
<if \Froxlor\Settings::Get('system.mail_quota_enabled') == '1'><td><if $row['quota'] == 0>{\Froxlor\I18N\Lang::getAll()['emails']['noquota']}<else>{$row['quota']} MiB</if></if></td>
|
||||
<td><if $row['popaccountid'] != 0>{$lng['panel']['yes']} ({$row['mboxsize']})</if><if $row['popaccountid'] == 0>{$lng['panel']['no']}</if></td>
|
||||
<if \Froxlor\Settings::Get('catchall.catchall_enabled') == '1'><td><if $row['iscatchall'] != 0>{$lng['panel']['yes']}</if><if $row['iscatchall'] == 0>{$lng['panel']['no']}</if></td></if>
|
||||
<if \Froxlor\Settings::Get('system.mail_quota_enabled') == '1'><td><if $row['quota'] == 0>{$lng['emails']['noquota']}<else>{$row['quota']} MiB</if></if></td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'delete', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
4
templates/Sparkle/customer/extras/backup.tpl
vendored
4
templates/Sparkle/customer/extras/backup.tpl
vendored
@@ -10,8 +10,8 @@ $header
|
||||
<if !empty($existing_backupJob)>
|
||||
<div class="messagewrapperfull">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{\Froxlor\I18N\Lang::getAll()['admin']['warning']}</div>
|
||||
<div class="warning">{\Froxlor\I18N\Lang::getAll()['error']['customerhasongoingbackupjob']}</div>
|
||||
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||
<div class="warning">{$lng['error']['customerhasongoingbackupjob']}</div>
|
||||
</div>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['path']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['backup_web']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['backup_mail']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['backup_dbs']}</th>
|
||||
<th>{$lng['panel']['path']}</th>
|
||||
<th>{$lng['extras']['backup_web']}</th>
|
||||
<th>{$lng['extras']['backup_mail']}</th>
|
||||
<th>{$lng['extras']['backup_dbs']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -19,7 +19,7 @@
|
||||
<td colspan="4">
|
||||
<p>
|
||||
<input type="hidden" name="backup_job_entry" value="{$existing_backupJob['id']}" />
|
||||
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['panel']['abort']}" class="nobutton" />
|
||||
<input type="submit" value="{$lng['panel']['abort']}" class="nobutton" />
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
4
templates/Sparkle/customer/extras/extras.tpl
vendored
4
templates/Sparkle/customer/extras/extras.tpl
vendored
@@ -1,8 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{\Froxlor\I18N\Lang::getAll()['menue']['extras']['extras']}</div>
|
||||
<div class="neutral">{\Froxlor\I18N\Lang::getAll()['extras']['description']}</div>
|
||||
<div class="neutraltitle">{$lng['menue']['extras']['extras']}</div>
|
||||
<div class="neutral">{$lng['extras']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
|
||||
20
templates/Sparkle/customer/extras/htaccess.tpl
vendored
20
templates/Sparkle/customer/extras/htaccess.tpl
vendored
@@ -3,7 +3,7 @@
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htaccess_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['extras']['pathoptions']}
|
||||
{$lng['menue']['extras']['pathoptions']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -19,21 +19,21 @@
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['extras']['pathoptions_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
|
||||
</div>
|
||||
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['path']} {$arrowcode['path']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['view_directory']} {$arrowcode['options_indexes']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['error404path']} {$arrowcode['error404path']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['error403path']} {$arrowcode['error403path']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['error500path']} {$arrowcode['error500path']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
||||
<th>{$lng['extras']['view_directory']} {$arrowcode['options_indexes']}</th>
|
||||
<th>{$lng['extras']['error404path']} {$arrowcode['error404path']}</th>
|
||||
<th>{$lng['extras']['error403path']} {$arrowcode['error403path']}</th>
|
||||
<th>{$lng['extras']['error500path']} {$arrowcode['error500path']}</th>
|
||||
<if $cperlenabled == 1 >
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['extras']['execute_perl']} {$arrowcode['options_cgi']}</th>
|
||||
<th>{$lng['extras']['execute_perl']} {$arrowcode['options_cgi']}</th>
|
||||
</if>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<if 15 < $count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['extras']['pathoptions_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
</form>
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
</if>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'delete', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
12
templates/Sparkle/customer/extras/htpasswds.tpl
vendored
12
templates/Sparkle/customer/extras/htpasswds.tpl
vendored
@@ -3,7 +3,7 @@
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htpasswd_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['extras']['directoryprotection']}
|
||||
{$lng['menue']['extras']['directoryprotection']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -19,15 +19,15 @@
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['extras']['directoryprotection_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{$lng['extras']['directoryprotection_add']}</a>
|
||||
</div>
|
||||
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['path']} {$arrowcode['path']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<if 15 < $count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['extras']['directoryprotection_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{$lng['extras']['directoryprotection_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
<td>{$row['path']}</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'delete', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
16
templates/Sparkle/customer/ftp/accounts.tpl
vendored
16
templates/Sparkle/customer/ftp/accounts.tpl
vendored
@@ -3,7 +3,7 @@
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['ftp']['accounts']} ({$ftps_count})
|
||||
{$lng['menue']['ftp']['accounts']} ({$ftps_count})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
<if (\Froxlor\User::getAll()['ftps_used'] < \Froxlor\User::getAll()['ftps'] || \Froxlor\User::getAll()['ftps'] == '-1') >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['ftp']['account_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'add'))}">{$lng['ftp']['account_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['ftpdesc']} {$arrowcode['description']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['path']} {$arrowcode['homedir']}</th>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{$lng['panel']['ftpdesc']} {$arrowcode['description']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['homedir']}</th>
|
||||
<if \Froxlor\Settings::Get('system.allow_customer_shell') == '1' >
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['shell']}</th>
|
||||
<th>{$lng['panel']['shell']}</th>
|
||||
</if>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<if (\Froxlor\User::getAll()['ftps_used'] < \Froxlor\User::getAll()['ftps'] || \Froxlor\User::getAll()['ftps'] == '-1') && 15 < $ftps_count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['ftp']['account_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'add'))}">{$lng['ftp']['account_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
</if>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'delete', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
4
templates/Sparkle/customer/ftp/ftp.tpl
vendored
4
templates/Sparkle/customer/ftp/ftp.tpl
vendored
@@ -1,8 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{\Froxlor\I18N\Lang::getAll()['menue']['ftp']['ftp']}</div>
|
||||
<div class="neutral">{\Froxlor\I18N\Lang::getAll()['ftp']['description']}</div>
|
||||
<div class="neutraltitle">{$lng['menue']['ftp']['ftp']}</div>
|
||||
<div class="neutral">{$lng['ftp']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
|
||||
@@ -3,7 +3,7 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/flag.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['main']['changelanguage']}
|
||||
{$lng['menue']['main']['changelanguage']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -16,14 +16,14 @@ $header
|
||||
<table class="tiny center">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="50%"><label for="def_language">{\Froxlor\I18N\Lang::getAll()['login']['language']}:</label></td>
|
||||
<td width="50%"><label for="def_language">{$lng['login']['language']}:</label></td>
|
||||
<td><select id="def_language" name="def_language">$language_options</select></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['menue']['main']['changelanguage']}" />
|
||||
<input type="submit" value="{$lng['menue']['main']['changelanguage']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@@ -3,7 +3,7 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/lock_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['main']['changepassword']}
|
||||
{$lng['menue']['main']['changepassword']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -15,35 +15,35 @@ $header
|
||||
<input type="hidden" name="send" value="send" />
|
||||
<table class="middle center">
|
||||
<tr>
|
||||
<td width="50%"><label for="old_password">{\Froxlor\I18N\Lang::getAll()['changepassword']['old_password']}:</label></td>
|
||||
<td width="50%"><label for="old_password">{$lng['changepassword']['old_password']}:</label></td>
|
||||
<td><input type="password" id="old_password" name="old_password" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="new_password">{\Froxlor\I18N\Lang::getAll()['changepassword']['new_password']}:</label></td>
|
||||
<td><label for="new_password">{$lng['changepassword']['new_password']}:</label></td>
|
||||
<td><input type="password" id="new_password" name="new_password" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="new_password_confirm">{\Froxlor\I18N\Lang::getAll()['changepassword']['new_password_confirm']}:</label></td>
|
||||
<td><label for="new_password_confirm">{$lng['changepassword']['new_password_confirm']}:</label></td>
|
||||
<td><input type="password" id="new_password_confirm" name="new_password_confirm" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input type="checkbox" name="change_main_ftp" id="change_main_ftp" value="true" />
|
||||
<label for="change_main_ftp">{\Froxlor\I18N\Lang::getAll()['changepassword']['also_change_ftp']}</label>
|
||||
<label for="change_main_ftp">{$lng['changepassword']['also_change_ftp']}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input type="checkbox" name="change_webalizer" id="change_webalizer" value="true" />
|
||||
<label for="change_webalizer">{\Froxlor\I18N\Lang::getAll()['changepassword']['also_change_webalizer']}</label>
|
||||
<label for="change_webalizer">{$lng['changepassword']['also_change_webalizer']}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['menue']['main']['changepassword']}" />
|
||||
<input type="submit" value="{$lng['menue']['main']['changepassword']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@@ -3,7 +3,7 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/display_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['main']['changetheme']}
|
||||
{$lng['menue']['main']['changetheme']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -15,13 +15,13 @@ $header
|
||||
<input type="hidden" name="send" value="send" />
|
||||
<table class="tiny center">
|
||||
<tr>
|
||||
<td width="50%"><label for="theme">{\Froxlor\I18N\Lang::getAll()['panel']['theme']}:</label></td>
|
||||
<td width="50%"><label for="theme">{$lng['panel']['theme']}:</label></td>
|
||||
<td><select id="theme" name="theme">$theme_options</select></td>
|
||||
</tr>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<input class="bottom" type="submit" value="{\Froxlor\I18N\Lang::getAll()['menue']['main']['changetheme']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['menue']['main']['changetheme']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
84
templates/Sparkle/customer/index/index.tpl
vendored
84
templates/Sparkle/customer/index/index.tpl
vendored
@@ -2,7 +2,7 @@ $header
|
||||
<article>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/domains_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['panel']['dashboard']}
|
||||
{$lng['panel']['dashboard']}
|
||||
</h2>
|
||||
|
||||
<div class="grid-g">
|
||||
@@ -11,11 +11,11 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="subdomains" class="circular" data-used="{\Froxlor\User::getAll()['subdomains_used']}" data-available="{\Froxlor\User::getAll()['subdomains']}">
|
||||
<canvas id="subdomains-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['subdomains']}<br />
|
||||
{$lng['customer']['subdomains']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['subdomains_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['subdomains_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['subdomains'] != '∞'>
|
||||
{\Froxlor\User::getAll()['subdomains']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}
|
||||
{\Froxlor\User::getAll()['subdomains']} {$lng['panel']['available']}
|
||||
</if>
|
||||
</small>
|
||||
</div>
|
||||
@@ -25,11 +25,11 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="diskspace" class="circular" data-used="{\Froxlor\User::getAll()['diskspace_used']}" data-available="{\Froxlor\User::getAll()['diskspace']}">
|
||||
<canvas id="diskspace-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['diskspace']}<br />
|
||||
{$lng['customer']['diskspace']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['diskspace_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['diskspace_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['diskspace'] != '∞'>
|
||||
{\Froxlor\User::getAll()['diskspace']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}
|
||||
{\Froxlor\User::getAll()['diskspace']} {$lng['panel']['available']}
|
||||
</if>
|
||||
</small>
|
||||
</div>
|
||||
@@ -39,11 +39,11 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="traffic" class="circular" data-used="{\Froxlor\User::getAll()['traffic_used']}" data-available="{\Froxlor\User::getAll()['traffic']}">
|
||||
<canvas id="traffic-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['traffic']}<br />
|
||||
{$lng['customer']['traffic']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['traffic_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['traffic_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['traffic'] != '∞'>
|
||||
{\Froxlor\User::getAll()['traffic']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}
|
||||
{\Froxlor\User::getAll()['traffic']} {$lng['panel']['available']}
|
||||
</if>
|
||||
</small>
|
||||
</div>
|
||||
@@ -53,11 +53,11 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="emails" class="circular" data-used="{\Froxlor\User::getAll()['emails_used']}" data-available="{\Froxlor\User::getAll()['emails']}">
|
||||
<canvas id="emails-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['emails']}<br />
|
||||
{$lng['customer']['emails']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['emails_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['emails_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['emails'] != '∞'>
|
||||
{\Froxlor\User::getAll()['emails']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}
|
||||
{\Froxlor\User::getAll()['emails']} {$lng['panel']['available']}
|
||||
</if>
|
||||
</small>
|
||||
</div>
|
||||
@@ -67,13 +67,13 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="email_accounts" class="circular" data-used="{\Froxlor\User::getAll()['email_accounts_used']}" data-available="{\Froxlor\User::getAll()['email_accounts']}">
|
||||
<canvas id="email_accounts-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['accounts']}<br />
|
||||
{$lng['customer']['accounts']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['email_accounts_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['email_accounts_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['email_accounts'] != '∞'>
|
||||
{\Froxlor\User::getAll()['email_accounts']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}<br />
|
||||
{\Froxlor\User::getAll()['email_accounts']} {$lng['panel']['available']}<br />
|
||||
</if>
|
||||
{\Froxlor\User::getAll()['mailspace_used']} {\Froxlor\I18N\Lang::getAll()['customer']['mib']}
|
||||
{\Froxlor\User::getAll()['mailspace_used']} {$lng['customer']['mib']}
|
||||
</small>
|
||||
</div>
|
||||
</if>
|
||||
@@ -82,11 +82,11 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="email_forwarders" class="circular" data-used="{\Froxlor\User::getAll()['email_forwarders_used']}" data-available="{\Froxlor\User::getAll()['email_forwarders']}">
|
||||
<canvas id="email_forwarders-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['forwarders']}<br />
|
||||
{$lng['customer']['forwarders']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['email_forwarders_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['email_forwarders_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['email_forwarders'] != '∞'>
|
||||
{\Froxlor\User::getAll()['email_forwarders']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}
|
||||
{\Froxlor\User::getAll()['email_forwarders']} {$lng['panel']['available']}
|
||||
</if>
|
||||
</small>
|
||||
</div>
|
||||
@@ -96,11 +96,11 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="email_quota" class="circular" data-used="{\Froxlor\User::getAll()['email_quota_used']}" data-available="{\Froxlor\User::getAll()['email_quota']}">
|
||||
<canvas id="email_quota-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['email_quota']}<br />
|
||||
{$lng['customer']['email_quota']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['email_quota_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['email_quota_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['email_quota'] != '∞'>
|
||||
{\Froxlor\User::getAll()['email_quota']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}
|
||||
{\Froxlor\User::getAll()['email_quota']} {$lng['panel']['available']}
|
||||
</if>
|
||||
</small>
|
||||
</div>
|
||||
@@ -110,13 +110,13 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="mysqls" class="circular" data-used="{\Froxlor\User::getAll()['mysqls_used']}" data-available="{\Froxlor\User::getAll()['mysqls']}">
|
||||
<canvas id="mysqls-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['mysqls']}<br />
|
||||
{$lng['customer']['mysqls']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['mysqls_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['mysqls_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['mysqls'] != '∞'>
|
||||
{\Froxlor\User::getAll()['mysqls']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}<br />
|
||||
{\Froxlor\User::getAll()['mysqls']} {$lng['panel']['available']}<br />
|
||||
</if>
|
||||
{\Froxlor\User::getAll()['dbspace_used']} {\Froxlor\I18N\Lang::getAll()['customer']['mib']}
|
||||
{\Froxlor\User::getAll()['dbspace_used']} {$lng['customer']['mib']}
|
||||
</small>
|
||||
</div>
|
||||
</if>
|
||||
@@ -125,11 +125,11 @@ $header
|
||||
<div class="canvasbox">
|
||||
<input type="hidden" id="ftps" class="circular" data-used="{\Froxlor\User::getAll()['ftps_used']}" data-available="{\Froxlor\User::getAll()['ftps']}">
|
||||
<canvas id="ftps-canvas" width="120" height="76"></canvas><br />
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['ftps']}<br />
|
||||
{$lng['customer']['ftps']}<br />
|
||||
<small>
|
||||
{\Froxlor\User::getAll()['ftps_used']} {\Froxlor\I18N\Lang::getAll()['panel']['used']}<br />
|
||||
{\Froxlor\User::getAll()['ftps_used']} {$lng['panel']['used']}<br />
|
||||
<if \Froxlor\User::getAll()['ftps'] != '∞'>
|
||||
{\Froxlor\User::getAll()['ftps']} {\Froxlor\I18N\Lang::getAll()['panel']['available']}
|
||||
{\Froxlor\User::getAll()['ftps']} {$lng['panel']['available']}
|
||||
</if>
|
||||
</small>
|
||||
</div>
|
||||
@@ -157,26 +157,26 @@ $header
|
||||
<table class="dboarditem">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{\Froxlor\I18N\Lang::getAll()['index']['accountdetails']}</th>
|
||||
<th colspan="2">{$lng['index']['accountdetails']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['login']['username']}:</td>
|
||||
<td>{$lng['login']['username']}:</td>
|
||||
<td>{\Froxlor\User::getAll()['loginname']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['domains']}:</td>
|
||||
<td>{$lng['customer']['domains']}:</td>
|
||||
<td>$domains</td>
|
||||
</tr>
|
||||
<if $stdsubdomain != ''>
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['admin']['stdsubdomain']}:</td>
|
||||
<td>{$lng['admin']['stdsubdomain']}:</td>
|
||||
<td>$stdsubdomain</td>
|
||||
</tr>
|
||||
</if>
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['services']}:</td>
|
||||
<td>{$lng['customer']['services']}:</td>
|
||||
<td>$services_enabled</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -185,43 +185,43 @@ $header
|
||||
<table class="dboarditem">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{\Froxlor\I18N\Lang::getAll()['index']['customerdetails']}</th>
|
||||
<th colspan="2">{$lng['index']['customerdetails']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<if \Froxlor\User::getAll()['customernumber'] >
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['customernumber']}:</td>
|
||||
<td>{$lng['customer']['customernumber']}:</td>
|
||||
<td>{\Froxlor\User::getAll()['customernumber']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if \Froxlor\User::getAll()['company'] >
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['company']}:</td>
|
||||
<td>{$lng['customer']['company']}:</td>
|
||||
<td>{\Froxlor\User::getAll()['company']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if \Froxlor\User::getAll()['name'] >
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['name']}:</td>
|
||||
<td>{$lng['customer']['name']}:</td>
|
||||
<td>{\Froxlor\User::getAll()['firstname']} {\Froxlor\User::getAll()['name']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if \Froxlor\User::getAll()['street'] >
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['street']}:</td>
|
||||
<td>{$lng['customer']['street']}:</td>
|
||||
<td>{\Froxlor\User::getAll()['street']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if \Froxlor\User::getAll()['city'] >
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['zipcode']}/{\Froxlor\I18N\Lang::getAll()['customer']['city']}:</td>
|
||||
<td>{$lng['customer']['zipcode']}/{$lng['customer']['city']}:</td>
|
||||
<td>{\Froxlor\User::getAll()['zipcode']} {\Froxlor\User::getAll()['city']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if \Froxlor\User::getAll()['email'] >
|
||||
<tr>
|
||||
<td>{\Froxlor\I18N\Lang::getAll()['customer']['email']}:</td>
|
||||
<td>{$lng['customer']['email']}:</td>
|
||||
<td>{\Froxlor\User::getAll()['email']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
|
||||
@@ -3,7 +3,7 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/error_report_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['error']['send_report_title']}
|
||||
{$lng['error']['send_report_title']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -17,7 +17,7 @@ $header
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<p>{\Froxlor\I18N\Lang::getAll()['error']['send_report_desc']}</p>
|
||||
<p>{$lng['error']['send_report_desc']}</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -31,7 +31,7 @@ $header
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<input class="bottom" type="submit" value="{\Froxlor\I18N\Lang::getAll()['error']['send_report']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['error']['send_report']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
8
templates/Sparkle/customer/logger/logger.tpl
vendored
8
templates/Sparkle/customer/logger/logger.tpl
vendored
@@ -3,7 +3,7 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/syslog_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['logger']['logger']}
|
||||
{$lng['menue']['logger']['logger']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -25,9 +25,9 @@ $header
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['logger']['date']} {$arrowcode['date']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['logger']['type']} {$arrowcode['type']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['logger']['action']}</th>
|
||||
<th>{$lng['logger']['date']} {$arrowcode['date']}</th>
|
||||
<th>{$lng['logger']['type']} {$arrowcode['type']}</th>
|
||||
<th>{$lng['logger']['action']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
4
templates/Sparkle/customer/mysql/mysql.tpl
vendored
4
templates/Sparkle/customer/mysql/mysql.tpl
vendored
@@ -1,8 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{\Froxlor\I18N\Lang::getAll()['menue']['mysql']['mysql']}</div>
|
||||
<div class="neutral">{\Froxlor\I18N\Lang::getAll()['mysql']['description']}</div>
|
||||
<div class="neutraltitle">{$lng['menue']['mysql']['mysql']}</div>
|
||||
<div class="neutral">{$lng['mysql']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
|
||||
16
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
16
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
@@ -3,7 +3,7 @@
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/mysql_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['menue']['mysql']['databases']} ({$mysqls_count})
|
||||
{$lng['menue']['mysql']['databases']} ({$mysqls_count})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
<if (\Froxlor\User::getAll()['mysqls_used'] < \Froxlor\User::getAll()['mysqls'] || \Froxlor\User::getAll()['mysqls'] == '-1') >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['mysql']['database_create']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'add'))}">{$lng['mysql']['database_create']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['mysql']['databasename']} {$arrowcode['databasename']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['mysql']['databasedescription']} {$arrowcode['description']}</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['mysql']['size']}</th>
|
||||
<if 1 < $count_mysqlservers><th>{\Froxlor\I18N\Lang::getAll()['mysql']['mysql_server']}</th></if>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['mysql']['databasename']} {$arrowcode['databasename']}</th>
|
||||
<th>{$lng['mysql']['databasedescription']} {$arrowcode['description']}</th>
|
||||
<th>{$lng['mysql']['size']}</th>
|
||||
<if 1 < $count_mysqlservers><th>{$lng['mysql']['mysql_server']}</th></if>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<if (\Froxlor\User::getAll()['mysqls_used'] < \Froxlor\User::getAll()['mysqls'] || \Froxlor\User::getAll()['mysqls'] == '-1') && 15 < $mysqls_count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['mysql']['database_create']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'add'))}">{$lng['mysql']['database_create']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<if 1 < $count_mysqlservers><td>{$sql_root['caption']}</td></if>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['edit']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'delete', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" title="{\Froxlor\I18N\Lang::getAll()['panel']['delete']}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user