You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
497 B

  1. <form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
  2. {%editList%}
  3. <div class="form-group layer-footer">
  4. <label class="control-label col-xs-12 col-sm-2"></label>
  5. <div class="col-xs-12 col-sm-8">
  6. <button type="submit" class="btn btn-success btn-embossed disabled">{:__('OK')}</button>
  7. <button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
  8. </div>
  9. </div>
  10. </form>