Changeset 1416:95da0e7b56bc for plugins/daInstaller
- Timestamp:
- 08/16/13 18:50:30 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/daInstaller/inc/lib.da.installer.ui.php
r1046 r1416 64 64 '</table>'; 65 65 66 echo '<p >'.__('Page(s)').' : '.$pager->getLinks().'</p>';66 echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 67 67 $blocks = explode('%s',$html_block); 68 68 echo $blocks[0]; … … 81 81 } 82 82 echo $blocks[1]; 83 echo '<p >'.__('Page(s)').' : '.$pager->getLinks().'</p>';83 echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 84 84 } 85 85 }
Note: See TracChangeset
for help on using the changeset viewer.