Skip to content

Instantly share code, notes, and snippets.

@BBonifield
Created August 12, 2012 03:44
Show Gist options
  • Save BBonifield/3329496 to your computer and use it in GitHub Desktop.
Save BBonifield/3329496 to your computer and use it in GitHub Desktop.
<div class="staff form">
<?php echo $this->Session->flash('auth'); ?>
<?php echo $this->Form->create('Staff'); ?>
<fieldset>
<legend><?php echo __('Please enter your username and password'); ?></legend>
<?php
echo $this->Form->input('username');
echo $this->Form->input('password');
?>
</fieldset>
<?php echo $this->Form->end(__('Login')); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment