Revision: 6527
          http://care2002.svn.sourceforge.net/care2002/?rev=6527&view=rev
Author:   mizuko
Date:     2010-06-30 16:17:52 +0000 (Wed, 30 Jun 2010)

Log Message:
-----------
see #54

Modified Paths:
--------------
    care2x/branches/gettext/modules/tech/tech-questions.php
    care2x/branches/gettext/modules/tech/tech-repair-request.php
    care2x/branches/gettext/modules/tech/tech-repair-voucher.php
    care2x/branches/gettext/modules/tech/tech.php
    care2x/branches/gettext/modules/tech/technik-reparatur-melden.php

Modified: care2x/branches/gettext/modules/tech/tech-questions.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-questions.php     2010-06-30 
16:17:01 UTC (rev 6526)
+++ care2x/branches/gettext/modules/tech/tech-questions.php     2010-06-30 
16:17:52 UTC (rev 6527)
@@ -243,7 +243,7 @@
 $smarty->assign('pbSubmit','<input type="image"  
'.createLDImgSrc($root_path,'abschic.gif','0','middle').'>');
 $smarty->assign('pbCancel','<a href="'.$breakfile.'" ><img 
'.createLDImgSrc($root_path,'cancel.gif','0','middle').' title="'.$LDCancel.'" 
align="middle"></a>');
 
-$smarty->assign('sReportLink','<a 
href="technik-reparatur-melden.php'.URL_APPEND.'">'.$LDRepairReportTxt.'</a>');
+$smarty->assign('sReportLink','<a 
href="tech-repair-advice.php'.URL_APPEND.'">'.$LDRepairReportTxt.'</a>');
 $smarty->assign('sRepairLink','<a 
href="tech-repair-request.php'.URL_APPEND.'">'.$LDReRepairTxt.'</a>');
 
 $smarty->assign('sMainBlockIncludeFile','tech/send_inquiry.tpl');

Modified: care2x/branches/gettext/modules/tech/tech-repair-request.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-repair-request.php        
2010-06-30 16:17:01 UTC (rev 6526)
+++ care2x/branches/gettext/modules/tech/tech-repair-request.php        
2010-06-30 16:17:52 UTC (rev 6527)
@@ -165,7 +165,7 @@
 $smarty->assign('pbSubmit','<input type="image"  
'.createLDImgSrc($root_path,'abschic.gif','0','middle').'>');
 $smarty->assign('pbCancel','<a href="'.$breakfile.'" ><img 
'.createLDImgSrc($root_path,'cancel.gif','0','middle').' title="'.$LDCancel.'" 
align="middle"></a>');
 
-$smarty->assign('sReportLink','<a 
href="technik-reparatur-melden.php'.URL_APPEND.'">'.$LDRepairReportTxt.'</a>');
+$smarty->assign('sReportLink','<a 
href="tech-repair-advice.php'.URL_APPEND.'">'.$LDRepairReportTxt.'</a>');
 $smarty->assign('sQuestionLink','<a 
href="tech-questions.php'.URL_APPEND.'">'.$LDQuestionsTxt.'</a>');
 
 $smarty->assign('sMainBlockIncludeFile','tech/repair_request.tpl');

Modified: care2x/branches/gettext/modules/tech/tech-repair-voucher.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech-repair-voucher.php        
2010-06-30 16:17:01 UTC (rev 6526)
+++ care2x/branches/gettext/modules/tech/tech-repair-voucher.php        
2010-06-30 16:17:52 UTC (rev 6527)
@@ -22,7 +22,7 @@
        $returnfile='tech-repair-request.php?sid='.$sid.'&lang='.$lang;
 }else{
   $target=$LDReport;
-  $returnfile='technik-reparatur-melden.php?sid='.$sid.'&lang='.$lang;
+  $returnfile='tech-repair-advice.php?sid='.$sid.'&lang='.$lang;
 }
 
 # Load date formatter
@@ -74,7 +74,7 @@
 <INPUT type="submit"  value="  OK  "></font></FORM>');
 
 $smarty->assign('sRepairLink','<a 
href="tech-repair-request.php'.URL_APPEND.'">'.$LDReRepairTxt.'</a>');
-$smarty->assign('sReportLink','<a 
href="technik-reparatur-melden.php'.URL_APPEND.'">'.$LDRepairReportTxt.'</a>');
+$smarty->assign('sReportLink','<a 
href="tech-repair-advice.php'.URL_APPEND.'">'.$LDRepairReportTxt.'</a>');
 $smarty->assign('sQuestionLink','<a 
href="tech-questions.php'.URL_APPEND.'">'.$LDQuestionsTxt.'</a>');
 
 $smarty->assign('sMainBlockIncludeFile','tech/acknowledge.tpl');

Modified: care2x/branches/gettext/modules/tech/tech.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech.php       2010-06-30 16:17:01 UTC 
(rev 6526)
+++ care2x/branches/gettext/modules/tech/tech.php       2010-06-30 16:17:52 UTC 
(rev 6527)
@@ -118,7 +118,7 @@
 
 $aSubMenuItem=array('LDPharmaOrder' => "<a 
href=\"tech-repair-request.php".URL_APPEND."\">$LDReRepair</a>",
                                                                                
'LDHow2Order' => "<a 
href=\"tech-bot-pass.php".URL_APPEND."&mode=repabot\">$LDRepabotActivate</a>",
-                                                                               
'LDOrderCat' => "<a 
href=\"technik-reparatur-melden.php".URL_APPEND."\">$LDRepairReport</a>",
+                                                                               
'LDOrderCat' => "<a 
href=\"tech-repair-advice.php".URL_APPEND."\">$LDRepairReport</a>",
                                                                                
'LDOrderArchive' => "<a 
href=\"tech-report-archive.php".URL_APPEND."\">$LDReportsArchive</a>",
                                                                                
'LDPharmaDb' => "<a href=\"tech-questions.php".URL_APPEND."\">$LDQuestions</a>",
                                                                                
'LDOrderBotActivate' => "<a 
href=\"tech-bot-pass.php".URL_APPEND."&mode=fragebot\">$LDQBotActivate</a>",

Modified: care2x/branches/gettext/modules/tech/technik-reparatur-melden.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-reparatur-melden.php   
2010-06-30 16:17:01 UTC (rev 6526)
+++ care2x/branches/gettext/modules/tech/technik-reparatur-melden.php   
2010-06-30 16:17:52 UTC (rev 6527)
@@ -145,7 +145,7 @@
 
 $smarty->assign('sButton','<img 
'.createComIcon($root_path,'varrow.gif','0').'>');
 
-$smarty->assign('sFormTag','<form  action="technik-reparatur-melden.php" 
method="post" onSubmit="return checkform(this)">');
+$smarty->assign('sFormTag','<form  action="tech-repair-advice.php" 
method="post" onSubmit="return checkform(this)">');
 $smarty->assign('LDRepairReport',$LDRepairReport);
 $smarty->assign('LDPlsDoneOnly',$LDPlsDoneOnly);
 $smarty->assign('LDRepairArea',$LDRepairArea);


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
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to