diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-27 03:11:28 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-27 03:11:28 +0100 |
commit | dc692cd748697be54bceae4ab373b13ae839bd8b (patch) | |
tree | 904d9eb2b7b4c2f3b8aee9e695e6e282d9a5c556 /view | |
parent | 83a41a5af63892c54c724e06f41c26d7d9a9a34b (diff) | |
download | volse-hubzilla-dc692cd748697be54bceae4ab373b13ae839bd8b.tar.gz volse-hubzilla-dc692cd748697be54bceae4ab373b13ae839bd8b.tar.bz2 volse-hubzilla-dc692cd748697be54bceae4ab373b13ae839bd8b.zip |
Actually, lets add a content wrapper while we're in there.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 0fb9b11f7..30abcc6b3 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h2>{{$header}}</h2> <h3>{{$addr}}</h3> @@ -84,3 +85,4 @@ </form> </div> +</div> |