blob: 4e10019778cf879c415697142ef92bbbb6c33137 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<!DOCTYPE actionsconfig>
<actions>
<action icon="messagebox_warning" type="tag" name="DBtag_warning" text="warning" >
<tag useDialog="false" ><warning></tag>
<xtag use="true" ></warning></xtag>
</action>
<action shortcut="" icon="messagebox_critical" type="tag" name="DBtag_caution" text="caution" >
<tag useDialog="false" ><caution></tag>
<xtag use="true" ></caution></xtag>
</action>
<action icon="messagebox_info" type="tag" name="DBtag_important" text="important" >
<tag useDialog="false" ><important></tag>
<xtag use="true" ></important></xtag>
</action>
<action icon="text_block" type="tag" name="DBtag_note" text="note" >
<tag useDialog="false" ><note></tag>
<xtag use="true" ></note></xtag>
</action>
<action icon="idea" type="tag" tooltip="" name="DBtag_tip" text="tip" >
<tag useDialog="false" ><tip></tag>
<xtag use="true" ></tip></xtag>
</action>
<action icon="tag_footnote" type="tag" name="DBtag_footnote" text="footnote" >
<tag useDialog="false" ><footnote id=""></tag>
<xtag use="true" ></footnote></xtag>
</action>
<action icon="tag_footnoteref" type="tag" name="DBtag_footnoteref" text="footnoteref" >
<tag useDialog="false" ><footnoteref linkend=""></tag>
<xtag use="true" ></footnoteref></xtag>
</action>
<action icon="tag_example" type="tag" name="DBtag_example" text="example" >
<tag useDialog="false" ><example></tag>
<xtag use="true" ></example></xtag>
</action>
<action icon="tag_informalexample" type="tag" name="DBtag_informalexample" text="informalexample" >
<tag useDialog="false" ><informalexample></tag>
<xtag use="true" ></informalexample></xtag>
</action>
<action icon="tag_para" type="tag" name="DBtag_para" text="para" >
<tag useDialog="false" ><para></tag>
<xtag use="true" ></para></xtag>
</action>
</actions>
|