gnomeweb-wml r6474 - trunk/projects.gnome.org/chronojump
- From: xaviblas svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomeweb-wml r6474 - trunk/projects.gnome.org/chronojump
- Date: Tue, 18 Nov 2008 20:25:55 +0000 (UTC)
Author: xaviblas
Date: Tue Nov 18 20:25:54 2008
New Revision: 6474
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6474&view=rev
Log:
more ie fixes
Modified:
trunk/projects.gnome.org/chronojump/shipping.js
trunk/projects.gnome.org/chronojump/store.html
trunk/projects.gnome.org/chronojump/store_ca.html
trunk/projects.gnome.org/chronojump/store_es.html
Modified: trunk/projects.gnome.org/chronojump/shipping.js
==============================================================================
--- trunk/projects.gnome.org/chronojump/shipping.js (original)
+++ trunk/projects.gnome.org/chronojump/shipping.js Tue Nov 18 20:25:54 2008
@@ -20,7 +20,8 @@
}
function saveSelect(index) {
- form.quantity_pre = form.quantity_pre_a.options[index].value;
+ document.form.quantity_pre = form.quantity_pre_a.options[index].value;
+ alert(document.form.quantity_pre);
}
function CalculateOrder(form)
Modified: trunk/projects.gnome.org/chronojump/store.html
==============================================================================
--- trunk/projects.gnome.org/chronojump/store.html (original)
+++ trunk/projects.gnome.org/chronojump/store.html Tue Nov 18 20:25:54 2008
@@ -57,6 +57,7 @@
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="xaviblas gmail com">
+ <input type="hidden" name="quantity_pre" value="1">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="lang" value="es">
Modified: trunk/projects.gnome.org/chronojump/store_ca.html
==============================================================================
--- trunk/projects.gnome.org/chronojump/store_ca.html (original)
+++ trunk/projects.gnome.org/chronojump/store_ca.html Tue Nov 18 20:25:54 2008
@@ -57,6 +57,7 @@
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="xaviblas gmail com">
+ <input type="hidden" name="quantity_pre" value="1">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="lang" value="es">
Modified: trunk/projects.gnome.org/chronojump/store_es.html
==============================================================================
--- trunk/projects.gnome.org/chronojump/store_es.html (original)
+++ trunk/projects.gnome.org/chronojump/store_es.html Tue Nov 18 20:25:54 2008
@@ -57,6 +57,7 @@
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="xaviblas gmail com">
+ <input type="hidden" name="quantity_pre" value="1">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="lang" value="es">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]