Remove "Delete" button from installed addon, layout, module, and widget lists

This commit is contained in:
Kijin Sung 2024-10-07 22:17:49 +09:00
parent 405b047054
commit 75a8184e59
4 changed files with 0 additions and 10 deletions

View file

@ -17,7 +17,6 @@
<th class="nowr">{$lang->version}</th>
<th class="nowr rx_detail_marks">{$lang->author}</th>
<th class="nowr rx_detail_marks">{$lang->path}</th>
<th class="nowr rx_detail_marks">{$lang->cmd_delete}</th>
</tr>
</thead>
<tbody>
@ -55,9 +54,6 @@
<!--@endforeach-->
</td>
<td class="rx_detail_marks">{$val->path}</td>
<td class="rx_detail_marks">
<a href="{$val->delete_url}&amp;return_url={urlencode(getRequestUriByServerEnviroment())}" cond="$val->delete_url && $val->version !== 'RX_VERSION'">{$lang->cmd_delete}</a>
</td>
</tr>
</tbody>
</table>