Added banner about open source

This commit is contained in:
Unick Soft 2019-05-30 21:36:40 +02:00
parent 381d6474a8
commit 085ec10059
3 changed files with 12 additions and 0 deletions

View File

@ -143,4 +143,5 @@
$g_lang["curve_edge"] = "Edge bend";
$g_lang["undo"] = "Undo";
$g_lang["opensource_message"] = "Our project is now open source. More details...";
?>

View File

@ -145,4 +145,6 @@
$g_lang["curve_edge"] = "Изгиб дуги";
$g_lang["undo"] = "Отменить";
$g_lang["opensource_message"] = "Наш проект стал проектом с открытым исходным кодом. Подробнее...";
?>

View File

@ -146,6 +146,15 @@
</div>
</section>
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
<a class="ProgresssBarLink" href="opensource" target="_blank">
<div class="ProgressBar" style="height:32px">
<div class="ProgressBarFill" style="width:0%;"></div>
<span class="ProgressBarText" style="top:-28px"><p><?= L('opensource_message')?></p></span>
</div>
</a>
</section>
<? if (L('current_language') == "ru" && false): ?>
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">