Move the backend close shop link!! (or add confirmation screen)

Posted By Neil Wed 21 Jul 2010
Add to Favorites0

Move the backend close shop link!! (or add confirmation screen)

Author Message
Neil
 Posted Wed 21 Jul 2010
Supreme Being

Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)

Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192, Visits: 5,220
A few times now my colleagues and I have accidentally clicked the link to close the shop in the backend when highlighting the box for a search!! Perhaps this can be moved and/or there be a confirmations screen 'are you sure you want to close the shop?'
Neil
 Posted Wed 21 Jul 2010
Supreme Being

Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)Supreme Being - (110,609 reputation)

Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192, Visits: 5,220
Moved the link with the following css in App_Themes\Admin\template.css


.storestatus a
{
    position: relative;
    right: 453px;
}


I still think a close shop yes/no confirmation screen would be a good idea as well.
Paul
 Posted Tue 27 Jul 2010
große Käse

große Käse - (453,388 reputation)große Käse - (453,388 reputation)große Käse - (453,388 reputation)große Käse - (453,388 reputation)große Käse - (453,388 reputation)große Käse - (453,388 reputation)große Käse - (453,388 reputation)große Käse - (453,388 reputation)große Käse - (453,388 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
We've done the following instead:

#section_searchbox #searchboxes
{
    padding: 17px 30px 0 5px;
}


The padding of 17 moves the search box line down so is well clear of the open/close link.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top