blob: ba5772b5fb744f1a136346a539a5ebd3f14192af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>
|