Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
MIT License
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Cullmann committed Mar 14, 2017
1 parent accea9e commit 974d98f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
4 changes: 4 additions & 0 deletions DnnConnect.PersonaBar.SiteGroups.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<Content Include="admin\personaBar\css\SiteGroups.css" />
<Content Include="admin\personaBar\scripts\SiteGroups.js" />
<Content Include="admin\personaBar\SiteGroups.html" />
<Content Include="License.txt" />
<Content Include="Module.build" />
</ItemGroup>
<ItemGroup>
Expand All @@ -142,6 +143,9 @@
<ItemGroup>
<Content Include="web.config" />
</ItemGroup>
<ItemGroup>
<Content Include="README.md" />
</ItemGroup>
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
Expand Down
23 changes: 19 additions & 4 deletions License.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
DotNetNuke® - http://www.dotnetnuke.com<br/>
Copyright (c) 2002-2016<br/>
by DotNetNuke Corporation<br/>
All Rights Reserved<br/>
Copyright (c) 2017 Stefan Cullmann

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
<<sSOFTWARE.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Sitegroups Editor as dnn PersonaBar
Sitegroups Editor as dnn PersonaBar

2 changes: 1 addition & 1 deletion SiteGroups.Web/src/components/NewGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class NewSiteGroup extends React.Component {
<Button
type="primary"
size="large"
disabled={!this.state.siteId}
disabled={!this.state.siteId || this.props.disabled}
onClick={() => this.onNew()}>{Resx.get("NewSiteGroup.Button")}</Button>
</div>
);
Expand Down

0 comments on commit 974d98f

Please sign in to comment.