Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <p>This is the add template for the basic test block. Anything you add in this view will automatically be wrapped in a form and, when submitted, sent to the block's controller.</p>
  2.  
  3. <?php echo $form->label('content', 'Name');?>
  4. <?php echo $form->text('content', array('style' => 'width: 320px'));?>
  5.  
  6. <?php echo $form->label('description', 'description');?>
  7. <?php echo $form->text('description', array('style' => 'width: 320px'));?>
Add Comment
Please, Sign In to add comment