# HG changeset patch # User Thomas De Schampheleire # Date 2018-05-21 14:44:15 # Node ID 99f7ec29329389dc6f5eadd7ee836956b8423387 # Parent 5fc420b5c49c17b6f72c6943edb3d6c51e80a404 admin: system info: add title attribute for truncated items On the System Info page, the item names may be truncated, e.g. "Kallithea configur...". In these cases, it is not possible for a user to retrieve the full name. Add a title attribute that will show the full name on hover. diff --git a/kallithea/templates/admin/settings/settings_system.html b/kallithea/templates/admin/settings/settings_system.html --- a/kallithea/templates/admin/settings/settings_system.html +++ b/kallithea/templates/admin/settings/settings_system.html @@ -15,7 +15,7 @@ %>
%for dt, dd, tt in elems: -
${dt}:
+
${dt}:
${dd}
%endfor