Changeset 541 for trunk/app/views/categories/todo.ctp
- Timestamp:
- 05/21/08 15:27:00 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/categories/todo.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/categories/todo.ctp
r269 r541 1 1 <?php 2 3 2 //File: /app/views/categories/todo.thtml 4 3 5 4 foreach ($data as $key=>$val) 6 {5 { 7 6 echo "<form onsubmit=\"return false;\">"; 8 7 echo "<p><b>". $val['Category']['title'] . "</b> "; 9 8 10 if ($ othAuth->user('id') == $val['Category']['user_id'])9 if ($session->read('Auth.User.id') == $val['Category']['user_id']) 11 10 { 12 11 echo "<form onsubmit=\"return false;\">";
