modified all admin UIs to position action buttons on the left side of grids and implemented ActionDialog throughout rather than dedicated delete components
This commit is contained in:
		| @ -36,12 +36,12 @@ | ||||
|     protected override void OnParametersSet() | ||||
|     { | ||||
|         text = Action; | ||||
|         if (!String.IsNullOrEmpty(Text)) | ||||
|         if (!string.IsNullOrEmpty(Text)) | ||||
|         { | ||||
|             text = Text; | ||||
|         } | ||||
|  | ||||
|         if (!String.IsNullOrEmpty(Parameters)) | ||||
|         if (!string.IsNullOrEmpty(Parameters)) | ||||
|         { | ||||
|             parameters = Parameters; | ||||
|         } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker