Changeset 2566:9bf417837888 for inc/admin/lib.moduleslist.php
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2490 r2566 765 765 if (!empty($buttons)) { 766 766 if (in_array('checkbox', $cols)) { 767 echo 767 echo 768 768 '<p class="checkboxes-helpers"></p>'; 769 769 } … … 772 772 } 773 773 } 774 echo 774 echo 775 775 '</form>'; 776 776 … … 1592 1592 if (!empty($buttons)) { 1593 1593 if (in_array('checkbox', $cols)) { 1594 echo 1594 echo 1595 1595 '<p class="checkboxes-helpers"></p>'; 1596 1596 }
Note: See TracChangeset
for help on using the changeset viewer.