Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 735a5329 authored by theronakpatel's avatar theronakpatel
Browse files

help patch added

parent 8572a59c
Loading
Loading
Loading
Loading
Loading
+19 −4
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ help links are shown
 			'legalNoticeUrl' => $legalNoticeUrl,
 			'privacyUrl' => $privacyUrl,
\ No newline at end of file
--- /apps/settings/templates/help.php	2025-03-07 11:09:00
+++ /apps/settings/templates/help-new.php	2025-03-07 11:19:01
@@ -5,72 +5,45 @@
--- ./apps/settings/templates/help.php	2025-03-13 21:19:20
+++ ./apps/settings/templates/help-new.php	2025-03-26 13:04:36
@@ -5,85 +5,48 @@
 	<div id="app-navigation" role="navigation" tabindex="0">
 		<ul>
 			<li>
@@ -102,7 +102,22 @@ help links are shown
+				<a href="https://community.e.foundation" class="button" target="_blank" rel="noreferrer noopener">
 					<?php p($l->t('Forum')); ?> ↗
 				</a>
 				<?php if ($_['legalNoticeUrl']) { ?>
-				<?php if ($_['legalNoticeUrl']) { ?>
-					<a href="<?php print_unescaped($_['legalNoticeUrl']); ?>" class="button" target="_blank" rel="noreferrer noopener">
-						<?php p($l->t('Legal notice')); ?> ↗
-					</a>
-				<?php } ?>
-				<?php if ($_['privacyUrl']) { ?>
-					<a href="<?php print_unescaped($_['privacyUrl']); ?>" class="button" target="_blank" rel="noreferrer noopener">
-						<?php p($l->t('Privacy policy')); ?> ↗
-					</a>
-				<?php } ?>
 			</div>
 		</div>
 	</div>
-<?php endif; ?>
+<?php endif; ?>
\ No newline at end of file
--- ./apps/settings/css/help.css    2021-08-20 14:16:57.951439620 +0530
+++ ./apps/settings/css/help-new.css        2021-08-20 17:02:43.549016337 +0530
@@ -50,4 +50,12 @@