Submit and close in sitestructure

Use GitHub to post feature requests for phpwcms.
Locked
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Submit and close in sitestructure

Post by frold »

When content editing you have a SubmitClose I would also like to have when editing sitestructure
http://www.studmed.dk Portal for doctors and medical students in Denmark
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

I have tried:

open: admin.structure.inc.php

Find

Code: Select all

<input name="Submit" type="submit" class="button10" value="<?php echo $BL['be_admin_struct_button'] ?>">
Changed to:

Code: Select all

<input name="Submit" type="submit" class="button10" value="<?php echo $BL['be_admin_struct_button'] ?>" onClick="location.href='phpwcms.php?do=articles&p=6';">
But it will not work - any ideas?
http://www.studmed.dk Portal for doctors and medical students in Denmark
Locked