Changeset 2002:a0de6679a058 for plugins/daInstaller
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/daInstaller/inc/lib.da.installer.ui.php
r1568 r2002 52 52 53 53 $html_block = 54 '<table summary="modules" class="maximal">'. 54 '<div class="table-outer">'. 55 '<table caption="modules" class="maximal">'. 55 56 '<thead>'. 56 57 '<tr>'. … … 62 63 '</thead>'. 63 64 '<tbody>%s</tbody>'. 64 '</table> ';65 '</table></div>'; 65 66 66 67 echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; … … 206 207 $html_block = 207 208 '<form action="'.$url.'" method="post">'. 208 '<table summary="upd-%1$s" class="maximal">'. 209 '<div class="table-outer">'. 210 '<table caption="upd-%1$s" class="maximal">'. 209 211 '<thead>'. 210 212 '<tr>'. … … 215 217 '</thead>'. 216 218 '<tbody>%2$s</tbody>'. 217 '</table> '.219 '</table></div>'. 218 220 '<div class="two-cols">'. 219 221 '<p class="col checkboxes-helpers"></p>'.
Note: See TracChangeset
for help on using the changeset viewer.