Revision: 6492 http://care2002.svn.sourceforge.net/care2002/?rev=6492&view=rev Author: mizuko Date: 2010-06-30 12:31:06 +0000 (Wed, 30 Jun 2010)
Log Message: ----------- see #54 Modified Paths: -------------- care2x/branches/gettext/modules/medstock/medstock-database-functions.php care2x/branches/gettext/modules/pharmacy/pharmacy-database-functions.php care2x/branches/gettext/modules/products/products-database-functions-eingabe.php care2x/branches/gettext/modules/products/products-database-functions-manage.php Modified: care2x/branches/gettext/modules/medstock/medstock-database-functions.php =================================================================== --- care2x/branches/gettext/modules/medstock/medstock-database-functions.php 2010-06-30 12:29:34 UTC (rev 6491) +++ care2x/branches/gettext/modules/medstock/medstock-database-functions.php 2010-06-30 12:31:06 UTC (rev 6492) @@ -60,7 +60,7 @@ <TR bgColor=#eeeeee><td align=center><img <?php echo createComIcon($root_path,'settings_tree.gif','0','',FALSE) ?>></td> <TD vAlign=top width=150><FONT face="Verdana,Helvetica,Arial" size=2><B><nobr> - <a href="<?php echo $root_path ?>modules/products/products-database-functions-eingabe.php<?php echo URL_APPEND."&userck=$userck"?>&cat=medstock"><?php echo $LDNewProduct ?></a> + <a href="<?php echo $root_path ?>modules/products/products-database-functions-insert.php<?php echo URL_APPEND."&userck=$userck"?>&cat=medstock"><?php echo $LDNewProduct ?></a> </nobr></B></FONT></TD> <TD><FONT face="Verdana,Helvetica,Arial" size=2><?php echo $LDNewProductTxt ?></FONT></TD> Modified: care2x/branches/gettext/modules/pharmacy/pharmacy-database-functions.php =================================================================== --- care2x/branches/gettext/modules/pharmacy/pharmacy-database-functions.php 2010-06-30 12:29:34 UTC (rev 6491) +++ care2x/branches/gettext/modules/pharmacy/pharmacy-database-functions.php 2010-06-30 12:31:06 UTC (rev 6492) @@ -61,7 +61,7 @@ # Prepare the submenu item links indexed by their template tags -$aSubMenuItem=array( 'LDNewProductTxt' => '<a href="'.$root_path.'modules/products/products-database-functions-eingabe.php'. URL_APPEND."&userck=$userck".'&cat=pharma">'.$LDNewProduct.'</a>', +$aSubMenuItem=array( 'LDNewProductTxt' => '<a href="'.$root_path.'modules/products/products-database-functions-insert.php'. URL_APPEND."&userck=$userck".'&cat=pharma">'.$LDNewProduct.'</a>', 'LDSearchDb' => '<a href="'.$root_path.'modules/products/products-database-functions-such.php'. URL_APPEND."&userck=$userck".'&cat=pharma">'.$LDSearch.'</a>', 'LDPharmaDbTxt' => '<a href="'.$root_path.'modules/products/products-database-functions-manage.php'. URL_APPEND."&userck=$userck".'&cat=pharma"><nobr>'.$LDManage.'</nobr></a>' ); Modified: care2x/branches/gettext/modules/products/products-database-functions-eingabe.php =================================================================== --- care2x/branches/gettext/modules/products/products-database-functions-eingabe.php 2010-06-30 12:29:34 UTC (rev 6491) +++ care2x/branches/gettext/modules/products/products-database-functions-eingabe.php 2010-06-30 12:31:06 UTC (rev 6492) @@ -26,7 +26,7 @@ } -$thisfile='products-database-functions-eingabe.php'; +$thisfile='products-database-functions-insert.php'; # Save data routine if($mode=='save') include('includes/inc_products_db_save_mod.php'); @@ -83,7 +83,7 @@ $smarty->assign('LDOrderNrExists',$LDOrderNrExists); } -if($update&&(!$updateok)&&($mode=='save')) $smarty->assign('sNoSave',$LDDataNoSaved.'<a href="products-database-functions-eingabe.php'.URL_APPEND.'&cat='.$cat.'"><u>'.$LDClk2EnterNew.'</u></a>'); +if($update&&(!$updateok)&&($mode=='save')) $smarty->assign('sNoSave',$LDDataNoSaved.'<a href="products-database-functions-insert.php'.URL_APPEND.'&cat='.$cat.'"><u>'.$LDClk2EnterNew.'</u></a>'); $smarty->assign('sFormStart','<form ENCTYPE="multipart/form-data" action="'.$thisfile.'" method="post" name="inputform" onSubmit="return prufform(this)">'); $smarty->assign('sFormEnd','</form>'); Modified: care2x/branches/gettext/modules/products/products-database-functions-manage.php =================================================================== --- care2x/branches/gettext/modules/products/products-database-functions-manage.php 2010-06-30 12:29:34 UTC (rev 6491) +++ care2x/branches/gettext/modules/products/products-database-functions-manage.php 2010-06-30 12:31:06 UTC (rev 6492) @@ -161,7 +161,7 @@ $smarty->assign('sSaveFeedBack',$LDDataSaved); }else{ echo $sql.'<p>'; - $smarty->assign('sNoSave',$LDDataNoSaved.'<br><a href="products-database-functions-eingabe.php'.URL_APPEND.'"> + $smarty->assign('sNoSave',$LDDataNoSaved.'<br><a href="products-database-functions-insert.php'.URL_APPEND.'"> <u>'.$LDClk2EnterNew.'</u></a>'); } } 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