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