mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[SM-223] Web: change <h2> modal title to <h1>, tweak styles to keep same look (#3328)
Co-authored-by: Hinton <hinton@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="twoStepOptionsTitle">{{ "twoStepOptions" | i18n }}</h2>
|
<h1 class="modal-title" id="twoStepOptionsTitle">{{ "twoStepOptions" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()">
|
<form class="modal-content" #form (ngSubmit)="submit()">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="confirmUserTitle">
|
<h1 class="modal-title" id="confirmUserTitle">
|
||||||
{{ "passwordConfirmation" | i18n }}
|
{{ "passwordConfirmation" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button type="button" class="close" data-dismiss="modal">
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="bulkTitle">
|
<h1 class="modal-title" id="bulkTitle">
|
||||||
{{ "confirmUsers" | i18n }}
|
{{ "confirmUsers" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="bulkTitle">
|
<h1 class="modal-title" id="bulkTitle">
|
||||||
{{ "removeUsers" | i18n }}
|
{{ "removeUsers" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="bulkTitle">
|
<h1 class="modal-title" id="bulkTitle">
|
||||||
{{ bulkTitle }}
|
{{ bulkTitle }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="bulkTitle">
|
<h1 class="modal-title" id="bulkTitle">
|
||||||
{{ "bulkConfirmStatus" | i18n }}
|
{{ "bulkConfirmStatus" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="collectionAddEditTitle">{{ title }}</h2>
|
<h1 class="modal-title" id="collectionAddEditTitle">{{ title }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="eventLogsTitle">
|
<h1 class="modal-title" id="eventLogsTitle">
|
||||||
{{ "eventLogs" | i18n }}
|
{{ "eventLogs" | i18n }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="userAccessTitle">
|
<h1 class="modal-title" id="userAccessTitle">
|
||||||
{{ "userAccess" | i18n }}
|
{{ "userAccess" | i18n }}
|
||||||
<small>{{ entityName }}</small>
|
<small>{{ entityName }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="groupAddEditTitle">{{ title }}</h2>
|
<h1 class="modal-title" id="groupAddEditTitle">{{ title }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="policiesEditTitle">
|
<h1 class="modal-title" id="policiesEditTitle">
|
||||||
{{ "editPolicy" | i18n }} - {{ policy.name | i18n }}
|
{{ "editPolicy" | i18n }} - {{ policy.name | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="resetPasswordTitle">
|
<h1 class="modal-title" id="resetPasswordTitle">
|
||||||
{{ "resetPassword" | i18n }}
|
{{ "resetPassword" | i18n }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,11 +8,11 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="userAddEditTitle">
|
<h1 class="modal-title" id="userAddEditTitle">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
<span bitBadge badgeType="secondary" *ngIf="isRevoked">{{ "revoked" | i18n }}</span>
|
<span bitBadge badgeType="secondary" *ngIf="isRevoked">{{ "revoked" | i18n }}</span>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="confirmUserTitle">
|
<h1 class="modal-title" id="confirmUserTitle">
|
||||||
{{ "confirmUser" | i18n }}
|
{{ "confirmUser" | i18n }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="groupAccessTitle">
|
<h1 class="modal-title" id="groupAccessTitle">
|
||||||
{{ "groupAccess" | i18n }}
|
{{ "groupAccess" | i18n }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="billingSyncApiKeyTitle">
|
<h1 class="modal-title" id="billingSyncApiKeyTitle">
|
||||||
{{ (hasBillingToken ? "viewBillingSyncToken" : "generateBillingSyncToken") | i18n }}
|
{{ (hasBillingToken ? "viewBillingSyncToken" : "generateBillingSyncToken") | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
*ngIf="loaded"
|
*ngIf="loaded"
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="deleteOrganizationTitle">{{ "deleteOrganization" | i18n }}</h2>
|
<h1 class="modal-title" id="deleteOrganizationTitle">{{ "deleteOrganization" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="enrollMasterPasswordResetTitle">
|
<h1 class="modal-title" id="enrollMasterPasswordResetTitle">
|
||||||
{{ "enrollPasswordReset" | i18n }}
|
{{ "enrollPasswordReset" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="sendAddEditTitle">{{ title }}</h2>
|
<h1 class="modal-title" id="sendAddEditTitle">{{ title }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="apiKeyTitle">{{ apiKeyTitle | i18n }}</h2>
|
<h1 class="modal-title" id="apiKeyTitle">{{ apiKeyTitle | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="billingSyncTitle">{{ "manageBillingSync" | i18n }}</h2>
|
<h1 class="modal-title" id="billingSyncTitle">{{ "manageBillingSync" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="deAuthTitle">{{ "deauthorizeSessions" | i18n }}</h2>
|
<h1 class="modal-title" id="deAuthTitle">{{ "deauthorizeSessions" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
[formGroup]="deleteForm"
|
[formGroup]="deleteForm"
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="deleteAccountTitle">{{ "deleteAccount" | i18n }}</h2>
|
<h1 class="modal-title" id="deleteAccountTitle">{{ "deleteAccount" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,11 +8,11 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="userAddEditTitle">
|
<h1 class="modal-title" id="userAddEditTitle">
|
||||||
<app-premium-badge *ngIf="readOnly"></app-premium-badge>
|
<app-premium-badge *ngIf="readOnly"></app-premium-badge>
|
||||||
{{ title }}
|
{{ title }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="confirmUserTitle">
|
<h1 class="modal-title" id="confirmUserTitle">
|
||||||
{{ "confirmUser" | i18n }}
|
{{ "confirmUser" | i18n }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="userAddEditTitle">
|
<h1 class="modal-title" id="userAddEditTitle">
|
||||||
{{ "takeover" | i18n }}
|
{{ "takeover" | i18n }}
|
||||||
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
<small class="text-muted" *ngIf="name">{{ name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="purgeVaultTitle">{{ "purgeVault" | i18n }}</h2>
|
<h1 class="modal-title" id="purgeVaultTitle">{{ "purgeVault" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="2faAuthenticatorTitle">
|
<h1 class="modal-title" id="2faAuthenticatorTitle">
|
||||||
{{ "twoStepLogin" | i18n }}
|
{{ "twoStepLogin" | i18n }}
|
||||||
<small>{{ "authenticatorAppTitle" | i18n }}</small>
|
<small>{{ "authenticatorAppTitle" | i18n }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="2faDuoTitle">
|
<h1 class="modal-title" id="2faDuoTitle">
|
||||||
{{ "twoStepLogin" | i18n }}
|
{{ "twoStepLogin" | i18n }}
|
||||||
<small>Duo</small>
|
<small>Duo</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="2faEmailTitle">
|
<h1 class="modal-title" id="2faEmailTitle">
|
||||||
{{ "twoStepLogin" | i18n }}
|
{{ "twoStepLogin" | i18n }}
|
||||||
<small>{{ "emailTitle" | i18n }}</small>
|
<small>{{ "emailTitle" | i18n }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="2faRecoveryTitle">
|
<h1 class="modal-title" id="2faRecoveryTitle">
|
||||||
{{ "twoStepLogin" | i18n }}
|
{{ "twoStepLogin" | i18n }}
|
||||||
<small>{{ "recoveryCodeTitle" | i18n }}</small>
|
<small>{{ "recoveryCodeTitle" | i18n }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-lg" role="document">
|
<div class="modal-dialog modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="2faU2fTitle">
|
<h1 class="modal-title" id="2faU2fTitle">
|
||||||
{{ "twoStepLogin" | i18n }}
|
{{ "twoStepLogin" | i18n }}
|
||||||
<small>{{ "webAuthnTitle" | i18n }}</small>
|
<small>{{ "webAuthnTitle" | i18n }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-lg" role="document">
|
<div class="modal-dialog modal-lg" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="2faYubiKeyTitle">
|
<h1 class="modal-title" id="2faYubiKeyTitle">
|
||||||
{{ "twoStepLogin" | i18n }}
|
{{ "twoStepLogin" | i18n }}
|
||||||
<small>YubiKey</small>
|
<small>YubiKey</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="updateEncKeyTitle">{{ "updateEncryptionKey" | i18n }}</h2>
|
<h1 class="modal-title" id="updateEncKeyTitle">{{ "updateEncryptionKey" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="passHistoryTitle">{{ "passwordHistory" | i18n }}</h2>
|
<h1 class="modal-title" id="passHistoryTitle">{{ "passwordHistory" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="cipherAddEditTitle">{{ title }}</h2>
|
<h1 class="modal-title" id="cipherAddEditTitle">{{ title }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="attachmentsTitle">
|
<h1 class="modal-title" id="attachmentsTitle">
|
||||||
{{ "attachments" | i18n }}
|
{{ "attachments" | i18n }}
|
||||||
<small *ngIf="cipher">{{ cipher.name }}</small>
|
<small *ngIf="cipher">{{ cipher.name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-sm" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-sm" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="deleteSelectedTitle">
|
<h1 class="modal-title" id="deleteSelectedTitle">
|
||||||
{{ (permanent ? "permanentlyDeleteSelected" : "deleteSelected") | i18n }}
|
{{ (permanent ? "permanentlyDeleteSelected" : "deleteSelected") | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-sm" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-sm" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="moveSelectedTitle">
|
<h1 class="modal-title" id="moveSelectedTitle">
|
||||||
{{ "moveSelected" | i18n }}
|
{{ "moveSelected" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable modal-sm" role="document">
|
<div class="modal-dialog modal-dialog-scrollable modal-sm" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="restoreSelectedTitle">
|
<h1 class="modal-title" id="restoreSelectedTitle">
|
||||||
{{ "restoreSelected" | i18n }}
|
{{ "restoreSelected" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="moveSelectedToOrgTitle">
|
<h1 class="modal-title" id="moveSelectedToOrgTitle">
|
||||||
{{ "moveSelectedToOrg" | i18n }}
|
{{ "moveSelectedToOrg" | i18n }}
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="collectionsTitle">
|
<h1 class="modal-title" id="collectionsTitle">
|
||||||
{{ "collections" | i18n }}
|
{{ "collections" | i18n }}
|
||||||
<small *ngIf="cipher">{{ cipher.name }}</small>
|
<small *ngIf="cipher">{{ cipher.name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
ngNativeValidate
|
ngNativeValidate
|
||||||
>
|
>
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="folderAddEditTitle">{{ title }}</h2>
|
<h1 class="modal-title" id="folderAddEditTitle">{{ title }}</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" id="shareTitle">
|
<h1 class="modal-title" id="shareTitle">
|
||||||
{{ "moveToOrganization" | i18n }}
|
{{ "moveToOrganization" | i18n }}
|
||||||
<small *ngIf="cipher">{{ cipher.name }}</small>
|
<small *ngIf="cipher">{{ cipher.name }}</small>
|
||||||
</h2>
|
</h1>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="close"
|
class="close"
|
||||||
|
|||||||
@@ -41,6 +41,10 @@
|
|||||||
border-bottom: 1px solid themed("separator");
|
border-bottom: 1px solid themed("separator");
|
||||||
color: themed("textColor");
|
color: themed("textColor");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-title {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
|
|||||||
Reference in New Issue
Block a user