Created a separate view for upgrades and client info

This commit is contained in:
drigato 2014-06-17 12:47:08 -04:00
parent d39f7548cd
commit 1f4c8b755d
6 changed files with 224 additions and 21 deletions

View file

@ -1,4 +1,3 @@
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong">
<?php //echo $this->successMessage ?>
<?php echo $this->form ?>
</div>

View file

@ -0,0 +1,6 @@
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong">
<?php //echo $this->successMessage ?>
<div>Plan Level: <?php echo Application_Model_Preference::GetPlanLevel();?></div>
<?php echo $this->form ?>
<br><br><br><br>
</div>