Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-3021 Adding <a> tag to UIFOrmTabPane to make tabs accesible…
Browse files Browse the repository at this point in the history
… via keyboard
  • Loading branch information
lucasponce authored and bdaw committed May 15, 2013
1 parent 557e006 commit ee8c61a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="$className">
<div class="LeftTab">
<div class="RightTab">
<div class="MiddleTab" onclick="eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this, '$uiform.id', '$inputSet.id');$actionLink">$tabName</div>
<div class="MiddleTab"><a href="javascript:;" onclick="eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this, '$uiform.id', '$inputSet.id');$actionLink">$tabName</a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit ee8c61a

Please sign in to comment.