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