Move key instructions around

This commit is contained in:
Alan Friedman 2016-01-11 13:26:21 -05:00
parent 62d316a5d9
commit 0354d6a61b

View File

@ -87,14 +87,14 @@
<p>Others can join this room using this link: <span class='room-url bold'></span>&nbsp;&nbsp;<button class="btn btn-default btn-xs copyable" data-clipboard-target=".room-url">Copy</button></p>
<br>
<h4>Encryption Key</h4>
<p>If you want to use a custom key you can enter it below or &nbsp;<button class="new_key btn btn-default btn-xs">generate a new one</button></p>
<p>Notify all other participants when you change this key.</p>
<div class="input-group">
<input class="form-control key" placeholder="Enter key here" type="text"></input>
<span class="input-group-btn">
<button class="btn btn-default copyable" type="button" data-clipboard-target=".key"><span class="glyphicon glyphicon-copy"></span>&nbsp;&nbsp;Copy</button>
</span>
</div>
<p>To change your key, enter a custom key in the field above or &nbsp;<button class="new_key btn btn-default btn-xs">auto-generate a new one</button></p>
<p>Notify all other participants when you change this key.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success encryption-active" data-dismiss="modal">Done</button>
@ -117,13 +117,13 @@
<br>
<h4>Encryption Key</h4>
<p>A random key has been generated for you below. Share this key with all other participants. Every participant must use the exact same key.</p>
<p>If you want to use a custom key you can enter it below or &nbsp;<button class="new_key btn btn-default btn-xs">generate a new one</button></p>
<div class="input-group">
<input class="form-control key" placeholder="Enter key here" type="text"></input>
<span class="input-group-btn">
<button class="btn btn-default copyable" type="button" data-clipboard-target=".key"><span class="glyphicon glyphicon-copy"></span>&nbsp;&nbsp;Copy</button>
</span>
</div>
<p>To change your key, enter a custom key in the field above or &nbsp;<button class="new_key btn btn-default btn-xs">auto-generate a new one</button></p>
<p>You can change this key later in Settings, but be sure to share the new key with all other participants.</p>
</div>
<div class="modal-footer">