Ignore:
Timestamp:
Jun 15, 2012, 11:17:55 PM (12 years ago)
Author:
plg
Message:

feature 2654: forbid upgrade in case we find a remote site + dynamic message displayed from piwigo.org

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/admin/themes/default/template/updates_pwg.tpl

    r12261 r15737  
    8787  {/if}
    8888  <p>
     89
     90{if isset($forbid_upgrade_message)}
     91  {$forbid_upgrade_message}
     92{else}
    8993  {if !empty($missing.plugins) or !empty($missing.themes)}
    9094  <p><label><input type="checkbox" name="understand"> &nbsp;{'I decide to update anyway'|@translate}</label></p>
     
    9397  </p>
    9498  <p class="autoupdate_bar" style="display:none;">&nbsp; {'Update in progress...'|@translate}<br><img src="admin/themes/default/images/ajax-loader-bar.gif"></p>
     99{/if}
    95100</fieldset>
    96101
Note: See TracChangeset for help on using the changeset viewer.