diff options
| author | 2022-02-27 21:48:39 +0100 | |
|---|---|---|
| committer | 2022-02-27 21:48:39 +0100 | |
| commit | c45e5ba85c253ebf05c060ce5ffa9ad2b725410a (patch) | |
| tree | 58cabe9e9697c94ad713b22a85a872c2495bf13e /app/views/helpers/configure/query.phtml | |
| parent | 926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a (diff) | |
set type="submit" (#4237)
Diffstat (limited to 'app/views/helpers/configure/query.phtml')
| -rw-r--r-- | app/views/helpers/configure/query.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/helpers/configure/query.phtml b/app/views/helpers/configure/query.phtml index 3dc6c2459..f681c2538 100644 --- a/app/views/helpers/configure/query.phtml +++ b/app/views/helpers/configure/query.phtml @@ -85,8 +85,8 @@ <div class="form-group form-actions"> <div class="group-controls"> - <button class="btn btn-important"><?= _t('gen.action.submit') ?></button> - <button class="btn btn-attention confirm" + <button type="submit" class="btn btn-important"><?= _t('gen.action.submit') ?></button> + <button type="submit" class="btn btn-attention confirm" data-str-confirm="<?= _t('gen.js.confirm_action_feed_cat') ?>" formaction="<?= _url('configure', 'deleteQuery', 'id', $this->queryId) ?>" formmethod="post"><?= _t('gen.action.remove') ?></button> |
