Cleaned up CSS for grid action images.

This commit is contained in:
Mark McDowall
2012-02-11 15:16:08 -08:00
parent 53c4641c07
commit 2051c9d911
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
if (!row.aData["Enable"])
return "";
return createImageAjaxLink('/System/RunJob?typeName=' + row.aData["TypeName"], '../../Content/Images/Gear.png', 'Run', 'Run Job', 'searchImage');
return createImageAjaxLink('/System/RunJob?typeName=' + row.aData["TypeName"], '../../Content/Images/Gear.png', 'Run', 'Run Job', 'gridImage');
//return createImageAjaxLink('/History/Delete?historyId=' + row.aData["HistoryId"], '../../Content/Images/X.png', 'Delete', 'Delete from History', 'searchImage');
}
} //Actions