mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 17:29:28 -05:00
More Registration page tweaks; add boilerplate to Trial and Replacement key dialog boxes.
This commit is contained in:
@@ -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