diff options
Diffstat (limited to 'quanta/data/toolbars/wml-1-2/deck.actions')
-rw-r--r-- | quanta/data/toolbars/wml-1-2/deck.actions | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/quanta/data/toolbars/wml-1-2/deck.actions b/quanta/data/toolbars/wml-1-2/deck.actions new file mode 100644 index 00000000..ba5772b5 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/deck.actions @@ -0,0 +1,29 @@ +<!DOCTYPE actionsconfig> +<actions> + <action icon="tag_access" type="tag" tooltip="" name="wml_tag_access" statustext="" text="Access (wml)" > +<tag useDialog="true" ><access></tag> + <xtag use="false" ></xtag> + <text></text> + <script input="none" >""</script> </action> + <action icon="tag_wml" type="tag" tooltip="" name="wml_tag_wml" statustext="" text="WML" > +<tag useDialog="true" ><wml></tag> + <xtag use="true" ></wml></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="tag_card" type="tag" tooltip="" name="wml_tag_card" statustext="" text="Card" > +<tag useDialog="true" ><card></tag> + <xtag use="true" ></card></xtag> + <text></text> + <script input="none" >""""</script> </action> + <action icon="tag_head" type="tag" tooltip="" name="wml_tag_head" statustext="" text="Head" > +<tag useDialog="false" ><head></tag> + <xtag use="true" ></head></xtag> + <text></text> + <script input="none" >""""""</script> </action> + <action icon="tag_meta" type="tag" tooltip="" name="wml_tag_meta" statustext="" text="Meta" > +<tag useDialog="true" ><meta></tag> + <xtag use="true" ></meta></xtag> + <text></text> + <script input="none" >""""</script> </action> + +</actions> |