File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
astroid/astroid-framework/framework/layouts/fields Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 112112 <span data-astroid-tooltip="<?php echo JText::_ ('TPL_ASTROID_EDIT_GRID_ROW ' ); ?> " class="ezlb-action" ng-click="editRow(rowIndex, sectionIndex)"><i class="fa fa-columns"></i></span>
113113 <span data-astroid-tooltip="<?php echo JText::_ ('TPL_ASTROID_DUPLICATE_ROW ' ); ?> " ng-click="duplicateRow(rowIndex, sectionIndex)" class="ezlb-action"><i class="fa fa-copy"></i></span>
114114 <span data-astroid-tooltip="<?php echo JText::_ ('TPL_ASTROID_EDIT_ROW ' ); ?> " ng-click="editElement(row)" class="ezlb-action"><i class="fa fa-pencil-alt"></i></span>
115- <span data-astroid-tooltip="<?php echo JText::_ ('TPL_ASTROID_DUPLICATE_ROW ' ); ?> " ng-click="duplicateRow (rowIndex, sectionIndex)" class="ezlb-action"><i class="fa fa-copy "></i></span>
115+ <span data-astroid-tooltip="<?php echo JText::_ ('TPL_ASTROID_REMOVE_ROW ' ); ?> " ng-show="section.rows.length > 1" ng- click="removeRow (rowIndex, sectionIndex)" class="ezlb-action text-danger "><i class="fa fa-trash "></i></span>
116116 </span>
117117 <span class="ezlb-toolbar toolbar-left">
118118 <span class="ezlb-action ezlb-row-handle" ng-show="section.rows.length > 1"><i class="fa fa-arrows-alt"></i></span>
You can’t perform that action at this time.
0 commit comments