Changeset 1312:9b954dbdf09a for plugins/simpleMenu
- Timestamp:
- 08/08/13 21:29:17 (12 years ago)
- Branch:
- default
- Parents:
- 1311:b57043a88153 (diff), 1290:de23a6996243 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/index.php
r1280 r1312 459 459 if (!$step) { 460 460 echo '<form id="menuitemsappend" action="'.$p_url.'&add=1" method="post">'; 461 echo '<p >'.$core->formNonce().'<input class="add" type="submit" name="appendaction" value="'.__('Add an item').'" /></p>';461 echo '<p class="top-add">'.$core->formNonce().'<input class="button add" type="submit" name="appendaction" value="'.__('Add an item').'" /></p>'; 462 462 echo '</form>'; 463 463 }
Note: See TracChangeset
for help on using the changeset viewer.