# HG changeset patch # User Thomas De Schampheleire # Date 1526906655 -7200 # 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 -r 5fc420b5c49c -r 99f7ec293293 kallithea/templates/admin/settings/settings_system.html --- a/kallithea/templates/admin/settings/settings_system.html Mon May 21 14:26:06 2018 +0200 +++ b/kallithea/templates/admin/settings/settings_system.html Mon May 21 14:44:15 2018 +0200 @@ -15,7 +15,7 @@ %>
%for dt, dd, tt in elems: -
${dt}:
+
${dt}:
${dd}
%endfor