is there a way to remove the show grid icon from the screen?

Comments

gausarts’s picture

Yes, just remove this line from page.tpl at the bottom right before closing body tag:

    <?php global $user;?>
    <?php if ($user->uid == 1):?>
    <?php print '<a id="switchgrid" class="off" href="#" title="turn the grid on or off">Show/Hide Grid</a>' ;?>
    <?php endif; ?>

It's only available to admin and useful during devs. But I will make it optional (without it by default) in the next release. Thanks for trying.

gausarts’s picture

Status: Active » Fixed

Will be optional in the next release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.