Date on the right site
Posted: 20 Feb 2009, 00:52
Hello,
I have installed the Poca Geastbook with succes.
Is it possible to have de date and hour indication on the right site of the message box instead on the left site?
I founded this strip of code in 'default.php'
-------------------------------------------------------------------------------
$msgpg .= '</h2>';
$msgpg .= '<div style="overflow:auto; border-left:5px solid '.$this->css['backgroundcolor'].'; padding-left:5px;margin:10px;">' . $values->content . $end_quote .$end_a. '</div>';
$msgpg .= '<p align="right" style="padding-right:10px;"><small style="color:'.$this->css['secondfontcolor'].'">' . JHTML::_('date', $values->date, JText::_( $this->tmpl['date_format'] ) ) . '</small>';
-------------------------------------------------------------------------------
Is this the right place to change it, and how can I do it?
Manny thanks, Benny
I have installed the Poca Geastbook with succes.
Is it possible to have de date and hour indication on the right site of the message box instead on the left site?
I founded this strip of code in 'default.php'
-------------------------------------------------------------------------------
$msgpg .= '</h2>';
$msgpg .= '<div style="overflow:auto; border-left:5px solid '.$this->css['backgroundcolor'].'; padding-left:5px;margin:10px;">' . $values->content . $end_quote .$end_a. '</div>';
$msgpg .= '<p align="right" style="padding-right:10px;"><small style="color:'.$this->css['secondfontcolor'].'">' . JHTML::_('date', $values->date, JText::_( $this->tmpl['date_format'] ) ) . '</small>';
-------------------------------------------------------------------------------
Is this the right place to change it, and how can I do it?
Manny thanks, Benny