Created a separate view for upgrades and client info
This commit is contained in:
parent
d39f7548cd
commit
1f4c8b755d
6 changed files with 224 additions and 21 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue