Posts: 104
Threads: 15
Joined: Oct 2009
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
Posts: 3,491
Threads: 106
Joined: Mar 2010
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.
Posts: 3,491
Threads: 106
Joined: Mar 2010
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>
- Paste it on line 184 or 185, just before this comment:
Code:
<!-- page title toggle screen -->
Posts: 104
Threads: 15
Joined: Oct 2009
Hahahahahah!
Many thanks.
That may save my wrist, especially when working with my laptop.
Again thank you.
homershines
Posts: 1,848
Threads: 86
Joined: Aug 2009
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!
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 27
Threads: 6
Joined: Apr 2010
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.
Posts: 3,491
Threads: 106
Joined: Mar 2010
pauloc,
There it is, in the GS 2.02 beta. Chris thought the same :-)