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