Catalog
view release on metacpan or search on metacpan
lib/Catalog/tools/sqledit.pm view on Meta::CPAN
my($self, $table, $row, $info) = @_;
# if ( !$custom) {
# return "";
# } else {
# return '_SPECIFICLINK_' => "";
# }
}
sub margin {
my($self, $legend, $level) = @_;
my($margin);
my($margin_table);
if($level > 0) {
if(!$legend) {
$legend = " ";
} else {
$legend = "<i>$legend</i>";
}
$margin .= "<td width=\"5%\"> </td>" x ($level - 1);
$margin = "$margin<td width=\"5%\">$legend</td>";
}
return $margin;
}
sub search_display {
my($self, $template, $table, $row, $info, $index, $level) = @_;
my($assoc) = $template->{'assoc'};
if(exists($assoc->{'_DEFAULTTITLE_'})) {
$assoc->{'_DEFAULTTITLE_'} = $self->row2title($info, undef, $table);
( run in 0.901 second using v1.01-cache-2.11-cpan-49f99fa48dc )