keepassxc-browser/chromeKeePassXC/popups/popup_multiple-fields.html
2017-03-29 16:49:28 +03:00

29 lines
1.1 KiB
HTML

<html>
<head>
<title>KeePassXC - Popup</title>
<link rel="stylesheet" href="popup.css" />
<link rel="stylesheet" href="../bootstrap-btn.css" />
<script type="text/javascript" src="../jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="popup_functions.js"></script>
</head>
<body>
<div id="settings" class="settings">
<button id="btn-options" class="b2c-btn b2c-btn-small b2c-btn-warning">Settings</button>
<button id="btn-choose-credential-fields" class="b2c-btn b2c-btn-small">Choose own credential fields for this page</button>
<div id="update-available">
You use an old version of KeePassXC.
<br />
<a target="_blank" href="https://keepassxc.org/download">Please download the latest version from keepassxc.org</a>.
</div>
</div>
<div>
<p>
chromeKeePassXC found more than one password field on this page. To enter your
logins, right-click on one of the password fields, and choose either the
"<code>Fill User + Pass</code>" or "<code>Fill Pass Only</code>" command.
</p>
</div>
</body>
</html>