Project

General

Profile

Bug #3476 ยป 3476.patch

krileon, 26 April 2012 16:17

View differences:

components/com_comprofiler/plugin/user/plug_cbprofilebook/cb.profilebook.php
if ( $this->pbconfig->MainMode == 'blog' ) {
$return .= "\n" . '<div class="cbpbEntries cbpbBlog">';
} else {
$return .= "\n<table cellpadding=\"3\" cellspacing=\"0\" style=\"border:0px; width:100%; table-layout:auto;\">";
$return .= "\n<table cellpadding=\"3\" cellspacing=\"0\" style=\"border:0px; width:100%; table-layout:fixed; word-wrap:break-word;\">";
$return .= "\n\t<tr class=\"sectiontableheader\">";
$return .= "\n<th style=\"width:30%;\">" . CBTxt::Th( "Name" ) . "</th>";
$return .= "\n<th style=\"width:70%;\">" . CBTxt::Th( "Entry" ) . "</th>";
    (1-1/1)