Changeset 737 for trunk/app/views/quotes
- Timestamp:
- 08/25/08 16:39:15 (3 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/quotes/admin_listing.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/quotes/admin_listing.ctp
r736 r737 24 24 <table style="width:100%"> 25 25 <?php 26 $th = array ('Edit', 'Quote', 'Author', 'Delete'); 26 $th = array (__('Edit', true), __('Quote', true), __('Author', true), __('Delete', true)); 27 27 28 echo $html->tableHeaders($th); 28 29
