createapplication.devops.html.hook.php 271 B

1234567891011121314
  1. <?php
  2. namespace zin;
  3. global $app, $lang;
  4. $colWidth = isInModal() ? 'full' : '2/3';
  5. query('.dbService')->after(
  6. formRowGroup(set::title($lang->space->customFields)),
  7. div
  8. (
  9. setID('customField'),
  10. isInModal() ? null : setClass('w-2/3')
  11. )
  12. );