I have a subpanel which has a generated URL.. the url displays/works in detail view, but doesn't show in the subpanel - I just see a blank field.
Here is the auto-generated subpanel
<?php
// created: 2010-01-25 02:25:59
$subpanel_layout['list_fields'] = array (
'name' =>
array (
'vname' => 'LBL_NAME',
'widget_class' => 'SubPanelDetailViewLink',
'width' => '45%',
'default' => true,
),
'status' =>
array (
'width' => '20%',
'vname' => 'LBL_STATUS',
'default' => true,
),
'send_email_link_c' =>
array (
'type' => 'url',
'default' => true,
'vname' => 'LBL_SEND_EMAIL_LINK',
'width' => '10%',
),
'edit_button' =>
array (
'widget_class' => 'SubPanelEditButton',
'module' => 'Avail_Sendouts',
'width' => '4%',
'default' => true,
),
);
?>


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks