Просмотр исходного кода

Remove useless action (#3365)

The cancel action was not wired. There is no value to have such thing
Alexis Degrugillier 5 лет назад
Родитель
Сommit
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>