phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: brewer add.php,1.2,1.3 beer.php,1.8,1.9 edit.php


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: brewer add.php,1.2,1.3 beer.php,1.8,1.9 edit.php,1.5,1.6 index.php,1.2,1.3 view.php,1.5,1.6 view_recipe.php,1.4,1.5
Date: Sun, 11 Aug 2002 23:19:28 -0400

Update of /cvsroot/phpgroupware/brewer
In directory subversions:/tmp/cvs-serv1773

Modified Files:
        add.php beer.php edit.php index.php view.php view_recipe.php 
Log Message:
remove parse_navbar()

Index: add.php
===================================================================
RCS file: /cvsroot/phpgroupware/brewer/add.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** add.php     11 Sep 2001 12:38:28 -0000      1.2
--- add.php     12 Aug 2002 03:19:25 -0000      1.3
***************
*** 95,99 ****
  
        $GLOBALS['phpgw']->common->phpgw_header();
-       echo parse_navbar();
  
        $GLOBALS['phpgw']->template->pfp('out','header');
--- 95,98 ----

Index: beer.php
===================================================================
RCS file: /cvsroot/phpgroupware/brewer/beer.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** beer.php    30 Apr 2002 23:38:05 -0000      1.8
--- beer.php    12 Aug 2002 03:19:25 -0000      1.9
***************
*** 159,163 ****
  
        $GLOBALS['phpgw']->common->phpgw_header();
-       echo parse_navbar();
  
        $t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
--- 159,162 ----

Index: edit.php
===================================================================
RCS file: /cvsroot/phpgroupware/brewer/edit.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** edit.php    30 Apr 2002 23:38:05 -0000      1.5
--- edit.php    12 Aug 2002 03:19:25 -0000      1.6
***************
*** 138,142 ****
  
        $GLOBALS['phpgw']->common->phpgw_header();
-       echo parse_navbar();
  
        $GLOBALS['phpgw']->template->pfp('out','header');
--- 138,141 ----

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/brewer/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   11 Sep 2001 12:38:28 -0000      1.2
--- index.php   12 Aug 2002 03:19:25 -0000      1.3
***************
*** 36,40 ****
  
        $GLOBALS['phpgw']->common->phpgw_header();
-       echo parse_navbar();
  
        echo '<br>' . lang('Brewer') . '<br><br>' . "\n";
--- 36,39 ----
***************
*** 54,63 ****
                echo '    </td>' . "\n";
                echo '  </tr>' . "\n";
! /*
                echo '  <tr>' . "\n";
                echo '    <td>' . "\n";
                echo '<a href="' . 
$GLOBALS['phpgw']->link('/brewer/batches.php') . '">' . lang('Batches') . 
'</a>' . "\n";
                echo '    </td>' . "\n";
!               echo '  </tr>' . "\n";*/
        }
  
--- 53,63 ----
                echo '    </td>' . "\n";
                echo '  </tr>' . "\n";
!               /*
                echo '  <tr>' . "\n";
                echo '    <td>' . "\n";
                echo '<a href="' . 
$GLOBALS['phpgw']->link('/brewer/batches.php') . '">' . lang('Batches') . 
'</a>' . "\n";
                echo '    </td>' . "\n";
!               echo '  </tr>' . "\n";
!               */
        }
  

Index: view.php
===================================================================
RCS file: /cvsroot/phpgroupware/brewer/view.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** view.php    30 Apr 2002 23:38:05 -0000      1.5
--- view.php    12 Aug 2002 03:19:25 -0000      1.6
***************
*** 120,124 ****
  
        $GLOBALS['phpgw']->common->phpgw_header();
-       echo parse_navbar();
  
        $GLOBALS['phpgw']->template->pfp('out','header');
--- 120,123 ----

Index: view_recipe.php
===================================================================
RCS file: /cvsroot/phpgroupware/brewer/view_recipe.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** view_recipe.php     30 Apr 2002 23:38:05 -0000      1.4
--- view_recipe.php     12 Aug 2002 03:19:25 -0000      1.5
***************
*** 62,66 ****
  
        $GLOBALS['phpgw']->common->phpgw_header();
-       echo parse_navbar();
  
        $GLOBALS['phpgw']->template->set_var('title',lang('View') . ' ' . 
lang(ucfirst($type)));
--- 62,65 ----





reply via email to

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