keepassxc-browser/chromeKeePassXC/popups/popup_multiple-fields.html

30 lines
1.1 KiB
HTML

<html>
<head>
<title>KeePassXC - Popup</title>
<link rel="stylesheet" href="popup.css" />
<link rel="stylesheet" href="../options/bootstrap.min.css" />
<script type="text/javascript" src="../jquery-3.2.0.min.js"></script>
<script type="text/javascript" src="../options/bootstrap.min.js" /></script>
<script type="text/javascript" src="popup_functions.js"></script>
</head>
<body>
<div id="settings" class="settings">
<button id="btn-options" class="btn btn-sm btn-warning">Settings</button>
<button id="btn-choose-credential-fields" class="btn btn-sm">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>