From: Paul Hänsch Date: Thu, 17 Sep 2020 09:04:43 +0000 (+0200) Subject: page selection after update of cgilite X-Git-Url: http://git.plutz.net/?p=invoices;a=commitdiff_plain;h=03f63c16708fc0d1deb6b6f68d33a3d29461b4fd page selection after update of cgilite --- diff --git a/invoices.cgi b/invoices.cgi index bec02be..674da89 100755 --- a/invoices.cgi +++ b/invoices.cgi @@ -40,7 +40,7 @@ case $info in . "$_EXEC/cgilite/file.sh" FILE "$_EXEC/invoices.css" ;; - /clients) + /clients|/clients/) . "$_EXEC/clients.sh" { list_clients printf '[a .new href="/clients/%s" New]' "$(timeid)" @@ -54,7 +54,7 @@ case $info in . "$_EXEC/clients.sh" update_client ;; - /senders) + /senders|/senders/) . "$_EXEC/senders.sh" { list_senders printf '[a .new href="/senders/%s" New]' "$(timeid)" @@ -68,7 +68,7 @@ case $info in . "$_EXEC/senders.sh" update_sender ;; - /invoices) + /invoices|/invoices/) . "$_EXEC/invoices.sh" { printf '[a .new href="/invoices/%s" New]' "$(timeid)" list_invoices