Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
8
site/OFF_plugins/field-engineer/snippets/row-meta.php
Normal file
8
site/OFF_plugins/field-engineer/snippets/row-meta.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$data_add = '';
|
||||
if(count($fieldset_names) == 1) {
|
||||
reset($fieldset_names);
|
||||
$data_add = ' data-add="' . key($fieldset_names) . '"';
|
||||
}
|
||||
echo egr::snippet('row-actions', array('data_add' => $data_add, 'fieldset_names' => $fieldset_names));
|
||||
echo egr::snippet('row-empty', array('data_add' => $data_add, 'fieldset_names' => $fieldset_names));
|
||||
Loading…
Add table
Add a link
Reference in a new issue