From 81a3ddf099b7e31583e687bf77a2d52e537a1281 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 23 May 2014 01:02:35 +0400 Subject: [PATCH] Da linkz --- ElvUI_SLE/modules/options.lua | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/ElvUI_SLE/modules/options.lua b/ElvUI_SLE/modules/options.lua index 347764c..aad9797 100755 --- a/ElvUI_SLE/modules/options.lua +++ b/ElvUI_SLE/modules/options.lua @@ -113,6 +113,47 @@ E.Options.args.sle = { }, }, }, + links = { + type = 'group', + name = L['About/Help'], + order = -2, + args = { + desc = { + order = 1, + type = 'description', + fontSize = 'medium', + name = L["Following links will direct you to Shadow & Light's pages on various sites"], + }, + tukuilink = { + type = 'input', + width = 'full', + name = 'TukUI.org', + get = function(info) return 'http://www.tukui.org/addons/index.php?act=view&id=42' end, + order = 2, + }, + wowilink = { + type = 'input', + width = 'full', + name = 'WoWInterface.com', + get = function(info) return 'http://www.wowinterface.com/downloads/info20927-ElvUIShadowLight.html' end, + order = 3, + }, + curselink= { + type = 'input', + width = 'full', + name = 'Curse.com', + get = function(info) return 'http://www.curse.com/addons/wow/shadow-and-light-edit' end, + order = 4, + }, + gitlablink = { + type = 'input', + width = 'full', + name = 'TukUI GitLab', + get = function(info) return 'http://git.tukui.org/repooc/elvui-shadowandlight' end, + order = 5, + }, + }, + }, }, } -- 1.7.9.5