Save client info on upgrade

This commit is contained in:
drigato 2014-06-20 15:00:28 -04:00
parent 40f2796972
commit 01bf2883e5
2 changed files with 30 additions and 8 deletions

View file

@ -1,5 +1,7 @@
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong">
<?php //echo $this->successMessage ?>
<?php if (isset($this->errorMessage)) {?>
<div class="errors"><?php echo $this->errorMessage ?></div>
<?php }?>
<div>Plan Level: <?php echo Application_Model_Preference::GetPlanLevel();?></div>
<?php echo $this->form ?>
<br><br><br><br>