File tree Expand file tree Collapse file tree
BlogEngine.Core/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919[ assembly: CLSCompliant ( false ) ]
2020[ assembly: ComVisible ( false ) ]
2121[ assembly: AllowPartiallyTrustedCallers ]
22- [ assembly: AssemblyVersion ( "3.1.4.9 " ) ]
22+ [ assembly: AssemblyVersion ( "3.2.0.0 " ) ]
2323[ 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>
3030 < h2 class ="page-title pull-left "> {{lbl.comments}}</ h2 >
3131 < div class ="btn-group pull-left ">
3232 < 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 >
3636 </ div >
3737 < button class ="right-side-toggle pull-right "> < span > </ span > < span > </ span > < span > </ span > </ button >
3838 < 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>
9090 < div class ="main-header clearfix ">
9191 < h2 class ="page-title pull-left "> Plugins</ h2 >
9292 < 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 ">
9494 < 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 >
9595 < 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 >
9696 < 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 2626 <appSettings >
2727 <!-- Override default application settings here -->
2828 <!-- blog usage scenario: singleblog, multiusers or multiblogs -->
29- <add key =" BlogEngine.UsageScenario" value =" multiusers " />
29+ <add key =" BlogEngine.UsageScenario" value =" singleblog " />
3030 </appSettings >
3131 <system .serviceModel>
3232 <services >
Original file line number Diff line number Diff line change 2626 <appSettings >
2727 <!-- Override default application settings here -->
2828 <!-- blog usage scenario: singleblog, multiusers or multiblogs -->
29- <add key =" BlogEngine.UsageScenario" value =" multiusers " />
29+ <add key =" BlogEngine.UsageScenario" value =" singleblog " />
3030 </appSettings >
3131 <system .serviceModel>
3232 <services >
Original file line number Diff line number Diff line change 2626 <appSettings >
2727 <!-- Override default application settings here -->
2828 <!-- blog usage scenario: singleblog, multiusers or multiblogs -->
29- <add key =" BlogEngine.UsageScenario" value =" multiusers " />
29+ <add key =" BlogEngine.UsageScenario" value =" singleblog " />
3030 </appSettings >
3131 <system .serviceModel>
3232 <services >
You can’t perform that action at this time.
0 commit comments