소스 검색

Remove useless action (#3365)

The cancel action was not wired. There is no value to have such thing
Alexis Degrugillier 5 년 전
부모
커밋
78fdb6fa23
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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>