silverstripe-widgets/templates/WidgetDescription.ss

6 lines
191 B
Scheme
Raw Normal View History

2012-04-18 23:15:45 +02:00
<div class="Widget" id="$ClassName">
<h3 title="<% _t('CLICKTOADDWIDGET', 'Click to add this widget') %>">$CMSTitle</h3>
<div class="widgetDescription">
<p>$Description</p>
</div>
</div>