diff options
author | friendica <info@friendica.com> | 2013-09-26 19:35:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-26 19:35:09 -0700 |
commit | 6dc4d963fa510d873188226941456b4e4fa4e766 (patch) | |
tree | 8bcecc19f7de82ed6cac5a9aa26eca8bfb8518d5 /view/tpl/abook_edit.tpl | |
parent | 017db2994714b95c974ee87b841017a6da0b6557 (diff) | |
parent | dc692cd748697be54bceae4ab373b13ae839bd8b (diff) | |
download | volse-hubzilla-6dc4d963fa510d873188226941456b4e4fa4e766.tar.gz volse-hubzilla-6dc4d963fa510d873188226941456b4e4fa4e766.tar.bz2 volse-hubzilla-6dc4d963fa510d873188226941456b4e4fa4e766.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index c285e56d1..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> @@ -40,7 +41,9 @@ {{if $is_pending}} +<div class="abook-pending-contact"> {{include file="field_checkbox.tpl" field=$unapproved}} +</div> {{/if}} <br /> @@ -82,3 +85,4 @@ </form> </div> +</div> |