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/feed | |
| parent | 926ce8ff5f2595bdf29f6a8fb61e8e40adb1251a (diff) | |
set type="submit" (#4237)
Diffstat (limited to 'app/views/helpers/feed')
| -rw-r--r-- | app/views/helpers/feed/update.phtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index ed6db9b1f..264881f77 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -127,9 +127,9 @@ <div class="form-group form-actions"> <div class="group-controls"> - <button class="btn btn-important"><?= _t('gen.action.submit') ?></button> + <button type="submit" class="btn btn-important"><?= _t('gen.action.submit') ?></button> <button type="reset" class="btn"><?= _t('gen.action.cancel') ?></button> - <button class="btn btn-attention confirm" + <button type="submit" class="btn btn-attention confirm" data-str-confirm="<?= _t('gen.js.confirm_action_feed_cat') ?>" formaction="<?= _url('feed', 'delete', 'id', $this->feed->id()) ?>" formmethod="post"><?= _t('gen.action.remove') ?></button> @@ -367,9 +367,9 @@ <div class="form-group form-actions"> <div class="group-controls"> - <button class="btn btn-important"><?= _t('gen.action.submit') ?></button> + <button type="submit" class="btn btn-important"><?= _t('gen.action.submit') ?></button> <button type="reset" class="btn"><?= _t('gen.action.cancel') ?></button> - <button class="btn btn-attention confirm" formmethod="post" formaction="<?= _url('feed', 'truncate', 'id', $this->feed->id()) ?>"><?= _t('gen.action.truncate') ?></button> + <button type="submit" class="btn btn-attention confirm" formmethod="post" formaction="<?= _url('feed', 'truncate', 'id', $this->feed->id()) ?>"><?= _t('gen.action.truncate') ?></button> </div> </div> @@ -476,7 +476,7 @@ <div class="form-group form-actions"> <div class="group-controls"> - <button class="btn btn-important"><?= _t('gen.action.submit') ?></button> + <button type="submit" class="btn btn-important"><?= _t('gen.action.submit') ?></button> <button type="reset" class="btn"><?= _t('gen.action.cancel') ?></button> </div> </div> |
