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

Commit

Permalink
GTNPORTAL-3087 Addming missing legends in forms for required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce authored and bdaw committed Jun 3, 2013
1 parent dc949d4 commit 4f2b6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -17,6 +17,7 @@
UIFormSelectBox membership = uicomponent.getChild(UIFormSelectBox.class);
UIPopupWindow popupWindow = uicomponent.getChild(UIPopupWindow.class);
%>
<tr><td colspan="2" style="text-align: right;">Required field (*)</td></tr>
<tr>
<td class="FieldLabel" scope="row"><label for="username"><%=_ctx.appRes(uicomponent.getName() + ".label.username")%></label></td>
<td class="FieldComponent ClearFix" >
Expand Down
Expand Up @@ -34,6 +34,7 @@
<div class="FormInfoBG">
<div class="FormInfoIcon UIForm">
<table class="UIPropertyInfo UIFormGrid" summary="Page selector table">
<tr><td colspan="2" style="text-align: right;">Required field (*)</td></tr>
<tr>
<td class="FieldLabel" scope="row"><%=_ctx.appRes(uicomponent.getId()+".header.id")%>:</td>
<td class="FieldComponent">
Expand Down

0 comments on commit 4f2b6c6

Please sign in to comment.