mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Small UI improvement to Content / Content Definition export UI.
This commit is contained in:
@@ -9,13 +9,14 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>@T("Content Type")</th>
|
<th>@T("Content Type")</th>
|
||||||
<th>@T("Content")</th>
|
<th>
|
||||||
<th>@T("Content Definition")</th>
|
<input type="checkbox" class="check-all-in-column" />
|
||||||
</tr>
|
@T("Content")
|
||||||
<tr class="sub">
|
</th>
|
||||||
<th> </th>
|
<th>
|
||||||
<th><input type="checkbox" class="check-all-in-column" /></th>
|
<input type="checkbox" class="check-all-in-column" />
|
||||||
<th><input type="checkbox" class="check-all-in-column" /></th>
|
@T("Content Definition")
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user