diff options
author | friendica <info@friendica.com> | 2013-12-19 23:56:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 23:56:37 -0800 |
commit | 2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3 (patch) | |
tree | 1a523306c9a87a0259a324e04eb2fd4906d3d07c /view/pdl | |
parent | cd78f9d13df721ea218cc8ba023470899b64a151 (diff) | |
download | volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.tar.gz volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.tar.bz2 volse-hubzilla-2c0fbc508e44ebc96b00e4e8a5e166324fbcf9b3.zip |
comanchify connedit, group
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_connedit.pdl | 6 | ||||
-rw-r--r-- | view/pdl/mod_group.pdl | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/view/pdl/mod_connedit.pdl b/view/pdl/mod_connedit.pdl new file mode 100644 index 000000000..4b468e34c --- /dev/null +++ b/view/pdl/mod_connedit.pdl @@ -0,0 +1,6 @@ +[region=aside] +[widget=vcard][/widget] +[widget=collections][var=mode]abook[/var][/widget] +[widget=suggestions][/widget] +[widget=findpeople][/widget] +[/region] diff --git a/view/pdl/mod_group.pdl b/view/pdl/mod_group.pdl new file mode 100644 index 000000000..8db29cf78 --- /dev/null +++ b/view/pdl/mod_group.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=collections][var=mode]groups[/var][/widget] +[/region] |