Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
7
site/OFF_plugins/field-engineer/snippets/row-empty.php
Normal file
7
site/OFF_plugins/field-engineer/snippets/row-empty.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div class="egr-empty">
|
||||
<?php $icon = (!empty($data_add)) ? 'plus-circle' : 'arrow-circle-down'; ?>
|
||||
<i class="icon icon-left fa fa-<?php echo $icon; ?>"></i>
|
||||
<span class="egr-add-button"<?php echo $data_add; ?>><?php _l('fields.structure.add.first') ?>
|
||||
<?php echo egr::snippet('dropdown', array('fieldset_names' => $fieldset_names)); ?>
|
||||
</span>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue