changeset 49:e0dd561faac1

Added warning about stackless processing.
author df
date Wed, 28 Jan 2009 18:32:15 +0000
parents 9c55ad1214ee
children 2545b24a2e31
files reproctool.cgi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/reproctool.cgi	Wed Jan 28 18:30:52 2009 +0000
+++ b/reproctool.cgi	Wed Jan 28 18:32:15 2009 +0000
@@ -394,9 +394,11 @@
 <hr>
 <p />
 <h1>Totals</h1>
+Note: This is assuming you exactly got 1 item stacked per item listed. (This tool
+does not take the stacked size into account.<br />
 END
 # TODO: df wonders if there is a std::map :)
-print "Total ISK baseprice: " . pretty_numbers( $totalIsk ) . "<p />\n";
+print "Total ISK baseprice: " . pretty_numbers( $totalIsk ) . "<br />\n";
 print "<br />Trit: " . pretty_numbers( $totalTrit ) if ($totalTrit>0);
 print "<br />Py: " . pretty_numbers( $totalPyer ) if ($totalPyer>0);
 print "<br />Mex: " . pretty_numbers( $totalMexa ) if ($totalMexa>0);