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 ..\FrameXML\UI.xsd">
3  
4 <Script file="EQL3_Log.lua"/>
5  
6 <Frame name="EQL3_QuestLogFrame" toplevel="true" enableMouse="true" movable="true" parent="UIParent" hidden="true">
7 <Size>
8 <AbsDimension x="384" y="512"/>
9 </Size>
10 <Anchors>
11 <Anchor point="TOPLEFT">
12 <Offset>
13 <AbsDimension x="0" y="-104"/>
14 </Offset>
15 </Anchor>
16 </Anchors>
17 <HitRectInsets>
18 <AbsInset left="8" right="0" top="8" bottom="0"/>
19 </HitRectInsets>
20 <Layers>
21 <Layer level="BACKGROUND">
22 <Texture file="Interface\Addons\EQL3\Images\EQL3_BookIcon">
23 <Size>
24 <AbsDimension x="64" y="64"/>
25 </Size>
26 <Anchors>
27 <Anchor point="TOPLEFT">
28 <Offset>
29 <AbsDimension x="4" y="-4"/>
30 </Offset>
31 </Anchor>
32 </Anchors>
33 </Texture>
34 </Layer>
35 <Layer level="ARTWORK">
36 <Texture file="Interface\Addons\EQL3\Images\EQL3_TopLeft">
37 <Size>
38 <AbsDimension x="256" y="256"/>
39 </Size>
40 <Anchors>
41 <Anchor point="TOPLEFT"/>
42 </Anchors>
43 </Texture>
44 <Texture name="EQL3_Top_Switch_Off" file="Interface\Addons\EQL3\Images\EQL3_TopSwitchOff">
45 <Size>
46 <AbsDimension x="128" y="256"/>
47 </Size>
48 <Anchors>
49 <Anchor point="TOPRIGHT"/>
50 </Anchors>
51 </Texture>
52 <Texture file="Interface\Addons\EQL3\Images\EQL3_BottomLeft">
53 <Size>
54 <AbsDimension x="256" y="256"/>
55 </Size>
56 <Anchors>
57 <Anchor point="BOTTOMLEFT"/>
58 </Anchors>
59 </Texture>
60 <Texture name="EQL3_Bottom_Switch_Off" file="Interface\Addons\EQL3\Images\EQL3_BottomSwitchOff">
61 <Size>
62 <AbsDimension x="128" y="256"/>
63 </Size>
64 <Anchors>
65 <Anchor point="BOTTOMRIGHT"/>
66 </Anchors>
67 </Texture>
68 <Texture name="EQL3_Top_Switch_On" file="Interface\Addons\EQL3\Images\EQL3_TopSwitchOn" hidden="true">
69 <Size>
70 <AbsDimension x="128" y="256"/>
71 </Size>
72 <Anchors>
73 <Anchor point="TOPRIGHT"/>
74 </Anchors>
75 </Texture>
76 <Texture name="EQL3_Bottom_Switch_On" file="Interface\Addons\EQL3\Images\EQL3_BottomSwitchOn" hidden="true">
77 <Size>
78 <AbsDimension x="128" y="256"/>
79 </Size>
80 <Anchors>
81 <Anchor point="BOTTOMRIGHT"/>
82 </Anchors>
83 </Texture>
84 </Layer>
85  
86 </Layers>
87 <Frames>
88  
89 <Frame name="EQL3_QuestLogExpandButtonFrame">
90 <Size>
91 <AbsDimension x="54" y="32"/>
92 </Size>
93 <Anchors>
94 <Anchor point="TOPLEFT">
95 <Offset>
96 <AbsDimension x="70" y="-48"/>
97 </Offset>
98 </Anchor>
99 </Anchors>
100 <Frames>
101 <Button name="EQL3_QuestLogCollapseAllButton" hidden="true" inherits="QuestLogTitleButtonTemplate" text="ALL">
102 <Size>
103 <AbsDimension x="40" y="22"/>
104 </Size>
105 <Anchors>
106 <Anchor point="TOPLEFT">
107 <Offset>
108 <AbsDimension x="0" y="-2"/>
109 </Offset>
110 </Anchor>
111 </Anchors>
112 <Layers>
113 <Layer level="BACKGROUND">
114 <Texture name="EQL3_QuestLogExpandTabLeft" file="Interface\QuestFrame\UI-QuestLogSortTab-Left">
115 <Size>
116 <AbsDimension x="8" y="32"/>
117 </Size>
118 <Anchors>
119 <Anchor point="TOPLEFT">
120 <Offset>
121 <AbsDimension x="-6" y="8"/>
122 </Offset>
123 </Anchor>
124 </Anchors>
125 </Texture>
126 <Texture name="EQL3_QuestLogExpandTabMiddle" file="Interface\QuestFrame\UI-QuestLogSortTab-Middle">
127 <Size>
128 <AbsDimension x="38" y="32"/>
129 </Size>
130 <Anchors>
131 <Anchor point="LEFT" relativeTo="EQL3_QuestLogExpandTabLeft" relativePoint="RIGHT">
132 <Offset>
133 <AbsDimension x="0" y="0"/>
134 </Offset>
135 </Anchor>
136 </Anchors>
137 </Texture>
138 <Texture file="Interface\QuestFrame\UI-QuestLogSortTab-Right">
139 <Size>
140 <AbsDimension x="8" y="32"/>
141 </Size>
142 <Anchors>
143 <Anchor point="LEFT" relativeTo="EQL3_QuestLogExpandTabMiddle" relativePoint="RIGHT"/>
144 </Anchors>
145 </Texture>
146 </Layer>
147 </Layers>
148 <Scripts>
149 <OnLoad>
150 EQL3_QuestLogCollapseAllButtonNormalText:SetWidth(0);
151 EQL3_QuestLogExpandTabMiddle:SetWidth(this:GetTextWidth() + 24);
152 </OnLoad>
153 <OnClick>
154 QuestLogCollapseAllButton_OnClick();
155 </OnClick>
156 <OnEnter>
157 --
158 </OnEnter>
159 <OnLeave>
160 --
161 </OnLeave>
162 </Scripts>
163 </Button>
164 </Frames>
165 </Frame>
166  
167 <Frame name="EQL3_QuestLogTrack" enableMouse="true">
168 <Size>
169 <AbsDimension x="20" y="20"/>
170 </Size>
171 <Anchors>
172 <Anchor point="LEFT" relativeTo="EQL3_QuestLogExpandButtonFrame" relativePoint="RIGHT">
173 <Offset>
174 <AbsDimension x="5" y="5"/>
175 </Offset>
176 </Anchor>
177 </Anchors>
178 <HitRectInsets>
179 <AbsInset left="0" right="-80" top="0" bottom="0"/>
180 </HitRectInsets>
181 <Layers>
182 <Layer level="BACKGROUND">
183 <FontString name="EQL3_QuestLogTrackTitle" inherits="GameFontHighlightSmall" text="TRACK_QUEST">
184 <Anchors>
185 <Anchor point="LEFT" relativePoint="RIGHT">
186 <Offset>
187 <AbsDimension x="0" y="2"/>
188 </Offset>
189 </Anchor>
190 </Anchors>
191 </FontString>
192 <Texture file="Interface\Buttons\UI-RadioButton">
193 <TexCoords left="0" right="0.25" top="0" bottom="1"/>
194 </Texture>
195 <Texture name="EQL3_QuestLogTrackTracking" file="Interface\Buttons\UI-RadioButton">
196 <TexCoords left="0.25" right="0.5" top="0" bottom="1"/>
197 </Texture>
198 </Layer>
199 </Layers>
200 <Scripts>
201 <OnLoad>
202 EQL3_QuestLogTrackTracking:SetVertexColor(1, 0, 0);
203 </OnLoad>
204 <OnEnter>
205 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
206 GameTooltip:SetText(EQL3_QUEST_WATCH_TOOLTIP, nil,nil, nil, nil, 1);
207 </OnEnter>
208 <OnLeave>
209 GameTooltip:Hide();
210 </OnLeave>
211 </Scripts>
212 </Frame>
213  
214 <Frame name="EQL3_EmptyQuestLogFrame" hidden="true">
215 <Size>
216 <AbsDimension x="768" y="512"/>
217 </Size>
218 <Anchors>
219 <Anchor point="TOPLEFT">
220 <Offset>
221 <AbsDimension x="19" y="-73"/>
222 </Offset>
223 </Anchor>
224 </Anchors>
225 <Layers>
226 <Layer level="BACKGROUND">
227 <FontString name="QuestLogNoQuestsText" inherits="GameFontHighlight" text="QUESTLOG_NO_QUESTS_TEXT">
228 <Size>
229 <AbsDimension x="200" y="16"/>
230 </Size>
231 <Anchors>
232 <Anchor point="TOP" relativeTo="QuestLogTitleText">
233 <Offset>
234 <AbsDimension x="-20" y="-90"/>
235 </Offset>
236 </Anchor>
237 </Anchors>
238 </FontString>
239 </Layer>
240 </Layers>
241 </Frame>
242  
243 <Button name="EQL3_QuestLogFrameCloseButton" inherits="UIPanelCloseButton">
244 <Anchors>
245 <Anchor point="TOPRIGHT" relativeTo="EQL3_QuestLogFrame" relativePoint="TOPRIGHT">
246 <Offset>
247 <AbsDimension x="-28" y="-8"/>
248 </Offset>
249 </Anchor>
250 </Anchors>
251 </Button>
252  
253 <Button name="EQL3_QuestLogFrameMaximizeButton">
254 <Size>
255 <AbsDimension x="32" y="32"/>
256 </Size>
257 <Anchors>
258 <Anchor point="RIGHT" relativeTo="EQL3_QuestLogFrameCloseButton" relativePoint="LEFT">
259 <Offset>
260 <AbsDimension x="10" y="0"/>
261 </Offset>
262 </Anchor>
263 </Anchors>
264 <Scripts>
265 <OnClick>
266 EQL3_Maximize();
267 </OnClick>
268 <OnEnter>
269 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
270 GameTooltip:SetText(EQL3_MAXIMIZE_TIP, nil,nil, nil, nil, 1);
271 </OnEnter>
272 <OnLeave>
273 GameTooltip:Hide();
274 </OnLeave>
275 </Scripts>
276 <NormalTexture file="Interface\Addons\EQL3\Images\MaximizeButton-Up"/>
277 <PushedTexture file="Interface\Addons\EQL3\Images\MaximizeButton-Down"/>
278 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" AlphaMode="ADD"/>
279 </Button>
280  
281 <Button name="EQL3_QuestLogFrameAbandonButton" inherits="UIPanelButtonTemplate" text="ABANDON_QUEST">
282 <Size>
283 <AbsDimension x="125" y="21"/>
284 </Size>
285 <Anchors>
286 <Anchor point="BOTTOMLEFT" relativeTo="EQL3_QuestLogFrame" relativePoint="BOTTOMLEFT">
287 <Offset>
288 <AbsDimension x="16" y="5"/>
289 </Offset>
290 </Anchor>
291 </Anchors>
292 <Scripts>
293 <OnClick>
294 SetAbandonQuest();
295 StaticPopup_Show("ABANDON_QUEST", GetAbandonQuestName());
296 </OnClick>
297 <OnEnter>
298 GameTooltip_AddNewbieTip(ABANDON_QUEST, 1.0, 1.0, 1.0, NEWBIE_TOOLTIP_ABANDONQUEST, 1);
299 </OnEnter>
300 <OnLeave>
301 GameTooltip:Hide();
302 </OnLeave>
303 </Scripts>
304 </Button>
305  
306 <Button name="EQL3_QuestFramePushQuestButton" inherits="UIPanelButtonTemplate" text="SHARE_QUEST">
307 <Size>
308 <AbsDimension x="123" y="21"/>
309 </Size>
310 <Anchors>
311 <Anchor point="LEFT" relativeTo="EQL3_QuestLogFrameAbandonButton" relativePoint="RIGHT">
312 <Offset>
313 <AbsDimension x="0" y="0"/>
314 </Offset>
315 </Anchor>
316 </Anchors>
317 <Scripts>
318 <OnClick>
319 QuestLogPushQuest();
320 </OnClick>
321 <OnEnter>
322 GameTooltip_AddNewbieTip(SHARE_QUEST, 1.0, 1.0, 1.0, NEWBIE_TOOLTIP_SHAREQUEST, 1);
323 </OnEnter>
324 <OnLeave>
325 GameTooltip:Hide();
326 </OnLeave>
327 </Scripts>
328 </Button>
329  
330 <ScrollFrame name="EQL3_QuestLogListScrollFrame" inherits="FauxScrollFrameTemplate">
331 <Size>
332 <AbsDimension x="300" y="411"/>
333 </Size>
334 <Anchors>
335 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogFrame">
336 <Offset>
337 <AbsDimension x="20" y="-74"/>
338 </Offset>
339 </Anchor>
340 </Anchors>
341 <Scripts>
342 <OnVerticalScroll>
343 FauxScrollFrame_OnVerticalScroll(QUESTLOG_QUEST_HEIGHT, QuestLog_Update);
344 </OnVerticalScroll>
345 </Scripts>
346 </ScrollFrame>
347  
348 </Frames>
349 <Scripts>
350 <OnEvent>
351 -- EQL_QuestLog_OnEvent(event);
352 </OnEvent>
353 <OnLoad>
354 -- EQL_QuestLog_OnLoad();
355 </OnLoad>
356 <OnShow>
357 QuestLog_OnShow();
358 </OnShow>
359 <OnHide>
360 QuestLog_OnHide();
361 </OnHide>
362 <OnUpdate>
363 -- EQL_QuestLog_OnUpdate(arg1);
364 </OnUpdate>
365 <OnMouseWheel>
366 return;
367 </OnMouseWheel>
368 <OnDragStart>
369 this:StartMoving();
370 </OnDragStart>
371 <OnDragStop>
372 this:StopMovingOrSizing();
373 QuestLogFrame_LockCorner();
374 </OnDragStop>
375 </Scripts>
376 </Frame>
377  
378  
379 <Frame name="EQL3_QuestLogFrame_Description" toplevel="false" enableMouse="true" movable="false" parent="EQL3_QuestLogFrame" hidden="true">
380 <Size>
381 <AbsDimension x="320" y="512"/>
382 </Size>
383 <Anchors>
384 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
385 <Offset>
386 <AbsDimension x="0" y="0"/>
387 </Offset>
388 </Anchor>
389 </Anchors>
390 <HitRectInsets>
391 <AbsInset left="0" right="24" top="8" bottom="0"/>
392 </HitRectInsets>
393 <Layers>
394 <Layer level="ARTWORK">
395 <Texture file="Interface\Addons\EQL3\Images\EQL3_TopMiddle">
396 <Size>
397 <AbsDimension x="256" y="256"/>
398 </Size>
399 <Anchors>
400 <Anchor point="TOPLEFT"/>
401 </Anchors>
402 </Texture>
403 <Texture file="Interface\Addons\EQL3\Images\EQL3_TopRight">
404 <Size>
405 <AbsDimension x="64" y="256"/>
406 </Size>
407 <Anchors>
408 <Anchor point="TOPRIGHT"/>
409 </Anchors>
410 </Texture>
411 <Texture file="Interface\Addons\EQL3\Images\EQL3_BottomMiddle">
412 <Size>
413 <AbsDimension x="256" y="256"/>
414 </Size>
415 <Anchors>
416 <Anchor point="BOTTOMLEFT"/>
417 </Anchors>
418 </Texture>
419 <Texture file="Interface\Addons\EQL3\Images\EQL3_BottomRight">
420 <Size>
421 <AbsDimension x="64" y="256"/>
422 </Size>
423 <Anchors>
424 <Anchor point="BOTTOMRIGHT"/>
425 </Anchors>
426 </Texture>
427 </Layer>
428 </Layers>
429 <Frames>
430  
431 <ScrollFrame name="EQL3_QuestLogDetailScrollFrame" inherits="UIPanelScrollFrameTemplate">
432 <Size>
433 <AbsDimension x="300" y="413"/>
434 </Size>
435 <Anchors>
436 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogListScrollFrame" relativePoint="TOPRIGHT">
437 <Offset>
438 <AbsDimension x="30" y="2"/>
439 </Offset>
440 </Anchor>
441 </Anchors>
442 <ScrollChild>
443 <Frame name="EQL3_QuestLogDetailScrollChildFrame">
444 <Size>
445 <AbsDimension x="300" y="413"/>
446 </Size>
447 <Layers>
448 <Layer level="BACKGROUND">
449 <FontString name="EQL3_QuestLogQuestTitle" inherits="QuestTitleFont" justifyH="LEFT" text="Quest title">
450 <Size>
451 <AbsDimension x="285" y="0"/>
452 </Size>
453 <Anchors>
454 <Anchor point="TOPLEFT">
455 <Offset>
456 <AbsDimension x="5" y="-10"/>
457 </Offset>
458 </Anchor>
459 </Anchors>
460 </FontString>
461 <FontString name="EQL3_QuestLogObjectivesText" inherits="QuestFont" justifyH="LEFT">
462 <Size>
463 <AbsDimension x="275" y="0"/>
464 </Size>
465 <Anchors>
466 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogQuestTitle" relativePoint="BOTTOMLEFT">
467 <Offset>
468 <AbsDimension x="0" y="-5"/>
469 </Offset>
470 </Anchor>
471 </Anchors>
472 </FontString>
473 <FontString name="EQL3_QuestLogTimerText" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
474 <Size>
475 <AbsDimension x="285" y="0"/>
476 </Size>
477 <Anchors>
478 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjectivesText" relativePoint="BOTTOMLEFT">
479 <Offset>
480 <AbsDimension x="0" y="-10"/>
481 </Offset>
482 </Anchor>
483 </Anchors>
484 </FontString>
485 <FontString name="EQL3_QuestLogObjective1" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
486 <Size>
487 <AbsDimension x="285" y="0"/>
488 </Size>
489 <Anchors>
490 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTimerText" relativePoint="BOTTOMLEFT">
491 <Offset>
492 <AbsDimension x="0" y="-10"/>
493 </Offset>
494 </Anchor>
495 </Anchors>
496 </FontString>
497 <FontString name="EQL3_QuestLogObjective2" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
498 <Size>
499 <AbsDimension x="285" y="0"/>
500 </Size>
501 <Anchors>
502 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective1" relativePoint="BOTTOMLEFT">
503 <Offset>
504 <AbsDimension x="0" y="-2"/>
505 </Offset>
506 </Anchor>
507 </Anchors>
508 </FontString>
509 <FontString name="EQL3_QuestLogObjective3" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
510 <Size>
511 <AbsDimension x="285" y="0"/>
512 </Size>
513 <Anchors>
514 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective2" relativePoint="BOTTOMLEFT">
515 <Offset>
516 <AbsDimension x="0" y="-2"/>
517 </Offset>
518 </Anchor>
519 </Anchors>
520 </FontString>
521 <FontString name="EQL3_QuestLogObjective4" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
522 <Size>
523 <AbsDimension x="285" y="0"/>
524 </Size>
525 <Anchors>
526 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective3" relativePoint="BOTTOMLEFT">
527 <Offset>
528 <AbsDimension x="0" y="-2"/>
529 </Offset>
530 </Anchor>
531 </Anchors>
532 </FontString>
533 <FontString name="EQL3_QuestLogObjective5" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
534 <Size>
535 <AbsDimension x="285" y="0"/>
536 </Size>
537 <Anchors>
538 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective4" relativePoint="BOTTOMLEFT">
539 <Offset>
540 <AbsDimension x="0" y="-2"/>
541 </Offset>
542 </Anchor>
543 </Anchors>
544 </FontString>
545 <FontString name="EQL3_QuestLogObjective6" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
546 <Size>
547 <AbsDimension x="285" y="0"/>
548 </Size>
549 <Anchors>
550 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective5" relativePoint="BOTTOMLEFT">
551 <Offset>
552 <AbsDimension x="0" y="-2"/>
553 </Offset>
554 </Anchor>
555 </Anchors>
556 </FontString>
557 <FontString name="EQL3_QuestLogObjective7" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
558 <Size>
559 <AbsDimension x="285" y="0"/>
560 </Size>
561 <Anchors>
562 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective6" relativePoint="BOTTOMLEFT">
563 <Offset>
564 <AbsDimension x="0" y="-2"/>
565 </Offset>
566 </Anchor>
567 </Anchors>
568 </FontString>
569 <FontString name="EQL3_QuestLogObjective8" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
570 <Size>
571 <AbsDimension x="285" y="0"/>
572 </Size>
573 <Anchors>
574 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective7" relativePoint="BOTTOMLEFT">
575 <Offset>
576 <AbsDimension x="0" y="-2"/>
577 </Offset>
578 </Anchor>
579 </Anchors>
580 </FontString>
581 <FontString name="EQL3_QuestLogObjective9" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
582 <Size>
583 <AbsDimension x="285" y="0"/>
584 </Size>
585 <Anchors>
586 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective8" relativePoint="BOTTOMLEFT">
587 <Offset>
588 <AbsDimension x="0" y="-2"/>
589 </Offset>
590 </Anchor>
591 </Anchors>
592 </FontString>
593 <FontString name="EQL3_QuestLogObjective10" inherits="QuestFontNormalSmall" justifyH="LEFT" hidden="true">
594 <Size>
595 <AbsDimension x="285" y="0"/>
596 </Size>
597 <Anchors>
598 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective9" relativePoint="BOTTOMLEFT">
599 <Offset>
600 <AbsDimension x="0" y="-2"/>
601 </Offset>
602 </Anchor>
603 </Anchors>
604 </FontString>
605 <FontString name="EQL3_QuestLogRequiredMoneyText" inherits="QuestFontNormalSmall" text="REQUIRED_MONEY">
606 <Anchors>
607 <Anchor point="TOPLEFT"/>
608 </Anchors>
609 </FontString>
610 <FontString name="EQL3_QuestLogDescriptionTitle" inherits="QuestTitleFont" justifyH="LEFT" text="QUEST_DESCRIPTION">
611 <Size>
612 <AbsDimension x="285" y="0"/>
613 </Size>
614 <Anchors>
615 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogObjective10" relativePoint="BOTTOMLEFT">
616 <Offset>
617 <AbsDimension x="0" y="-10"/>
618 </Offset>
619 </Anchor>
620 </Anchors>
621 </FontString>
622 <FontString name="EQL3_QuestLogQuestDescription" inherits="QuestFont" justifyH="LEFT">
623 <Size>
624 <AbsDimension x="270" y="0"/>
625 </Size>
626 <Anchors>
627 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogDescriptionTitle" relativePoint="BOTTOMLEFT">
628 <Offset>
629 <AbsDimension x="0" y="-5"/>
630 </Offset>
631 </Anchor>
632 </Anchors>
633 </FontString>
634 <FontString name="EQL3_QuestLogRewardTitleText" inherits="QuestTitleFont" text="QUEST_REWARDS" justifyH="LEFT">
635 <Size>
636 <AbsDimension x="300" y="18"/>
637 </Size>
638 <Anchors>
639 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogQuestDescription" relativePoint="BOTTOMLEFT">
640 <Offset>
641 <AbsDimension x="0" y="-15"/>
642 </Offset>
643 </Anchor>
644 </Anchors>
645 </FontString>
646 <FontString name="EQL3_QuestLogItemChooseText" inherits="QuestFont" text="REWARD_CHOICES" hidden="true" justifyH="LEFT">
647 <Size>
648 <AbsDimension x="295" y="0"/>
649 </Size>
650 <Anchors>
651 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogRewardTitleText" relativePoint="BOTTOMLEFT">
652 <Offset>
653 <AbsDimension x="0" y="-5"/>
654 </Offset>
655 </Anchor>
656 </Anchors>
657 </FontString>
658 <FontString name="EQL3_QuestLogItemReceiveText" inherits="QuestFont" text="Reward receive text" hidden="true" justifyH="LEFT">
659 <Anchors>
660 <Anchor point="TOPLEFT"/>
661 </Anchors>
662 </FontString>
663 </Layer>
664 </Layers>
665 <Frames>
666 <Button name="EQL3_QuestLogItem1" inherits="QuestLogRewardItemTemplate" hidden="true">
667 <Anchors>
668 <Anchor point="TOPLEFT"/>
669 </Anchors>
670 </Button>
671 <Button name="EQL3_QuestLogItem2" inherits="QuestLogRewardItemTemplate" hidden="true">
672 <Anchors>
673 <Anchor point="TOPLEFT"/>
674 </Anchors>
675 </Button>
676 <Button name="EQL3_QuestLogItem3" inherits="QuestLogRewardItemTemplate" hidden="true">
677 <Anchors>
678 <Anchor point="TOPLEFT"/>
679 </Anchors>
680 </Button>
681 <Button name="EQL3_QuestLogItem4" inherits="QuestLogRewardItemTemplate" hidden="true">
682 <Anchors>
683 <Anchor point="TOPLEFT"/>
684 </Anchors>
685 </Button>
686 <Button name="EQL3_QuestLogItem5" inherits="QuestLogRewardItemTemplate" hidden="true">
687 <Anchors>
688 <Anchor point="TOPLEFT"/>
689 </Anchors>
690 </Button>
691 <Button name="EQL3_QuestLogItem6" inherits="QuestLogRewardItemTemplate" hidden="true">
692 <Anchors>
693 <Anchor point="TOPLEFT"/>
694 </Anchors>
695 </Button>
696 <Button name="EQL3_QuestLogItem7" inherits="QuestLogRewardItemTemplate" hidden="true">
697 <Anchors>
698 <Anchor point="TOPLEFT"/>
699 </Anchors>
700 </Button>
701 <Button name="EQL3_QuestLogItem8" inherits="QuestLogRewardItemTemplate" hidden="true">
702 <Anchors>
703 <Anchor point="TOPLEFT"/>
704 </Anchors>
705 </Button>
706 <Button name="EQL3_QuestLogItem9" inherits="QuestLogRewardItemTemplate" hidden="true">
707 <Anchors>
708 <Anchor point="TOPLEFT"/>
709 </Anchors>
710 </Button>
711 <Button name="EQL3_QuestLogItem10" inherits="QuestLogRewardItemTemplate" hidden="true">
712 <Anchors>
713 <Anchor point="TOPLEFT"/>
714 </Anchors>
715 </Button>
716 <Frame name="EQL3_QuestLogMoneyFrame" inherits="MoneyFrameTemplate">
717 <Anchors>
718 <Anchor point="LEFT" relativeTo="EQL3_QuestLogItemReceiveText" relativePoint="RIGHT">
719 <Offset>
720 <AbsDimension x="15" y="0"/>
721 </Offset>
722 </Anchor>
723 </Anchors>
724 <Scripts>
725 <OnLoad>
726 QuestMoneyFrame_OnLoad();
727 </OnLoad>
728 </Scripts>
729 </Frame>
730 <Frame name="EQL3_QuestLogRequiredMoneyFrame" inherits="MoneyFrameTemplate">
731 <Anchors>
732 <Anchor point="LEFT" relativeTo="EQL3_QuestLogRequiredMoneyText" relativePoint="RIGHT">
733 <Offset>
734 <AbsDimension x="10" y="0"/>
735 </Offset>
736 </Anchor>
737 </Anchors>
738 <Scripts>
739 <OnLoad>
740 SmallMoneyFrame_OnLoad();
741 MoneyFrame_SetType("STATIC");
742 </OnLoad>
743 </Scripts>
744 </Frame>
745 <Frame name="EQL3_QuestLogSpacerFrame">
746 <Size>
747 <AbsDimension x="5" y="25"/>
748 </Size>
749 <Anchors>
750 <Anchor point="TOP">
751 <Offset>
752 <AbsDimension x="0" y="0"/>
753 </Offset>
754 </Anchor>
755 </Anchors>
756 </Frame>
757 </Frames>
758 </Frame>
759 </ScrollChild>
760 </ScrollFrame>
761  
762 <Button name="EQL3_QuestLogFrameCloseButton2">
763 <Size>
764 <AbsDimension x="32" y="32"/>
765 </Size>
766 <Anchors>
767 <Anchor point="TOPRIGHT" relativeTo="EQL3_QuestLogFrame_Description" relativePoint="TOPRIGHT">
768 <Offset>
769 <AbsDimension x="-20" y="-8"/>
770 </Offset>
771 </Anchor>
772 </Anchors>
773 <Scripts>
774 <OnClick>
775 HideUIPanel(EQL3_QuestLogFrame);
776 </OnClick>
777 </Scripts>
778 <NormalTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Up"/>
779 <PushedTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Down"/>
780 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" AlphaMode="ADD"/>
781 </Button>
782  
783 <Button name="EQL3_QuestLogFrameMinimizeButton">
784 <Size>
785 <AbsDimension x="32" y="32"/>
786 </Size>
787 <Anchors>
788 <Anchor point="RIGHT" relativeTo="EQL3_QuestLogFrameCloseButton2" relativePoint="LEFT">
789 <Offset>
790 <AbsDimension x="10" y="0"/>
791 </Offset>
792 </Anchor>
793 </Anchors>
794 <Scripts>
795 <OnClick>
796 EQL3_Minimize();
797 </OnClick>
798 <OnEnter>
799 GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
800 GameTooltip:SetText(EQL3_MINIMIZE_TIP, nil,nil, nil, nil, 1);
801 </OnEnter>
802 <OnLeave>
803 GameTooltip:Hide();
804 </OnLeave>
805 </Scripts>
806 <NormalTexture file="Interface\Addons\EQL3\Images\RestoreButton-Up"/>
807 <PushedTexture file="Interface\Addons\EQL3\Images\RestoreButton-Down"/>
808 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" AlphaMode="ADD"/>
809 </Button>
810  
811 </Frames>
812 <Scripts>
813 <OnDragStart>
814 EQL3_QuestLogFrame:StartMoving();
815 </OnDragStart>
816 <OnDragStop>
817 EQL3_QuestLogFrame:StopMovingOrSizing();
818 QuestLogFrame_LockCorner();
819 </OnDragStop>
820 </Scripts>
821 </Frame>
822  
823  
824 <Frame name="EQL3_QuestLogFrame_Details" toplevel="false" enableMouse="false" movable="false" parent="EQL3_QuestLogFrame" hidden="false">
825 <Size>
826 <AbsDimension x="784" y="512"/>
827 </Size>
828 <Anchors>
829 <Anchor point="TOPLEFT">
830 <Offset>
831 <AbsDimension x="-88" y="0"/>
832 </Offset>
833 </Anchor>
834 </Anchors>
835 <HitRectInsets>
836 <AbsInset left="0" right="85" top="0" bottom="0"/>
837 </HitRectInsets>
838 <Layers>
839 <Layer level="OVERLAY">
840 <FontString name="EQL3_QuestLogTitleText" inherits="GameFontHighlight" text="EQL3_QUEST_LOG">
841 <Size>
842 <AbsDimension x="300" y="14"/>
843 </Size>
844 <Anchors>
845 <Anchor point="TOP">
846 <Offset>
847 <AbsDimension x="-114" y="-16"/>
848 </Offset>
849 </Anchor>
850 </Anchors>
851 </FontString>
852 <FontString name="EQL3_QuestLogVersionText" inherits="GameFontDisableSmall" justifyH="RIGHT" text="EQL3_QUESTLOG_VERSION">
853 <Size>
854 <AbsDimension x="64" y="14"/>
855 </Size>
856 <Anchors>
857 <Anchor point="TOPRIGHT">
858 <Offset>
859 <AbsDimension x="-395" y="-16"/>
860 </Offset>
861 </Anchor>
862 </Anchors>
863 </FontString>
864 <Texture name="EQL3_QuestLogCountRight" file="Interface\Common\Common-Input-Border">
865 <Size>
866 <AbsDimension x="8" y="20"/>
867 </Size>
868 <Anchors>
869 <Anchor point="TOPRIGHT">
870 <Offset>
871 <AbsDimension x="-356" y="-43"/>
872 </Offset>
873 </Anchor>
874 </Anchors>
875 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
876 </Texture>
877 <Texture name="EQL3_QuestLogCountMiddle" file="Interface\Common\Common-Input-Border">
878 <Size>
879 <AbsDimension x="100" y="20"/>
880 </Size>
881 <Anchors>
882 <Anchor point="RIGHT" relativeTo="EQL3_QuestLogCountRight" relativePoint="LEFT"/>
883 </Anchors>
884 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
885 </Texture>
886 <Texture name="EQL3_QuestLogCountLeft" file="Interface\Common\Common-Input-Border">
887 <Size>
888 <AbsDimension x="8" y="20"/>
889 </Size>
890 <Anchors>
891 <Anchor point="RIGHT" relativeTo="EQL3_QuestLogCountMiddle" relativePoint="LEFT"/>
892 </Anchors>
893 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
894 </Texture>
895 <FontString name="EQL3_QuestLogQuestCount" inherits="GameFontNormalSmall">
896 <Anchors>
897 <Anchor point="RIGHT" relativeTo="EQL3_QuestLogCountRight">
898 <Offset>
899 <AbsDimension x="-6" y="1"/>
900 </Offset>
901 </Anchor>
902 </Anchors>
903 </FontString>
904 </Layer>
905 </Layers>
906 <Frames>
907 <Button name="EQL3_QuestFrameOptionsButton" inherits="UIPanelButtonTemplate" text="EQL3_OPTIONS">
908 <Size>
909 <AbsDimension x="77" y="21"/>
910 </Size>
911 <Anchors>
912 <Anchor point="BOTTOMRIGHT">
913 <Offset>
914 <AbsDimension x="-354" y="5"/>
915 </Offset>
916 </Anchor>
917 </Anchors>
918 <Scripts>
919 <OnClick>
920 QuestLog_Options_Toggle();
921 </OnClick>
922 </Scripts>
923 </Button>
924  
925 <Frame name="EQL3_QuestLogHighlightFrame" hidden="true">
926 <Size>
927 <AbsDimension x="293" y="16"/>
928 </Size>
929 <Anchors>
930 <Anchor point="TOPLEFT"/>
931 </Anchors>
932 <Layers>
933 <Layer level="ARTWORK">
934 <Texture name="EQL3_QuestLogSkillHighlight" file="Interface\QuestFrame\UI-QuestLogTitleHighlight" alphaMode="ADD"/>
935 </Layer>
936 </Layers>
937 </Frame>
938  
939 <!-- 27 of theese -->
940  
941 <Button name="EQL3_QuestLogTitle1" inherits="QuestLogTitleButtonTemplate" id="1" hidden="true">
942 <Anchors>
943 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogFrame">
944 <Offset>
945 <AbsDimension x="19" y="-75"/>
946 </Offset>
947 </Anchor>
948 </Anchors>
949 </Button>
950 <Button name="EQL3_QuestLogTitle2" inherits="QuestLogTitleButtonTemplate" id="2" hidden="true">
951 <Anchors>
952 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle1" relativePoint="BOTTOMLEFT">
953 <Offset>
954 <AbsDimension x="0" y="1"/>
955 </Offset>
956 </Anchor>
957 </Anchors>
958 </Button>
959 <Button name="EQL3_QuestLogTitle3" inherits="QuestLogTitleButtonTemplate" id="3" hidden="true">
960 <Anchors>
961 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle2" relativePoint="BOTTOMLEFT">
962 <Offset>
963 <AbsDimension x="0" y="1"/>
964 </Offset>
965 </Anchor>
966 </Anchors>
967 </Button>
968 <Button name="EQL3_QuestLogTitle4" inherits="QuestLogTitleButtonTemplate" id="4" hidden="true">
969 <Anchors>
970 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle3" relativePoint="BOTTOMLEFT">
971 <Offset>
972 <AbsDimension x="0" y="1"/>
973 </Offset>
974 </Anchor>
975 </Anchors>
976 </Button>
977 <Button name="EQL3_QuestLogTitle5" inherits="QuestLogTitleButtonTemplate" id="5" hidden="true">
978 <Anchors>
979 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle4" relativePoint="BOTTOMLEFT">
980 <Offset>
981 <AbsDimension x="0" y="1"/>
982 </Offset>
983 </Anchor>
984 </Anchors>
985 </Button>
986 <Button name="EQL3_QuestLogTitle6" inherits="QuestLogTitleButtonTemplate" id="6" hidden="true">
987 <Anchors>
988 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle5" relativePoint="BOTTOMLEFT">
989 <Offset>
990 <AbsDimension x="0" y="1"/>
991 </Offset>
992 </Anchor>
993 </Anchors>
994 </Button>
995 <Button name="EQL3_QuestLogTitle7" inherits="QuestLogTitleButtonTemplate" id="7" hidden="true">
996 <Anchors>
997 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle6" relativePoint="BOTTOMLEFT">
998 <Offset>
999 <AbsDimension x="0" y="1"/>
1000 </Offset>
1001 </Anchor>
1002 </Anchors>
1003 </Button>
1004 <Button name="EQL3_QuestLogTitle8" inherits="QuestLogTitleButtonTemplate" id="8" hidden="true">
1005 <Anchors>
1006 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle7" relativePoint="BOTTOMLEFT">
1007 <Offset>
1008 <AbsDimension x="0" y="1"/>
1009 </Offset>
1010 </Anchor>
1011 </Anchors>
1012 </Button>
1013 <Button name="EQL3_QuestLogTitle9" inherits="QuestLogTitleButtonTemplate" id="9" hidden="true">
1014 <Anchors>
1015 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle8" relativePoint="BOTTOMLEFT">
1016 <Offset>
1017 <AbsDimension x="0" y="1"/>
1018 </Offset>
1019 </Anchor>
1020 </Anchors>
1021 </Button>
1022 <Button name="EQL3_QuestLogTitle10" inherits="QuestLogTitleButtonTemplate" id="10" hidden="true">
1023 <Anchors>
1024 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle9" relativePoint="BOTTOMLEFT">
1025 <Offset>
1026 <AbsDimension x="0" y="1"/>
1027 </Offset>
1028 </Anchor>
1029 </Anchors>
1030 </Button>
1031 <Button name="EQL3_QuestLogTitle11" inherits="QuestLogTitleButtonTemplate" id="11" hidden="true">
1032 <Anchors>
1033 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle10" relativePoint="BOTTOMLEFT">
1034 <Offset>
1035 <AbsDimension x="0" y="1"/>
1036 </Offset>
1037 </Anchor>
1038 </Anchors>
1039 </Button>
1040 <Button name="EQL3_QuestLogTitle12" inherits="QuestLogTitleButtonTemplate" id="12" hidden="true">
1041 <Anchors>
1042 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle11" relativePoint="BOTTOMLEFT">
1043 <Offset>
1044 <AbsDimension x="0" y="1"/>
1045 </Offset>
1046 </Anchor>
1047 </Anchors>
1048 </Button>
1049 <Button name="EQL3_QuestLogTitle13" inherits="QuestLogTitleButtonTemplate" id="13" hidden="true">
1050 <Anchors>
1051 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle12" relativePoint="BOTTOMLEFT">
1052 <Offset>
1053 <AbsDimension x="0" y="1"/>
1054 </Offset>
1055 </Anchor>
1056 </Anchors>
1057 </Button>
1058 <Button name="EQL3_QuestLogTitle14" inherits="QuestLogTitleButtonTemplate" id="14" hidden="true">
1059 <Anchors>
1060 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle13" relativePoint="BOTTOMLEFT">
1061 <Offset>
1062 <AbsDimension x="0" y="1"/>
1063 </Offset>
1064 </Anchor>
1065 </Anchors>
1066 </Button>
1067 <Button name="EQL3_QuestLogTitle15" inherits="QuestLogTitleButtonTemplate" id="15" hidden="true">
1068 <Anchors>
1069 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle14" relativePoint="BOTTOMLEFT">
1070 <Offset>
1071 <AbsDimension x="0" y="1"/>
1072 </Offset>
1073 </Anchor>
1074 </Anchors>
1075 </Button>
1076 <Button name="EQL3_QuestLogTitle16" inherits="QuestLogTitleButtonTemplate" id="16" hidden="true">
1077 <Anchors>
1078 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle15" relativePoint="BOTTOMLEFT">
1079 <Offset>
1080 <AbsDimension x="0" y="1"/>
1081 </Offset>
1082 </Anchor>
1083 </Anchors>
1084 </Button>
1085 <Button name="EQL3_QuestLogTitle17" inherits="QuestLogTitleButtonTemplate" id="17" hidden="true">
1086 <Anchors>
1087 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle16" relativePoint="BOTTOMLEFT">
1088 <Offset>
1089 <AbsDimension x="0" y="1"/>
1090 </Offset>
1091 </Anchor>
1092 </Anchors>
1093 </Button>
1094 <Button name="EQL3_QuestLogTitle18" inherits="QuestLogTitleButtonTemplate" id="18" hidden="true">
1095 <Anchors>
1096 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle17" relativePoint="BOTTOMLEFT">
1097 <Offset>
1098 <AbsDimension x="0" y="1"/>
1099 </Offset>
1100 </Anchor>
1101 </Anchors>
1102 </Button>
1103 <Button name="EQL3_QuestLogTitle19" inherits="QuestLogTitleButtonTemplate" id="19" hidden="true">
1104 <Anchors>
1105 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle18" relativePoint="BOTTOMLEFT">
1106 <Offset>
1107 <AbsDimension x="0" y="1"/>
1108 </Offset>
1109 </Anchor>
1110 </Anchors>
1111 </Button>
1112 <Button name="EQL3_QuestLogTitle20" inherits="QuestLogTitleButtonTemplate" id="20" hidden="true">
1113 <Anchors>
1114 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle19" relativePoint="BOTTOMLEFT">
1115 <Offset>
1116 <AbsDimension x="0" y="1"/>
1117 </Offset>
1118 </Anchor>
1119 </Anchors>
1120 </Button>
1121 <Button name="EQL3_QuestLogTitle21" inherits="QuestLogTitleButtonTemplate" id="21" hidden="true">
1122 <Anchors>
1123 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle20" relativePoint="BOTTOMLEFT">
1124 <Offset>
1125 <AbsDimension x="0" y="1"/>
1126 </Offset>
1127 </Anchor>
1128 </Anchors>
1129 </Button>
1130 <Button name="EQL3_QuestLogTitle22" inherits="QuestLogTitleButtonTemplate" id="22" hidden="true">
1131 <Anchors>
1132 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle21" relativePoint="BOTTOMLEFT">
1133 <Offset>
1134 <AbsDimension x="0" y="1"/>
1135 </Offset>
1136 </Anchor>
1137 </Anchors>
1138 </Button>
1139 <Button name="EQL3_QuestLogTitle23" inherits="QuestLogTitleButtonTemplate" id="23" hidden="true">
1140 <Anchors>
1141 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle22" relativePoint="BOTTOMLEFT">
1142 <Offset>
1143 <AbsDimension x="0" y="1"/>
1144 </Offset>
1145 </Anchor>
1146 </Anchors>
1147 </Button>
1148 <Button name="EQL3_QuestLogTitle24" inherits="QuestLogTitleButtonTemplate" id="24" hidden="true">
1149 <Anchors>
1150 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle23" relativePoint="BOTTOMLEFT">
1151 <Offset>
1152 <AbsDimension x="0" y="1"/>
1153 </Offset>
1154 </Anchor>
1155 </Anchors>
1156 </Button>
1157 <Button name="EQL3_QuestLogTitle25" inherits="QuestLogTitleButtonTemplate" id="25" hidden="true">
1158 <Anchors>
1159 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle24" relativePoint="BOTTOMLEFT">
1160 <Offset>
1161 <AbsDimension x="0" y="1"/>
1162 </Offset>
1163 </Anchor>
1164 </Anchors>
1165 </Button>
1166 <Button name="EQL3_QuestLogTitle26" inherits="QuestLogTitleButtonTemplate" id="26" hidden="true">
1167 <Anchors>
1168 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle25" relativePoint="BOTTOMLEFT">
1169 <Offset>
1170 <AbsDimension x="0" y="1"/>
1171 </Offset>
1172 </Anchor>
1173 </Anchors>
1174 </Button>
1175 <Button name="EQL3_QuestLogTitle27" inherits="QuestLogTitleButtonTemplate" id="27" hidden="true">
1176 <Anchors>
1177 <Anchor point="TOPLEFT" relativeTo="EQL3_QuestLogTitle26" relativePoint="BOTTOMLEFT">
1178 <Offset>
1179 <AbsDimension x="0" y="1"/>
1180 </Offset>
1181 </Anchor>
1182 </Anchors>
1183 </Button>
1184  
1185 <!-- End of the 27 -->
1186 </Frames>
1187  
1188 <Scripts>
1189 <OnEvent>
1190 EQL_QuestLog_OnEvent(event);
1191 </OnEvent>
1192 <OnLoad>
1193 EQL_QuestLog_OnLoad();
1194 </OnLoad>
1195 </Scripts>
1196 </Frame>
1197  
1198 <Frame name="EQL3_Organize_Popup" hidden="true" parent="UIParent" toplevel="true" enableMouse="false" movable="true" frameStrata="ARTWORK">
1199 <Size>
1200 <AbsDimension x="256" y="127"/>
1201 </Size>
1202  
1203 <Anchors>
1204 <Anchor point="CENTER">
1205 <Offset>
1206 <AbsDimension x="0" y="0"/>
1207 </Offset>
1208 </Anchor>
1209 </Anchors>
1210  
1211 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1212 <EdgeSize>
1213 <AbsValue val="16"/>
1214 </EdgeSize>
1215 <TileSize>
1216 <AbsValue val="16"/>
1217 </TileSize>
1218 <BackgroundInsets>
1219 <AbsInset left="5" right="5" top="5" bottom="5"/>
1220 </BackgroundInsets>
1221 </Backdrop>
1222  
1223 <Frames>
1224 <Button name="EQL3_Organize_Popup_Move" hidden="false">
1225 <Size>
1226 <AbsDimension x="200" y="15"/>
1227 </Size>
1228 <Anchors>
1229 <Anchor point="TOPLEFT">
1230 <Offset>
1231 <AbsDimension x="7" y="-7"/>
1232 </Offset>
1233 </Anchor>
1234 </Anchors>
1235 <Layers>
1236 <Layer level="ARTWORK">
1237 <FontString name="EQL3_Organize_Popup_Move_Text" text="EQL3_POPUP_MOVE" hidden="false" inherits="GameFontNormal" justifyH="LEFT">
1238 <Size>
1239 <AbsDimension x="0" y="13"/>
1240 </Size>
1241 <Anchors>
1242 <Anchor point="LEFT">
1243 <Offset>
1244 <AbsDimension x="1" y="2"/>
1245 </Offset>
1246 </Anchor>
1247 </Anchors>
1248 </FontString>
1249 </Layer>
1250 </Layers>
1251 <Scripts>
1252 <OnClick>
1253 -- EQL3_OrganizeFunctions("Tempy Lowlands");
1254 EQL3_Organize_ShowNameWindow();
1255 EQL3_Organize_Popup:Hide();
1256 </OnClick>
1257 <OnEnter>
1258 EQL3_Organize_Popup:Show();
1259 EQL3_Organize_Popup_Move_Text:SetTextColor(1.0, 1.0, 1.0, 1.0);
1260 </OnEnter>
1261 <OnLeave>
1262 EQL3_Organize_Popup_Move_Text:SetTextColor(NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, 1.0);
1263 </OnLeave>
1264 </Scripts>
1265 </Button>
1266  
1267  
1268 <Button name="EQL3_Organize_Popup_Reset" hidden="false">
1269 <Size>
1270 <AbsDimension x="200" y="15"/>
1271 </Size>
1272 <Anchors>
1273 <Anchor point="TOPLEFT" relativeTo="EQL3_Organize_Popup_Move" relativePoint="BOTTOMLEFT">
1274 <Offset>
1275 <AbsDimension x="0" y="-12"/>
1276 </Offset>
1277 </Anchor>
1278 </Anchors>
1279 <Layers>
1280 <Layer level="ARTWORK">
1281 <FontString name="EQL3_Organize_Popup_Reset_Text" text="EQL3_POPUP_RESET" hidden="false" inherits="GameFontNormal" justifyH="LEFT">
1282 <Size>
1283 <AbsDimension x="0" y="13"/>
1284 </Size>
1285 <Anchors>
1286 <Anchor point="LEFT">
1287 <Offset>
1288 <AbsDimension x="1" y="2"/>
1289 </Offset>
1290 </Anchor>
1291 </Anchors>
1292 </FontString>
1293 </Layer>
1294 </Layers>
1295 <Scripts>
1296 <OnClick>
1297 EQL3_OrganizeFunctions("!!!reset");
1298 EQL3_Organize_Popup:Hide();
1299 </OnClick>
1300 <OnEnter>
1301 EQL3_Organize_Popup:Show();
1302 EQL3_Organize_Popup_Reset_Text:SetTextColor(1.0, 1.0, 1.0, 1.0);
1303 </OnEnter>
1304 <OnLeave>
1305 EQL3_Organize_Popup_Reset_Text:SetTextColor(NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, 1.0);
1306 </OnLeave>
1307 </Scripts>
1308 </Button>
1309  
1310  
1311 <Button name="EQL3_Organize_Popup_ResetAll" hidden="false">
1312 <Size>
1313 <AbsDimension x="200" y="15"/>
1314 </Size>
1315 <Anchors>
1316 <Anchor point="TOPLEFT" relativeTo="EQL3_Organize_Popup_Reset" relativePoint="BOTTOMLEFT">
1317 <Offset>
1318 <AbsDimension x="0" y="-2"/>
1319 </Offset>
1320 </Anchor>
1321 </Anchors>
1322 <Layers>
1323 <Layer level="ARTWORK">
1324 <FontString name="EQL3_Organize_Popup_ResetAll_Text" text="EQL3_POPUP_RESETALL" hidden="false" inherits="GameFontNormal" justifyH="LEFT">
1325 <Size>
1326 <AbsDimension x="0" y="13"/>
1327 </Size>
1328 <Anchors>
1329 <Anchor point="LEFT">
1330 <Offset>
1331 <AbsDimension x="1" y="2"/>
1332 </Offset>
1333 </Anchor>
1334 </Anchors>
1335 </FontString>
1336 </Layer>
1337 </Layers>
1338 <Scripts>
1339 <OnClick>
1340 EQL3_OrganizeFunctions("!!!resetall");
1341 EQL3_Organize_Popup:Hide();
1342 </OnClick>
1343 <OnEnter>
1344 EQL3_Organize_Popup:Show();
1345 EQL3_Organize_Popup_ResetAll_Text:SetTextColor(1.0, 1.0, 1.0, 1.0);
1346 </OnEnter>
1347 <OnLeave>
1348 EQL3_Organize_Popup_ResetAll_Text:SetTextColor(NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, 1.0);
1349 </OnLeave>
1350 </Scripts>
1351 </Button>
1352  
1353  
1354 <Button name="EQL3_Organize_Popup_Track" hidden="false">
1355 <Size>
1356 <AbsDimension x="200" y="15"/>
1357 </Size>
1358 <Anchors>
1359 <Anchor point="TOPLEFT" relativeTo="EQL3_Organize_Popup_ResetAll" relativePoint="BOTTOMLEFT">
1360 <Offset>
1361 <AbsDimension x="0" y="-12"/>
1362 </Offset>
1363 </Anchor>
1364 </Anchors>
1365 <Layers>
1366 <Layer level="ARTWORK">
1367 <FontString name="EQL3_Organize_Popup_Track_Text" text="EQL3_POPUP_TRACK" hidden="false" inherits="GameFontNormal" justifyH="LEFT">
1368 <Size>
1369 <AbsDimension x="0" y="13"/>
1370 </Size>
1371 <Anchors>
1372 <Anchor point="LEFT">
1373 <Offset>
1374 <AbsDimension x="1" y="2"/>
1375 </Offset>
1376 </Anchor>
1377 </Anchors>
1378 </FontString>
1379 </Layer>
1380 </Layers>
1381 <Scripts>
1382 <OnClick>
1383 EQL3_Toggle_Track();
1384 EQL3_Organize_Popup:Hide();
1385 </OnClick>
1386 <OnEnter>
1387 EQL3_Organize_Popup:Show();
1388 EQL3_Organize_Popup_Track_Text:SetTextColor(1.0, 1.0, 1.0, 1.0);
1389 </OnEnter>
1390 <OnLeave>
1391 EQL3_Organize_Popup_Track_Text:SetTextColor(NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, 1.0);
1392 </OnLeave>
1393 </Scripts>
1394 </Button>
1395  
1396  
1397  
1398  
1399 <Button name="EQL3_Organize_Popup_Cancel" hidden="false">
1400 <Size>
1401 <AbsDimension x="200" y="15"/>
1402 </Size>
1403 <Anchors>
1404 <Anchor point="TOPLEFT" relativeTo="EQL3_Organize_Popup_Track" relativePoint="BOTTOMLEFT">
1405 <Offset>
1406 <AbsDimension x="0" y="-12"/>
1407 </Offset>
1408 </Anchor>
1409 </Anchors>
1410 <Layers>
1411 <Layer level="ARTWORK">
1412 <FontString name="EQL3_Organize_Popup_Cancel_Text" text="EQL3_POPUP_CANCEL" hidden="false" inherits="GameFontNormal" justifyH="LEFT">
1413 <Size>
1414 <AbsDimension x="0" y="13"/>
1415 </Size>
1416 <Anchors>
1417 <Anchor point="LEFT">
1418 <Offset>
1419 <AbsDimension x="1" y="2"/>
1420 </Offset>
1421 </Anchor>
1422 </Anchors>
1423 </FontString>
1424 </Layer>
1425 </Layers>
1426 <Scripts>
1427 <OnClick>
1428 EQL3_Organize_Popup:Hide();
1429 </OnClick>
1430 <OnEnter>
1431 EQL3_Organize_Popup:Show();
1432 EQL3_Organize_Popup_Cancel_Text:SetTextColor(1.0, 1.0, 1.0, 1.0);
1433 </OnEnter>
1434 <OnLeave>
1435 EQL3_Organize_Popup_Cancel_Text:SetTextColor(NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, 1.0);
1436 </OnLeave>
1437 </Scripts>
1438 </Button>
1439 </Frames>
1440  
1441 <Scripts>
1442 <OnLoad>
1443 -- Lame method to find the longest string.. xD
1444  
1445 local temp = EQL3_Organize_Popup_ResetAll_Text:GetWidth();
1446  
1447 if(EQL3_Organize_Popup_Reset_Text:GetWidth() > temp) then
1448 temp = EQL3_Organize_Popup_Reset_Text:GetWidth();
1449 end
1450  
1451 if(EQL3_Organize_Popup_Move_Text:GetWidth() > temp) then
1452 temp = EQL3_Organize_Popup_Move_Text:GetWidth();
1453 end
1454  
1455 if(EQL3_Organize_Popup_Track_Text:GetWidth() > temp) then
1456 temp = EQL3_Organize_Popup_Track_Text:GetWidth();
1457 end
1458  
1459 EQL3_Organize_Popup_Track_Text:SetText(EQL3_POPUP_UNTRACK);
1460  
1461 if(EQL3_Organize_Popup_Track_Text:GetWidth() > temp) then
1462 temp = EQL3_Organize_Popup_Track_Text:GetWidth();
1463 end
1464  
1465  
1466 EQL3_Organize_Popup_Move:SetWidth(temp);
1467 EQL3_Organize_Popup_Reset:SetWidth(temp);
1468 EQL3_Organize_Popup_ResetAll:SetWidth(temp);
1469 EQL3_Organize_Popup:SetWidth(temp+(20 / GetCVar("UIScale")));
1470 this:SetBackdropBorderColor(TOOLTIP_DEFAULT_COLOR.r, TOOLTIP_DEFAULT_COLOR.g, TOOLTIP_DEFAULT_COLOR.b);
1471 this:SetBackdropColor(TOOLTIP_DEFAULT_BACKGROUND_COLOR.r, TOOLTIP_DEFAULT_BACKGROUND_COLOR.g, TOOLTIP_DEFAULT_BACKGROUND_COLOR.b, 1.0);
1472 </OnLoad>
1473 <OnLeave>
1474 EQL3_Organize_Popup:Hide();
1475 </OnLeave>
1476 </Scripts>
1477  
1478 </Frame>
1479 </Ui>