vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
2  
3 <Script file="localization.en.lua"/>
4 <Script file="localization.de.lua"/>
5 <Script file="localization.fr.lua"/>
6 <Script file="localization.kr.lua"/>
7 <Script file="localization.cn.lua"/>
8 <Script file="localization.tw.lua"/>
9 <Script file="localization.bg.en.lua"/>
10 <Script file="localization.bg.de.lua"/>
11 <Script file="localization.bg.fr.lua"/>
12 <Script file="localization.bg.cn.lua"/>
13 <Script file="localization.bg.kr.lua"/>
14 <Script file="localization.bg.tw.lua"/>
15 <Script file="dkp.lua"/>
16 <Script file="AtlasLoot.lua"/>
17  
18 <GameTooltip name="AtlasLootTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
19  
20 <Button name="AtlasLootBossLineTemplate" virtual="true" hidden="false">
21 <Size>
22 <AbsDimension x="256" y="15"/>
23 </Size>
24 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
25 <Layers>
26 <Layer level="OVERLAY">
27 <FontString name="$parent_Text" inherits="GameFontNormal">
28 <Anchors>
29 <Anchor point="LEFT" relativeTo="$parent" relativePoint="LEFT"/>
30 </Anchors>
31 </FontString>
32 <Texture name="$parent_Loot" file="Interface\AddOns\AtlasLoot\Images\AtlasIcon">
33 <Size>
34 <AbsDimension x="16" y="16"/>
35 </Size>
36 <Anchors>
37 <Anchor point="LEFT" relativeTo="$parent" relativePoint="RIGHT"/>
38 </Anchors>
39 </Texture>
40 <Texture name="$parent_Selected" file="Interface\MoneyFrame\UI-MoneyIcons">
41 <Size>
42 <AbsDimension x="16" y="16"/>
43 </Size>
44 <Anchors>
45 <Anchor point="LEFT" relativeTo="$parent" relativePoint="RIGHT"/>
46 </Anchors>
47 <TexCoords left="0" right="0.25" top="0" bottom="1"/>
48 </Texture>
49 </Layer>
50 </Layers>
51 <Scripts>
52 <OnClick>
53 AtlasLootBoss_OnClick(this:GetID());
54 </OnClick>
55 </Scripts>
56 </Button>
57  
58 <Button name="AtlasLootClassButtonTemplate" inherits="OptionsButtonTemplate" virtual="true" hidden="true">
59 <Size>
60 <AbsDimension x="120" y="25"/>
61 </Size>
62 <Scripts>
63 <OnClick>
64 AtlasLoot_Set();
65 </OnClick>
66 <OnShow>
67 this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
68 </OnShow>
69 </Scripts>
70 </Button>
71  
72 <Frame name="AtlasLootBossLinesFrame" toplevel="true" enableMouse="true" parent="UIParent" hidden="false">
73 <Anchors>
74 <Anchor point="CENTER" />
75 </Anchors>
76 <Frames>
77 <Button name="AtlasBossLine_1" inherits="AtlasLootBossLineTemplate" id="1"/>
78 <Button name="AtlasBossLine_2" inherits="AtlasLootBossLineTemplate" id="2"/>
79 <Button name="AtlasBossLine_3" inherits="AtlasLootBossLineTemplate" id="3"/>
80 <Button name="AtlasBossLine_4" inherits="AtlasLootBossLineTemplate" id="4"/>
81 <Button name="AtlasBossLine_5" inherits="AtlasLootBossLineTemplate" id="5"/>
82 <Button name="AtlasBossLine_6" inherits="AtlasLootBossLineTemplate" id="6"/>
83 <Button name="AtlasBossLine_7" inherits="AtlasLootBossLineTemplate" id="7"/>
84 <Button name="AtlasBossLine_8" inherits="AtlasLootBossLineTemplate" id="8"/>
85 <Button name="AtlasBossLine_9" inherits="AtlasLootBossLineTemplate" id="9"/>
86 <Button name="AtlasBossLine_10" inherits="AtlasLootBossLineTemplate" id="10"/>
87 <Button name="AtlasBossLine_11" inherits="AtlasLootBossLineTemplate" id="11"/>
88 <Button name="AtlasBossLine_12" inherits="AtlasLootBossLineTemplate" id="12"/>
89 <Button name="AtlasBossLine_13" inherits="AtlasLootBossLineTemplate" id="13"/>
90 <Button name="AtlasBossLine_14" inherits="AtlasLootBossLineTemplate" id="14"/>
91 <Button name="AtlasBossLine_15" inherits="AtlasLootBossLineTemplate" id="15"/>
92 <Button name="AtlasBossLine_16" inherits="AtlasLootBossLineTemplate" id="16"/>
93 <Button name="AtlasBossLine_17" inherits="AtlasLootBossLineTemplate" id="17"/>
94 <Button name="AtlasBossLine_18" inherits="AtlasLootBossLineTemplate" id="18"/>
95 <Button name="AtlasBossLine_19" inherits="AtlasLootBossLineTemplate" id="19"/>
96 <Button name="AtlasBossLine_20" inherits="AtlasLootBossLineTemplate" id="20"/>
97 <Button name="AtlasBossLine_21" inherits="AtlasLootBossLineTemplate" id="21"/>
98 <Button name="AtlasBossLine_22" inherits="AtlasLootBossLineTemplate" id="22"/>
99 <Button name="AtlasBossLine_23" inherits="AtlasLootBossLineTemplate" id="23"/>
100 <Button name="AtlasBossLine_24" inherits="AtlasLootBossLineTemplate" id="24"/>
101 <Button name="AtlasBossLine_25" inherits="AtlasLootBossLineTemplate" id="25"/>
102 <Button name="AtlasBossLine_26" inherits="AtlasLootBossLineTemplate" id="26"/>
103 <Button name="AtlasBossLine_27" inherits="AtlasLootBossLineTemplate" id="27"/>
104 </Frames>
105 </Frame>
106  
107 <Button name="AtlasLootItem_Template" virtual="true" hidden="false">
108 <Size>
109 <AbsDimension x="236" y="30"/>
110 </Size>
111 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
112 <Layers>
113 <Layer level="ARTWORK">
114 <Texture name="$parent_Icon">
115 <Size>
116 <AbsDimension x="24" y="24"/>
117 </Size>
118 <Anchors>
119 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
120 </Anchors>
121 </Texture>
122 <FontString name="$parent_Name" inherits="GameFontNormal" justifyH="LEFT">
123 <Size>
124 <AbsDimension x="205" y="12"/>
125 </Size>
126 <Anchors>
127 <Anchor point="TOPLEFT" relativeTo="$parent_Icon" relativePoint="TOPRIGHT">
128 <Offset>
129 <AbsDimension x="3" y="0"/>
130 </Offset>
131 </Anchor>
132 </Anchors>
133 </FontString>
134 <FontString name="$parent_Extra" inherits="GameFontNormalSmall" justifyH="LEFT">
135 <Size>
136 <AbsDimension x="205" y="10"/>
137 </Size>
138 <Anchors>
139 <Anchor point="TOPLEFT" relativeTo="$parent_Name" relativePoint="BOTTOMLEFT"/>
140 </Anchors>
141 </FontString>
142 </Layer>
143 </Layers>
144 <Scripts>
145 <OnEnter>
146 AtlasLootItem_OnEnter();
147 </OnEnter>
148 <OnLeave>
149 AtlasLootItem_OnLeave();
150 </OnLeave>
151 <OnClick>
152 AtlasLootItem_OnClick();
153 </OnClick>
154 <OnShow>
155 this:SetFrameLevel( (this:GetParent()):GetFrameLevel() + 1 );
156 </OnShow>
157 </Scripts>
158 </Button>
159  
160 <Frame name="AtlasLootInfo" hidden="false">
161 <Size>
162 <AbsDimension x="128" y="25"/>
163 </Size>
164 <Layers>
165 <Layer level="OVERLAY">
166 <FontString name="$parent_Text1" inherits="GameFontNormalSmall" text="ATLASLOOT_BANNER_TEXT" justifyH="LEFT">
167 <Size>
168 <AbsDimension x="150" y="25"/>
169 </Size>
170 <Anchors>
171 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
172 </Anchors>
173 </FontString>
174 <FontString name="$parent_Text2" inherits="GameFontNormalSmall" text="ATLASLOOT_VERSION" justifyH="LEFT">
175 <Size>
176 <AbsDimension x="180" y="25"/>
177 </Size>
178 <Anchors>
179 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
180 <Offset>
181 <AbsDimension x="0" y="18"/>
182 </Offset>
183 </Anchor>
184 </Anchors>
185 </FontString>
186 </Layer>
187 </Layers>
188 </Frame>
189  
190 <Frame name="AtlasLootItemsFrame" parent="UIParent" hidden="false">
191 <Size>
192 <AbsDimension x="510" y="510"/>
193 </Size>
194 <Anchors>
195 <Anchor point="CENTER"/>
196 </Anchors>
197 <Frames>
198 <Button name="AtlasLootItem_1" inherits="AtlasLootItem_Template" id="1">
199 <Anchors>
200 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
201 <Offset>
202 <AbsDimension x="20" y="-50"/>
203 </Offset>
204 </Anchor>
205 </Anchors>
206 </Button>
207 <Button name="AtlasLootItem_2" inherits="AtlasLootItem_Template" id="2">
208 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_1" relativePoint="BOTTOMLEFT"/></Anchors>
209 </Button>
210 <Button name="AtlasLootItem_3" inherits="AtlasLootItem_Template" id="3">
211 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_2" relativePoint="BOTTOMLEFT"/></Anchors>
212 </Button>
213 <Button name="AtlasLootItem_4" inherits="AtlasLootItem_Template" id="4">
214 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_3" relativePoint="BOTTOMLEFT"/></Anchors>
215 </Button>
216 <Button name="AtlasLootItem_5" inherits="AtlasLootItem_Template" id="5">
217 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_4" relativePoint="BOTTOMLEFT"/></Anchors>
218 </Button>
219 <Button name="AtlasLootItem_6" inherits="AtlasLootItem_Template" id="6">
220 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_5" relativePoint="BOTTOMLEFT"/></Anchors>
221 </Button>
222 <Button name="AtlasLootItem_7" inherits="AtlasLootItem_Template" id="7">
223 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_6" relativePoint="BOTTOMLEFT"/></Anchors>
224 </Button>
225 <Button name="AtlasLootItem_8" inherits="AtlasLootItem_Template" id="8">
226 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_7" relativePoint="BOTTOMLEFT"/></Anchors>
227 </Button>
228 <Button name="AtlasLootItem_9" inherits="AtlasLootItem_Template" id="9">
229 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_8" relativePoint="BOTTOMLEFT"/></Anchors>
230 </Button>
231 <Button name="AtlasLootItem_10" inherits="AtlasLootItem_Template" id="10">
232 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_9" relativePoint="BOTTOMLEFT"/></Anchors>
233 </Button>
234 <Button name="AtlasLootItem_11" inherits="AtlasLootItem_Template" id="11">
235 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_10" relativePoint="BOTTOMLEFT"/></Anchors>
236 </Button>
237 <Button name="AtlasLootItem_12" inherits="AtlasLootItem_Template" id="12">
238 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_11" relativePoint="BOTTOMLEFT"/></Anchors>
239 </Button>
240 <Button name="AtlasLootItem_13" inherits="AtlasLootItem_Template" id="13">
241 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_12" relativePoint="BOTTOMLEFT"/></Anchors>
242 </Button>
243 <Button name="AtlasLootItem_14" inherits="AtlasLootItem_Template" id="14">
244 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_13" relativePoint="BOTTOMLEFT"/></Anchors>
245 </Button>
246 <Button name="AtlasLootItem_15" inherits="AtlasLootItem_Template" id="15">
247 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_14" relativePoint="BOTTOMLEFT"/></Anchors>
248 </Button>
249 <Button name="AtlasLootItem_16" inherits="AtlasLootItem_Template" id="16">
250 <Anchors>
251 <Anchor point="TOPLEFT" relativeTo="AtlasLootItem_1" relativePoint="TOPRIGHT">
252 <Offset>
253 <AbsDimension x="0" y="0"/>
254 </Offset>
255 </Anchor>
256 </Anchors>
257 </Button>
258 <Button name="AtlasLootItem_17" inherits="AtlasLootItem_Template" id="17">
259 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_16" relativePoint="BOTTOMLEFT"/></Anchors>
260 </Button>
261 <Button name="AtlasLootItem_18" inherits="AtlasLootItem_Template" id="18">
262 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_17" relativePoint="BOTTOMLEFT"/></Anchors>
263 </Button>
264 <Button name="AtlasLootItem_19" inherits="AtlasLootItem_Template" id="19">
265 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_18" relativePoint="BOTTOMLEFT"/></Anchors>
266 </Button>
267 <Button name="AtlasLootItem_20" inherits="AtlasLootItem_Template" id="20">
268 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_19" relativePoint="BOTTOMLEFT"/></Anchors>
269 </Button>
270 <Button name="AtlasLootItem_21" inherits="AtlasLootItem_Template" id="21">
271 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_20" relativePoint="BOTTOMLEFT"/></Anchors>
272 </Button>
273 <Button name="AtlasLootItem_22" inherits="AtlasLootItem_Template" id="22">
274 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_21" relativePoint="BOTTOMLEFT"/></Anchors>
275 </Button>
276 <Button name="AtlasLootItem_23" inherits="AtlasLootItem_Template" id="23">
277 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_22" relativePoint="BOTTOMLEFT"/></Anchors>
278 </Button>
279 <Button name="AtlasLootItem_24" inherits="AtlasLootItem_Template" id="24">
280 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_23" relativePoint="BOTTOMLEFT"/></Anchors>
281 </Button>
282 <Button name="AtlasLootItem_25" inherits="AtlasLootItem_Template" id="25">
283 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_24" relativePoint="BOTTOMLEFT"/></Anchors>
284 </Button>
285 <Button name="AtlasLootItem_26" inherits="AtlasLootItem_Template" id="26">
286 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_25" relativePoint="BOTTOMLEFT"/></Anchors>
287 </Button>
288 <Button name="AtlasLootItem_27" inherits="AtlasLootItem_Template" id="27">
289 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_26" relativePoint="BOTTOMLEFT"/></Anchors>
290 </Button>
291 <Button name="AtlasLootItem_28" inherits="AtlasLootItem_Template" id="28">
292 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_27" relativePoint="BOTTOMLEFT"/></Anchors>
293 </Button>
294 <Button name="AtlasLootItem_29" inherits="AtlasLootItem_Template" id="29">
295 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_28" relativePoint="BOTTOMLEFT"/></Anchors>
296 </Button>
297 <Button name="AtlasLootItem_30" inherits="AtlasLootItem_Template" id="30">
298 <Anchors><Anchor point="TOPLEFT" relativeTo="AtlasLootItem_29" relativePoint="BOTTOMLEFT"/></Anchors>
299 </Button>
300 <Button name="$parent_Druid" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_DRUID">
301 <Anchors>
302 <Anchor point="TOP" relativeTo="$parent" relativePoint="TOP">
303 <Offset>
304 <AbsDimension x="0" y="-50"/>
305 </Offset>
306 </Anchor>
307 </Anchors>
308 </Button>
309 <Button name="$parent_Hunter" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_HUNTER">
310 <Anchors>
311 <Anchor point="TOP" relativeTo="$parent_Druid" relativePoint="BOTTOM">
312 <Offset>
313 <AbsDimension x="0" y="-10"/>
314 </Offset>
315 </Anchor>
316 </Anchors>
317 </Button>
318 <Button name="$parent_Mage" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_MAGE">
319 <Anchors>
320 <Anchor point="TOP" relativeTo="$parent_Hunter" relativePoint="BOTTOM">
321 <Offset>
322 <AbsDimension x="0" y="-10"/>
323 </Offset>
324 </Anchor>
325 </Anchors>
326 </Button>
327 <Button name="$parent_Paladin" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_PALADIN">
328 <Anchors>
329 <Anchor point="TOP" relativeTo="$parent_Mage" relativePoint="BOTTOM">
330 <Offset>
331 <AbsDimension x="0" y="-10"/>
332 </Offset>
333 </Anchor>
334 </Anchors>
335 </Button>
336 <Button name="$parent_Priest" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_PRIEST">
337 <Anchors>
338 <Anchor point="TOP" relativeTo="$parent_Paladin" relativePoint="BOTTOM">
339 <Offset>
340 <AbsDimension x="0" y="-10"/>
341 </Offset>
342 </Anchor>
343 </Anchors>
344 </Button>
345 <Button name="$parent_Rogue" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_ROGUE">
346 <Anchors>
347 <Anchor point="TOP" relativeTo="$parent_Priest" relativePoint="BOTTOM">
348 <Offset>
349 <AbsDimension x="0" y="-10"/>
350 </Offset>
351 </Anchor>
352 </Anchors>
353 </Button>
354 <Button name="$parent_Shaman" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_SHAMAN">
355 <Anchors>
356 <Anchor point="TOP" relativeTo="$parent_Rogue" relativePoint="BOTTOM">
357 <Offset>
358 <AbsDimension x="0" y="-10"/>
359 </Offset>
360 </Anchor>
361 </Anchors>
362 </Button>
363 <Button name="$parent_Warlock" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_WARLOCK">
364 <Anchors>
365 <Anchor point="TOP" relativeTo="$parent_Shaman" relativePoint="BOTTOM">
366 <Offset>
367 <AbsDimension x="0" y="-10"/>
368 </Offset>
369 </Anchor>
370 </Anchors>
371 </Button>
372 <Button name="$parent_Warrior" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_WARRIOR">
373 <Anchors>
374 <Anchor point="TOP" relativeTo="$parent_Warlock" relativePoint="BOTTOM">
375 <Offset>
376 <AbsDimension x="0" y="-10"/>
377 </Offset>
378 </Anchor>
379 </Anchors>
380 </Button>
381 <Button name="$parent_BACK" inherits="AtlasLootClassButtonTemplate" text="ATLASLOOT_UIBACK">
382 <Anchors>
383 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
384 <Offset>
385 <AbsDimension x="5" y="-5"/>
386 </Offset>
387 </Anchor>
388 </Anchors>
389 </Button>
390 </Frames>
391 <Layers>
392 <Layer level="BACKGROUND">
393 <Texture name="$parent_Back">
394 <Anchors>
395 <Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT"/>
396 <Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT"/>
397 </Anchors>
398 <Color r="0" g="0" b="0" a="0.7"/>
399 </Texture>
400 </Layer>
401 <Layer level="OVERLAY">
402 <FontString name="AtlasLoot_BossName" inherits="GameFontHighlightLarge" justifyH="CENTER">
403 <Size>
404 <AbsDimension x="512" y="30"/>
405 </Size>
406 <Anchors>
407 <Anchor point="TOP" relativeTo="$parent" relativePoint="TOP"/>
408 </Anchors>
409 </FontString>
410 </Layer>
411 </Layers>
412 <Scripts>
413 <OnLoad>
414 AtlasLoot_OnLoad();
415 </OnLoad>
416 <OnEvent>
417 AtlasLoot_OnEvent(event);
418 </OnEvent>
419 </Scripts>
420 </Frame>
421  
422 <Frame name="AtlasLootOptionsFrame" toplevel="true" frameStrata="DIALOG" movable="true" enableMouse="true" hidden="true" parent="UIParent" enableKeyboard="true">
423 <Size>
424 <AbsDimension x="300" y="280"/>
425 </Size>
426 <Anchors>
427 <Anchor point="CENTER"/>
428 </Anchors>
429 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
430 <BackgroundInsets>
431 <AbsInset left="11" right="12" top="12" bottom="11"/>
432 </BackgroundInsets>
433 <TileSize>
434 <AbsValue val="32"/>
435 </TileSize>
436 <EdgeSize>
437 <AbsValue val="32"/>
438 </EdgeSize>
439 </Backdrop>
440 <Layers>
441 <Layer level="ARTWORK">
442 <Texture name="$parentHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
443 <Size>
444 <AbsDimension x="256" y="64"/>
445 </Size>
446 <Anchors>
447 <Anchor point="TOP">
448 <Offset>
449 <AbsDimension x="0" y="12"/>
450 </Offset>
451 </Anchor>
452 </Anchors>
453 </Texture>
454 <FontString inherits="GameFontNormal" text="ATLASLOOT_OPTIONS_TITLE">
455 <Anchors>
456 <Anchor point="TOP">
457 <Offset>
458 <AbsDimension x="0" y="0"/>
459 </Offset>
460 </Anchor>
461 </Anchors>
462 </FontString>
463 </Layer>
464 </Layers>
465 <Frames>
466 <CheckButton name="$parentSafeLinks" inherits="OptionsCheckButtonTemplate" enable="false">
467 <Anchors>
468 <Anchor point="TOPLEFT">
469 <Offset>
470 <AbsDimension x="40" y="-40"/>
471 </Offset>
472 </Anchor>
473 </Anchors>
474 <Scripts>
475 <OnLoad>
476 getglobal(this:GetName().."Text"):SetText(ATLASLOOT_OPTIONS_SAFE_LINKS);
477 </OnLoad>
478 <OnClick>
479 AtlasLootOptions_SafeLinksToggle();
480 </OnClick>
481 </Scripts>
482 </CheckButton>
483 <CheckButton name="$parentAllLinks" inherits="OptionsCheckButtonTemplate">
484 <Anchors>
485 <Anchor point="TOPLEFT">
486 <Offset>
487 <AbsDimension x="40" y="-70"/>
488 </Offset>
489 </Anchor>
490 </Anchors>
491 <Scripts>
492 <OnLoad>
493 getglobal(this:GetName().."Text"):SetText(ATLASLOOT_OPTIONS_ALL_LINKS);
494 </OnLoad>
495 <OnClick>
496 AtlasLootOptions_AllLinksToggle();
497 </OnClick>
498 </Scripts>
499 </CheckButton>
500 <CheckButton name="$parentDefaultTT" inherits="OptionsCheckButtonTemplate">
501 <Anchors>
502 <Anchor point="TOPLEFT">
503 <Offset>
504 <AbsDimension x="40" y="-100"/>
505 </Offset>
506 </Anchor>
507 </Anchors>
508 <Scripts>
509 <OnLoad>
510 getglobal(this:GetName().."Text"):SetText(ATLASLOOT_OPTIONS_DEFAULT_TOOLTIPS);
511 </OnLoad>
512 <OnClick>
513 AtlasLootOptions_DefaultTTToggle();
514 </OnClick>
515 </Scripts>
516 </CheckButton>
517 <CheckButton name="$parentLootlinkTT" inherits="OptionsCheckButtonTemplate">
518 <Anchors>
519 <Anchor point="TOPLEFT">
520 <Offset>
521 <AbsDimension x="40" y="-130"/>
522 </Offset>
523 </Anchor>
524 </Anchors>
525 <Scripts>
526 <OnLoad>
527 getglobal(this:GetName().."Text"):SetText(ATLASLOOT_OPTIONS_LOOTLINK_TOOLTIPS);
528 </OnLoad>
529 <OnClick>
530 AtlasLootOptions_LootlinkTTToggle();
531 </OnClick>
532 </Scripts>
533 </CheckButton>
534 <CheckButton name="$parentItemSyncTT" inherits="OptionsCheckButtonTemplate">
535 <Anchors>
536 <Anchor point="TOPLEFT">
537 <Offset>
538 <AbsDimension x="40" y="-160"/>
539 </Offset>
540 </Anchor>
541 </Anchors>
542 <Scripts>
543 <OnLoad>
544 getglobal(this:GetName().."Text"):SetText(ATLASLOOT_OPTIONS_ITEMSYNC_TOOLTIPS);
545 </OnLoad>
546 <OnClick>
547 AtlasLootOptions_ItemSyncTTToggle();
548 </OnClick>
549 </Scripts>
550 </CheckButton>
551 <CheckButton name="$parentEquipCompare" inherits="OptionsCheckButtonTemplate">
552 <Anchors>
553 <Anchor point="TOPLEFT">
554 <Offset>
555 <AbsDimension x="40" y="-190"/>
556 </Offset>
557 </Anchor>
558 </Anchors>
559 <Scripts>
560 <OnLoad>
561 getglobal(this:GetName().."Text"):SetText(ATLASLOOT_OPTIONS_EQUIPCOMPARE);
562 </OnLoad>
563 <OnClick>
564 AtlasLootOptions_EquipCompareToggle();
565 </OnClick>
566 </Scripts>
567 </CheckButton>
568 <Button name="$parentDone" inherits="OptionsButtonTemplate" text="ATLASLOOT_OPTIONS_DONE">
569 <Anchors>
570 <Anchor point="BOTTOM">
571 <Offset>
572 <AbsDimension x="0" y="20"/>
573 </Offset>
574 </Anchor>
575 </Anchors>
576 <Scripts>
577 <OnClick>
578 AtlasLootOptions_Toggle();
579 </OnClick>
580 </Scripts>
581 </Button>
582 </Frames>
583 <Scripts>
584 <OnLoad>
585 AtlasLootOptions_OnLoad();
586 </OnLoad>
587 </Scripts>
588 </Frame>
589  
590 </Ui>
591