Skip to content

Commit

Permalink
[TASK] Remove ClickMenuOnIconViewHelper of filelist extension
Browse files Browse the repository at this point in the history
Move the templating code into the template instead of using a
ViewHelper.

Resolves: #83919
Releases: master
Change-Id: I3df5fc096cbb7d53406f46abca1ab83fdaabc709
Reviewed-on: https://review.typo3.org/55735
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Tested-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
georgringer authored and lolli42 committed Feb 16, 2018
1 parent d33c9f1 commit cb4051c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ <h1><f:translate id="search">Search</f:translate>: "{searchWord}"</h1>
<f:for each="{files}" as="file">
<tr data-uid="0" data-l10nparent="0">
<td class="col-icon nowrap">
<fl:link.clickMenuOnIcon table="{file.identifier}">
<a class="t3js-contextmenutrigger" data-uid="{file.identifier}" data-table="sys_file" href="#">
{file.icon->f:format.raw()}
</fl:link.clickMenuOnIcon>
</a>
</td>
<td class="col-path nowrap">
{file.path}
Expand Down

0 comments on commit cb4051c

Please sign in to comment.