Page selector blank list
Permalink
Hi i'm not sure, i've used the pages selector in a custom dashboard module, I call it using the:
Then
And its random, sometime I get the pop up page selector and sometime I only get a blank page with a list showing top right:
Full Sitemap
Flat View
Search
Any idea as to what i'm doing wrong? Thanks in advance
$ps = Loader::helper('form/page_selector');
Then
<?php echo $ps->selectPage('page-id', 'page_id', t('Select Page'), $testimonial_page)?></div>
And its random, sometime I get the pop up page selector and sometime I only get a blank page with a list showing top right:
Full Sitemap
Flat View
Search
Any idea as to what i'm doing wrong? Thanks in advance
Rony