Loading patches/003-contact-search-removal.patch +6 −6 Original line number Diff line number Diff line Loading @@ -5,12 +5,12 @@ Subject: [PATCH] remove user search icon in header tab This patch removes the top right icon enabling the global user search function available to all in nextcloud. diff --git layout.user.php layout.user.php-new --- layout.user.php 2021-02-02 16:47:17.348572250 +0100 +++ layout.user.php-new 2021-02-02 16:47:33.128646878 +0100 @@ -111,14 +111,6 @@ autocomplete="off"> <button class="icon-close-white" type="reset"><span class="hidden-visually"><?php p($l->t('Reset search'));?></span></button> </form> --- layout.user.php 2021-06-22 14:06:34.786843164 +0530 +++ layout.user.php-new 2021-06-22 14:07:45.938569109 +0530 @@ -103,14 +103,6 @@ <div class="header-right"> <div id="unified-search"></div> - <div id="contactsmenu"> - <div class="icon-contacts menutoggle" tabindex="0" role="button" - aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false"> Loading Loading
patches/003-contact-search-removal.patch +6 −6 Original line number Diff line number Diff line Loading @@ -5,12 +5,12 @@ Subject: [PATCH] remove user search icon in header tab This patch removes the top right icon enabling the global user search function available to all in nextcloud. diff --git layout.user.php layout.user.php-new --- layout.user.php 2021-02-02 16:47:17.348572250 +0100 +++ layout.user.php-new 2021-02-02 16:47:33.128646878 +0100 @@ -111,14 +111,6 @@ autocomplete="off"> <button class="icon-close-white" type="reset"><span class="hidden-visually"><?php p($l->t('Reset search'));?></span></button> </form> --- layout.user.php 2021-06-22 14:06:34.786843164 +0530 +++ layout.user.php-new 2021-06-22 14:07:45.938569109 +0530 @@ -103,14 +103,6 @@ <div class="header-right"> <div id="unified-search"></div> - <div id="contactsmenu"> - <div class="icon-contacts menutoggle" tabindex="0" role="button" - aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false"> Loading