diff options
author | thomascube <thomas@roundcube.net> | 2011-12-17 15:31:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-17 15:31:42 +0000 |
commit | af05fecf245cc1bdeee0f6a1ee32559add539134 (patch) | |
tree | 9e8985645498fdec2acc87e17bbf92e7d9be4da0 /skins/larry/templates/compose.html | |
parent | 74d4c7f9ada668d0bf53361a407b00be7d10488c (diff) |
Iconized some menus
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r-- | skins/larry/templates/compose.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 1fe740ce1..44180be9a 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -14,6 +14,15 @@ <div id="composeview-left"> <!-- inline address book --> +<div id="compose-contacts" class="uibox listbox"> +<h2 class="boxtitle"><roundcube:label name="contacts" /></h2> +<div class="scroller withfooter"> + +</div> +<div class="boxfooter"> + +</div> +</div> </div> |