Ignore:
Timestamp:
Mar 16, 2011, 1:25:58 AM (13 years ago)
Author:
patdenice
Message:

Add ajax loader bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/template/update_ext.tpl

    r9712 r9721  
    2929</div>
    3030
    31 <div>
     31<div class="autoupdate_bar">
     32<br>
    3233<input type="button" id="update_all" value="{'autoupdate_update_all'|@translate}" onClick="updateAll();">
    3334<input type="button" id="reset_ignore" value="{'autoupdate_reset_ignore'|@translate}" onClick="resetIgnored();" {if !$SHOW_RESET}style="display:none;"{/if}>
     35</div>
     36<div class="autoupdate_bar" style="display:none;">
     37{'Update in progress...'|@translate}<br><img src="plugins/autoupdate/template/ajax-loader-bar.gif">
    3438</div>
    3539
Note: See TracChangeset for help on using the changeset viewer.