# HG changeset patch # User Thomas De Schampheleire # Date 1526907335 -7200 # Node ID ef8d19a299c72eb8611e009a8e911717354ceabd # Parent b4c77ea1221fcce2eb56c65088ae8c5f3c1bd7ec admin: hooks: shorten input field of custom hooks to make place for delete button The delete button is currently on another line than the custom hook name and value. Reduce the size of the value input field to fix that. diff -r b4c77ea1221f -r ef8d19a299c7 kallithea/templates/admin/settings/settings_hooks.html --- a/kallithea/templates/admin/settings/settings_hooks.html Mon May 21 14:52:36 2018 +0200 +++ b/kallithea/templates/admin/settings/settings_hooks.html Mon May 21 14:55:35 2018 +0200 @@ -23,7 +23,7 @@
${h.hidden('hook_ui_key',hook.ui_key,id='hook_ui_key_'+input_id)} ${h.hidden('hook_ui_value',hook.ui_value,id='hook_ui_value_'+input_id)} - ${h.text('hook_ui_value_new',hook.ui_value,id=input_id,size=60,class_='form-control')} + ${h.text('hook_ui_value_new',hook.ui_value,id=input_id,size=50,class_='form-control')}