Commit 3c68e347401bec115655395232b37b165a50b248
1 parent
43644803
PT-2280465: Updated Registration page of install wizard.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
2 additions
and
1 deletions
setup/wizard/templates/registration.tpl
| ... | ... | @@ -5,7 +5,8 @@ |
| 5 | 5 | <?php } ?> |
| 6 | 6 | <p class="title">Registering KnowledgeTree</p> |
| 7 | 7 | <p class="description"> |
| 8 | - Register your KnowledgeTree installation and receive the KnowledgeTree Drop Box for Windows software, a drag and drop tool that makes placing documents into KnowledgeTree even easier. | |
| 8 | + Register your KnowledgeTree installation. | |
| 9 | +<!-- Register your KnowledgeTree installation and receive the KnowledgeTree Drop Box for Windows software, a drag and drop tool that makes placing documents into KnowledgeTree even easier.--> | |
| 9 | 10 | <?php if(AJAX) { ?> |
| 10 | 11 | <a href='#' onclick='javascript:{w.getUrl("index.php?step_name=install", "content_container");}'>Skip Registration</a> |
| 11 | 12 | <?php } else { ?> | ... | ... |