Profile web test fixes.
[civicrm-core.git] / install / template.html
index 771e57f74f6517d19d7f34fe9f4fa9ad7839d31e..6202e9ff296d60f8dccc370f7e0f84740bb89f9f 100644 (file)
@@ -3,21 +3,13 @@
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
 <title>CiviCRM Installer</title>
-<script>
-function show(id) {
-  document.getElementById(id).style.display = '';
-}
-function hide(id) {
-  document.getElementById(id).style.display = 'none';
-}
-</script>
 <link rel="stylesheet" type="text/css" href=<?php echo $installURLPath . "template.css"?> />
 </head>
 
 <body>
 <div id="All">
     <div style="float: right"><b>Version <?php echo "{$civicrm_version['version']} {$civicrm_version['cms']}" ?></b></br>
-    <span><img src=<?php echo $installURLPath . "powered_by.png"?> /></span>
+    <span><img src=<?php echo $installURLPath . "block_small.png"?> /></span>
     </div>
 <h1>CiviCRM Installer</h1>
 <div>Thanks for choosing to use CiviCRM!  Please follow the instructions below to get CiviCRM installed.</div>
@@ -30,14 +22,14 @@ function hide(id) {
 <p class="warning">There are some issues that we recommend you look at before installing, however, you are still able to install the software.  Please see below for details.</p>
 
 <?php } else if(!$dbReq->hasErrors()) { ?>
-<p class="good">You're ready to install! &nbsp;&nbsp; 
+<p class="good">You're ready to install! &nbsp;&nbsp;
 </p>
 
 <?php } ?>
 
 <p>
   <input id="install_button" type="submit" name="go" value="Check Requirements and Install CiviCRM" onclick="document.getElementById('saving_top').style.display = ''; this.value = 'Installing CiviCRM...'" />
-  
+
   <span id="saving_top" style="display: none">
   &nbsp;
     <img src=<?php echo $installURLPath . "network-save.gif"?> />
@@ -82,7 +74,7 @@ create the database for you; otherwise, you must give the name of a database tha
 
 
 <h4>Other Settings</h4>
-<p style="margin-left: 2em" id="misc_credentials" > 
+<p style="margin-left: 2em" id="misc_credentials" >
 <!--style="display: none"-->
 <label for="seedLanguage"><span>Language of basic data:</span></label><select id="seedLanguage" name="seedLanguage">
   <?php