Revision: 6440 http://care2002.svn.sourceforge.net/care2002/?rev=6440&view=rev Author: mizuko Date: 2010-06-30 09:09:05 +0000 (Wed, 30 Jun 2010)
Log Message: ----------- see #54 Modified Paths: -------------- care2x/branches/gettext/installer/db/sql/mysql_dump.sql care2x/branches/gettext/modules/med_depot/medstock.php care2x/branches/gettext/modules/med_depot/roots.php care2x/branches/gettext/modules/products/includes/inc_products_search_result_mod.php care2x/branches/gettext/modules/products/products-archive-orderlist-showcontent.php care2x/branches/gettext/modules/products/products-archive.php care2x/branches/gettext/modules/products/products-bestell-hf.php care2x/branches/gettext/modules/products/products-bestellkatalog-edit.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 care2x/branches/gettext/modules/products/products-datenbank-functions-such.php care2x/branches/gettext/modules/products/products-orderlist-final.php care2x/branches/gettext/modules/products/select_dept.php care2x/branches/gettext/modules/supplier/includes/inc_products_search_result_mod.php care2x/branches/gettext/modules/supplier/supplier.php care2x/branches/gettext/modules/supplier/supply-hf.php care2x/branches/gettext/modules/supplier/supply-orderlist-final.php Added Paths: ----------- care2x/branches/gettext/gui/smarty_template/templates/default/medstock/ care2x/branches/gettext/uploads/medstock/ Removed Paths: ------------- care2x/branches/gettext/gui/smarty_template/templates/default/med_depot/ care2x/branches/gettext/uploads/med_depot/ Modified: care2x/branches/gettext/installer/db/sql/mysql_dump.sql =================================================================== --- care2x/branches/gettext/installer/db/sql/mysql_dump.sql 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/installer/db/sql/mysql_dump.sql 2010-06-30 09:09:05 UTC (rev 6440) @@ -4894,7 +4894,7 @@ INSERT INTO care_menu_main VALUES ('9', '45', 'Laboratories', '', 'LDLabs', 'modules/laboratory/labor.php', '1', '', '', 20030922232015, 00000000000000); INSERT INTO care_menu_main VALUES ('10', '50', 'Radiology', '', 'LDRadiology', 'modules/radiology/radiolog.php', '1', '', '', 20030922232015, 00000000000000); INSERT INTO care_menu_main VALUES ('11', '55', 'Pharmacy', '', 'LDPharmacy', 'modules/pharmacy/apotheke.php', '1', '', '', 20030922232015, 00000000000000); -INSERT INTO care_menu_main VALUES ('12', '60', 'Medical Depot', '', 'LDMedDepot', 'modules/med_depot/medstock.php ', '1', '', '', 20030922232015, 00000000000000); +INSERT INTO care_menu_main VALUES ('12', '60', 'Medical Depot', '', 'LDMedDepot', 'modules/medstock/medstock.php ', '1', '', '', 20030922232015, 00000000000000); INSERT INTO care_menu_main VALUES ('13', '65', 'Directory', '', 'LDDirectory', 'modules/phone_directory/phone.php', '1', '', '', 20030922232015, 00000000000000); INSERT INTO care_menu_main VALUES ('14', '70', 'Tech Support', '', 'LDTechSupport', 'modules/tech/technik.php', '1', '', '', 20030922232015, 00000000000000); INSERT INTO care_menu_main VALUES ('15', '72', 'System Admin', '', 'LDEDP', 'modules/system_admin/edv.php', '1', '', '', 20030922232015, 00000000000000); Modified: care2x/branches/gettext/modules/med_depot/medstock.php =================================================================== --- care2x/branches/gettext/modules/med_depot/medstock.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/med_depot/medstock.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -133,7 +133,7 @@ # Assign the submenu to the mainframe center block - $smarty->assign('sMainBlockIncludeFile','med_depot/submenu_medstock.tpl'); + $smarty->assign('sMainBlockIncludeFile','medstock/submenu_medstock.tpl'); /** * show Template Modified: care2x/branches/gettext/modules/med_depot/roots.php =================================================================== --- care2x/branches/gettext/modules/med_depot/roots.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/med_depot/roots.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -1,4 +1,4 @@ <?php $root_path='../../'; -$top_dir='modules/med_depot/'; +$top_dir='modules/medstock/'; ?> Modified: care2x/branches/gettext/modules/products/includes/inc_products_search_result_mod.php =================================================================== --- care2x/branches/gettext/modules/products/includes/inc_products_search_result_mod.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/includes/inc_products_search_result_mod.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -28,7 +28,7 @@ $imgpath = $root_path . "uplodas/pharma/img/"; break; case "medstock" : - $imgpath = $root_path . "uplodas/med_depot/img/"; + $imgpath = $root_path . "uplodas/medstock/img/"; break; } Modified: care2x/branches/gettext/modules/products/products-archive-orderlist-showcontent.php =================================================================== --- care2x/branches/gettext/modules/products/products-archive-orderlist-showcontent.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-archive-orderlist-showcontent.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -36,7 +36,7 @@ $title=$LDMedDepot; $dbtable='care_med_orderlist'; $dbtableSub='care_med_orderlist_sub'; - $breakfile=$root_path.'modules/med_depot/medstock.php ?sid='.$sid.'&lang='.$lang; + $breakfile=$root_path.'modules/medstock/medstock.php ?sid='.$sid.'&lang='.$lang; break; default: {header('Location:'.$root_path.'language/'.$lang.'/lang_'.$lang.'_invalid-access-warning.php'); exit;}; } Modified: care2x/branches/gettext/modules/products/products-archive.php =================================================================== --- care2x/branches/gettext/modules/products/products-archive.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-archive.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -30,7 +30,7 @@ case 'medstock': $title="$LDMedDepot $LDOrderArchive"; $dbtable='care_med_orderlist'; - $breakfile=$root_path.'modules/med_depot/medstock.php '.URL_APPEND; + $breakfile=$root_path.'modules/medstock/medstock.php '.URL_APPEND; break; default: {header('Location:'.$root_path.'language/'.$lang.'/lang_'.$lang.'_invalid-access-warning.php'); exit;}; } Modified: care2x/branches/gettext/modules/products/products-bestell-hf.php =================================================================== --- care2x/branches/gettext/modules/products/products-bestell-hf.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-bestell-hf.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -17,7 +17,7 @@ { case "pharma": $breakfile=$root_path."modules/pharmacy/apotheke.php".URL_APPEND; break; - case "medstock": $breakfile=$root_path."modules/med_depot/medstock.php ".URL_APPEND; + case "medstock": $breakfile=$root_path."modules/medstock/medstock.php ".URL_APPEND; break; } Modified: care2x/branches/gettext/modules/products/products-bestellkatalog-edit.php =================================================================== --- care2x/branches/gettext/modules/products/products-bestellkatalog-edit.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-bestellkatalog-edit.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -41,7 +41,7 @@ $breakfile=$root_path."modules/pharmacy/apotheke.php".URL_APPEND; break; case 'medstock':$title=$LDMedDepot; - $breakfile=$root_path."modules/med_depot/medstock.php ".URL_APPEND; + $breakfile=$root_path."modules/medstock/medstock.php ".URL_APPEND; break; default: $invalid=1; } Modified: care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php =================================================================== --- care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-datenbank-functions-datadelete.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -30,8 +30,8 @@ case "medstock": $title=$LDMedDepot; $dbtable="care_med_products_main"; - $imgpath=$root_path."uplodas/med_depot/img/"; - $breakfile=$root_path."modules/med_depot/medstock-database-functions.php?sid=$sid&lang=$lang&userck=$userck"; + $imgpath=$root_path."uplodas/medstock/img/"; + $breakfile=$root_path."modules/medstock/medstock-database-functions.php?sid=$sid&lang=$lang&userck=$userck"; break; default: {header("Location:".$root_path."language/".$lang."/lang_".$lang."_invalid-access-warning.php"); exit;}; Modified: care2x/branches/gettext/modules/products/products-datenbank-functions-eingabe.php =================================================================== --- care2x/branches/gettext/modules/products/products-datenbank-functions-eingabe.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-datenbank-functions-eingabe.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -19,8 +19,8 @@ break; case "medstock": $title=$LDMedDepot; - $breakfile=$root_path."modules/med_depot/medstock-database-functions.php".URL_APPEND."&userck=$userck"; - $imgpath=$root_path."uplodas/med_depot/img/"; + $breakfile=$root_path."modules/medstock/medstock-database-functions.php".URL_APPEND."&userck=$userck"; + $imgpath=$root_path."uplodas/medstock/img/"; break; default: {header("Location:".$root_path."language/".$lang."/lang_".$lang."_invalid-access-warning.php"); exit;}; } Modified: care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php =================================================================== --- care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-datenbank-functions-manage.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -24,8 +24,8 @@ break; case "medstock": $title=$LDMedDepot; - $breakfile=$root_path."modules/med_depot/medstock-database-functions.php".URL_APPEND."&userck=$userck"; - $imgpath=$root_path."uplodas/med_depot/img/"; + $breakfile=$root_path."modules/medstock/medstock-database-functions.php".URL_APPEND."&userck=$userck"; + $imgpath=$root_path."uplodas/medstock/img/"; break; default: {header("Location:".$root_path."language/".$lang."/lang_".$lang."_invalid-access-warning.php"); exit;}; Modified: care2x/branches/gettext/modules/products/products-datenbank-functions-such.php =================================================================== --- care2x/branches/gettext/modules/products/products-datenbank-functions-such.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-datenbank-functions-such.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -26,8 +26,8 @@ break; case "medstock" : $title = $LDMedDepot; - $breakfile = $root_path . "modules/med_depot/medstock-database-functions.php" . URL_APPEND . "&userck=$userck"; - $imgpath = $root_path . "uplodas/med_depot/img/"; + $breakfile = $root_path . "modules/medstock/medstock-database-functions.php" . URL_APPEND . "&userck=$userck"; + $imgpath = $root_path . "uplodas/medstock/img/"; break; default : { Modified: care2x/branches/gettext/modules/products/products-orderlist-final.php =================================================================== --- care2x/branches/gettext/modules/products/products-orderlist-final.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/products-orderlist-final.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -21,7 +21,7 @@ }else{ $dbtable='care_med_orderlist'; $title=$LDMedDepot; - $breakfile='modules/med_depot/medstock.php '; + $breakfile='modules/medstock/medstock.php '; } $thisfile=basename(__FILE__); Modified: care2x/branches/gettext/modules/products/select_dept.php =================================================================== --- care2x/branches/gettext/modules/products/select_dept.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/products/select_dept.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -23,7 +23,7 @@ break; case 'meddepot': - $breakfile=$root_path.'modules/med_depot/medstock.php '.URL_APPEND; + $breakfile=$root_path.'modules/medstock/medstock.php '.URL_APPEND; break; } Modified: care2x/branches/gettext/modules/supplier/includes/inc_products_search_result_mod.php =================================================================== --- care2x/branches/gettext/modules/supplier/includes/inc_products_search_result_mod.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/supplier/includes/inc_products_search_result_mod.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -28,7 +28,7 @@ $imgpath = $root_path . "uplodas/pharma/img/"; break; case "medstock" : - $imgpath = $root_path . "uplodas/med_depot/img/"; + $imgpath = $root_path . "uplodas/medstock/img/"; break; } Modified: care2x/branches/gettext/modules/supplier/supplier.php =================================================================== --- care2x/branches/gettext/modules/supplier/supplier.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/supplier/supplier.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -5,7 +5,7 @@ define('LANG_FILE','products.php'); $local_user='ck_supplier_db_user'; -$breakfile=$root_path.'modules/med_depot/medstock.php '.URL_APPEND; +$breakfile=$root_path.'modules/medstock/medstock.php '.URL_APPEND; require_once($root_path.'include/helpers/inc_front_chain_lang.php'); # Create products object require_once($root_path.'modules/supplier/model/class_supplier.php'); Modified: care2x/branches/gettext/modules/supplier/supply-hf.php =================================================================== --- care2x/branches/gettext/modules/supplier/supply-hf.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/supplier/supply-hf.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -13,7 +13,7 @@ define('LANG_FILE','products.php'); $local_user='ck_supply_db_user'; require_once($root_path.'include/helpers/inc_front_chain_lang.php'); -$breakfile=$root_path.'modules/med_depot/medstock.php '.URL_APPEND; +$breakfile=$root_path.'modules/medstock/medstock.php '.URL_APPEND; /** Modified: care2x/branches/gettext/modules/supplier/supply-orderlist-final.php =================================================================== --- care2x/branches/gettext/modules/supplier/supply-orderlist-final.php 2010-06-30 09:04:35 UTC (rev 6439) +++ care2x/branches/gettext/modules/supplier/supply-orderlist-final.php 2010-06-30 09:09:05 UTC (rev 6440) @@ -30,7 +30,7 @@ }else{ $dbtable='care_med_orderlist'; $title=$LDMedDepot; - $breakfile=$root_path.'modules/med_depot/medstock.php '; + $breakfile=$root_path.'modules/medstock/medstock.php '; } $thisfile=basename(__FILE__); 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