Skip to content

Commit

Permalink
API Update references to API which has been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 2, 2024
1 parent ba87fa5 commit 4e5d10f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<fieldset>
<% if $Legend %><legend>$Legend</legend><% end_if %>
<% loop $Fields %>
$FieldHolder
$renderFieldHolder
<% end_loop %>
<div class="clear"><!-- --></div>
</fieldset>
Expand All @@ -20,7 +20,7 @@
<% if $Actions %>
<div class="btn-toolbar">
<% loop $Actions %>
$Field
$renderField
<% end_loop %>
<% if $Controller.LinkPreview %>
<a href="$Controller.LinkPreview" class="cms-preview-toggle-link ss-ui-button" data-icon="preview">
Expand Down

0 comments on commit 4e5d10f

Please sign in to comment.