Revision: 6490 http://care2002.svn.sourceforge.net/care2002/?rev=6490&view=rev Author: mizuko Date: 2010-06-30 12:28:16 +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-datenbank-functions-datadelete.php care2x/branches/gettext/modules/products/products-datenbank-functions-eingabe.php care2x/branches/gettext/modules/products/products-datenbank-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:26:49 UTC (rev 6489) +++ care2x/branches/gettext/modules/medstock/medstock-database-functions.php 2010-06-30 12:28:16 UTC (rev 6490) @@ -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-datenbank-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-eingabe.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> @@ -71,7 +71,7 @@ <TR bgColor=#eeeeee><td align=center><img <?php echo createComIcon($root_path,'eyeglass.gif','0','',FALSE) ?>></td> <TD vAlign=top width=150><FONT face="Verdana,Helvetica,Arial" size=2><B> - <a href="<?php echo $root_path ?>modules/products/products-datenbank-functions-such.php<?php echo URL_APPEND."&userck=$userck"?>&cat=medstock"><?php echo $LDSearch ?></a></B></FONT></TD> + <a href="<?php echo $root_path ?>modules/products/products-database-functions-such.php<?php echo URL_APPEND."&userck=$userck"?>&cat=medstock"><?php echo $LDSearch ?></a></B></FONT></TD> <TD><FONT face="Verdana,Helvetica,Arial" size=2><nobr><?php echo $LDSearchDb ?></nobr></FONT></TD></TR> @@ -82,7 +82,7 @@ <TR bgColor=#eeeeee><td align=center><img <?php echo createComIcon($root_path,'discussions.gif','0','',FALSE) ?>></td> <TD vAlign=top width=150><FONT face="Verdana,Helvetica,Arial" size=2><B> - <a href="<?php echo $root_path ?>modules/products/products-datenbank-functions-manage.php<?php echo URL_APPEND."&userck=$userck"?>&cat=medstock"><nobr><?php echo $LDManage ?></nobr></a> + <a href="<?php echo $root_path ?>modules/products/products-database-functions-manage.php<?php echo URL_APPEND."&userck=$userck"?>&cat=medstock"><nobr><?php echo $LDManage ?></nobr></a> </B></FONT></TD> <TD><FONT face="Verdana,Helvetica,Arial" size=2><?php echo $LDPharmaDbTxt ?></FONT></TD></TR> Modified: care2x/branches/gettext/modules/pharmacy/pharmacy-database-functions.php =================================================================== --- care2x/branches/gettext/modules/pharmacy/pharmacy-database-functions.php 2010-06-30 12:26:49 UTC (rev 6489) +++ care2x/branches/gettext/modules/pharmacy/pharmacy-database-functions.php 2010-06-30 12:28:16 UTC (rev 6490) @@ -61,9 +61,9 @@ # Prepare the submenu item links indexed by their template tags -$aSubMenuItem=array( 'LDNewProductTxt' => '<a href="'.$root_path.'modules/products/products-datenbank-functions-eingabe.php'. URL_APPEND."&userck=$userck".'&cat=pharma">'.$LDNewProduct.'</a>', - 'LDSearchDb' => '<a href="'.$root_path.'modules/products/products-datenbank-functions-such.php'. URL_APPEND."&userck=$userck".'&cat=pharma">'.$LDSearch.'</a>', - 'LDPharmaDbTxt' => '<a href="'.$root_path.'modules/products/products-datenbank-functions-manage.php'. URL_APPEND."&userck=$userck".'&cat=pharma"><nobr>'.$LDManage.'</nobr></a>' +$aSubMenuItem=array( 'LDNewProductTxt' => '<a href="'.$root_path.'modules/products/products-database-functions-eingabe.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>' ); # Create the submenu rows Modified: care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php =================================================================== --- care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php 2010-06-30 12:26:49 UTC (rev 6489) +++ care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php 2010-06-30 12:28:16 UTC (rev 6490) @@ -45,7 +45,7 @@ $sql="DELETE FROM $dbtable WHERE $keytype='$keyword'"; if($ergebnis=$core->Transact($sql)){ - header ("location:products-datenbank-functions-manage.php".URL_REDIRECT_APPEND."&from=deleteok&cat=$cat&userck=$userck"); + header ("location:products-database-functions-manage.php".URL_REDIRECT_APPEND."&from=deleteok&cat=$cat&userck=$userck"); $deleteok=true; } //echo $sql; @@ -105,7 +105,7 @@ <td><FONT face="Verdana,Helvetica,Arial" size=3 color="#800000"> '.$LDConfirmDelete.'</font><br> <font size=2>'.$LDAlertDelete.'</font><p> - <a href="products-datenbank-functions-manage.php'.URL_APPEND.'&keyword='.$keyword.'&userck='.$userck.'&cat='.$cat.'&mode=search"><b><font color="#ff0000"><< '.$LDNoBack.'</font></b></a></td> + <a href="products-database-functions-manage.php'.URL_APPEND.'&keyword='.$keyword.'&userck='.$userck.'&cat='.$cat.'&mode=search"><b><font color="#ff0000"><< '.$LDNoBack.'</font></b></a></td> </tr> </table> '; } Modified: care2x/branches/gettext/modules/products/products-datenbank-functions-eingabe.php =================================================================== --- care2x/branches/gettext/modules/products/products-datenbank-functions-eingabe.php 2010-06-30 12:26:49 UTC (rev 6489) +++ care2x/branches/gettext/modules/products/products-datenbank-functions-eingabe.php 2010-06-30 12:28:16 UTC (rev 6490) @@ -26,7 +26,7 @@ } -$thisfile='products-datenbank-functions-eingabe.php'; +$thisfile='products-database-functions-eingabe.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-datenbank-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-eingabe.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-datenbank-functions-manage.php =================================================================== --- care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php 2010-06-30 12:26:49 UTC (rev 6489) +++ care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php 2010-06-30 12:28:16 UTC (rev 6490) @@ -161,7 +161,7 @@ $smarty->assign('sSaveFeedBack',$LDDataSaved); }else{ echo $sql.'<p>'; - $smarty->assign('sNoSave',$LDDataNoSaved.'<br><a href="products-datenbank-functions-eingabe.php'.URL_APPEND.'"> + $smarty->assign('sNoSave',$LDDataNoSaved.'<br><a href="products-database-functions-eingabe.php'.URL_APPEND.'"> <u>'.$LDClk2EnterNew.'</u></a>'); } } @@ -218,7 +218,7 @@ </form>'; echo' - <form action="products-datenbank-functions-datadelete.php" method="get" name="delform"> + <form action="products-database-functions-datadelete.php" method="get" name="delform"> <input type="hidden" name="sid" value="'.$sid.'"> <input type="hidden" name="lang" value="'.$lang.'"> <input type="hidden" name="userck" value="'.$userck.'"> @@ -252,7 +252,7 @@ <?php if ($from=="multiple") echo ' -<a href="products-datenbank-functions-manage.php'.URL_APPEND.'&cat='.$cat.'"><img '.createLDImgSrc($root_path,'back2.gif','0','absmiddle').' alt="'.$LDBack.'"></a> +<a href="products-database-functions-manage.php'.URL_APPEND.'&cat='.$cat.'"><img '.createLDImgSrc($root_path,'back2.gif','0','absmiddle').' alt="'.$LDBack.'"></a> '; ?> <a href="<?php echo $breakfile ?>"><img <?php echo createLDImgSrc($root_path,'cancel.gif','0') ?>></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