Skip to content

Commit

Permalink
Merge pull request #83 from nswdpc/enh-formfieldtemplates
Browse files Browse the repository at this point in the history
Update HTMLReadonlyField and CompositeField templates
  • Loading branch information
tardinha authored Jan 30, 2024
2 parents 535c1d2 + 3d50538 commit fa2a775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<% include NSWDPC/Waratah/Forms/Legend %>

<div class="nsw-p-left-xs nsw-p-bottom-lg">
<div class="nsw-p-left-xs">

<% include NSWDPC/Waratah/Forms/Description %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div id="{$HolderID}" class="nsw-form__group<% if $ParentExtraClass %> {$ParentExtraClass}<%end_if %>">
<% if $FormFieldHint == 'callout' %>
<%-- render as callout --%>
<div class="nsw-callout">
Expand Down Expand Up @@ -26,3 +27,4 @@
<% else %>
{$Field}
<% end_if %>
</div>

0 comments on commit fa2a775

Please sign in to comment.