Skip to content

Commit edb3361

Browse files
jensensstevepiercy
andcommitted
Apply suggestions from code review
Co-authored-by: Steve Piercy <[email protected]>
1 parent 38b0570 commit edb3361

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/classic-ui/portlets.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,16 @@ As a user, you can add a portlet to a web page in a Plone site by following thes
3939
Note that you must have the appropriate permissions to add portlets to a web page.
4040
If you do not see the {guilabel}`Manage portlets` link, you may need to contact the site administrator to request access.
4141

42-
3. In the {menuselection}`Add portlets` menu, select the portlet that you want to add, and click the {guilabel}`Add` button.
43-
This will open an edit form, now fill in the form.
42+
3. In the {menuselection}`Add portlets` menu, select the portlet type that you want to add, and click the {guilabel}`Add` button.
43+
This will open a form to edit the settings for the selected portlet type.
4444

4545
4. Click the {guilabel}`Save` button to save your changes and add the portlet to the web page.
4646
This adds the portlet to the list of {guilabel}`Portlets assigned here` on the screen.
4747

4848
5. Use the {guilabel}`Up` and {guilabel}`Down` arrows in the {guilabel}`Assigned portlets` section to change the order in which the portlets will be displayed on the web page.
4949
The {guilabel}`Hide` button will deactivate the portlet.
5050
The {guilabel}`X` button deletes the portlet.
51+
These options will only appear at the root from which the object inherits its settings.
5152

5253

5354
## Writing a custom Portlet
@@ -151,7 +152,7 @@ This portlet class defines a portlet with the title "My Portlet" and the name "m
151152
The message is set when the portlet is added and can be edited in the portlet's edit form.
152153

153154
To register this portlet with Plone, you will need to create a `configure.zcml` file that tells Plone about the portlet.
154-
After a restart, you can add it to a Plone page using the "manage portlets" screen.
155+
After a restart, you can add it to a Plone page using the {guilabel}`Manage portlets` screen.
155156
Here is an example `configure.zcml` file that registers the `MyPortlet` class defined above:
156157

157158
```xml
@@ -176,7 +177,7 @@ Here is an example `configure.zcml` file that registers the `MyPortlet` class de
176177
This file registers a portlet with the following properties:
177178

178179
Title
179-
: `Example" Portlet`
180+
: `Example Portlet`
180181

181182
Description
182183
: `A portlet that displays a greeting message`

0 commit comments

Comments
 (0)