Skip to content

Commit 33f6a32

Browse files
committed
Fix for the second dialog looking odd on 7
1 parent 64a8b49 commit 33f6a32

File tree

1 file changed

+7
-7
lines changed
  • Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Authorable Reports/Toolbox

1 file changed

+7
-7
lines changed

Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Authorable Reports/Toolbox/Rules based report.item

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ templatekey: PowerShell Script
1313
field: {B1A94FF0-6897-47C0-9C51-AA6ACB80B1F0}
1414
name: Script
1515
key: script
16-
content-length: 4797
16+
content-length: 4793
1717

1818
Import-Function Render-ReportField
1919
# Set defaults
@@ -99,10 +99,10 @@ foreach($field in $customOptions.Keys){
9999
}
100100

101101
$result = Read-Variable -Parameters `
102-
@{ Name = "fields"; Title="Fields to include"; Options=$customOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="550px"; Tab="Custom Fields"}, `
103-
@{ Name = "stdFields"; Title="Fields to include"; Options=$stdOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="550px"; Tab="Standard Fields"} `
102+
@{ Name = "fields"; Title="Fields to include"; Options=$customOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="480px"; Tab="Custom Fields"}, `
103+
@{ Name = "stdFields"; Title="Fields to include"; Options=$stdOptions; Tooltip="Select fields to be shown in the report"; Editor="checklist"; Height="480px"; Tab="Standard Fields"} `
104104
-Description "This dialog shows fields to be displayed in the report." `
105-
-Title "Report fields" -Width 600 -Height 600
105+
-Title "Report fields" -Width 600 -Height 740
106106

107107
if($result -eq "cancel"){
108108
exit;
@@ -137,7 +137,7 @@ Database/32x32/view.png
137137
----version----
138138
language: en
139139
version: 1
140-
revision: d9831ae9-5d9f-42ac-b46a-5e36c1dc4280
140+
revision: 5cd07ede-dfbf-446c-92b4-2f6aa40da0fc
141141

142142
----field----
143143
field: {25BED78C-4957-4165-998A-CA1B52F67497}
@@ -152,14 +152,14 @@ name: __Revision
152152
key: __revision
153153
content-length: 36
154154

155-
d9831ae9-5d9f-42ac-b46a-5e36c1dc4280
155+
5cd07ede-dfbf-446c-92b4-2f6aa40da0fc
156156
----field----
157157
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
158158
name: __Updated
159159
key: __updated
160160
content-length: 15
161161

162-
20150727T083524
162+
20150803T115223
163163
----field----
164164
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
165165
name: __Updated by

0 commit comments

Comments
 (0)