diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 12:49:52 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 12:49:52 +0100 |
commit | 40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d (patch) | |
tree | eee9979426a70581954cb471e789d281553bafd0 /settings/templates | |
parent | 47341eb4bd3209f5c1f837fc5b864e2cbf3123bc (diff) | |
download | nextcloud-server-40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d.tar.gz nextcloud-server-40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d.zip |
move CSS to correct location, move and format php
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index adc7b529ea1..6b3e8acbf02 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -21,18 +21,12 @@ <a href="<?php echo $_['clients']['ios']; ?>" target="_blank"> <img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" /> </a> + <?php if(OC_APP::isEnabled('firstrunwizard')) {?> + <center><a class="button" href="#" id="showWizard"><?php echo $l->t('Show First Run Wizard again');?></a></center> + <?php }?> </div> -<?php -if(OC_APP::isEnabled('firstrunwizard')) { -?> - - <center><a class="button" href="#" id="showWizard"><?php echo $l->t('Show First Run Wizard again');?></a></center> - -<?php -} -?> <?php if($_['passwordChangeSupported']) { |