change Help button style
This commit is contained in:
		| @ -153,7 +153,7 @@ else | ||||
|             var package = _packages.Where(item => item.PackageId == packagename).FirstOrDefault(); | ||||
|             if (package != null && !string.IsNullOrEmpty(package.SupportUrl)) | ||||
|             { | ||||
|                 link += "<a class=\"btn btn-success\" style=\"text-decoration: none !important\" href=\"" + package.SupportUrl.Replace("{Version}", version) + "\" target=\"_new\">" + SharedLocalizer["Help"] + "</a>"; | ||||
|                 link += "<a class=\"btn btn-info\" style=\"text-decoration: none !important\" href=\"" + package.SupportUrl.Replace("{Version}", version) + "\" target=\"_new\">" + SharedLocalizer["Help"] + "</a>"; | ||||
|             } | ||||
|         } | ||||
|         return link; | ||||
|  | ||||
| @ -120,7 +120,7 @@ else | ||||
|             var package = _packages.Where(item => item.PackageId == packagename).FirstOrDefault(); | ||||
|             if (package != null && !string.IsNullOrEmpty(package.SupportUrl)) | ||||
|             { | ||||
|                 link += "<a class=\"btn btn-success\" style=\"text-decoration: none !important\" href=\"" + package.SupportUrl.Replace("{Version}", version) + "\" target=\"_new\">" + SharedLocalizer["Help"] + "</a>"; | ||||
|                 link += "<a class=\"btn btn-info\" style=\"text-decoration: none !important\" href=\"" + package.SupportUrl.Replace("{Version}", version) + "\" target=\"_new\">" + SharedLocalizer["Help"] + "</a>"; | ||||
|             } | ||||
|         } | ||||
|         return link; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker