{% extends "_layouts/basecp" %} {% set title = "@@@appName@@@ Update"|t %} {% includeCssResource "css/update.css" %} {% includeJsResource "js/update.js" %} {% includeTranslations "Unable to determine what to update.", "An unknown error occurred. Rolling back…", "All done!" %} {% set body %}
{{ "Preparing to update…"|t }}
{% endset %} {% set js %} new Craft.Updater('{{ handle }}', {{ craft.request.getSegment(1) == 'manualupdate' ? 1 : 0 }}); {% endset %} {% includeJs js %}