diff options
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_chat.pdl | 2 | ||||
-rw-r--r-- | view/pdl/mod_connections.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_connedit.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_directory.pdl | 1 | ||||
-rw-r--r-- | view/pdl/mod_group.pdl | 2 | ||||
-rw-r--r-- | view/pdl/mod_import_items.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_network.pdl | 1 | ||||
-rw-r--r-- | view/pdl/mod_permcats.pdl (renamed from view/pdl/mod_message.pdl) | 2 | ||||
-rw-r--r-- | view/pdl/mod_profperm.pdl | 2 | ||||
-rw-r--r-- | view/pdl/mod_tokens.pdl (renamed from view/pdl/mod_mail.pdl) | 3 | ||||
-rw-r--r-- | view/pdl/mod_viewconnections.pdl | 2 |
11 files changed, 9 insertions, 15 deletions
diff --git a/view/pdl/mod_chat.pdl b/view/pdl/mod_chat.pdl index 808ba3d5a..8a79b4b12 100644 --- a/view/pdl/mod_chat.pdl +++ b/view/pdl/mod_chat.pdl @@ -1,5 +1,5 @@ [region=aside] -[widget=vcard][/widget] +[widget=profile][/widget] [widget=chatroom_list][/widget] [widget=bookmarkedchats][/widget] [widget=suggestedchats][/widget] diff --git a/view/pdl/mod_connections.pdl b/view/pdl/mod_connections.pdl index b777cada5..3c3dfd313 100644 --- a/view/pdl/mod_connections.pdl +++ b/view/pdl/mod_connections.pdl @@ -1,7 +1,4 @@ [region=aside] -[widget=follow][/widget] -[widget=collections][var=mode][connections[/arg][/widget] -[widget=suggestions][/widget] [widget=findpeople][/widget] [/region] [region=right_aside] diff --git a/view/pdl/mod_connedit.pdl b/view/pdl/mod_connedit.pdl index 4bdadb5e8..a5461df50 100644 --- a/view/pdl/mod_connedit.pdl +++ b/view/pdl/mod_connedit.pdl @@ -1,8 +1,5 @@ [region=aside] [widget=vcard][/widget] -[widget=collections][var=mode]abook[/var][/widget] -[widget=suggestions][/widget] -[widget=findpeople][/widget] [/region] [region=right_aside] [widget=notifications][/widget] diff --git a/view/pdl/mod_directory.pdl b/view/pdl/mod_directory.pdl index 2e408c29f..3840691b4 100644 --- a/view/pdl/mod_directory.pdl +++ b/view/pdl/mod_directory.pdl @@ -2,7 +2,6 @@ [widget=findpeople][/widget] [widget=dirsort][/widget] [widget=dirtags][/widget] -[widget=suggestions][/widget] [/region] [region=right_aside] [widget=notifications][/widget] diff --git a/view/pdl/mod_group.pdl b/view/pdl/mod_group.pdl index 34eb7ddd1..749ede18c 100644 --- a/view/pdl/mod_group.pdl +++ b/view/pdl/mod_group.pdl @@ -1,5 +1,5 @@ [region=aside] -[widget=collections][var=mode]groups[/var][/widget] +[widget=privacygroups][/widget] [/region] [region=right_aside] [widget=notifications][/widget] diff --git a/view/pdl/mod_import_items.pdl b/view/pdl/mod_import_items.pdl new file mode 100644 index 000000000..e657fa88b --- /dev/null +++ b/view/pdl/mod_import_items.pdl @@ -0,0 +1,3 @@ +[region=right_aside] +[widget=notifications][/widget] +[/region] diff --git a/view/pdl/mod_network.pdl b/view/pdl/mod_network.pdl index cac3fc27e..231f08e74 100644 --- a/view/pdl/mod_network.pdl +++ b/view/pdl/mod_network.pdl @@ -2,7 +2,6 @@ [widget=activity_order][/widget] [widget=activity_filter][/widget] [widget=savedsearch][/widget] -[widget=suggestions][/widget] [/region] [region=content] diff --git a/view/pdl/mod_message.pdl b/view/pdl/mod_permcats.pdl index 3f1dd594f..bc6c89920 100644 --- a/view/pdl/mod_message.pdl +++ b/view/pdl/mod_permcats.pdl @@ -1,5 +1,5 @@ [region=aside] -[widget=mailmenu][/widget] +[widget=permcats][/widget] [/region] [region=right_aside] [widget=notifications][/widget] diff --git a/view/pdl/mod_profperm.pdl b/view/pdl/mod_profperm.pdl index 7e15fc869..d7e5d29f3 100644 --- a/view/pdl/mod_profperm.pdl +++ b/view/pdl/mod_profperm.pdl @@ -1,5 +1,5 @@ [region=aside] -[widget=fullprofile][/widget] +[widget=profile][/widget] [/region] [region=right_aside] [widget=notifications][/widget] diff --git a/view/pdl/mod_mail.pdl b/view/pdl/mod_tokens.pdl index d572b7244..97bdc3ab4 100644 --- a/view/pdl/mod_mail.pdl +++ b/view/pdl/mod_tokens.pdl @@ -1,6 +1,5 @@ [region=aside] -[widget=mailmenu][/widget] -[widget=conversations][/widget] +[widget=tokens][/widget] [/region] [region=right_aside] [widget=notifications][/widget] diff --git a/view/pdl/mod_viewconnections.pdl b/view/pdl/mod_viewconnections.pdl index 7e15fc869..d7e5d29f3 100644 --- a/view/pdl/mod_viewconnections.pdl +++ b/view/pdl/mod_viewconnections.pdl @@ -1,5 +1,5 @@ [region=aside] -[widget=fullprofile][/widget] +[widget=profile][/widget] [/region] [region=right_aside] [widget=notifications][/widget] |