diff options
author | fenn-cs <fenn25.fn@gmail.com> | 2023-12-07 13:20:59 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-12-22 13:13:03 +0000 |
commit | 525c2b82f6a3a6acec6312e368448e50274f7319 (patch) | |
tree | f53bc2130f1c5bccba83fbc6a96abfce79ef3e67 /core/templates/layout.user.php | |
parent | fecb3ea41cd9fe2e7f12fdb4b9b9a24845de281a (diff) | |
download | nextcloud-server-525c2b82f6a3a6acec6312e368448e50274f7319.tar.gz nextcloud-server-525c2b82f6a3a6acec6312e368448e50274f7319.zip |
Rename "global search" to "unified search"
- Changes appearances of "Global search" to "Unified search" in UI
- Refactors code, to remove usage of term "GlobalSearch" in files and code
structure
- Rename old unified search to `legacy-unified-search`
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 9e04fed196f..9c23930f324 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -68,7 +68,6 @@ p($theme->getTitle()); </div> <div class="header-right"> - <div id="global-search"></div> <div id="unified-search"></div> <div id="notifications"></div> <div id="contactsmenu"></div> |