phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki/parse html.php,1.8,1.9


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/parse html.php,1.8,1.9
Date: Wed, 19 Mar 2003 19:46:17 -0500

Update of /cvsroot/phpgroupware/wiki/parse
In directory subversions:/tmp/cvs-serv31657/parse

Modified Files:
        html.php 
Log Message:
some cosmetics for a better look

Index: html.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/parse/html.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** html.php    19 Mar 2003 22:55:12 -0000      1.8
--- html.php    20 Mar 2003 00:46:15 -0000      1.9
***************
*** 199,206 ****
      
        return html_ref($HomePage, $HomePage) . ' | ' .
!              html_ref('RecentChanges', 'RecentChanges') . ' | ' .
!            '<a href="' . $PrefsScript . '">Preferences</a>' .
               ($GLOBALS['phpgw_info']['user']['apps']['admin'] ?
!             ' | <a href="'.$AdminScript.'">Administration</a>' : '').'<br>';
  }
  function html_history_entry($page, $version, $time, $host, $user, $c1, $c2,
--- 199,208 ----
      
        return html_ref($HomePage, $HomePage) . ' | ' .
!              html_ref('RecentChanges', 'RecentChanges');      
! /*
!            ' | <a href="' . $PrefsScript . '">Preferences</a>' .
               ($GLOBALS['phpgw_info']['user']['apps']['admin'] ?
!             ' | <a href="'.$AdminScript.'">Administration</a>' : '') . '<br>';
! */
  }
  function html_history_entry($page, $version, $time, $host, $user, $c1, $c2,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]