Make all addons, modules, and widgets follow RX_VERSION

This commit is contained in:
Kijin Sung 2020-12-18 00:20:33 +09:00
parent aef258e48a
commit 0b265cde21
54 changed files with 156 additions and 109 deletions

View file

@ -26,7 +26,13 @@
{$lang->msg_avail_easy_update} <a href="{$widget->update_url}&amp;return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->msg_do_you_like_update}</a>
</p>
</td>
<td>{$widget->version}</td>
<td>
<!--@if($widget->version === 'RX_VERSION')-->
<img src="{\RX_BASEURL}common/img/icon.png" class="core_symbol" alt="Rhymix Core" title="Rhymix Core" />
<!--@else-->
<span style="color:#aaa"|cond="$widget->isBlacklisted">{$widget->version}</span>
<!--@endif-->
</td>
<td class="rx_detail_marks">
<block loop="$widget->author => $author">
<a cond="$author->homepage" href="{$author->homepage}" target="_blank">{$author->name}</a>