silverstripe-widgets/templates/WidgetDescription.ss
2013-07-08 12:30:18 +02:00

6 lines
212 B
Scheme

<div class="Widget" id="$ClassName">
<h3 title="<% _t('WidgetDescription_ss.CLICKTOADDWIDGET', 'Click to add this widget') %>">$CMSTitle</h3>
<div class="widgetDescription">
<p>$Description</p>
</div>
</div>