[GRASSweb-list]stephan: web/intro firsttime.php,1.2,1.3 general.php,1.2,1.3

grass at intevation.de grass at intevation.de
Tue Nov 15 08:13:04 EST 2005


Author: stephan

Update of /grassrepository/web/intro
In directory doto:/tmp/cvs-serv27529/intro

Modified Files:
	firsttime.php general.php 
Log Message:
+ finishing the leftpadding-stuff also in non-index.php-files




Index: firsttime.php
===================================================================
RCS file: /grassrepository/web/intro/firsttime.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- firsttime.php	17 Jan 2005 20:10:59 -0000	1.2
+++ firsttime.php	15 Nov 2005 13:13:02 -0000	1.3
@@ -67,7 +67,7 @@
        include("menu_side.inc");
      ?>
    </td>
-  <td valign="top"> <!-- MAIN PART -->
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
   
     <h3>Welcome, First time Users of GRASS!</h3>
     <?php

Index: general.php
===================================================================
RCS file: /grassrepository/web/intro/general.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- general.php	17 Jan 2005 20:10:59 -0000	1.2
+++ general.php	15 Nov 2005 13:13:02 -0000	1.3
@@ -67,7 +67,7 @@
        include("menu_side.inc");
      ?>
    </td>
-  <td valign="top"> <!-- MAIN PART -->
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
   
     <h3>What's GRASS?</h3>
     <?php





More information about the grass-web mailing list