diff options
Diffstat (limited to 'application/views/scripts/pool/editpool.phtml')
| -rw-r--r-- | application/views/scripts/pool/editpool.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/views/scripts/pool/editpool.phtml b/application/views/scripts/pool/editpool.phtml index c70464e..359a5f9 100644 --- a/application/views/scripts/pool/editpool.phtml +++ b/application/views/scripts/pool/editpool.phtml @@ -1 +1,4 @@ -<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>editpool</b></center>
\ No newline at end of file +<h1>Edit Pool</h1> +<?php + +echo $this->editpoolform; |
