From: Devops Date: Tue, 23 May 2017 10:15:22 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=efc65d2b995cf4fdcd48f6906ba23fce716dfb16;p=nb.git www/dbq/dbq.php --- 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();