Revision: 6592
          http://care2002.svn.sourceforge.net/care2002/?rev=6592&view=rev
Author:   robertmeggle
Date:     2010-07-21 11:41:41 +0000 (Wed, 21 Jul 2010)

Log Message:
-----------
see #76

Modified Paths:
--------------
    care2x/branches/gettext/modules/tech/roots.php
    care2x/branches/gettext/modules/tech/tech-bot-pass.php
    care2x/branches/gettext/modules/tech/tech-questions.php
    care2x/branches/gettext/modules/tech/tech-repabot-pass.php
    care2x/branches/gettext/modules/tech/tech-repabot-print.php
    care2x/branches/gettext/modules/tech/tech-repabot.php
    care2x/branches/gettext/modules/tech/tech-repair-request.php
    care2x/branches/gettext/modules/tech/tech-report-archive.php
    care2x/branches/gettext/modules/tech/tech-report-showcontent.php
    care2x/branches/gettext/modules/tech/tech.php

Modified: care2x/branches/gettext/modules/tech/roots.php
===================================================================
--- care2x/branches/gettext/modules/tech/roots.php      2010-07-21 11:40:49 UTC 
(rev 6591)
+++ care2x/branches/gettext/modules/tech/roots.php      2010-07-21 11:41:41 UTC 
(rev 6592)
@@ -1,4 +1,4 @@
 <?php
 $root_path='../../';
 $top_dir='modules/tech/';
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/tech/tech-bot-pass.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-bot-pass.php      2010-07-21 
11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-bot-pass.php      2010-07-21 
11:41:41 UTC (rev 6592)
@@ -52,7 +52,6 @@
 $minimal=1;
 require($root_path.'include/helpers/inc_passcheck_head.php');
 ?>
-
 <BODY  <?php if (!$nofocus) echo 
'onLoad="document.passwindow.userid.focus()"'; echo  ' 
bgcolor='.$cfg['body_bgcolor']; 
  if (!$cfg['dhtml']){ echo ' link='.$cfg['body_txtcolor'].' 
alink='.$cfg['body_alink'].' vlink='.$cfg['body_txtcolor']; } 
 ?>>
@@ -70,6 +69,5 @@
 <?php
 require($root_path.'include/helpers/inc_load_copyrite.php');
  ?>
-
 </BODY>
 </HTML>

Modified: care2x/branches/gettext/modules/tech/tech-questions.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-questions.php     2010-07-21 
11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-questions.php     2010-07-21 
11:41:41 UTC (rev 6592)
@@ -141,7 +141,6 @@
  ob_start();
 
 ?>
-
 <script language="javascript" >
 <!-- 
 

Modified: care2x/branches/gettext/modules/tech/tech-repabot-pass.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-repabot-pass.php  2010-07-21 
11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-repabot-pass.php  2010-07-21 
11:41:41 UTC (rev 6592)
@@ -48,7 +48,6 @@
 
 
 ?>
-
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
 <HTML>
 <HEAD>
@@ -73,7 +72,7 @@
 <p>
 <table width=100% border=0 cellpadding="0" cellspacing="0"> 
 <tr>
-<td colspan=3><FONT   SIZE=2  FACE="verdana,Arial">Dieser Bereich ist 
passwortgesch\xFCtzt!<br></td>
+<td colspan=3><FONT   SIZE=2  FACE="verdana,Arial">Dieser Bereich ist 
passwortgesch�tzt!<br></td>
 </tr>
 
 <tr>
@@ -112,7 +111,6 @@
 
 }
 ?>
-
 <table  border=0 cellpadding=0 cellspacing=0>
 <tr>
 <?php if(!$passtag) echo'

Modified: care2x/branches/gettext/modules/tech/tech-repabot-print.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-repabot-print.php 2010-07-21 
11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-repabot-print.php 2010-07-21 
11:41:41 UTC (rev 6592)
@@ -81,7 +81,6 @@
                        //echo $sql;
 }
 ?>
-
 <?php html_rtl($lang); ?>
 <head>
 <?php echo setCharSet(); ?>

Modified: care2x/branches/gettext/modules/tech/tech-repabot.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-repabot.php       2010-07-21 
11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-repabot.php       2010-07-21 
11:41:41 UTC (rev 6592)
@@ -27,7 +27,6 @@
     }else {echo "<p>$sq $LDDbNoRead<br>"; };
 
 ?>
-
 <?php html_rtl($lang); ?>
 <head>
 <?php echo setCharSet(); ?>
@@ -139,7 +138,6 @@
        {
            echo '<img '.createComIcon($root_path,'butft2_d.gif').'>';
 ?>
-
 <font face="Verdana, Arial" size=2 color=#800000>
 <MARQUEE dir=ltr scrollAmount=3 scrollDelay=120 width=150
       height=10 align="middle"><b><?php echo $LDImRepabot 
?>...</b></MARQUEE></font>

Modified: care2x/branches/gettext/modules/tech/tech-repair-request.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-repair-request.php        
2010-07-21 11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-repair-request.php        
2010-07-21 11:41:41 UTC (rev 6592)
@@ -107,7 +107,6 @@
  ob_start();
 
 ?>
-
  <script language="javascript" >
 <!--
 function checkform(d)

Modified: care2x/branches/gettext/modules/tech/tech-report-archive.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-report-archive.php        
2010-07-21 11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-report-archive.php        
2010-07-21 11:41:41 UTC (rev 6592)
@@ -120,7 +120,6 @@
 ob_start();
 
 ?>
-
 <script language="javascript" >
 <!-- 
 function show_order(d,D,t,r,i)
@@ -131,7 +130,6 @@
 }
 
 <?php require($root_path.'include/helpers/inc_checkdate_lang.php'); ?>
-
 // -->
 </script> 
 <?php
@@ -149,7 +147,6 @@
 ob_start();
 
 ?>
-
 <ul>
 
 <p>

Modified: care2x/branches/gettext/modules/tech/tech-report-showcontent.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-report-showcontent.php    
2010-07-21 11:40:49 UTC (rev 6591)
+++ care2x/branches/gettext/modules/tech/tech-report-showcontent.php    
2010-07-21 11:41:41 UTC (rev 6592)
@@ -60,7 +60,6 @@
 ob_start();
 
 ?>
-
 <ul>
 
 <p><br>
@@ -159,7 +158,6 @@
        echo '<p><a href="'.$breakfile.'"><img 
'.createLDImgSrc($root_path,'back2.gif','0','absmiddle').'</a>&nbsp;&nbsp;&nbsp;';
 }
  ?>
-
 </ul>
 
 <?php
@@ -175,4 +173,4 @@
  */
  $smarty->display('common/mainframe.tpl');
 
-?>
+?>
\ No newline at end of file

Modified: care2x/branches/gettext/modules/tech/tech.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech.php       2010-07-21 11:40:49 UTC 
(rev 6591)
+++ care2x/branches/gettext/modules/tech/tech.php       2010-07-21 11:41:41 UTC 
(rev 6592)
@@ -73,7 +73,6 @@
  ob_start();
 
 ?>
-
 <script language="javascript" >
 <!--
 <?php  
@@ -152,4 +151,4 @@
  */
 
  $smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Care2002-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to