|
From: <max...@us...> - 2009-10-02 14:54:09
|
Revision: 3882
http://uni-d.svn.sourceforge.net/uni-d/?rev=3882&view=rev
Author: max_brod
Date: 2009-10-02 14:54:01 +0000 (Fri, 02 Oct 2009)
Log Message:
-----------
When hide-anchors, hide the "select" link, too.
Modified Paths:
--------------
trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html
Modified: trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html
===================================================================
--- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-09-29 10:43:21 UTC (rev 3881)
+++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-10-02 14:54:01 UTC (rev 3882)
@@ -101,10 +101,13 @@
</span>
</span>
- <span jwcid="@If" condition="prop:notEmbedded">
- <span jwcid="runSelect@LinkSubmit" onclick="clearValidation(this);" class="prop:selectCssStyle"
- listener="listener:prepareReturnHandler" action="listener:runSelect" id="prop:selectId">
- <span key="Select"/>
+
+ <span jwcid="@If" condition="prop:notHiddenAnchors">
+ <span jwcid="@If" condition="prop:notEmbedded">
+ <span jwcid="runSelect@LinkSubmit" onclick="clearValidation(this);" class="prop:selectCssStyle"
+ listener="listener:prepareReturnHandler" action="listener:runSelect" id="prop:selectId">
+ <span key="Select"/>
+ </span>
</span>
</span>
</span>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|