Skip to content

Commit

Permalink
SAK-30749 Link & help icons are not on same line as tool tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj committed Apr 28, 2016
1 parent ed646ba commit 9b168b7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions rwiki/rwiki-tool/tool/src/webapp/WEB-INF/vm/macros.vm
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,6 @@ LOG-LOG-LOG-LOG-LOG

#macro( commandlinks $useHomeLink $usePrinterLink $useViewLink $viewLinkName $useEditLink $useInfoLink $useHistoryLink $useWatchLink $withNotification $homeBean $viewBean $resourceLoaderBean )
## <span class="rwiki_pageLinks">
#if ($usePrinterLink)
<li><div class="printLinks">
<span style="border:none">
<a href="${util.escapeHtml($viewBean.getRssAccessUrl())}"
target="rssfeed"
id="rssLink"
title="${resourceLoaderBean.getString("jsp_rss_feed_changes")}" >&nbsp;</a>
</span>
<span>
<a href="${util.escapeHtml($viewBean.getPrintViewUrl())}"
target="_blank"
id="printerFriendlyLink"
title="${resourceLoaderBean.getString("jsp_printer_friendly")}" >&nbsp;</a>
</span></div></li>

#end

#if ( !$viewLinkName )
#set( $viewLinkName = $resourceLoaderBean.getString("jsp_view"));
Expand Down

0 comments on commit 9b168b7

Please sign in to comment.