silverstripe-widgets/templates/WidgetDescription.ss

7 lines
213 B
Scheme
Raw Normal View History

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