diff options
author | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-06-28 23:14:34 +0200 |
---|---|---|
committer | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-06-28 23:14:34 +0200 |
commit | dfe45342f6739bef9b3dff8e49641bb58998c757 (patch) | |
tree | 0a0af03f9cee403f5d05a97e0a6feab3708d34a6 /view/tpl/abook_edit.tpl | |
parent | dda949ee3b6f81662762f6598348bd68cf40ae83 (diff) | |
download | volse-hubzilla-dfe45342f6739bef9b3dff8e49641bb58998c757.tar.gz volse-hubzilla-dfe45342f6739bef9b3dff8e49641bb58998c757.tar.bz2 volse-hubzilla-dfe45342f6739bef9b3dff8e49641bb58998c757.zip |
Checkboxes were not aligned in connedit, added a table
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index b8b01df4c..9b12b5f29 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -83,13 +83,14 @@ <div id="abook-advanced-panel" style="display: block;"> -<span class="abook-them">{{$them}}</span><span class="abook-me">{{$me}}</span> -<br /> -<br /> +<table> +<tr><td></td><td class="abook-them">{{$them}}</td><td colspan="2" class="abook-me">{{$me}}</td><td></td></tr> +<tr><td colspan="5"><hr /></td></tr> {{foreach $perms as $prm}} {{include file="field_acheckbox.tpl" field=$prm}} {{/foreach}} -<br /> +<tr><td colspan="5"><hr /></td></tr> +</table> </div> |