Revision: 6481 http://care2002.svn.sourceforge.net/care2002/?rev=6481&view=rev Author: mizuko Date: 2010-06-30 12:16:53 +0000 (Wed, 30 Jun 2010)
Log Message: ----------- see #54 Modified Paths: -------------- care2x/branches/gettext/modules/products/products-bestellbot-print.php care2x/branches/gettext/modules/products/products-bestellbot.php care2x/branches/gettext/modules/products/products-order-header.php Modified: care2x/branches/gettext/modules/products/products-bestellbot-print.php =================================================================== --- care2x/branches/gettext/modules/products/products-bestellbot-print.php 2010-06-30 12:13:49 UTC (rev 6480) +++ care2x/branches/gettext/modules/products/products-bestellbot-print.php 2010-06-30 12:16:53 UTC (rev 6481) @@ -171,7 +171,7 @@ <script language=javascript> function ack_print() { this.print() - this.location.replace("products-bestellbot-print.php<?php echo URL_REDIRECT_APPEND."&userck=$userck&mode=ack_print&cat=$cat&dept_nr=$dept_nr&order_nr=$order_nr&status=$status"; ?>"); + this.location.replace("products-order-print.php<?php echo URL_REDIRECT_APPEND."&userck=$userck&mode=ack_print&cat=$cat&dept_nr=$dept_nr&order_nr=$order_nr&status=$status"; ?>"); } function move2arch() { if(document.opt3.clerk.value=="") { @@ -179,7 +179,7 @@ return; } c=document.opt3.clerk.value; - this.location.replace("products-bestellbot-print.php<?php echo URL_REDIRECT_APPEND."&userck=$userck&mode=archive&cat=$cat&dept_nr=$dept_nr&order_nr=$order_nr&status=$status&clerk="; ?>"+c); + this.location.replace("products-order-print.php<?php echo URL_REDIRECT_APPEND."&userck=$userck&mode=archive&cat=$cat&dept_nr=$dept_nr&order_nr=$order_nr&status=$status&clerk="; ?>"+c); } function parentref(n) { if(n==1) window.opener.location.replace("products-bestellbot.php<?php echo URL_REDIRECT_APPEND."&userck=$userck"?>&cat=<?php echo $cat ?>&nofocus="+n+"&showlist=1"); Modified: care2x/branches/gettext/modules/products/products-bestellbot.php =================================================================== --- care2x/branches/gettext/modules/products/products-bestellbot.php 2010-06-30 12:13:49 UTC (rev 6480) +++ care2x/branches/gettext/modules/products/products-bestellbot.php 2010-06-30 12:16:53 UTC (rev 6481) @@ -53,7 +53,7 @@ } function show_order(d,o,s,t) { - url="products-bestellbot-print.php<?php echo URL_REDIRECT_APPEND . "&userck=$userck"; + url="products-order-print.php<?php echo URL_REDIRECT_APPEND . "&userck=$userck"; ?>&cat=<?php echo $cat ?>&dept_nr="+d+"&order_nr="+o+"&status="+s+"&sent_datetime="+t; <?php echo $cat . 'powin' . $sid; Modified: care2x/branches/gettext/modules/products/products-order-header.php =================================================================== --- care2x/branches/gettext/modules/products/products-order-header.php 2010-06-30 12:13:49 UTC (rev 6480) +++ care2x/branches/gettext/modules/products/products-order-header.php 2010-06-30 12:16:53 UTC (rev 6481) @@ -45,14 +45,7 @@ $smarty->assign('LDCatalog',$LDCatalog); $smarty->assign('LDBasket',$LDBasket); -/* -$smarty->assign('$LDBasket ?></b></td> - <td align=center valign=top class="prompt"><?php echo $LDCatalog ?></td> - <td align=right valign=top><nobr><a href="javascript:gethelp('products.php','head','main','<?php echo $cat ?>')"><img <?php echo createLDImgSrc($root_path,'hilfe-r.gif','0') ?> <?php if($cfg['dhtml'])echo'class="fadeOut" >';?></a><a href="<?php echo $breakfile; ?>" target=_parent><img <?php echo createLDImgSrc($root_path,'close2.gif','0') ?> - <?php if($cfg['dhtml'])echo'class="fadeOut" >';?></a></nobr></td> - </font></tr> -</table> -*/ + $smarty->assign('sMainBlockIncludeFile','products/ordering_header.tpl'); $smarty->display('common/mainframe.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