Skip to content
Snippets Groups Projects
Commit c6314b1c authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

Merge pull request #5323 from owncloud/files-external-missinggridstyle

Added missing "grid" class on external storage's table
parents e9ce704f b8285ca3
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<fieldset class="personalblock"> <fieldset class="personalblock">
<h2><?php p($l->t('External Storage')); ?></h2> <h2><?php p($l->t('External Storage')); ?></h2>
<?php if (isset($_['dependencies']) and ($_['dependencies']<>'')) print_unescaped(''.$_['dependencies'].''); ?> <?php if (isset($_['dependencies']) and ($_['dependencies']<>'')) print_unescaped(''.$_['dependencies'].''); ?>
<table id="externalStorage" data-admin='<?php print_unescaped(json_encode($_['isAdminPage'])); ?>'> <table id="externalStorage" class="grid" data-admin='<?php print_unescaped(json_encode($_['isAdminPage'])); ?>'>
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment