Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Root committed Jan 19, 2019
1 parent 74d8309 commit b452db9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions php/clonos.php
Original file line number Diff line number Diff line change
Expand Up @@ -2914,6 +2914,7 @@ function imageRemove()
function getSummaryInfo()
{
$form=$this->form;
if(!isset($form['mode'])) $form['mode']='';
$mode=$form['mode'];
$jail_name=$form['jname'];
$res=array();
Expand Down
3 changes: 3 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ header .top-right {
cursor:default;
text-align:right;
}
header .top-right a {
color:darkred;
}
header .top-right .txt {
vertical-align:middle;
display:inline-block;
Expand Down
3 changes: 3 additions & 0 deletions public/css/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ dl#summaryInfo dt {
header .top-right {
color:white;
}
header .top-right a {
color:#FFFAA0;
}


.summary_table {
Expand Down
2 changes: 2 additions & 0 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
<header>
<div class="top-right">
<span class="txt">
<a href="https://www.bsdstore.ru/ru/donate.html" target="_blank"><?php echo $clonos->translate('DONATE'); ?></a>
<span class="space"></span>
<?php echo $clonos->translate('VERSION'),': ',file_get_contents($clonos->realpath.'version'); ?>
<span class="space"></span>
<?php echo $clonos->translate('THEMES'); ?>:
Expand Down
4 changes: 3 additions & 1 deletion public/lang/ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,7 @@
'bhyve_vnc_tcp_bind'=>'адрес прослушивания VNC',
'cd_vnc_wait'=>'запуск с CD ждет подключения VNC',
'vm_hostbridge'=>'тип северного моста (hostbridge)',
'vm_console'=>'тип консоли',
'vm_console'=>'тип консоли',

'DONATE'=>'ПОДДЕРЖАТЬ ПРОЕКТ',
);
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
18.11
19.01

0 comments on commit b452db9

Please sign in to comment.