We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a95b04b + 5d6808c commit eeac292Copy full SHA for eeac292
templates/Symbiote/AdvancedWorkflow/DataObjects/WorkflowActionInstance/ReadonlyField.ss
@@ -1,6 +1,6 @@
1
<%-- Modified from silverstripe/admin/themes/cms-forms/templates/SilverStripe/Forms/ReadonlyField.ss to change p to div --%>
2
<div id="$ID" tabIndex="0" class="form-control-static<% if $extraClass %> $extraClass<% end_if %>" <% include SilverStripe/Forms/AriaAttributes %>>
3
- $Value
+ $FormattedValue
4
</div>
5
<% if $IncludeHiddenField %>
6
<input $getAttributesHTML("id", "type") id="hidden-{$ID}" type="hidden" />
0 commit comments