diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-30 22:11:10 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-30 22:11:10 +0100 |
commit | 40b05174b69de8b0f8366b49d43a3cbc97563fda (patch) | |
tree | 70caba934251f6be43e0b318f9dd1009b884c133 /module/web/templates/default/base.html | |
parent | added outline option for the logo (diff) | |
download | pyload-40b05174b69de8b0f8366b49d43a3cbc97563fda.tar.xz |
added actionbar, two-column dashboard
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 3b6cfd07b..bb03eaf81 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -129,6 +129,15 @@ {% endif %}
</div>
</header>
+ <div id="actionbar-container" class="container-fluid">
+ <div class="row-fluid">
+ <div class="span2 offset1">
+ <h5>Notifcations or something</h5>
+ </div>
+ {% block actionbar %}
+ {% endblock %}
+ </div>
+ </div>
<div id="content">
{% for msg in messages %}
<p>{{ msg }}</p>
|