From fc3daf5f49a061c315d4fbe30945277aa40a7aeb Mon Sep 17 00:00:00 2001 From: david Date: Fri, 11 Nov 2016 22:55:25 +0100 Subject: [PATCH] fixed disabled state of alias create form when limit is reached --- views/default.tpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/views/default.tpl b/views/default.tpl index 1cb0bf4..7e7bcb2 100644 --- a/views/default.tpl +++ b/views/default.tpl @@ -76,13 +76,16 @@

-
- -
%if len(aliases) < max_aliases: +
+ +
%else: - +
+ +
+ %end