File tree Expand file tree Collapse file tree
com.woltlab.wcf/templates
wcfsetup/install/files/acp/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 { if $view -> hasInteractions ()}
4646 <th class =" gridView__headerColumn gridView__actionColumn" ></th >
4747 { /if }
48- </td >
48+ </tr >
4949 </thead >
5050 <tbody >
5151 { unsafe:$view -> renderRows ()}
Original file line number Diff line number Diff line change 113113 { if $interactionOption -> link }
114114 <a href =" { $interactionOption -> link } " { unsafe:$interactionOption -> attributes } >{ $interactionOption -> title } </a >
115115 { else }
116- <button type =" button" { unsafe:$interactionOption -> attributes } >{ $interactionOption -> title } </a >
116+ <button type =" button" { unsafe:$interactionOption -> attributes } >{ $interactionOption -> title } </button >
117117 { /if }
118118 </li >
119119 { /foreach }
131131 { if $managementOption -> link }
132132 <a href =" { $managementOption -> link } " { unsafe:$managementOption -> attributes } >{ $managementOption -> title } </a >
133133 { else }
134- <button type =" button" { unsafe:$managementOption -> attributes } >{ $managementOption -> title } </a >
134+ <button type =" button" { unsafe:$managementOption -> attributes } >{ $managementOption -> title } </button >
135135 { /if }
136136 </li >
137137 { /foreach }
Original file line number Diff line number Diff line change 132132 <td class =" columnIcon" >
133133 <button type =" button" class =" mediaEditButton jsMediaEditButton jsTooltip" title =" { lang} wcf.global.button.edit{ /lang} " data-object-id =" { @$media -> mediaID } " >
134134 { icon name= ' pencil' }
135- </span >
135+ </button >
136136 { objectAction action= " delete" objectTitle= $media -> filename }
137137
138138 { event name= ' rowButtons' }
You can’t perform that action at this time.
0 commit comments