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

@ -14,7 +14,6 @@
<th scope="col" class="nowr">{$lang->version}</th>
<th scope="col" class="nowr">{$lang->author}</th>
<th scope="col" class="nowr rx_detail_marks">{$lang->path}</th>
<th scope="col" class="nowr rx_detail_marks">{$lang->cmd_delete}</th>
</tr>
</thead>
<tbody>
@ -53,7 +52,6 @@
<td>-</td>
<td>-</td>
<td class="rx_detail_marks">{$layout->path}</td>
<td class="nowr rx_detail_marks"><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&amp;return_url={urlencodegetRequestUriByServerEnviroment()}">{$lang->cmd_delete}</a></td>
</block>
</tr>
</tbody>