UI_SECURE — force UI into secure mode
Interchange 5.7.0:
Source: code/UI_Tag/flex_select.coretag
Line 87 (context shows lines 77-91 in flex_select_init():30)
$Tmp->{flex_select} ||= {};
my $ts = $Tmp->{flex_select}{$table} = {};
if(! $db) {
$Tag->error({
name => 'flex_select',
set => errmsg('no %s database', $table),
});
my $url = $Tag->area( {
href => $::Variable->{UI_ERROR_PAGE} || 'admin/error',
secure => $::Variable->{UI_SECURE},
});
#::logDebug("delivering error url=$url");
$Tag->deliver( { location => $url });
return;
Source: lib/Vend/Table/Editor.pm (rev. 1.92 from Sun May 11 00:01:19 2008)
Line 1311 (context shows lines 1301-1315 in tabbed_display():1079)
$opt->{panel_style}
}
-->
</style>
EOF
my $s1 = '';
my $s2 = '';
my $ibase = $Tag->image({
ui => $Vend::admin,
dir_only => 1,
secure => $Vend::admin && $::Variable->{UI_SECURE},
});
$opt->{clear_image} ||= 'bg.gif';
my $clear = "$ibase/$opt->{clear_image}";
my @dntabs;