header and footer tweaking
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="myNavbar" tal:condition="not layout.isAnonymous()">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="${request.application_url}"><span class="glyphicon glyphicon-home"></span> Accueil</a></li>
|
||||
<li><a href="${request.application_url}/actifs"><span class="glyphicon glyphicon-list-alt"></span> Actifs</a></li>
|
||||
<li><a href="${request.application_url}"><span class="glyphicon glyphicon-home"></span> ACTIFS</a></li>
|
||||
<li><a href="${request.application_url}/allocation"><span class="glyphicon glyphicon-list-alt"></span> ALLOCATION</a></li>
|
||||
${panel('dropdown_menu_panel')}
|
||||
</ul>
|
||||
</div>
|
||||
@@ -89,11 +89,9 @@
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div class="well">
|
||||
<p>© 2017 - <a href="http://www.entreprise-dumas.com/" target="_blank">caotek.fr</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="container-fluid bg-footer text-center">
|
||||
<p>© 2017 - www.caotek.fr</p>
|
||||
</footer>
|
||||
|
||||
<div metal:define-slot="additional_scripts" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user