Changeset 3775:6c367dee2de0 for inc/admin/lib.moduleslist.php
- Timestamp:
- 07/12/18 14:07:20 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r3762 r3775 564 564 if (in_array('desc', $cols)) { 565 565 echo 566 '<th class="nowrap " scope="col">' . __('Details') . '</th>';566 '<th class="nowrap module-desc" scope="col">' . __('Details') . '</th>'; 567 567 } 568 568 … … 601 601 602 602 echo 603 '<tr class="line" id="' . html::escapeHTML($this->list_id) . '_m_' . html::escapeHTML($id) . '">'; 603 '<tr class="line" id="' . html::escapeHTML($this->list_id) . '_m_' . html::escapeHTML($id) . '"' . 604 (in_array('desc', $cols) ? ' title="' . html::escapeHTML(__($module['desc'])) . '" ' : '') . 605 '>'; 604 606 605 607 $tds = 0;
Note: See TracChangeset
for help on using the changeset viewer.