home / django_tickets / tickets

tickets: 8190

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8190 2008-08-09 16:14:36 2011-09-28 16:12:30 2022-03-06 03:41:36.120121 Accepted closed contrib.admin New feature Normal dev fixed Utilise help_text for TabularInline in Admin When using !TabularInline in the automatic admin interface the help_text for fields is not displayed anywhere. I suggest that the information could be displayed as a tooltip on the column heading, like so: {{{ <th {% if forloop.first %}colspan="2"{% endif %}>{{ field.label|capfirst|escape }}</th> }}} becomes {{{ <th {% if forloop.first %}colspan="2"{% endif %}> {{ field.label|capfirst|escape }} {% if field.help_text %}<abbr class="help-text-tooltip" title="{{ field.help_text|striptags }}">?</abbr>{% endif %} </th> }}} and then in the CSS: {{{ .help-text-tooltip { cursor: help; } }}} dArignac glenjamin   0 1 1 0 0 1
Powered by Datasette · Queries took 9.085ms