diff options
Diffstat (limited to 'skins/larry/templates/identityedit.html')
-rw-r--r-- | skins/larry/templates/identityedit.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/templates/identityedit.html b/skins/larry/templates/identityedit.html index 147098286..d31c4a6e7 100644 --- a/skins/larry/templates/identityedit.html +++ b/skins/larry/templates/identityedit.html @@ -12,6 +12,8 @@ <roundcube:include file="/includes/settingstabs.html" /> +<div id="settings-right"> + <div id="identitieslist" class="uibox listbox"> <h2 class="boxtitle"><roundcube:label name="identities" /></h2> <div class="scroller withfooter"> @@ -39,6 +41,8 @@ </div> +</div> + <roundcube:include file="/includes/footer.html" /> </body> |