first commit
This commit is contained in:
20
apps/update/modules/stSetup/templates/installSuccess.php
Normal file
20
apps/update/modules/stSetup/templates/installSuccess.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php use_helper('I18N', 'stUpdate');?>
|
||||
<?php use_stylesheet('/css/update/stInstallerWebPlugin.css?version=1');?>
|
||||
<div id="sf_admin_container">
|
||||
<?php include_partial('header');?>
|
||||
<div class="bg_content">
|
||||
<div class="stSetup-left_menu">
|
||||
<?php include_component('stSetup', 'leftMenu', array('step' => 'install'));?>
|
||||
</div>
|
||||
<div id="stSetup-right_menu">
|
||||
<h2 class="title"><?php echo __('Instalacja');?></h2>
|
||||
<div class="download-content"><?php echo progress_bar('Installer', 'stSetupTasks', 'step', 14);?></div>
|
||||
<div class="stSetup-actions" id='stSetup-install_actions' style="visibility: hidden;">
|
||||
<?php echo st_get_update_actions_head();?>
|
||||
<?php echo st_get_update_action('next', __('Dalej'), 'stSetup/settings');?>
|
||||
<?php echo st_get_update_actions_foot();?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user