Tweak the title when ordering is enabled
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/c042c432 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/c042c432 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/c042c432 Branch: refs/heads/5.4-js-rewrite Commit: c042c432787a0b3409612208f6a5658a456472b2 Parents: 84f5a6a Author: Howard M. Lewis Ship <[email protected]> Authored: Wed Nov 7 11:47:00 2012 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Wed Nov 7 11:47:00 2012 -0800 ---------------------------------------------------------------------- tapestry-core/src/test/app1/PaletteDemo.tml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c042c432/tapestry-core/src/test/app1/PaletteDemo.tml ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/app1/PaletteDemo.tml b/tapestry-core/src/test/app1/PaletteDemo.tml index 6d65f74..3a59f34 100644 --- a/tapestry-core/src/test/app1/PaletteDemo.tml +++ b/tapestry-core/src/test/app1/PaletteDemo.tml @@ -25,8 +25,8 @@ <t:palette t:id="languages" model="languageModel" reorder="reorder" encoder="languageEncoder" availableLabel="Languages Offered" validate="required"> <t:parameter name="selectedLabel" xml:space="default"> - Selected - <t:if test="reorder">/ Ranked</t:if> + <t:if test="reorder" else="Selected">Ranked + </t:if> Languages </t:parameter> </t:palette>
