N°2847 Add vertical tab options to object details

This commit is contained in:
Stephen Abello
2020-10-07 16:42:47 +02:00
parent 3adcee6da8
commit 7770cb31fb
6 changed files with 67 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?php
/**
* @copyright Copyright (C) 2010-2020 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('EN US', 'English', 'English', [
'UI:Menu:SwitchTabMode' => 'Switch tab mode',
]);