initial commit
This commit is contained in:
8
app/View/Elements/group_expense_form.ctp
Normal file
8
app/View/Elements/group_expense_form.ctp
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
echo $this->Form->create('Home', array('action' => 'loadUniqueURL'));
|
||||
echo $this->Form->input('username');
|
||||
echo $this->Form->input('password', array('type' => 'password'));
|
||||
echo $this->Form->input('password_confirm', array('type' => 'password'));
|
||||
echo $this->Form->submit();
|
||||
echo $this->Form->end();
|
||||
?>
|
||||
Reference in New Issue
Block a user