FIX: ensure cms treats editor as a field

This commit is contained in:
Will Rossiter 2013-05-07 22:25:51 +12:00
parent 0536ad31ce
commit 67104f5244
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="WidgetAreaEditor" id="WidgetAreaEditor-$Name" name="$Name"<% if MaxWidgets %> maxwidgets="$MaxWidgets"<% end_if %>>
<div class="WidgetAreaEditor field" id="WidgetAreaEditor-$Name" name="$Name"<% if MaxWidgets %> maxwidgets="$MaxWidgets"<% end_if %>>
<input type="hidden" id="$Name" name="$IdxField" value="$Value" />
<div class="availableWidgetsHolder">
<h2><% _t('AVAILABLE', 'Available Widgets') %></h2>