Skip to content

Commit

Permalink
Matrix options editor can now display more than 50 variants via the u…
Browse files Browse the repository at this point in the history
…se of a

more list, thanks to Kevin for helping with this.
  • Loading branch information
pajamian committed Nov 9, 2007
1 parent 2482d06 commit 87f201f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions WHATSNEW-5.5
Expand Up @@ -53,6 +53,12 @@ Core
the "include_depth" Limit etc.) but I felt that that was an unnecessary
overhead.

UI
--

* Matrix options editor can now display more than 50 variants via the use of a
more-list.


Interchange 5.5.1 released on 2007-08-21.

Expand Down
14 changes: 11 additions & 3 deletions dist/lib/UI/pages/include/Options/Matrix
Expand Up @@ -228,8 +228,15 @@ Display type:
<TH ALIGN=RIGHT>[L]Price[/L]</TH>
<TH ALIGN=CENTER>&nbsp;</TH>
</tr>
[loop prefix=variant
search="
[loop
more=1
form=|
item_id=[cgi item_id]
ui_sequence_edit=[cgi ui_sequence_edit]
item_id_left=[cgi item_id_left]
|
prefix=variant
search="
fi=[cgi mv_variant_table]
st=db
co=yes
Expand All @@ -239,7 +246,7 @@ Display type:
op=eq

rf=code,sku,description,price
"]
"]
[list]
<TR [variant-alternate 2]BGCOLOR="__UI_T_ROW_EVEN__"[else]BGCOLOR="__UI_T_ROW_ODD__"[/else][/variant-alternate]>

Expand Down Expand Up @@ -288,6 +295,7 @@ HREF="[area
</td>
</tr>
[/no-match]
<tr><td colspan="3">[more-list][more][/more-list]</td></tr>
<tr>
<td colspan=3>
<form action="[area @@MV_PAGE@@]">
Expand Down

0 comments on commit 87f201f

Please sign in to comment.