Another Save Button - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7) +--- Thread: Another Save Button (/showthread.php?tid=649) |
Another Save Button - homershines - 2010-04-17 I just noticed this recently. Maybe it's because I'm lazy. ...but is it possible to have a save button at the top of the Pages Admin page? Editing would go a little better, quicker without the extra scroll down. At least in my mind. Thanks. homershines Another Save Button - Carlos - 2010-04-17 I was going to request this too (just didn't 'cause I'm lazy :-)) 100% agree. A Save button at the top would make editing faster when you only intend to change the title, options, or upper lines of content. Another Save Button - Carlos - 2010-04-18 A patch (for 2.01, didn't check previous ones): - Edit file admin/edit.php - Copy line 257: Code: <p><input class="submit" type="submit" name="submitted" value="<?php echo $buttonname; ?>" /> <?php echo $i18n['OR']; ?> <a class="cancel" href="pages.php?cancel"><?php echo $i18n['CANCEL']; ?></a></p> Code: <!-- page title toggle screen --> Another Save Button - homershines - 2010-04-18 Hahahahahah! Many thanks. That may save my wrist, especially when working with my laptop. Again thank you. homershines Another Save Button - ccagle8 - 2010-04-18 I've added a second submit button to the next version of GS (2.02). I implemented it a little differently, but thanks for the idea none-the-less! Another Save Button - pauloc - 2010-04-30 Haven't tested GS 2.02, but wouldn't it be better to have the save button (or any other button) on the right side, below the sidebar buttons? Just my two cents, I'm new here. Another Save Button - Carlos - 2010-04-30 pauloc, There it is, in the GS 2.02 beta. Chris thought the same :-) |