We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dae1a commit 0f57043Copy full SHA for 0f57043
1 file changed
plugins/importFE/edit.php
@@ -95,7 +95,7 @@ function upload(btn) {
95
{[ "type": "file", "name": "blob", "required": 1, "placeholder": "'.tr('Seleziona un file XML, P7M o ZIP').'" ]}
96
</div>
97
98
- <div class="col-md-3 d-flex align-items-end">
+ <div class="col-md-3 align-items-end">
99
<button type="button" class="btn btn-primary btn-block" onclick="upload(this)">
100
<i class="fa fa-upload mr-1"></i> '.tr('Carica documento').'
101
</button>
0 commit comments