hide update all buttun , when empty update's list

This commit is contained in:
Mitan Omar
2019-08-27 04:56:20 +02:00
parent 399f6efb5b
commit d1fed7cc8b

View File

@@ -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>