Page 1 of 1

Submit and close in sitestructure

Posted: Mon 25. Jul 2005, 09:39
by frold
When content editing you have a SubmitClose I would also like to have when editing sitestructure

Posted: Wed 3. Aug 2005, 12:54
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?