diff options
| author | Carson Fleming <[email protected]> | 2024-12-30 03:10:13 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-30 03:10:13 -0800 |
| commit | 666839bea6050f3a6bebca7fc0bff77151155ac2 (patch) | |
| tree | dd21bfd87f286f466f7a8b9dfb86f343462afb29 /skins | |
| parent | 86db941816acdd409959a7e91a5534346d02491c (diff) | |
| download | rc-inbox-settings-666839bea6050f3a6bebca7fc0bff77151155ac2.tar.gz | |
shrug
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/elastic/templates/key_import.html | 9 | ||||
| -rw-r--r-- | skins/elastic/templates/keys.html | 7 |
2 files changed, 14 insertions, 2 deletions
diff --git a/skins/elastic/templates/key_import.html b/skins/elastic/templates/key_import.html new file mode 100644 index 0000000..4fb3564 --- /dev/null +++ b/skins/elastic/templates/key_import.html @@ -0,0 +1,9 @@ +<roundcube:include file="includes/layout.html" /> + +<h1 class="voice"><roundcube:label name="inbox_settings.key_import" /></h1> + +<div class="formcontent"> + <roundcube:object name="importform" class="propform" part="import" /> +</div> + +<roundcube:include file="includes/footer.html" /> diff --git a/skins/elastic/templates/keys.html b/skins/elastic/templates/keys.html index 85b38ae..4cf7752 100644 --- a/skins/elastic/templates/keys.html +++ b/skins/elastic/templates/keys.html @@ -20,8 +20,11 @@ label="delete" title="inbox_settings.key_delete" innerClass="inner" /> </div> </div> - <div class="iframe-wrapper"> - <!-- list goes here --> + <div class="scroller"> + <roundcube:object name="keyslist" id="keys-table" class="listing" + noheader="true" role="listbox" data-list="keys_list" + data-label-msg="listempty" data-label-ext="listusebutton" + data-create-command="inbox_settings.key_import" /> </div> </div> |
