Removed header titles from the pges that have one
This commit is contained in:
@@ -10,9 +10,14 @@
|
|||||||
|
|
||||||
<div id="wrapper" class="container">
|
<div id="wrapper" class="container">
|
||||||
|
|
||||||
{module_include location='configuration_top'}
|
<nav>
|
||||||
|
<ul class="breadcrumb">
|
||||||
|
<li><a href="{url path='admin/home'}">{intl l='Home'}</a></li>
|
||||||
|
<li>{intl l='Configuration'}</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<h2>{intl l="Thelia configuration"}</h2>
|
{module_include location='configuration_top'}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
|||||||
@@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
{module_include location='tools_top'}
|
{module_include location='tools_top'}
|
||||||
|
|
||||||
<h2>{intl l="Thelia tools"}</h2>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<ul class="breadcrumb pull-left">
|
<ul class="breadcrumb pull-left">
|
||||||
<li><a href="{url path='/admin/home'}">{intl l="Home"}</a></li>
|
<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>{intl l="Modules"}</li>
|
||||||
</ul>
|
</ul>
|
||||||
{* {loop type="auth" name="can_create" role="ADMIN" resource="admin.module" access="UPDATE"}
|
{* {loop type="auth" name="can_create" role="ADMIN" resource="admin.module" access="UPDATE"}
|
||||||
<a class="btn btn-default btn-primary pull-right" title="{intl l='Install a new module'}" href="#install_dialog" data-toggle="modal">
|
<a class="btn btn-default btn-primary pull-right" title="{intl l='Install a new module'}" href="#install_dialog" data-toggle="modal">
|
||||||
|
|||||||
@@ -10,9 +10,14 @@
|
|||||||
|
|
||||||
<div id="wrapper" class="container">
|
<div id="wrapper" class="container">
|
||||||
|
|
||||||
{module_include location='tools_top'}
|
<nav>
|
||||||
|
<ul class="breadcrumb">
|
||||||
|
<li><a href="{url path='admin/home'}">{intl l='Home'}</a></li>
|
||||||
|
<li>{intl l='Tools'}</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<h2>{intl l="Thelia tools"}</h2>
|
{module_include location='tools_top'}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user