mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #810 from xf-/task/splitInExport
Seperate card for In/Export
This commit is contained in:
commit
d2a6cae5eb
1 changed files with 9 additions and 4 deletions
|
|
@ -307,12 +307,17 @@
|
|||
<span class="form-text text-muted" data-i18n="optionsSaveDomainOnlyCustomLoginHelpText"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card my-4 shadow">
|
||||
<div class="card-header h6 rounded-0">
|
||||
<i class="fa fa-exchange fa-rotate-90" aria-hidden="true"></i>
|
||||
<span data-i18n="optionsImportExportSettings"></span>
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
<div class="form-group">
|
||||
<div class="help-block">
|
||||
<span data-i18n="optionsImportExportSettings"></span>
|
||||
</div>
|
||||
<br />
|
||||
<button class="btn btn-sm btn-primary" id="importSettingsButton"><i class="fa fa-arrow-down" aria-hidden="true"></i><span data-i18n="optionsButtonImport"></span></button>
|
||||
<button class="btn btn-sm btn-primary" id="exportSettingsButton"><i class="fa fa-arrow-up" aria-hidden="true"></i><span data-i18n="optionsButtonExport"></span></button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue