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