diff --git a/modules/instrument_list/templates/instrument_list_controlpanel.tpl b/modules/instrument_list/templates/instrument_list_controlpanel.tpl index 9f459ce74d2..aa76f55fd48 100644 --- a/modules/instrument_list/templates/instrument_list_controlpanel.tpl +++ b/modules/instrument_list/templates/instrument_list_controlpanel.tpl @@ -16,13 +16,21 @@ {section name=item loop=$status}
  • {if $access.status and $status[item].showlink|default} - {$status[item].label} + {assign var="onclickValue" value="{$status[item].label}"} + + + + + {$status[item].label} + {else} - {$status[item].label} + {$status[item].label} {/if}
  • {/section} -

    Send Time Point

    @@ -90,3 +98,18 @@ {/if} + + \ No newline at end of file