File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
BlogEngine.Core/Properties Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
[ assembly: CLSCompliant ( false ) ]
20
20
[ assembly: ComVisible ( false ) ]
21
21
[ assembly: AllowPartiallyTrustedCallers ]
22
- [ assembly: AssemblyVersion ( "3.1.4.9 " ) ]
22
+ [ assembly: AssemblyVersion ( "3.2.0.0 " ) ]
23
23
[ assembly: SecurityRules ( SecurityRuleSet . Level1 ) ]
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ <h4 class="modal-title">{{vm.Detail.Title}}</h4>
30
30
< h2 class ="page-title pull-left "> {{lbl.comments}}</ h2 >
31
31
< div class ="btn-group pull-left ">
32
32
< a ng-click ="processChecked('delete') " ng-disabled ="itemsChecked() === false " class ="btn btn-sm btn-danger " angular-tooltip tooltip ="lbl.doDelete "> < i class ="fa fa-trash "> </ i > </ a >
33
- < a ng-if ="filter === 'pnd' || filter === 'spm' " ng-click ="deleteAll() " class ="btn btn-danger btn-sm " angular-tooltip tooltip ="lbl.deleteAll "> < i class ="fa fa-times "> </ i > </ a >
34
- < a ng-if ="filter != 'spm' && filter != 'png' " ng-click ="processChecked('unapprove') " ng-disabled ="itemsChecked() === false " class ="btn btn-warning btn-sm " angular-tooltip tooltip ="lbl.unapprove "> < i class ="fa fa-archive "> </ i > </ a >
35
- < a ng-if ="filter != 'apr' && filter != 'png' " ng-click ="processChecked('approve') " ng-disabled ="itemsChecked() === false " class ="btn btn-success btn-sm " angular-tooltip tooltip ="lbl.approve "> < i class ="fa fa-check "> </ i > </ a >
33
+ < a ng-show ="filter === 'pnd' || filter === 'spm' " ng-click ="deleteAll() " class ="btn btn-danger btn-sm " angular-tooltip tooltip ="lbl.deleteAll "> < i class ="fa fa-times "> </ i > </ a >
34
+ < a ng-show ="filter != 'spm' && filter != 'png' " ng-click ="processChecked('unapprove') " ng-disabled ="itemsChecked() === false " class ="btn btn-warning btn-sm " angular-tooltip tooltip ="lbl.unapprove "> < i class ="fa fa-archive "> </ i > </ a >
35
+ < a ng-show ="filter != 'apr' && filter != 'png' " ng-click ="processChecked('approve') " ng-disabled ="itemsChecked() === false " class ="btn btn-success btn-sm " angular-tooltip tooltip ="lbl.approve "> < i class ="fa fa-check "> </ i > </ a >
36
36
</ div >
37
37
< button class ="right-side-toggle pull-right "> < span > </ span > < span > </ span > < span > </ span > </ button >
38
38
< div class ="right-side pull-right ">
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ <h4 class="modal-title">{{package.Title}}</h4>
90
90
< div class ="main-header clearfix ">
91
91
< h2 class ="page-title pull-left "> Plugins</ h2 >
92
92
< a ng-if ="IsPrimary " href ="{{SiteVars.RelativeWebRoot}}admin/#/custom/plugins/gallery " class ="btn btn-success btn-sm btn-hasicon pull-left "> < i class ="fa fa-plus "> </ i > {{lbl.theNew}}</ a >
93
- < div ng-if ="IsPrimary " class ="btn-group befdv pull-left ">
93
+ < div ng-show ="IsPrimary " class ="btn-group befdv pull-left ">
94
94
< a ng-click ="processChecked('uninstall') " ng-disabled ="itemsChecked() === false " class ="btn btn-sm btn-danger " angular-tooltip tooltip ="lbl.doDelete "> < i class ="fa fa-trash "> </ i > </ a >
95
95
< a ng-click ="processChecked('disable') " ng-disabled ="itemsChecked() === false " class ="btn btn-sm btn-warning " angular-tooltip tooltip ="lbl.disable "> < i class ="fa fa-close "> </ i > </ a >
96
96
< a ng-click ="processChecked('enable') " ng-disabled ="itemsChecked() === false " class ="btn btn-sm btn-success " angular-tooltip tooltip ="lbl.enable "> < i class ="fa fa-check "> </ i > </ a >
Original file line number Diff line number Diff line change 26
26
<appSettings >
27
27
<!-- Override default application settings here -->
28
28
<!-- blog usage scenario: singleblog, multiusers or multiblogs -->
29
- <add key =" BlogEngine.UsageScenario" value =" multiusers " />
29
+ <add key =" BlogEngine.UsageScenario" value =" singleblog " />
30
30
</appSettings >
31
31
<system .serviceModel>
32
32
<services >
Original file line number Diff line number Diff line change 26
26
<appSettings >
27
27
<!-- Override default application settings here -->
28
28
<!-- blog usage scenario: singleblog, multiusers or multiblogs -->
29
- <add key =" BlogEngine.UsageScenario" value =" multiusers " />
29
+ <add key =" BlogEngine.UsageScenario" value =" singleblog " />
30
30
</appSettings >
31
31
<system .serviceModel>
32
32
<services >
Original file line number Diff line number Diff line change 26
26
<appSettings >
27
27
<!-- Override default application settings here -->
28
28
<!-- blog usage scenario: singleblog, multiusers or multiblogs -->
29
- <add key =" BlogEngine.UsageScenario" value =" multiusers " />
29
+ <add key =" BlogEngine.UsageScenario" value =" singleblog " />
30
30
</appSettings >
31
31
<system .serviceModel>
32
32
<services >
You can’t perform that action at this time.
0 commit comments