Revision: 6524
          http://care2002.svn.sourceforge.net/care2002/?rev=6524&view=rev
Author:   mizuko
Date:     2010-06-30 16:13:46 +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.php
    care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php
    care2x/branches/gettext/modules/tech/technik-reparatur-empfang.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:12:20 UTC (rev 6523)
+++ care2x/branches/gettext/modules/tech/tech-questions.php     2010-06-30 
16:13:46 UTC (rev 6524)
@@ -224,7 +224,7 @@
 
 $smarty->assign('LDEnterQuestion',$LDEnterQuestion);
 
-$smarty->assign('LDPlsNoRequest','<a 
href="technik-reparatur-anfordern.php'.URL_APPEND.'">'.$LDPlsNoRequest.'</a>');
+$smarty->assign('LDPlsNoRequest','<a 
href="tech-repair-request.php'.URL_APPEND.'">'.$LDPlsNoRequest.'</a>');
 
 $smarty->assign('LDName',$LDName);
 $smarty->assign('LDDept',$LDDept);
@@ -244,7 +244,7 @@
 $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('sRepairLink','<a 
href="technik-reparatur-anfordern.php'.URL_APPEND.'">'.$LDReRepairTxt.'</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.php
===================================================================
--- care2x/branches/gettext/modules/tech/tech.php       2010-06-30 16:12:20 UTC 
(rev 6523)
+++ care2x/branches/gettext/modules/tech/tech.php       2010-06-30 16:13:46 UTC 
(rev 6524)
@@ -116,7 +116,7 @@
 
 # Prepare the submenu item links indexed by their template tags
 
-$aSubMenuItem=array('LDPharmaOrder' => "<a 
href=\"technik-reparatur-anfordern.php".URL_APPEND."\">$LDReRepair</a>",
+$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>",
                                                                                
'LDOrderArchive' => "<a 
href=\"tech-report-archive.php".URL_APPEND."\">$LDReportsArchive</a>",

Modified: care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php        
2010-06-30 16:12:20 UTC (rev 6523)
+++ care2x/branches/gettext/modules/tech/technik-reparatur-anfordern.php        
2010-06-30 16:13:46 UTC (rev 6524)
@@ -143,7 +143,7 @@
 
 $smarty->assign('sButton','<img 
'.createComIcon($root_path,'varrow.gif','0').'>');
 
-$smarty->assign('sFormTag','<form  action="technik-reparatur-anfordern.php" 
method="post" onSubmit="return checkform(this)">');
+$smarty->assign('sFormTag','<form  action="tech-repair-request.php" 
method="post" onSubmit="return checkform(this)">');
 
 $smarty->assign('LDReRepairTxt',$LDReRepairTxt);
 

Modified: care2x/branches/gettext/modules/tech/technik-reparatur-empfang.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-reparatur-empfang.php  
2010-06-30 16:12:20 UTC (rev 6523)
+++ care2x/branches/gettext/modules/tech/technik-reparatur-empfang.php  
2010-06-30 16:13:46 UTC (rev 6524)
@@ -19,7 +19,7 @@
 
 if($repair=='ask'){
        $target=$LDRequest;
-       $returnfile='technik-reparatur-anfordern.php?sid='.$sid.'&lang='.$lang;
+       $returnfile='tech-repair-request.php?sid='.$sid.'&lang='.$lang;
 }else{
   $target=$LDReport;
   $returnfile='technik-reparatur-melden.php?sid='.$sid.'&lang='.$lang;
@@ -73,7 +73,7 @@
 <input type="hidden" name="lang" value="'.$lang.'">
 <INPUT type="submit"  value="  OK  "></font></FORM>');
 
-$smarty->assign('sRepairLink','<a 
href="technik-reparatur-anfordern.php'.URL_APPEND.'">'.$LDReRepairTxt.'</a>');
+$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('sQuestionLink','<a 
href="tech-questions.php'.URL_APPEND.'">'.$LDQuestionsTxt.'</a>');
 

Modified: care2x/branches/gettext/modules/tech/technik-reparatur-melden.php
===================================================================
--- care2x/branches/gettext/modules/tech/technik-reparatur-melden.php   
2010-06-30 16:12:20 UTC (rev 6523)
+++ care2x/branches/gettext/modules/tech/technik-reparatur-melden.php   
2010-06-30 16:13:46 UTC (rev 6524)
@@ -163,7 +163,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('sRepairLink','<a 
href="technik-reparatur-anfordern.php'.URL_APPEND.'">'.$LDReRepairTxt.'</a>');
+$smarty->assign('sRepairLink','<a 
href="tech-repair-request.php'.URL_APPEND.'">'.$LDReRepairTxt.'</a>');
 $smarty->assign('sQuestionLink','<a 
href="tech-questions.php'.URL_APPEND.'">'.$LDQuestionsTxt.'</a>');
 
 $smarty->assign('sMainBlockIncludeFile','tech/repair_report.tpl');


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