Commit db1c5f1ca69c44918196793f879de2ea9c11d275

Authored by Paul Barrett
2 parents fc00f770 39f7fbe9

Merge branch 'edge' of github.com:ktgit/knowledgetree into edge

setup/wizard/templates/install.tpl
1 1 <form id="registration_install_complete" action="index.php?step_name=<?php echo $step_name; ?>" method="post">
2 2 <p class="title">Finalizing System Installation</p>
3   - <?php if(!$ce_check) { ?>
  3 + <?php if($ce_check) { ?>
4 4 <div id="step_content_<?php echo $step_name; ?>" class="step">
5 5 <?php } else { ?>
6 6 <div id="step_content" class="step">
7 7 <?php } ?>
8 8 <p class="empty_space" style="font-size:11pt;"> The wizard will now complete the installation and run a final check on your system. </p>
9 9 <!-- <br/>-->
10   -<?php if(!$ce_check) { ?>
  10 +<?php if($ce_check) { ?>
11 11 <p class="empty_space" style="font-size:11pt;" id="left_space">
12 12 We would greatly appreciate it if you would allow us to collect anonymous usage statistics to help us provide a better quality product.
13 13 <br/>
... ... @@ -19,7 +19,19 @@
19 19 <p> <input type='checkbox' name='call_home' value='enable' checked style="float:left;"/>&nbsp;&nbsp;
20 20 <label for='call_home'>Help to improve KnowledgeTree by providing anonymous usage statistics</label></p>
21 21 <?php } else { ?>
22   -
  22 + <p class="empty_space" style="font-size:11pt;">
  23 + We would greatly appreciate it if you would allow us to collect anonymous usage statistics to help us provide a better quality product.
  24 + <br/>
  25 + <br/>
  26 + The information includes a unique identification number, number of users you have created, your operating system type and your IP address. Your privacy is protected by the <a href="http://www.knowledgetree.com/about/legal" target="_blank">KnowledgeTree Privacy and Data Protection Agreements.</a>
  27 + </p>
  28 +<!-- <div class="demo"><?php //echo $html->image('greenit.jpg', array('style'=>'padding-left: 35px;')); ?></div>-->
  29 + <br/><br/><br/><br/><br/><br/><br/><br/>
  30 +
  31 +<p>
  32 + <input type='checkbox' name='call_home' value='enable' checked style="float:left;"/>&nbsp;&nbsp;
  33 + <label for='call_home'>Help to improve KnowledgeTree by providing anonymous usage statistics</label>
  34 +</p>
23 35 <?php } ?>
24 36 </div>
25 37 <input type="submit" name="Previous" value="Previous" class="button_previous"/>
... ...