class="version<% ($highlight eq 'id' ? ' sorted' : '') %>"><% $id%> v.<% $obj->get_version %>
<% $uri || $name %>
<% $m->comp('publish_status_span.mc',
sorted => $highlight eq 'name' ? ' sorted' : '',
asset => $obj) %>
% if ($class ne 'template') {
- <% $lang->maketext('Primary URI') %>:
- <% $obj->get_primary_uri || ' ' %>
% }
- <% $lang->maketext($date_label) %>:
- <% $date || ' ' %>
% if ($class eq 'template') {
- <% $lang->maketext('Output Channel') %>:
- <% $oc || ' ' %>
% } else {
- <% $lang->maketext($type_label) %>:
- <% $type || ' ' %>
% }
% if (@$sites > 1) {
- <% $lang->maketext('Site') %>:
- <% $site %>
% }
- <% $lang->maketext('Priority') %>:
- <% $lang->maketext($priors->{$obj->get_priority}) %>
<% $elink %>
% if ($can_edit && $desk_opts) {
<& '/widgets/profile/select.mc',
name => "$widget|next_desk",
value => $desk_val,
options => $desk_opts,
useTable => 0,
id => "move$id" &>
% } else {
% }