Changeset 2534:c333aa67c0b0 for plugins/simpleMenu/locales/en
- Timestamp:
- 11/11/13 11:25:35 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/locales/en/help/help.html
r2425 r2534 1 1 <html> 2 2 <head> 3 <title>Simple Menu</title>3 <title>Simple menu</title> 4 4 </head> 5 5 6 6 <body> 7 7 8 <p>Simple Menu allows you to display on your blog a single level menu, if 8 <h4>Simple menu</h4> 9 <p>Simple menu allows you to display a single level menu on your blog if 9 10 your theme supports it.</p> 10 11 <dl> 11 12 <dt>Menu items list</dt> 12 <dd>Here are displayed your menu items. 13 You can reorder this list by dragging its items up wards or downwards.14 You can also modify label, description and URL of each item.15 Once done, clic on "Update menu".</dd>16 13 <dd>Here are displayed your menu items.<br /> 14 You can reorder this list by dragging its items up and down.<br /> 15 You can also modify the label, description and URL of each item.<br /> 16 Once done, click on <strong>Update menu</strong>.</dd> 17 17 18 <dt>Delete selected menu items</dt> 18 19 <dd>Allows you to delete menu items by checking the boxes next to each of them.</dd> 19 20 20 21 <dt>Add a new menu item</dt> 21 <dd>First select the type of item. Then clic on "Continue…". Then, if22 necessary, you may have to define a sub-type (category, page, etc ). If so,23 do it and clic on "Continue…". Then finally you can modify proposals done for22 <dd>First select the type of item. Then click on <strong>Continue…</strong>. Then, if 23 necessary, you may have to define a sub-type (category, page, etc.). If so, 24 do it and click on <strong>Continue…</strong>. Then finally you can modify proposals done for 24 25 label, description (not mandatory) and URL of the menu item. 25 Once done, clic on "Add this item".</dd>26 Once done, click on <strong>Add this item</strong>.</dd> 26 27 <dd> 27 28 <ul> 28 <li><strong>Label : </strong>type here the anchor text. For example29 <li><strong>Label:</strong> The anchor text. For example 29 30 "Archives". This field is mandatory.</li> 30 <li><strong>Description : </strong>type here ashort description for the menu31 item (will be displayed under Label depending on theme selected). For example31 <li><strong>Description:</strong> A short description for the menu 32 item (will be displayed under the label depending on the selected theme). For example: 32 33 "Archives from 2004 to 2011".</li> 33 <li><strong>URL : </strong>type here the item's destination. This field is34 <li><strong>URL:</strong> The item URL. This field is 34 35 mandatory.</li> 35 36 </ul> 36 37 </dd> 37 38
Note: See TracChangeset
for help on using the changeset viewer.