mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
21 lines
680 B
Scheme
21 lines
680 B
Scheme
<div class="importSpec" id="SpecFor{$ModelName}">
|
|
<a href="#SpecDetailsFor{$ModelName}" class="detailsLink"><% sprintf(_t('IMPORTSPECLINK', 'Show Specification for %s'),$ModelName) %></a>
|
|
<div class="details" id="SpecDetailsFor{$ModelName}">
|
|
<h4><% sprintf(_t('IMPORTSPECTITLE', 'Specification for %s'),$ModelName) %></h4>
|
|
<h5><% _t('IMPORTSPECFIELDS', 'Database columns') %></h5>
|
|
<% control Fields %>
|
|
<dl>
|
|
<dt><em>$Name</em></dt>
|
|
<dd>$Description</dd>
|
|
</dl>
|
|
<% end_control %>
|
|
|
|
<h5><% _t('IMPORTSPECRELATIONS', 'Relations') %></h5>
|
|
<% control Relations %>
|
|
<dl>
|
|
<dt><em>$Name</em></dt>
|
|
<dd>$Description</dd>
|
|
</dl>
|
|
<% end_control %>
|
|
</div>
|
|
</div> |