From efc65d2b995cf4fdcd48f6906ba23fce716dfb16 Mon Sep 17 00:00:00 2001 From: Devops Date: Tue, 23 May 2017 11:15:22 +0100 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 2ac17140..4d95e70d 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -177,7 +177,7 @@ class DbQ extends nb { $this->page->body_class = '' .(empty($this->params['db']) ? '' : ' db-'.$this->params['db']) .(empty($this->params['table']) ? '' : ' table-'.$this->params['table']) - .(empty($this->params['action']) ? ' action-'.self::PARAM_DB_DEFAULT : ' action-'.$this->params['action']) + .(empty($this->params['action']) ? ' action-'.self::PARAM_DB_DEFAULT : ' action-'.($this->params['action'] == 'add' ? 'vi' : $this->params['action'])) ; $this->page->begin(); -- 2.47.3