mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Add core update notification to admin dashboard
This commit is contained in:
parent
d25690e3e9
commit
9c9629f7e1
5 changed files with 49 additions and 1 deletions
|
|
@ -37,6 +37,11 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="message update core_update" data-current-version="{\RX_VERSION}">
|
||||
<h2>{$lang->update_available}</h2>
|
||||
<p>{$lang->core_update_available} <a href="https://rhymix.org/" target="_blank">{$lang->core_update_link}</a></p>
|
||||
</div>
|
||||
|
||||
<div class="message update" cond="$addTables || $needUpdate">
|
||||
<h2>{$lang->need_complete_configuration}</h2>
|
||||
<p>{$lang->need_complete_configuration_details}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue