mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
More Registration page tweaks; add boilerplate to Trial and Replacement key dialog boxes.
This commit is contained in:
@@ -121,7 +121,7 @@ Registered GUID:
|
||||
<span class="thanks">Thank you for trying unRAID Server OS!</span>
|
||||
|
||||
<div markdown="1" class="remark">
|
||||
Your server will not be usable until you purchase a registration key or download a **free** 30-day *Trial* key.
|
||||
Your server will not be usable until you purchase a registration key or install a <big>**free** 30-day *Trial*</big> key.
|
||||
<br>Registration keys are bound to your USB Flash boot device GUID (serial number). Please use a high-quality device
|
||||
between 512MB and 32GB in size.
|
||||
|
||||
|
||||
@@ -57,6 +57,10 @@ Email address: <input type="text" name="email" maxlength="1024" value="" style="
|
||||
|
||||
<input type="button" value="Replace Key" onclick="replaceKey(this.form.email.value.trim(), '<?=$var['flashGUID']?>', '<?=$keyfile?>')">
|
||||
|
||||
<p>A link to your replacement key will be delivered to this email address.
|
||||
|
||||
<p><strong>Note:</strong>
|
||||
Once a replacement key is generated, your old USB Flash device will be <b>blacklisted</b>.
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -56,6 +56,13 @@ Email address: <input type="text" name="email" maxlength="1024" value="" style="
|
||||
|
||||
<input type="button" value="Register Trial" onclick="registerTrial(this.form.email.value.trim(), '<?=$var['flashGUID']?>')">
|
||||
|
||||
<p>A link to your <i>Trial</i> key will be delivered to this email address.
|
||||
|
||||
<p><strong>Note:</strong>
|
||||
We never send unsolicited email to anyone, nor do we authorize anyone else to do so on our behalf.
|
||||
|
||||
<p>Refer to our <a target="_blank" href="https://lime-technology.com/policies/">Policy Statement</a> for more information.
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user