[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.220,1.221

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun May 11 14:34:41 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv7165

Modified Files:
	lib-common.php 
Log Message:
Added title attributes to the printer and email icons (in articles).


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.220
retrieving revision 1.221
diff -C2 -d -r1.220 -r1.221
*** lib-common.php	6 May 2003 13:56:20 -0000	1.220
--- lib-common.php	11 May 2003 18:34:39 -0000	1.221
***************
*** 318,322 ****
  function COM_article( $A, $index='', $storytpl='storytext.thtml' )
  {
!     global $_TABLES, $mode, $_CONF, $LANG01, $_USER, $LANG05, $_THEME_URL;
  
      $curtime = COM_getUserDateTimeFormat( $A['day'] );
--- 318,322 ----
  function COM_article( $A, $index='', $storytpl='storytext.thtml' )
  {
!     global $_TABLES, $mode, $_CONF, $_USER, $LANG01, $LANG05, $LANG11, $_THEME_URL;
  
      $curtime = COM_getUserDateTimeFormat( $A['day'] );
***************
*** 502,506 ****
                  . '<img src="' . $_CONF['layout_url']
                  . '/images/mail.gif" alt="' . $LANG01[64]
!                 . '" border="0"></a>' );
          }
          if( $_CONF['hideprintericon'] == 1 )
--- 502,506 ----
                  . '<img src="' . $_CONF['layout_url']
                  . '/images/mail.gif" alt="' . $LANG01[64]
!                 . '" title="' . $LANG11[2] . '" border="0"></a>' );
          }
          if( $_CONF['hideprintericon'] == 1 )
***************
*** 514,518 ****
                  . '&mode=print"><img border="0" src="'
                  . $_CONF['layout_url'] . '/images/print.gif" alt="'
!                 . $LANG01[65] . '"></a>' );
          }
      }
--- 514,518 ----
                  . '&mode=print"><img border="0" src="'
                  . $_CONF['layout_url'] . '/images/print.gif" alt="'
!                 . $LANG01[65] . '" title="' . $LANG11[3] . '"></a>' );
          }
      }





More information about the geeklog-cvs mailing list