COM-FSM
Template:MindTouch > Controls > DisablePageControls

DisablePageControls

Page last modified 14:15, 31 Oct 2010 by Admin
  • You do not have permissions to view this page - please try logging in.
Table of contents
No headers
/***

    DisablePageControls()

***/

<html><tail>
<script type="text/jem">"
    $('.pageedit').css('display', 'none');
    $('.pagecreate').css('display', 'none');
    $('.pageProperties').css('display', 'none');
    $('.pageMove').css('display', 'none');
    $('.pageDelete').css('display', 'none');
    $('.pageRestrict').css('display', 'none');
"</script>
</tail></html>
Powered by MindTouch Core