4teamwork / ftw.linkchecker

0 stars 0 forks source link

Inherit from user-panel view and copy parts of its template. #103

Closed busykoala closed 4 years ago

busykoala commented 4 years ago

To get the whole functionality to search for users it was easiest to inherit from plone.app.controlpanel.usergroups.UsersOverviewControlPanel.

To slightly change the aim of this View, I overwrote the call method removing deleting and password reset functionality.

Also this commit uses broad parts of the views template (usergroups_usersoverview.pt). Also in the template the actions for removing, changing and password resetting are removed.

The View is not yet styled but contains all the data and buttons/forms except of the filtering functionality.

The top showing Plots:

image

The second part showing links:

image