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

Commit e944b6a5 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fixed help UI

parent 026c2109
Loading
Loading
Loading
Loading
Loading
+27 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ help links are shown
 		$policy = new ContentSecurityPolicy()
--- ./apps/settings/templates/help.php	2024-07-25 16:17:46 +0530
+++ ./apps/settings/templates/help-new.php	2024-07-25 17:13:16 +0530
@@ -5,52 +5,32 @@
@@ -5,72 +5,49 @@
 	<div id="app-navigation" role="navigation" tabindex="0">
 		<ul>
 			<li>
@@ -83,8 +83,32 @@ help links are shown
 <?php else: ?>
 	<div id="app-content">
 		<div class="help-wrapper">


 			<div class="help-content">
 				<h2 class="help-content__heading">
-					<?php p($l->t('Nextcloud help resources')); ?>
+					<?php p($l->t('Murena Workspace help resources')); ?>
 				</h2>
 				<div class="help-content__body">
 				<a class="button" target="_blank" rel="noreferrer noopener"
-					href="<?php print_unescaped($_['urlUserDocs']); ?>">
-					<?php p($l->t('Account documentation')); ?>  ↗
+					href="https://docs.nextcloud.com/server/<?php print_unescaped($_['ncVersion']); ?>/user_manual/en/">
+					<?php p('Nextcloud ' . $_['ncVersion'] . ' ' . $l->t('User documentation')); ?> ↗
 				</a>
 				<a class="button" target="_blank" rel="noreferrer noopener"
-					href="<?php print_unescaped($_['urlAdminDocs']); ?>">
-					<?php p($l->t('Administration documentation')); ?>  ↗
+					href="https://doc.e.foundation/support-topics/e-cloud-e-email-account">
+					<?php p('/e/' . ' ' . $l->t('Documentation'));  ?> ↗
 				</a>
-				<a href="https://docs.nextcloud.com" class="button" target="_blank" rel="noreferrer noopener">
-					<?php p($l->t('General documentation')); ?> ↗
-				</a>
-				<a href="https://help.nextcloud.com" class="button" target="_blank" rel="noreferrer noopener">
+				<a href="https://community.e.foundation" class="button" target="_blank" rel="noreferrer noopener">
 					<?php p($l->t('Forum')); ?> ↗
 				</a>
 			</div>
--- ./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
@@ -10,3 +10,12 @@