diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-21 08:40:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-21 08:40:30 -0800 |
commit | ff38c7dd7198fde4a24ec02b1a34a198f59b985e (patch) | |
tree | c7e717fed6ee3d80e6b680e5eb5902e02cde58b6 | |
parent | d12c0105578f3c9da60c859ae65604ae7353377a (diff) | |
download | tamarind-ff38c7dd7198fde4a24ec02b1a34a198f59b985e.tar.gz tamarind-ff38c7dd7198fde4a24ec02b1a34a198f59b985e.tar.bz2 tamarind-ff38c7dd7198fde4a24ec02b1a34a198f59b985e.zip |
Don't say user has no aliases if a search is empty.
-rw-r--r-- | alias-list-form.txr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alias-list-form.txr b/alias-list-form.txr index eeea9d0..53789c7 100644 --- a/alias-list-form.txr +++ b/alias-list-form.txr @@ -85,6 +85,10 @@ <table> </div> @ (end) +@ (elif search-regex) +@ (output) + <p>No matches for the given search terms.</p> +@ (end) @ (else) @ (output) <p>You have none. Use the field and button below to create one.</p> |