Commit 39f7fbe9457f6aeef9300575410ae55dcc4c7c64
1 parent
7482ff67
KTS-843: Added Text on Install Step for Commercial
Committed by: Jarrett Jordaan Reviewed by: Damien Williams
Showing
1 changed file
with
15 additions
and
3 deletions
setup/wizard/templates/install.tpl
| 1 | <form id="registration_install_complete" action="index.php?step_name=<?php echo $step_name; ?>" method="post"> | 1 | <form id="registration_install_complete" action="index.php?step_name=<?php echo $step_name; ?>" method="post"> |
| 2 | <p class="title">Finalizing System Installation</p> | 2 | <p class="title">Finalizing System Installation</p> |
| 3 | - <?php if(!$ce_check) { ?> | 3 | + <?php if($ce_check) { ?> |
| 4 | <div id="step_content_<?php echo $step_name; ?>" class="step"> | 4 | <div id="step_content_<?php echo $step_name; ?>" class="step"> |
| 5 | <?php } else { ?> | 5 | <?php } else { ?> |
| 6 | <div id="step_content" class="step"> | 6 | <div id="step_content" class="step"> |
| 7 | <?php } ?> | 7 | <?php } ?> |
| 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> | 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 | <!-- <br/>--> | 9 | <!-- <br/>--> |
| 10 | -<?php if(!$ce_check) { ?> | 10 | +<?php if($ce_check) { ?> |
| 11 | <p class="empty_space" style="font-size:11pt;" id="left_space"> | 11 | <p class="empty_space" style="font-size:11pt;" id="left_space"> |
| 12 | We would greatly appreciate it if you would allow us to collect anonymous usage statistics to help us provide a better quality product. | 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 | <br/> | 13 | <br/> |
| @@ -19,7 +19,19 @@ | @@ -19,7 +19,19 @@ | ||
| 19 | <p> <input type='checkbox' name='call_home' value='enable' checked style="float:left;"/> | 19 | <p> <input type='checkbox' name='call_home' value='enable' checked style="float:left;"/> |
| 20 | <label for='call_home'>Help to improve KnowledgeTree by providing anonymous usage statistics</label></p> | 20 | <label for='call_home'>Help to improve KnowledgeTree by providing anonymous usage statistics</label></p> |
| 21 | <?php } else { ?> | 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;"/> | ||
| 33 | + <label for='call_home'>Help to improve KnowledgeTree by providing anonymous usage statistics</label> | ||
| 34 | +</p> | ||
| 23 | <?php } ?> | 35 | <?php } ?> |
| 24 | </div> | 36 | </div> |
| 25 | <input type="submit" name="Previous" value="Previous" class="button_previous"/> | 37 | <input type="submit" name="Previous" value="Previous" class="button_previous"/> |