mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Remove jokes from 'Finances' tab
This commit is contained in:
parent
e18a661507
commit
bc7a068581
4 changed files with 22 additions and 12 deletions
|
@ -20,7 +20,7 @@
|
|||
<a n:attr="id => ($isPrivacy ? 'act_tab_a' : 'ki')" href="/settings?act=privacy">{_"privacy"}</a>
|
||||
</div>
|
||||
<div n:attr="id => ($isFinance ? 'activetabs' : 'ki')" class="tab">
|
||||
<a n:attr="id => ($isFinance ? 'act_tab_a' : 'ki')" href="/settings?act=finance">Голоса</a>
|
||||
<a n:attr="id => ($isFinance ? 'act_tab_a' : 'ki')" href="/settings?act=finance">{_points}</a>
|
||||
</div>
|
||||
<div n:attr="id => ($isInterface ? 'activetabs' : 'ki')" class="tab">
|
||||
<a n:attr="id => ($isInterface ? 'act_tab_a' : 'ki')" href="/settings?act=interface">{_"interface"}</a>
|
||||
|
@ -257,22 +257,14 @@
|
|||
{elseif $isFinance}
|
||||
|
||||
<div style="width: 75%; display: inline-block;">
|
||||
<h4>Что такое голоса?</h4>
|
||||
<p>
|
||||
4
|
||||
</p>
|
||||
|
||||
<h4>Как купить голоса?</h4>
|
||||
<p>
|
||||
хз
|
||||
</p>
|
||||
{presenter "openvk!Support->knowledgeBaseArticle", "points"}
|
||||
</div>
|
||||
<div style="width: 22%; float: right;">
|
||||
<p style="margin: 0; font-size: medium; text-align: center;">
|
||||
<b>
|
||||
на вашем счету<br/>
|
||||
{_on_your_account}<br/>
|
||||
<span style="font-size: 50px;">{$thisUser->getCoins()}</span><br/>
|
||||
PRIZM
|
||||
{_points_count}
|
||||
</b>
|
||||
</p>
|
||||
</div>
|
||||
|
|
7
data/knowledgebase/points.ru.textile
Normal file
7
data/knowledgebase/points.ru.textile
Normal file
|
@ -0,0 +1,7 @@
|
|||
OpenVK-KB-Heading: Про голоса
|
||||
|
||||
h4. Что такое голоса?
|
||||
Голоса это внутреняя валюта OpenVK. За неё можно купить стикеры или подарки другим пользователям.
|
||||
|
||||
h4. Как купить голоса?
|
||||
Это пример статьи о голосах и из-за этого в ней нет таких деталей. Если вы администратор этой социальной сети, отредактируйте файл data/knowledgebase/points.ru.textile, чтобы он соответствовал вашим нуждам. Если вы простой пользователь, уведомите администратора о том, что он забыл отредактировать файлы и спросите у него, как же вам купить голоса.
|
7
data/knowledgebase/points.textile
Normal file
7
data/knowledgebase/points.textile
Normal file
|
@ -0,0 +1,7 @@
|
|||
OpenVK-KB-Heading: About points
|
||||
|
||||
h4. What are points?
|
||||
Points are OpenVK internal currency. You can use it to buy stickers and gifts.
|
||||
|
||||
h4. How can I buy points?
|
||||
This is example knowledgebase article and it does not have the details about this topic. If you are administrator of this social network, please change this article to fit your needs. If you are a user you can ask your admin directly about this.
|
|
@ -422,6 +422,10 @@
|
|||
"ui_settings_rating_show" = "Показывать";
|
||||
"ui_settings_rating_hide" = "Скрывать";
|
||||
|
||||
"points" = "Голоса";
|
||||
"points_count" = "голосов";
|
||||
"on_your_account" = "на вашем счету";
|
||||
|
||||
%{ Errors %}
|
||||
|
||||
"error_1" = "Некорректный запрос";
|
||||
|
|
Loading…
Reference in a new issue