mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-15 21:30:56 +00:00
Small fixes: add warp break words, fix pt lang.
This commit is contained in:
+3
-4
@@ -163,7 +163,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<? if (L('current_language') == "en" && false): ?>
|
||||
<?php if (L('current_language') == "en" && false): ?>
|
||||
|
||||
<section style="height:32px;text-align: center;" id="bottom_info" class="hidden-phone">
|
||||
<a class="ProgresssBarLink" href="https://docs.google.com/spreadsheets/d/1iLswxMsTwfEu56RjW21nCov2LS_A-OJlmfJZ-j4Cj80/edit?usp=sharing" target="_blank">
|
||||
@@ -174,8 +174,7 @@
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<? else: ?>
|
||||
|
||||
<?php else: ?>
|
||||
<section style="height:32px;text-align: center;" id="bottom_info" class="hidden-phone">
|
||||
<a class="ProgresssBarLink" href="opensource" target="_blank">
|
||||
<div class="ProgressBar" style="height:32px">
|
||||
@@ -185,7 +184,7 @@
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<? endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<? if (L('current_language') == "ru" && false): ?>
|
||||
<!--
|
||||
|
||||
+1
-1
@@ -73,7 +73,7 @@
|
||||
<?php } ?>
|
||||
<?php endforeach?>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img src="<?= Root("i/image/flags/enru.png")?>" alt="<?= $langInfo["name"]?>"> <?= L('lang')?> <span class="caret"></span></a>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img src="<?= Root("i/image/flags/enru.png")?>" alt="<?= L('lang')?> icon"> <?= L('lang')?> <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<?php foreach($g_arrLangs as $lang => $langInfo):?>
|
||||
<?php if (!array_key_exists('hidden', $langInfo) || !$langInfo["hidden"]):?>
|
||||
|
||||
Reference in New Issue
Block a user