[Pkg-owncloud-commits] [owncloud] 216/273: add link to contribute and promote pages in personal settings

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 4878c734e2ea2e5f1574ed3d7e95f8ebf754fca3
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Jul 2 17:41:26 2014 +0200

    add link to contribute and promote pages in personal settings
---
 settings/css/settings.css       |  3 +++
 settings/templates/personal.php | 12 ++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/settings/css/settings.css b/settings/css/settings.css
index ef8428b..7dbaf83 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -19,6 +19,9 @@ input#openid, input#webdav { width:20em; }
 .clientsbox .center {
 	margin-top: 10px;
 }
+.clientsbox a {
+	font-weight: bold;
+}
 
 #passworderror { display:none; }
 #passwordchanged { display:none; }
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 1d15007..1ab4ba5 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -15,6 +15,18 @@
 	<a href="<?php p($_['clients']['ios']); ?>" target="_blank">
 		<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.png')); ?>" />
 	</a>
+
+	<?php if (OC_Util::getEditionString() === ''): ?>
+	<p class="center">
+		<?php print_unescaped($l->t('If you want to support the project
+		<a href="https://owncloud.org/contribute"
+			target="_blank">join development</a>
+		or
+		<a href="https://owncloud.org/contribute/#promote"
+			target="_blank">spread the word</a>!'));?>
+	</p>
+	<?php endif; ?>
+
 	<?php if(OC_APP::isEnabled('firstrunwizard')) {?>
 	<p class="center"><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></p>
 	<?php }?>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list