|
@@ -104,7 +104,7 @@ ${ commonheader(_('Job Designer'), "jobsub", user, "60px") | n,unicode }
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="1%">
|
|
<th width="1%">
|
|
|
- <div id="selectAll" data-bind="click: toggleSelectAll, css: {hueCheckbox: true, 'icon-ok': selectedDesignObjects().length == designs().length}"></div>
|
|
|
|
|
|
|
+ <div id="selectAll" data-bind="click: toggleSelectAll, css: {hueCheckbox: true, 'icon-ok': allSelected}"></div>
|
|
|
</th>
|
|
</th>
|
|
|
<th>${_('Name')}</th>
|
|
<th>${_('Name')}</th>
|
|
|
<th>${_('Description')}</th>
|
|
<th>${_('Description')}</th>
|
|
@@ -194,6 +194,7 @@ $(document).bind('initialize.designs', function() {
|
|
|
null,
|
|
null,
|
|
|
null,
|
|
null,
|
|
|
null,
|
|
null,
|
|
|
|
|
+ null,
|
|
|
{ "sSortDataType": "dom-sort-value", "sType": "numeric" }
|
|
{ "sSortDataType": "dom-sort-value", "sType": "numeric" }
|
|
|
],
|
|
],
|
|
|
"aaSorting": [[ 5, "desc" ]],
|
|
"aaSorting": [[ 5, "desc" ]],
|