// replace fieldset with div for responsive table

This commit is contained in:
Kevin Granger
2013-10-15 18:09:53 +02:00
parent a85c1d7933
commit 0e7a7f8be4
70 changed files with 259 additions and 258 deletions
@@ -26,8 +26,11 @@
{extends file="helpers/view/view.tpl"}
{block name="override_tpl"}
<fieldset>
<h3><i class="icon-download"></i> {l s='Download'}</h3>
<div class="panel">
<h3>
<i class="icon-download"></i>
{l s='Download'}
</h3>
<p>
<a class="btn btn-default" href="{$backup_url}">
<i class="icon-download"></i>
@@ -35,7 +38,7 @@
</a>
</p>
<p>{l s='Tip: You can also download this file over to your FTP. Backup files are located in the "admin/backups" directory.'}</p>
</fieldset>
</div>
<div class="row">
<div class="alert alert-warning">
@@ -79,6 +82,4 @@
</div>
</div>
{/block}
{/block}
@@ -28,8 +28,11 @@
{block name="override_header"}
{if isset($backup_url) && isset($backup_weight)}
<fieldset>
<h3><i class="icon-download"></i> {l s='Download'}</h3>
<div class="panel">
<h3>
<i class="icon-download"></i>
{l s='Download'}
</h3>
<p>
<a class="btn btn-default" href="{$backup_url}">
<i class="icon-download"></i>
@@ -37,10 +40,9 @@
</a>
</p>
<p>{l s='Tip: You can also download this file over to your FTP. Backup files are located in the "admin/backups" directory.'}</p>
</fieldset>
</div>
{/if}
<div class="alert alert-warning">
<button data-dismiss="alert" class="close" type="button">×</button>
<p>{l s='Disclaimer before creating a new backup'}</p>
@@ -63,8 +65,6 @@
</form>
</div>
<div class="alert alert-info">
<p>{l s='How to restore a database backup in 10 easy steps:'}</p>
<ol>
@@ -81,5 +81,4 @@
</ol>
</div>
{/block}
@@ -26,13 +26,13 @@
{extends file="helpers/view/view.tpl"}
{block name="override_tpl"}
<fieldset>
<div class="panel">
<h3><i class="icon-download"></i> {l s='Download'}</h3>
<div class="alert alert-success">{l s='Beginning the download ...'}</div>
<p>{l s='Backup files should automatically download.'}</p>
<p>{l s='If not,'} <b><a href="{$url_backup}" class="btn btn-default"><i class="icon-download"></i> {l s='please click here!'}</a></b></p>
<iframe width="0" height="0" scrolling="no" frameborder="0" src="{$url_backup}"></iframe>
</fieldset>
</div>
{/block}