Guest User

Untitled

a guest
Jun 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <p>This is the edit template for the basic test block. </p>
  2.  
  3.  
  4. <?php echo $form->label('content', 'Name');?>
  5. <?php echo $form->text('content', $content, array('style' => 'width: 320px'));?>
  6.  
  7. <?php echo $form->label('description', 'Description');?>
  8. <?php echo $form->text('description', $description, array('style' => 'width: 320px'));?>
Add Comment
Please, Sign In to add comment