mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
hide update all buttun , when empty update's list
This commit is contained in:
@@ -158,9 +158,11 @@
|
|||||||
|
|
||||||
<IF NAME="store_plugins_count gt 1" NAME="case == check">
|
<IF NAME="store_plugins_count gt 1" NAME="case == check">
|
||||||
<div class="d-flex justify-content-end my-3">
|
<div class="d-flex justify-content-end my-3">
|
||||||
|
<IF NAME="store_plugins_count">
|
||||||
<button id="updateAllBtn" type="button" onclick="updateAll()" class="btn btn-primary px-5">
|
<button id="updateAllBtn" type="button" onclick="updateAll()" class="btn btn-primary px-5">
|
||||||
<i class="fa fa-flash"></i> {lang.UPDATE_ALL}
|
<i class="fa fa-flash"></i> {lang.UPDATE_ALL}
|
||||||
</button>
|
</button>
|
||||||
|
</IF>
|
||||||
</div>
|
</div>
|
||||||
</IF>
|
</IF>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user