aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-06 14:11:30 +0200
committerJoas Schilling <coding@schilljs.com>2016-09-06 16:05:28 +0200
commit7c0951244a176e0b42d2d66a4288d74460821a8c (patch)
tree3324f36c7f0f7b5a8a85cc8f3ab910af46b3b2f8 /settings/templates
parent836c938583a2709adb21cdaafb3f000e8c77a086 (diff)
downloadnextcloud-server-7c0951244a176e0b42d2d66a4288d74460821a8c.tar.gz
nextcloud-server-7c0951244a176e0b42d2d66a4288d74460821a8c.zip
Deprecate getEditionString()
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php4
-rw-r--r--settings/templates/settings.development.notice.php3
2 files changed, 0 insertions, 7 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index a3ea87a89c6..bbb47f48bab 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -157,12 +157,10 @@ if($_['passwordChangeSupported']) {
</option>
<?php endforeach;?>
</select>
- <?php if (OC_Util::getEditionString() === ''): ?>
<a href="https://www.transifex.com/nextcloud/nextcloud/"
target="_blank" rel="noreferrer">
<em><?php p($l->t('Help translate'));?></em>
</a>
- <?php endif; ?>
</form>
@@ -181,7 +179,6 @@ if($_['passwordChangeSupported']) {
alt="<?php p($l->t('iOS app'));?>" />
</a>
- <?php if (OC_Util::getEditionString() === ''): ?>
<p>
<?php print_unescaped($l->t('If you want to support the project
<a href="https://nextcloud.com/contribute"
@@ -190,7 +187,6 @@ if($_['passwordChangeSupported']) {
<a href="https://nextcloud.com/contribute"
target="_blank" rel="noreferrer">spread the word</a>!'));?>
</p>
- <?php endif; ?>
<?php if(OC_APP::isEnabled('firstrunwizard')) {?>
<p><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></p>
diff --git a/settings/templates/settings.development.notice.php b/settings/templates/settings.development.notice.php
index ccbd0b7df80..72d81d08cf5 100644
--- a/settings/templates/settings.development.notice.php
+++ b/settings/templates/settings.development.notice.php
@@ -1,4 +1,3 @@
-<?php if (OC_Util::getEditionString() === ''): ?>
<p>
<?php print_unescaped(str_replace(
[
@@ -63,5 +62,3 @@
{newsletteropen}<img width="50" src="{mailimage}" title="{mailtext}" alt="{mailtext}">{linkclose}'
)); ?>
</p>
-
-<?php endif; ?>