35 $uriBuilder = $this->controllerContext->getUriBuilder();
36 $action =
'showAllVersions';
37 $uri = $uriBuilder->reset()->uriFor($action, array(
38 'extensionKey' => $extension->getExtensionKey(),
40 $this->tag->addAttribute(
'href', $uri);
43 $this->tag->addAttribute(
'class',
'versions-all ui-icon ui-icon-triangle-1-s');
46 $this->tag->addAttribute(
'title', $label);
47 $this->tag->setContent($label);
48 return $this->tag->render();
static translate($key, $extensionName, $arguments=NULL)