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

@ -27,7 +27,6 @@
<th class="nowr">{$lang->cmd_setup}</th>
<th class="nowr">PC</th>
<th class="nowr">Mobile</th>
<th class="nowr">{$lang->cmd_delete}</th>
</tr>
</thead>
<tbody>
@ -61,7 +60,6 @@
</td>
<td><input type="checkbox" name="pc_on[]" title="PC" value="{escape($addon->addon_name, false)}" checked="checked"|cond="$addon->activated && !$addon->isBlacklisted" disabled="disabled"|cond="$addon->isBlacklisted" /></td>
<td><input type="checkbox" name="mobile_on[]" title="Mobile" value="{escape($addon->addon_name, false)}" checked="checked"|cond="$addon->mactivated && !$addon->isBlacklisted" disabled="disabled"|cond="$addon->isBlacklisted" /></td>
<td><a cond="$addon->remove_url && $addon->version !== 'RX_VERSION'" href="{$addon->remove_url}&amp;return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
</tr>
</tbody>
</table>