Changeset 3103
- Timestamp:
- Feb 6, 2007, 11:00:36 AM (16 years ago)
- Location:
- trunk/www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/clients/help/edit_help.jsp
r3080 r3103 192 192 <m:menuitem 193 193 title="Ordered list" 194 onclick="encloseSelection('<ol> <li>', '</li></ol>')"194 onclick="encloseSelection('<ol>', '</ol>')" 195 195 tooltip="Insert an ordered list" 196 196 /> 197 197 <m:menuitem 198 198 title="Unordered list" 199 onclick="encloseSelection('<ul> <li>', '</li></ul>')"199 onclick="encloseSelection('<ul>', '</ul>')" 200 200 tooltip="Insert an unordered list" 201 201 /> -
trunk/www/common/zoom.jsp
r3080 r3103 126 126 <m:menuitem 127 127 title="Ordered list" 128 onclick="encloseSelection('<ol> <li>', '</li></ol>')"128 onclick="encloseSelection('<ol>', '</ol>')" 129 129 tooltip="Insert an ordered list" 130 130 /> 131 131 <m:menuitem 132 132 title="Unordered list" 133 onclick="encloseSelection('<ul> <li>', '</li></ul>')"133 onclick="encloseSelection('<ul>', '</ul>')" 134 134 tooltip="Insert an unordered list" 135 135 />
Note: See TracChangeset
for help on using the changeset viewer.