Commit 20424feed7f5ea8b655c8cb7ac84324c311d9e99
1 parent
aeb8ab60
Removed browse image in Wizards
Committed by: Jarrett Jordaan Reviewed by: Philip Arkcoll
Showing
1 changed file
with
1 additions
and
1 deletions
setup/wizard/templates/welcome.tpl
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <p class="empty_space"> This wizard will lead you through all the steps required to install and configure KnowledgeTree on your server.</p> |
| 5 | 5 | <p class="empty_space"> |
| 6 | 6 | Press <b>Next</b> to continue.</p> |
| 7 | - <div class="demo"><?php echo $html->image('kt_browse.png'); ?> </div> | |
| 7 | + <div class="demo"><?php //echo $html->image('kt_browse.png'); ?> </div> | |
| 8 | 8 | </div> |
| 9 | 9 | <input type="submit" name="Next" value="Next" class="button_next"/> |
| 10 | 10 | <!-- <input type="submit" name="Migrate" value="Migrate" class="button_next"/>--> | ... | ... |