diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 18:10:58 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 18:10:58 -0800 |
| commit | 54f2db69e4130eb055eae5fe2d0f86e9b96abdf0 (patch) | |
| tree | b18561b7a814bb4ac3cc55b52c0390e6a7b2bef5 /skins/elastic | |
| parent | 6bcbeb994773b8e0464bcaf53fcceb6e32c28e41 (diff) | |
| download | rc-inbox-settings-54f2db69e4130eb055eae5fe2d0f86e9b96abdf0.tar.gz | |
who needs a label when we have placeholders
Diffstat (limited to 'skins/elastic')
| -rw-r--r-- | skins/elastic/templates/key_import.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/skins/elastic/templates/key_import.html b/skins/elastic/templates/key_import.html index e738f06..6a5cb14 100644 --- a/skins/elastic/templates/key_import.html +++ b/skins/elastic/templates/key_import.html @@ -19,21 +19,18 @@ <table class="propform"> <tbody> <tr class="form-group row"> - <td class="col-sm-8" colspan="2" style="width: 100%;"> + <td> <label class="col-form-label" for="rcmfd_key_data"><roundcube:label name="inbox_settings.paste_key_data" /></label> </td> </tr> <tr class="form-group row"> - <td class="col-sm-8" colspan="2" style="width: 100%;"> + <td> <textarea id="rcmfd_key_data" rows="10" name="key_data" resizable="false"></textarea> </td> </tr> <tr class="form-group row"> - <td class="col-sm-2"> - <label class="col-form-label" for="rcmfd_key_comment"><roundcube:label name="inbox_settings.comment" /></label> - </td> <td class="col-sm-6"> - <input id="rcmfd_key_comment" type="text" name="comment" size="80"> + <input id="rcmfd_key_comment" type="text" name="comment" size="120" placeholder="<roundcube:label name="inbox_settings.comment_placeholder" />"> </td> </tr> </tbody> |
