Add alert ui view for the cookie policy and privacy policy

This changes the styles and wording for the privacy and cookie policy
revert-70aa11f8
geethkokila 7 years ago
parent b5dfe80e3d
commit 3610d68fe6

@ -59,19 +59,19 @@
class="form-control" placeholder="Confirm Password"/> class="form-control" placeholder="Confirm Password"/>
</div> </div>
<div class="alert alert-warning" style="border-radius:5px"><p class="doc-link">
This site uses cookies. By logging in to the site, you are agreeing on the usage of cookies. For more information, refer <a href="{{@unit.publicUri}}/privacy-policies/cookie-policy" style="color:#ffffff;"
target="_blank"><u>cookie policy</u></a> and
<a href="{{@unit.publicUri}}/privacy-policies/privacy-policy" style="color:#ffffff;"
target="_blank"><u>privacy policy</u></a></p>
</div>
<div class="wr-input-control"> <div class="wr-input-control">
<button class="wr-btn" id="add-user-btn">Register</button> <button class="wr-btn" id="add-user-btn">Register</button>
<button class="wr-btn" onclick="document.location.href='{{@app.context}}/login';"> <button class="wr-btn" onclick="document.location.href='{{@app.context}}/login';">
Cancel Cancel
</button> </button>
</div> </div>
<div>
Attention! <a href="{{@unit.publicUri}}/privacy-policies/privacy-policy" class="create-account"
target="_blank">Privacy policy</a> and
<a href="{{@unit.publicUri}}/privacy-policies/cookie-policy" class="create-account" target="_blank">Ccokile
policy</a> updated.
</div>
</div> </div>
</div> </div>

@ -48,6 +48,14 @@
{{#if referer}} {{#if referer}}
<input type="hidden" name="referer" value="{{referer}}"/> <input type="hidden" name="referer" value="{{referer}}"/>
{{/if}} {{/if}}
<div class="alert alert-warning" style="border-radius:5px"><p class="doc-link">
This site uses cookies. By logging in to the site, you are agreeing on the usage of cookies. For more information, refer <a href="{{@unit.publicUri}}/privacy-policies/cookie-policy" style="color:#ffffff;"
target="_blank"><u>cookie policy</u></a> and
<a href="{{@unit.publicUri}}/privacy-policies/privacy-policy" style="color:#ffffff;"
target="_blank"><u>privacy policy</u></a></p>
</div>
<div class="wr-input-control wr-btn-grp"> <div class="wr-input-control wr-btn-grp">
<button class="wr-btn btn-download-agent"> <button class="wr-btn btn-download-agent">
Log in Log in
@ -56,12 +64,6 @@
<a href="{{@app.context}}/register" class="pull-right create-account">Create an account</a> <a href="{{@app.context}}/register" class="pull-right create-account">Create an account</a>
</div> </div>
</div> </div>
<div>
Attention! <a href="{{@unit.publicUri}}/privacy-policies/privacy-policy" class="create-account"
target="_blank">Privacy policy</a> and
<a href="{{@unit.publicUri}}/privacy-policies/cookie-policy" class="create-account"
target="_blank">Ccokile policy</a> updated.
</div>
</form> </form>
</div> </div>
</div> </div>

Loading…
Cancel
Save