2011-03-23 10:51:00 +01:00
|
|
|
<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}">
|
2012-08-06 13:44:21 +02:00
|
|
|
<h4><% sprintf(_t('ModelAdmin_ImportSpec.ss.IMPORTSPECTITLE', 'Specification for %s'),$ModelName) %></h4>
|
|
|
|
<h5><% _t('ModelAdmin_ImportSpec.ss.IMPORTSPECFIELDS', 'Database columns') %></h5>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% loop Fields %>
|
2011-03-23 10:51:00 +01:00
|
|
|
<dl>
|
|
|
|
<dt><em>$Name</em></dt>
|
|
|
|
<dd>$Description</dd>
|
|
|
|
</dl>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2011-03-23 10:51:00 +01:00
|
|
|
|
2012-08-06 13:44:21 +02:00
|
|
|
<h5><% _t('ModelAdmin_ImportSpec.ss.IMPORTSPECRELATIONS', 'Relations') %></h5>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% loop Relations %>
|
2011-03-23 10:51:00 +01:00
|
|
|
<dl>
|
|
|
|
<dt><em>$Name</em></dt>
|
|
|
|
<dd>$Description</dd>
|
|
|
|
</dl>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2011-03-23 10:51:00 +01:00
|
|
|
</div>
|
2012-05-11 03:49:20 +02:00
|
|
|
</div>
|