return"{$space}<a href=\"{$link}\" title=\"".gettext("Status of items on this page")."\">Status</a>";
else
return"{$space}<a href=\"{$link}\" class=\"btn btn-default\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"".gettext("Status of items on this page")."\"><span class=\"glyphicon glyphicon-eye-open\"></span></a>";
}
...
...
@@ -124,9 +118,6 @@ function get_shortcut_log_link($shortcut_section, $addspace = true) {
return"{$space}<a href=\"{$shortcuts[$shortcut_section]['log']}\" title=\"".gettext("Log entries for items on this page")."\">Log</a>";
else
return"{$space}<a href=\"{$shortcuts[$shortcut_section]['log']}\" class=\"btn btn-default\" data-toggle=\"tooltip\" data-placement=\"bottom\" title=\"".gettext("Log entries for items on this page")."\"><span class=\"glyphicon glyphicon-list\"></span></a>";