mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +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
|
|
@ -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}&return_url={urlencode(getRequestUriByServerEnviroment())}" cond="$val->delete_url && $val->version !== 'RX_VERSION'">{$lang->cmd_delete}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue