[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.701,1.702

Dirk Haun dhaun at qs1489.pair.com
Sun Jun 1 03:39:20 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv58075/public_html

Modified Files:
	lib-common.php 
Log Message:
Moved the hard-coded CSS for the System Message to the stylesheet


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.701
retrieving revision 1.702
diff -C2 -d -r1.701 -r1.702
*** lib-common.php	31 May 2008 18:38:48 -0000	1.701
--- lib-common.php	1 Jun 2008 07:39:17 -0000	1.702
***************
*** 4415,4422 ****
          $retval .= COM_startBlock($MESSAGE[40] . ' - ' . $timestamp, '',
                                    COM_getBlockTemplate('_msg_block', 'header'))
!                 . '<p><img src="' . $_CONF['layout_url']
!                 . '/images/sysmessage.' . $_IMAGE_TYPE . '" alt="" '
!                 . 'style="padding-right:5px; padding-bottom:3px; border:none; float:left;"' . XHTML . '>'
!                 . $message . '</p>'
                  . COM_endBlock(COM_getBlockTemplate('_msg_block', 'footer'));
      }
--- 4415,4421 ----
          $retval .= COM_startBlock($MESSAGE[40] . ' - ' . $timestamp, '',
                                    COM_getBlockTemplate('_msg_block', 'header'))
!                 . '<p class="sysmessage"><img src="' . $_CONF['layout_url']
!                 . '/images/sysmessage.' . $_IMAGE_TYPE . '" alt="" ' . XHTML
!                 . '>' . $message . '</p>'
                  . COM_endBlock(COM_getBlockTemplate('_msg_block', 'footer'));
      }




More information about the geeklog-cvs mailing list