diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 18:34:21 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 18:34:21 -0800 |
| commit | 27cfb2476d94f93bbb1839d179f473bf0e5ef9ec (patch) | |
| tree | 59cf5535927bfaa1f0c39096223261e2f2ecc161 /skins | |
| parent | 34be920302d61cf6f1cae3ebc8b7eda34ca3ba26 (diff) | |
| download | rc-inbox-settings-27cfb2476d94f93bbb1839d179f473bf0e5ef9ec.tar.gz | |
stub import mechanics
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/elastic/templates/key_import.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/elastic/templates/key_import.html b/skins/elastic/templates/key_import.html index f48e21a..292f24f 100644 --- a/skins/elastic/templates/key_import.html +++ b/skins/elastic/templates/key_import.html @@ -4,7 +4,6 @@ <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="inbox_settings.key_import" /></h1> -<!-- keys list --> <div id="layout-content" role="main"> <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> <div class="header"> @@ -13,7 +12,7 @@ </div> <div class="formcontainer"> <h1 class="voice"><roundcube:label name="inbox_settings.key_import" /></h1> - <roundcube:form name="importform" method="post" id="import-key" class="formcontent"> + <roundcube:form name="importform" action="" method="post" id="import-key" class="formcontent"> <fieldset> <legend><roundcube:label name="inbox_settings.key_import" /></legend> <table class="propform"> |
