assets in modules

This commit is contained in:
Etienne Roudeix
2013-11-28 11:47:21 +01:00
parent 247ed6aa2a
commit b0371312e2
20 changed files with 59 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -1,7 +1,61 @@
{extends file="general_error.html"}
{extends file="admin-layout.tpl"}
{block name="page-title"}{intl l='Thelia debug bar'}{/block}
{block name="content-title"}{intl l='Thelia debug bar'}{/block}
{block name="page-title"}{intl l='Debug Bar'}{/block}
TOTUTI
{block name="check-resource"}module.TheliaDebugBar{/block}
{block name="check-access"}view{/block}
{block name="main-content"}
<div class="modules">
<div id="wrapper" class="container">
<div class="clearfix">
<ul class="breadcrumb pull-left">
<li><a href="{url path='/admin/home'}">{intl l="Home"}</a></li>
<li><a href="{url path='/admin/modules'}">{intl l="Modules"}</a></li>
<li><a href="#">{intl l="Thelia Debug Bar"}</a></li>
</ul>
</div>
<div class="row">
<div class="col-md-12">
<div class="general-block-decorator">
<h1>Hello World !</h1>
<div>
<p>Here is a general asset :</p>
<p>
{images file='assets/img/logo-thelia-34px.png'}
<img src="{$asset_url}" />
{/images}
</p>
</div>
<div>
<p>Here is a module asset :</p>
<p>
{images origin="TheliaDebugBar" file='assets/img/db-loader.gif'}
<img src="{$asset_url}" />
{/images}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
{/block}
{block name="javascript-initialization"}
<script>
</script>
{/block}

View File

@@ -1,6 +1,6 @@
{extends file="admin-layout.tpl"}
{block name="page-title"}{intl l='Modules'}{/block}
{block name="page-title"}{intl l='Search'}{/block}
{block name="check-resource"}admin.configuration.search{/block}
{block name="check-access"}view{/block}