mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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="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}&return_url={urlencodegetRequestUriByServerEnviroment()}">{$lang->cmd_delete}</a></td>
|
||||
</block>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue