Commit cd344ada authored by Franco Fichtner's avatar Franco Fichtner

system: prettify backups 1/3

(cherry picked from commit bf116541)
parent 116c5add
......@@ -626,21 +626,20 @@ $( document ).ready(function() {
</div>
</div>
</section>
<section class="__mb">
<div class="content-box">
<header class="content-box-head container-fluid">
<h3><?=gettext("Google Drive"); ?></h3>
</header>
<div class="content-box-main ">
<div class="table-responsive">
<div class="content-box tab-content table-responsive">
<table class="table table-striped ">
<thead>
<thead style="display: none;">
<tr>
<th class="col-sm-1"></th>
<th class="col-sm-3"></th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2" valign="top" class="listtopic">
<?=gettext("Google Drive"); ?>
</th>
</tr>
<tr>
<td><?=gettext("Enable"); ?> </td>
<td>
......@@ -695,9 +694,6 @@ $( document ).ready(function() {
</tbody>
</table>
</div>
</div>
</div>
</section>
</section>
</form>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment