Merge pull request #3367 from kirkatcaat/empty-labels-on-profile-fields
[civicrm-core.git] / install / template.html
index 07805cedf9f3b9ab3147d7c960dfe88ed435950e..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 . "small_block.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>