From: <max...@us...> - 2009-07-18 14:26:53
|
Revision: 3862 http://uni-d.svn.sourceforge.net/uni-d/?rev=3862&view=rev Author: max_brod Date: 2009-07-18 14:26:46 +0000 (Sat, 18 Jul 2009) Log Message: ----------- The hidden "select" anchor is needed for combobox links (for when you press "..."). 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-07-16 16:32:45 UTC (rev 3861) +++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/input/unidLinkInput/UnidLinkInput.html 2009-07-18 14:26:46 UTC (rev 3862) @@ -100,12 +100,11 @@ </span> </span> - - <span jwcid="@If" condition="prop:notEmbedded"> - <span jwcid="runSelect@LinkSubmit" onclick="clearValidation(this);" class="prop:selectCssStyle" + </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> + <span key="Select"/> </span> </span> </span> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |