]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added missing "grid" class on external storage's table
authorVincent Petry <pvince81@owncloud.com>
Mon, 14 Oct 2013 10:12:26 +0000 (12:12 +0200)
committerVincent Petry <pvince81@owncloud.com>
Mon, 14 Oct 2013 12:02:39 +0000 (14:02 +0200)
apps/files_external/templates/settings.php

index 028a384cf34a24d6a266d40387d762153eb3d1e5..0d318a183c7c31dad8899d0e05d4cb0fcc4cf2d2 100644 (file)
@@ -2,7 +2,7 @@
        <fieldset class="personalblock">
        <h2><?php p($l->t('External Storage')); ?></h2>
                <?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>
                                <tr>
                                        <th></th>