]> source.dussan.org Git - nextcloud-server.git/commitdiff
make it more readable
authorFrank Karlitschek <frank@owncloud.org>
Fri, 14 Dec 2012 13:41:09 +0000 (14:41 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 14 Dec 2012 13:41:09 +0000 (14:41 +0100)
settings/templates/help.php

index 473219024b76209b477f8512d3763039f4f46155..b697905f7efe92b746c6957b76c4aefd66595a1d 100644 (file)
@@ -1,9 +1,13 @@
 <div id="controls">
-        <?php if($_['admin']) { ?><a class="button newquestion <?php echo($_['style1']); ?>" href="<?php echo($_['url1']); ?>"><?php echo $l->t( 'User Documentation' ); ?></a><?php } ?>
-        <?php if($_['admin']) { ?><a class="button newquestion <?php echo($_['style2']); ?>" href="<?php echo($_['url2']); ?>"><?php echo $l->t( 'Administrator Documentation' ); ?></a><?php } ?>
+        <?php if($_['admin']) { ?>
+               <a class="button newquestion <?php echo($_['style1']); ?>" href="<?php echo($_['url1']); ?>"><?php echo $l->t( 'User Documentation' ); ?></a>
+               <a class="button newquestion <?php echo($_['style2']); ?>" href="<?php echo($_['url2']); ?>"><?php echo $l->t( 'Administrator Documentation' ); ?></a>
+       <?php } ?>
         <a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php echo $l->t( 'Online Documentation' ); ?></a>
         <a class="button newquestion" href="http://forum.owncloud.org" target="_blank"><?php echo $l->t( 'Forum' ); ?></a>
-        <?php if($_['admin']) { ?><a class="button newquestion" href="https://github.com/owncloud/core/issues" target="_blank"><?php echo $l->t( 'Bugtracker' ); ?></a><?php } ?>
+        <?php if($_['admin']) { ?>
+               <a class="button newquestion" href="https://github.com/owncloud/core/issues" target="_blank"><?php echo $l->t( 'Bugtracker' ); ?></a>
+       <?php } ?>
         <a class="button newquestion" href="http://owncloud.com" target="_blank"><?php echo $l->t( 'Commercial Support' ); ?></a>
 </div>
 <br /><br />