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="rx_detail_marks">{$lang->author}</th>
<th scope="col" class="rx_detail_marks">{$lang->path}</th>
<th scope="col">{$lang->cmd_generate_code}</th>
<th scope="col">{$lang->cmd_delete}</th>
</tr>
</thead>
<tbody>
@ -41,7 +40,6 @@
</td>
<td class="rx_detail_marks">{$widget->path}</td>
<td><a class="x_btn x_btn-link" href="{getUrl('act', 'dispWidgetAdminGenerateCode', 'selected_widget', $widget->widget)}">{$lang->cmd_generate_code}</a></td>
<td><a class="x_btn x_btn-link" cond="$widget->remove_url" href="{$widget->remove_url}&amp;return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
</tr>
</tbody>
</table>