don't show translation hints in enterprise edition

This commit is contained in:
Björn Schießle 2013-06-12 17:07:43 +02:00
parent 7a575cc2d7
commit 2e1836c1da
1 changed files with 2 additions and 0 deletions

View File

@ -91,8 +91,10 @@ if($_['passwordChangeSupported']) {
<option value="<?php p($language['code']);?>"><?php p($language['name']);?></option>
<?php endforeach;?>
</select>
<?php if (OC_Util::getEditionString() === ''): ?>
<a href="https://www.transifex.net/projects/p/owncloud/team/<?php p($_['activelanguage']['code']);?>/"
target="_blank"><em><?php p($l->t('Help translate'));?></em></a>
<?php endif; ?>
</fieldset>
</form>