Select current plan and show that correctly

This commit is contained in:
Albert Santoni 2014-06-27 15:50:05 -04:00
parent 2504a34818
commit 3357c1f032
4 changed files with 73 additions and 55 deletions

View file

@ -10,5 +10,6 @@ $this->form->getElement("securityqid")->setAttrib("class", "right-align");
<?php } else if (isset($this->successMessage)) {?>
<div class="success"><?php echo $this->successMessage ?></div>
<?php }?>
<?php echo $this->form ?>
</div>