Completed
Pull Request — master (#5305)
by Jan-Christoph
15:51
created
apps/files/templates/appnavigation.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@  discard block
 block discarded – undo
9 9
 			<a href="#" class="nav-icon-quota svg">
10 10
 				<p id="quotatext"><?php p($l->t('%s of %s used', [$_['usage'], $_['total_space']])); ?></p>
11 11
 				<div class="quota-container">
12
-					<div style="width:<?php p($_['usage_relative']);?>%"
13
-						 <?php if($_['usage_relative'] > 80): ?>class="quota-warning"<?php endif; ?>>
12
+					<div style="width:<?php p($_['usage_relative']); ?>%"
13
+						 <?php if ($_['usage_relative'] > 80): ?>class="quota-warning"<?php endif; ?>>
14 14
 					</div>
15 15
 				</div>
16 16
 				<p id="quotatext-additional"><?php p($l->t('Do you need more space?')); ?></p>
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 		<li data-id="<?php p($item['id']) ?>" class="nav-<?php p($item['id']) ?>">
21 21
 			<a href="<?php p(isset($item['href']) ? $item['href'] : '#') ?>"
22 22
 				class="nav-icon-<?php p($item['icon'] !== '' ? $item['icon'] : $item['id']) ?> svg">
23
-				<?php p($item['name']);?>
23
+				<?php p($item['name']); ?>
24 24
 			</a>
25 25
 		</li>
26 26
 		<?php } ?>
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 	<div id="app-settings">
29 29
 		<div id="app-settings-header">
30 30
 			<button class="settings-button" data-apps-slide-toggle="#app-settings-content">
31
-				<?php p($l->t('Settings'));?>
31
+				<?php p($l->t('Settings')); ?>
32 32
 			</button>
33 33
 		</div>
34 34
 		<div id="app-settings-content">
@@ -36,9 +36,9 @@  discard block
 block discarded – undo
36 36
 				<input class="checkbox" id="showhiddenfilesToggle" checked="checked" type="checkbox">
37 37
 				<label for="showhiddenfilesToggle"><?php p($l->t('Show hidden files')); ?></label>
38 38
 			</div>
39
-			<label for="webdavurl"><?php p($l->t('WebDAV'));?></label>
39
+			<label for="webdavurl"><?php p($l->t('WebDAV')); ?></label>
40 40
 			<input id="webdavurl" type="text" readonly="readonly" value="<?php p(\OCP\Util::linkToRemote('webdav')); ?>" />
41
-			<em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank" rel="noreferrer">access your Files via WebDAV</a>', array(link_to_docs('user-webdav'))));?></em>
41
+			<em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank" rel="noreferrer">access your Files via WebDAV</a>', array(link_to_docs('user-webdav')))); ?></em>
42 42
 		</div>
43 43
 	</div>
44 44
 </div>
Please login to merge, or discard this patch.