
interchange-cvs at icdevgroup
May 7, 2012, 1:46 AM
Post #1 of 1
(208 views)
Permalink
|
|
[interchange] Add missing [L] tags to standard's order pages.
|
|
commit 6de9221e99abbf73c60b23fa5ea8957058db62a2 Author: Stefan Hornburg (Racke) <racke [at] linuxia> Date: Mon May 7 10:41:36 2012 +0200 Add missing [L] tags to standard's order pages. dist/standard/pages/ord/billing.html | 6 +++--- dist/standard/pages/ord/country.html | 2 +- dist/standard/pages/ord/finalize.html | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) --- diff --git a/dist/standard/pages/ord/billing.html b/dist/standard/pages/ord/billing.html index 80645a6..0ae09bb 100644 --- a/dist/standard/pages/ord/billing.html +++ b/dist/standard/pages/ord/billing.html @@ -135,7 +135,7 @@ function do_address (form, clear) { <table align="center" cellspacing=0 width="__CHECKOUT_FORM_WIDTH__"> <tr> <td class="titletab_large"> - Billing Address <small>[scratch get_message]</small> + [L]Billing Address[/L] <small>[scratch get_message]</small> </td> </tr> <tr> @@ -147,7 +147,7 @@ function do_address (form, clear) { </td> <td align=left colspan=3> <br> - <input type=checkbox name=mv_same_billing value=1 onClick="do_address(this.form,this.checked)"> <b>Same as shipping address</b> + <input type=checkbox name=mv_same_billing value=1 onClick="do_address(this.form,this.checked)"> <b>[L]Same as shipping address[/L]</b> <br> </td> </tr> @@ -251,7 +251,7 @@ function do_address (form, clear) { this.form.submit(); " value="<-- [L]Back[/L]" class=button3> - <input type=submit value="Next -->" class=button3 style="font-weight: bold"> + <input type=submit value="[L]Next[/L] -->" class=button3 style="font-weight: bold"> </td> </tr> [if scratch error_display] diff --git a/dist/standard/pages/ord/country.html b/dist/standard/pages/ord/country.html index 9f79d86..c09bd09 100644 --- a/dist/standard/pages/ord/country.html +++ b/dist/standard/pages/ord/country.html @@ -55,7 +55,7 @@ ui_template_name: noleft <table align="center" cellspacing=0 width="__CHECKOUT_FORM_WIDTH__"> <tr> <td class="titletab_large"> - Country selection + [L]Country selection[/L] </td> </tr> <tr> diff --git a/dist/standard/pages/ord/finalize.html b/dist/standard/pages/ord/finalize.html index ffc0de4..1b2922c 100644 --- a/dist/standard/pages/ord/finalize.html +++ b/dist/standard/pages/ord/finalize.html @@ -223,7 +223,7 @@ ui_template_name: noleft <table align="center" cellspacing=0 width="__CHECKOUT_FORM_WIDTH__"> <tr> <td class="titletab_large"> - Payment and submit order + [L]Payment and submit order[/L] </td> </tr> <tr> @@ -235,7 +235,7 @@ ui_template_name: noleft <table width="100%"> <tr> <td style="[if scratch dhtml_browser]padding: 5px[/if]" width="50%"> - [page ord/shipping]<u><b>Ship [if value mv_same_billing]and bill[/if] to</b></u></a>:<br> + [page ord/shipping]<u><b>[if value mv_same_billing][L]Ship and bill to[/L][else][L]Ship to[/L][/else][/if]</b></u></a>:<br> <blockquote> [evalue fname] [evalue lname]<br> [evalue address1]<br> @@ -247,7 +247,7 @@ ui_template_name: noleft </td> [if !value mv_same_billing] <td style="[if scratch dhtml_browser]padding: 5px[/if]" width="50%"> - [page ord/billing]<u><b>Bill to</b></u></a>:<br> + [page ord/billing]<u><b>[L]Bill to[/L]</b></u></a>:<br> <blockquote> [evalue b_fname] [evalue b_lname]<br> [if value b_company][evalue b_company]<br>[/if] @@ -299,7 +299,7 @@ ui_template_name: noleft this.form.submit(); " value="<-- [L]Back[/L]" class=button3> - [button text="[L]Place Order[/L]" wait-text="-- Wait --" class=button3 id=placebutton style="font-weight: bold"] + [button text="[L]Place Order[/L]" wait-text="-- [L]Please wait[/L] --" class=button3 id=placebutton style="font-weight: bold"] mv_todo=submit [/button] </div> _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|