﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14291	In django admin results list, provide the field name as a css class on the table cell	vjimw	nobody	"I have found it useful a number of times to use jQuery or other methods to directly reference a piece of content in an admin list. This would be much easier if I could address each table cell by the field name with a CSS class. I have modified the admin_list.py file and attached a patch.

Here is an example of an updated table row  the field names as the CSS class on each cell.

{{{
<tr class=""row1"">
  <td class=""action_checkbox""><input type=""checkbox"" class=""action-select"" value=""13106"" name=""_selected_action"" /></td>
  <th class=""offer_code""><a href=""13106/"">CJTAKE10</a></th>
  <td class=""legal_site"">DealsPl.us</td>
  <td class=""created_by"">User: medv12 (Medv12 Legal)</td>
  <td class=""copyright_or_trademark"">CP</td><td class=""store"">Halloween Express</td>
  <td class=""current_state"">Found - 2010-09-14</td><td class=""overdue"">(None)</td>
</tr>
}}}

By adding the CSS class, I can easily extend the admin functionality with Javascript (or a JS library)
"		closed	Contrib apps	1.2		duplicate	admin css class field		Accepted	1	0	0	0	0	0
