Skip to content

Commit

Permalink
Fix default shipmode due to incomplete [either] clause.
Browse files Browse the repository at this point in the history
Also remove stray ] above and clean up indenting.

Fix by JT Justman <jt@endpoint.com>.
  • Loading branch information
jonjensen committed Sep 16, 2009
1 parent 81cb896 commit a22d436
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dist/lib/UI/pages/admin/entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,13 @@
<TABLE WIDTH=600>
<TR><TD>
<SELECT onChange="this.form.submit()" NAME=mv_shipmode>
]
[shipping
[shipping
label=1
free="[L]free of charge[/L]"
mode=| [data table=country key='[either][value country]' sf=selector col=shipmodes]|
]
mode=|
[data table=country key='[either][value country][or]__SHIP_DEFAULT_COUNTRY__[/either]' sf=selector col=shipmodes]
|
]
</SELECT>
</TD>
<TD ALIGN=RIGHT><INPUT TYPE=submit VALUE="[L]Update[/L]"></TD>
Expand Down

0 comments on commit a22d436

Please sign in to comment.