diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-11 13:05:43 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-11 13:05:43 +0200 |
commit | 1d1955f1ebaa22cb14192b8e7ee2948e6497487e (patch) | |
tree | 984d25d358fcc810ab307f77bc9666e7672bc3e4 /application/palemoon/base | |
parent | 87adbf432207434cfc528f914998d58dbfebb5a7 (diff) | |
download | UXP-1d1955f1ebaa22cb14192b8e7ee2948e6497487e.tar UXP-1d1955f1ebaa22cb14192b8e7ee2948e6497487e.tar.gz UXP-1d1955f1ebaa22cb14192b8e7ee2948e6497487e.tar.lz UXP-1d1955f1ebaa22cb14192b8e7ee2948e6497487e.tar.xz UXP-1d1955f1ebaa22cb14192b8e7ee2948e6497487e.zip |
[PALEMOON] [Frontend vs Backend] Password Manager - Implemented Popup Notifications (it is not complete)
Diffstat (limited to 'application/palemoon/base')
-rw-r--r-- | application/palemoon/base/content/popup-notifications.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/application/palemoon/base/content/popup-notifications.inc b/application/palemoon/base/content/popup-notifications.inc index 3112de597..7be975b7f 100644 --- a/application/palemoon/base/content/popup-notifications.inc +++ b/application/palemoon/base/content/popup-notifications.inc @@ -89,6 +89,14 @@ </popupnotificationcontent> </popupnotification> + <popupnotification id="password-notification" hidden="true"> + <popupnotificationcontent orient="vertical"> + <textbox id="password-notification-username"/> + <textbox id="password-notification-password" type="password" show-content=""/> + <checkbox id="password-notification-visibilityToggle" hidden="true"/> + </popupnotificationcontent> + </popupnotification> + <popupnotification id="mixed-content-blocked-notification" hidden="true"> <popupnotificationcontent orient="vertical" align="start"> <separator/> |