You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

You may hide the Save as Draft button by putting in the following code in:

<script type="text/javascript">
	$(document).ready( function(){
		$("#saveAsDraft").remove();
	});
</script>
  • No labels