assets in modules
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 509 B |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 13 KiB |
@@ -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}
|
||||
@@ -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}
|
||||
|
||||