<h2><?=$header?></h2>
<br />
<br />
<p>
<?php if ($content == ''): ?>
The style sheet for the grid was created successfully.
<?php else: ?>
<?=$content?>
<?php endif; ?>
</p>
<br />
<div class="buttons">
<a href="<?=site_url($cancel_url)?>" class="blue">
<?= $this->page->icon('arrow_left');?>
Back
</a>
</div>