Changeset 2002:a0de6679a058 for plugins/simpleMenu
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/index.php
r1973 r2002 461 461 // Entête table 462 462 echo 463 '<table class="maximal dragable">'. 463 '<div class="table-outer">'. 464 '<table class="dragable">'. 464 465 '<caption>'.__('Menu items list').'</caption>'. 465 466 '<thead>'. … … 495 496 } 496 497 echo '</tbody>'. 497 '</table> ';498 '</table></div>'; 498 499 if (!$step) { 499 500 echo '<div class="two-cols">';
Note: See TracChangeset
for help on using the changeset viewer.