Revision: 6596
http://care2002.svn.sourceforge.net/care2002/?rev=6596&view=rev
Author: robertmeggle
Date: 2010-07-21 11:43:25 +0000 (Wed, 21 Jul 2010)
Log Message:
-----------
see #76
Modified Paths:
--------------
care2x/branches/gettext/modules/supplier/includes/inc_products_search_result_mod.php
care2x/branches/gettext/modules/supplier/includes/inc_supplier_db_save_mod.php
care2x/branches/gettext/modules/supplier/index.php
care2x/branches/gettext/modules/supplier/model/class_supplier.php
care2x/branches/gettext/modules/supplier/roots.php
care2x/branches/gettext/modules/supplier/select-supplier.php
care2x/branches/gettext/modules/supplier/supplier-ordercatalog-popinfo.php
care2x/branches/gettext/modules/supplier/supplier-orderlist-final.php
care2x/branches/gettext/modules/supplier/supplier.php
care2x/branches/gettext/modules/supplier/supply-header.php
care2x/branches/gettext/modules/supplier/supply-orderbot-print.php
care2x/branches/gettext/modules/supplier/supply-orderlist-final.php
care2x/branches/gettext/modules/supplier/supply.php
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-07-21 11:42:41 UTC (rev 6595)
+++
care2x/branches/gettext/modules/supplier/includes/inc_products_search_result_mod.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -165,4 +165,4 @@
' . $LDNoDataFound;
}
}
-?>
+?>
\ No newline at end of file
Modified:
care2x/branches/gettext/modules/supplier/includes/inc_supplier_db_save_mod.php
===================================================================
---
care2x/branches/gettext/modules/supplier/includes/inc_supplier_db_save_mod.php
2010-07-21 11:42:41 UTC (rev 6595)
+++
care2x/branches/gettext/modules/supplier/includes/inc_supplier_db_save_mod.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -97,4 +97,4 @@
}
}
}
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/supplier/index.php
===================================================================
--- care2x/branches/gettext/modules/supplier/index.php 2010-07-21 11:42:41 UTC
(rev 6595)
+++ care2x/branches/gettext/modules/supplier/index.php 2010-07-21 11:43:25 UTC
(rev 6596)
@@ -1,4 +1,4 @@
<?php
header('location:../../index.php');
exit;
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/supplier/model/class_supplier.php
===================================================================
--- care2x/branches/gettext/modules/supplier/model/class_supplier.php
2010-07-21 11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/model/class_supplier.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -168,4 +168,4 @@
}
}
}
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/supplier/roots.php
===================================================================
--- care2x/branches/gettext/modules/supplier/roots.php 2010-07-21 11:42:41 UTC
(rev 6595)
+++ care2x/branches/gettext/modules/supplier/roots.php 2010-07-21 11:43:25 UTC
(rev 6596)
@@ -1,4 +1,4 @@
<?php
$root_path='../../';
$top_dir='modules/supplier/';
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/supplier/select-supplier.php
===================================================================
--- care2x/branches/gettext/modules/supplier/select-supplier.php
2010-07-21 11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/select-supplier.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -95,4 +95,4 @@
*/
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified:
care2x/branches/gettext/modules/supplier/supplier-ordercatalog-popinfo.php
===================================================================
--- care2x/branches/gettext/modules/supplier/supplier-ordercatalog-popinfo.php
2010-07-21 11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/supplier-ordercatalog-popinfo.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -61,4 +61,4 @@
* show Template
*/
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/supplier/supplier-orderlist-final.php
===================================================================
--- care2x/branches/gettext/modules/supplier/supplier-orderlist-final.php
2010-07-21 11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/supplier-orderlist-final.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -73,7 +73,6 @@
<?php html_rtl($lang); ?>
<head>
<?php echo setCharSet(); ?>
-
<script language=javascript>
function popinfo(b)
{
@@ -110,7 +109,6 @@
}";
}
?>
-
</script>
<?php
require($root_path.'include/helpers/inc_js_gethelp.php');
@@ -137,7 +135,6 @@
if ($error )
{
?>
-
<table border=0>
<tr>
<td><img <?php echo createMascot($root_path,'mascot1_r.gif') ?>></td>
Modified: care2x/branches/gettext/modules/supplier/supplier.php
===================================================================
--- care2x/branches/gettext/modules/supplier/supplier.php 2010-07-21
11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/supplier.php 2010-07-21
11:43:25 UTC (rev 6596)
@@ -124,7 +124,6 @@
ob_start();
$sTemp='';
?>
-
<input type="hidden" name="sid" value="<?php echo $sid?>">
<input type="hidden" name="lang" value="<?php echo $lang?>">
<input type="hidden" name="cat" value="<?php echo $cat?>">
Modified: care2x/branches/gettext/modules/supplier/supply-header.php
===================================================================
--- care2x/branches/gettext/modules/supplier/supply-header.php 2010-07-21
11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/supply-header.php 2010-07-21
11:43:25 UTC (rev 6596)
@@ -43,4 +43,4 @@
$smarty->assign('sMainBlockIncludeFile','products/ordering_header.tpl');
$smarty->display('common/mainframe.tpl');
-?>
+?>
\ No newline at end of file
Modified: care2x/branches/gettext/modules/supplier/supply-orderbot-print.php
===================================================================
--- care2x/branches/gettext/modules/supplier/supply-orderbot-print.php
2010-07-21 11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/supply-orderbot-print.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -114,7 +114,6 @@
/*}*/
?>
-
<?php html_rtl($lang); ?>
<head>
<?php echo setCharSet(); ?>
Modified: care2x/branches/gettext/modules/supplier/supply-orderlist-final.php
===================================================================
--- care2x/branches/gettext/modules/supplier/supply-orderlist-final.php
2010-07-21 11:42:41 UTC (rev 6595)
+++ care2x/branches/gettext/modules/supplier/supply-orderlist-final.php
2010-07-21 11:43:25 UTC (rev 6596)
@@ -80,7 +80,6 @@
<?php html_rtl($lang); ?>
<head>
<?php echo setCharSet(); ?>
-
<script language=javascript>
function popinfo(b)
{
@@ -113,7 +112,6 @@
}";
}
?>
-
</script>
<?php
require($root_path.'include/helpers/inc_js_gethelp.php');
@@ -142,7 +140,6 @@
if ($error )
{
?>
-
<table border=0>
<tr>
<td><img <?php echo createMascot($root_path,'mascot1_r.gif') ?>></td>
Modified: care2x/branches/gettext/modules/supplier/supply.php
===================================================================
--- care2x/branches/gettext/modules/supplier/supply.php 2010-07-21 11:42:41 UTC
(rev 6595)
+++ care2x/branches/gettext/modules/supplier/supply.php 2010-07-21 11:43:25 UTC
(rev 6596)
@@ -72,4 +72,3 @@
$smarty->display('common/baseframe.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
[email protected]
https://lists.sourceforge.net/lists/listinfo/care2002-developers