mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Remove "Delete" button from installed addon, layout, module, and widget lists
This commit is contained in:
parent
405b047054
commit
75a8184e59
4 changed files with 0 additions and 10 deletions
|
|
@ -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}&return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue