}
forum_header(array('title'=>sprintf(_('Forums for %1$s'), $g->getPublicName()) ));
+ echo '<h1>'.sprintf(_('Forums for %1$s'), $g->getPublicName()) .'</h1>';
if ($ff->isError() || count($farr) < 1) {
- echo '<h1>'.sprintf(_('No Forums Found For %1$s'), $g->getPublicName()) .'</h1>';
+ echo '<div class="warning_msg">'.sprintf(_('No Forums Found for %1$s'), $g->getPublicName()) .'</div>';
if($ff->isError()) {
echo $ff->getErrorMessage();
}
}
?>
- echo '<h1>'.sprintf(_('Forums for %1$s'), $g->getPublicName()) .'</h1>';
echo report_header(_('User Activity'));
$abc_array = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z');
-echo _('Choose the <strong>First Letter</strong> of the name of the person you wish to report on.<p>');
+echo '<p>';
+echo _('Choose the <strong>First Letter</strong> of the name of the person you wish to report on.');
+echo '</p>';
for ($i=0; $i<count($abc_array); $i++) {
if ($sw == $abc_array[$i]) {
echo '<strong>'.$abc_array[$i].'</strong> ';
if ( db_numrows( $res ) > 1 ) {
?>
- <table width="100%" cellpadding="0" cellspacing="0" border="1">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top" align="right" class="tableheading">
<td><strong><?php echo _('Group Name'); ?></strong></td>
$user_id = user_getid();
/* Show header */
-$sh = new SurveyHtml();
+$sh = new SurveyHtml();
$sh->header(array('title'=>_('Survey')));
+echo '<h1>'.sprintf(_('Surveys for %1$s'), $g->getPublicName()) .'</h1>';
/* Show list of Servey */
$sf = new SurveyFactory($g);