Validation
Refactoring
This commit is contained in:
parent
01bf2883e5
commit
1e1dc1dd03
2 changed files with 71 additions and 51 deletions
|
@ -1,3 +1,8 @@
|
|||
<div class="ui-widget ui-widget-content block-shadow clearfix padded-strong">
|
||||
<?php if (isset($this->errorMessage)) {?>
|
||||
<div class="errors"><?php echo $this->errorMessage ?></div>
|
||||
<?php } else if (isset($this->successMessage)) {?>
|
||||
<div class="success"><?php echo $this->successMessage ?></div>
|
||||
<?php }?>
|
||||
<?php echo $this->form ?>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue