From 0967829c83769fc860dcda312d5e9374159b5694 Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Thu, 9 Feb 2006 21:58:34 -0700
Subject: [PATCH] Changed default months being shown to 3.

---
 inc/class.eq.inc.php           | 6 +++---
 templates/default/dir_view.tpl | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php
index f3d124f..3478b4c 100644
--- a/inc/class.eq.inc.php
+++ b/inc/class.eq.inc.php
@@ -43,10 +43,10 @@ class eq
  
   function eq()
     {
-      $this->default_ht_num_months = 1;
-      $this->default_ppi_num_months = 1;
+      $this->default_ht_num_months = 3;
+      $this->default_ppi_num_months = 3;
       $this->default_ppi_num_years = 0;
-      $this->default_att_num_months = 1;
+      $this->default_att_num_months = 3;
       
       $this->db		= $GLOBALS['phpgw']->db;
       $this->db2	= $this->db;
diff --git a/templates/default/dir_view.tpl b/templates/default/dir_view.tpl
index 99b1543..b1adc19 100644
--- a/templates/default/dir_view.tpl
+++ b/templates/default/dir_view.tpl
@@ -5,7 +5,7 @@
 	</tr>
 	</table>
 	<br>
-	<table border="0" width=100% cellspacing="2" cellpadding="2">
+	<table border="0" width=80% cellspacing="2" cellpadding="2">
 	<tr>
 	  <td colspan="1" align="center" bgcolor="#c9c9c9"><font face="{font}"><b>Phone</b></font></td>
 	  <td colspan="1" align="center" bgcolor="#c9c9c9"><font face="{font}"><b>Name</b></font></td>
-- 
2.34.1