mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
21 lines
674 B
Scheme
21 lines
674 B
Scheme
|
<div class="spec" 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>
|