Merge pull request #19594 from eileenmcnaughton/535m
[civicrm-core.git] / setup / plugins / blocks / install.tpl.php
CommitLineData
cfb48750
TO
1<?php if (!defined('CIVI_SETUP')): exit("Installation plugins must only be loaded by the installer.\n");
2endif; ?>
4bcd4c62 3<div class="action-box">
cbd83dde
AH
4 <button id="install_button" type="submit" name="civisetup[action][Install]"
5 onclick="document.getElementById('saving_top').style.display = ''; this.innerHTML = '<?php echo ts('Installing CiviCRM...', array('escape' => 'js')); ?>'"><?php echo htmlentities(ts('Install CiviCRM')); ?></button>
4bcd4c62
TO
6 <div id="saving_top" style="display: none;">
7&nbsp; <img src="<?php echo htmlentities($installURLPath . "network-save.gif") ?>"/>
8 <?php echo ts('(this will take a few minutes)'); ?>
9 </div>
10</div>