diff options
| author | 2021-09-12 12:06:29 +0200 | |
|---|---|---|
| committer | 2021-09-12 12:06:29 +0200 | |
| commit | 8b80c4cc8f4f7fc11618e407c1e5e0ec13439b29 (patch) | |
| tree | 970f7a8687b7876083da721c6b762b9086894da9 /cli | |
| parent | e32137b0e24a9dff6119719e4569ca0702301465 (diff) | |
Settings: User queries - layout upgrade (#3827)
* draft
* deleted the out commeted code
* improved alert messages
* Update queries.phtml
* Theme base-theme/template.css
* fixed theme: Origin
* Fixed: Theme Adark
* Fixed: Theme Ansum
* Fix: Theme BlueLagoon
* Fix: Theme Dark
* Fix: Theme Flat
* Fix: Theme Mapco
* Fix: Theme Mapco (SCSS)
* Fix: Theme Origine-compact
* Fix: Theme Pafat
* Fix: Theme Screwdriver
* Fix: Theme Swage
* Lint CSS, RTL, and i18n
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/i18n/ignore/en-us.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index 2132fc806..590a33f30 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -86,9 +86,6 @@ return array( 'admin.stats.idle', 'admin.stats.main', 'admin.stats.main_stream', - 'admin.stats.menu.idle', - 'admin.stats.menu.main', - 'admin.stats.menu.repartition', 'admin.stats.no_idle', 'admin.stats.number_entries', 'admin.stats.percent_of_total', @@ -762,6 +759,9 @@ return array( 'sub.menu.add', 'sub.menu.import_export', 'sub.menu.label_management', + 'sub.menu.stats.idle', + 'sub.menu.stats.main', + 'sub.menu.stats.repartition', 'sub.menu.subscription_management', 'sub.menu.subscription_tools', 'sub.tag.name', |
