Browse Source

Remove useless action (#3365)

The cancel action was not wired. There is no value to have such thing
Alexis Degrugillier 5 năm trước cách đây
mục cha
commit
78fdb6fa23
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/views/configure/integration.phtml

+ 0 - 1
app/views/configure/integration.phtml

@@ -64,7 +64,6 @@
 		<div class="form-group form-actions">
 			<div class="group-controls">
 				<button type="submit" class="btn btn-important"><?= _t('gen.action.submit') ?></button>
-				<button type="reset" class="btn"><?= _t('gen.action.cancel') ?></button>
 			</div>
 		</div>
 	</form>