partially implemented todo tracker
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
function todo_actions()
|
||||
{
|
||||
$actions = '
|
||||
<div class="todo_actions">
|
||||
<form method="post">
|
||||
<button name="action" value="new">New</button>
|
||||
<button name="action" value="new">New</button>
|
||||
<button name="action" value="new">New</button>
|
||||
<button name="action" value="new">New</button>
|
||||
<button name="action" value="new">New</button>
|
||||
<button name="action" value="new">New</button>
|
||||
<button name="action" value="new">New</button>
|
||||
</form>
|
||||
</div>
|
||||
';
|
||||
|
||||
return $actions;
|
||||
}
|
||||
Reference in New Issue
Block a user