| getText('TH_ID'); ?> | getText('TH_TITLE'); ?> | getText('TH_CREATED'); ?> | getText('TH_STATUS'); ?> | getText('TH_ACTIONS'); ?> |
|---|---|---|---|---|
| escape($item->title);?> | escape($item->title);?> | timestamp($item->created); ?> | escape($item->status);?> | action( "{$this->controller}/read/{$item->id}", "ACTION_READ" ); echo " "; echo $this->action( "{$this->controller}/edit/{$item->id}", "ACTION_EDIT" ); echo " "; echo $this->action( "{$this->controller}/delete/{$item->id}", "ACTION_DELETE" ); ?> |