silverstripe-widgets/templates/WidgetDescription.ss

7 lines
207 B
Scheme
Raw Normal View History

2012-04-18 23:15:45 +02:00
<div class="Widget" id="$ClassName">
<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>