Merge pull request #18114 from eileenmcnaughton/phone
[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">
9d30c8d1 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')); ?>'"/>
4bcd4c62
TO
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>