diff options
Diffstat (limited to 'quanta/data/toolbars/cfml/lists.toolbar')
-rw-r--r-- | quanta/data/toolbars/cfml/lists.toolbar | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/quanta/data/toolbars/cfml/lists.toolbar b/quanta/data/toolbars/cfml/lists.toolbar new file mode 100644 index 00000000..1e430978 --- /dev/null +++ b/quanta/data/toolbars/cfml/lists.toolbar @@ -0,0 +1,16 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="quanta" version="2"> + <ToolBar tabname="Lists" name="lists" > + <text>Lists</text> + <Action name="tag_quick_list" /> + <Separator lineSeparator="true" /> + <Action name="tag_ul" /> + <Action name="tag_ol" /> + <Action name="tag_li" /> + <Separator lineSeparator="true" /> + <Action name="tag_dl" /> + <Action name="tag_dt" /> + <Action name="tag_dd" /> + </ToolBar> + +</kpartgui>
\ No newline at end of file |