copy updates
This commit is contained in:
parent
d7c1c6efa1
commit
8c7f1c4359
|
@ -17,7 +17,7 @@
|
||||||
<label for="file" class="sr-only">License</label>
|
<label for="file" class="sr-only">License</label>
|
||||||
<input type="file" id="file" name="file" accept=".json" />
|
<input type="file" id="file" name="file" accept=".json" />
|
||||||
<p class="help-block">
|
<p class="help-block">
|
||||||
Your license file will be named something like <code>bitwarden_premium_license.json</code>
|
Select your <code>.json</code> license file.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<h3 class="box-title">License</h3>
|
<h3 class="box-title">License</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<p>Create an organization with your license file.</p>
|
<p>To create an on-premise hosted organization you need to upload a valid license file.</p>
|
||||||
<div class="form-group" show-error>
|
<div class="form-group" show-error>
|
||||||
<label for="file" class="sr-only">License</label>
|
<label for="file" class="sr-only">License</label>
|
||||||
<input type="file" id="file" name="file" accept=".json" />
|
<input type="file" id="file" name="file" accept=".json" />
|
||||||
|
|
|
@ -43,6 +43,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="box-footer" ng-if="selfHosted">
|
||||||
|
<a href="https://vault.bitwarden.com/#/?premium=purchase" class="btn btn-primary btn-flat" target="_blank">
|
||||||
|
Purchase Premium
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="selfHosted">
|
<div ng-if="selfHosted">
|
||||||
<div class="box box-default">
|
<div class="box box-default">
|
||||||
|
@ -50,7 +55,7 @@
|
||||||
<h3 class="box-title">License</h3>
|
<h3 class="box-title">License</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<p>Unlock premium with your license.</p>
|
<p>To upgrade your account to a premium membership you need to upload a valid license file.</p>
|
||||||
<div class="form-group" show-error>
|
<div class="form-group" show-error>
|
||||||
<label for="file" class="sr-only">License</label>
|
<label for="file" class="sr-only">License</label>
|
||||||
<input type="file" id="file" name="file" accept=".json" />
|
<input type="file" id="file" name="file" accept=".json" />
|
||||||
|
|
Loading…
Reference in New Issue