diff options
Diffstat (limited to 'templates/edit_storage_list.tpl')
| -rwxr-xr-x | templates/edit_storage_list.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl index eaedc7f..d48485a 100755 --- a/templates/edit_storage_list.tpl +++ b/templates/edit_storage_list.tpl @@ -70,13 +70,13 @@ window.attachmentUrls["{$storage.attachment_id}"]["original"] = "{$storage.sourc <a href="javascript:void(0);" onclick=" BitAjax.updater('edit_storage_list_tab_{$form_id}', '{$smarty.const.LIBERTY_PKG_URL}ajax_edit_storage.php', '{$smarty.capture.urlArgs}&deleteAttachment={$attachmentId}&form_id={$form_id}'); BitAjax.updater('edit_storage_list_{$form_id}', '{$smarty.const.LIBERTY_PKG_URL}ajax_edit_storage.php', '{$smarty.capture.urlArgs}&form_id={$form_id}');"> - {booticon iname="fa-trash" iexplain="delete"} + {biticon ipackage="icons" iname="edit-delete" iexplain="delete"} </a> {else} {if $storage.is_mime} - <a href="{$storage.display_url}">{booticon iname="fa-folder-open" iexplain="View"}</a> + <a href="{$storage.display_url}">{biticon ipackage="icons" iname="folder-open" iexplain="View"}</a> {/if} - <a href="{$smarty.server.SCRIPT_NAME}?{$smarty.capture.urlArgs}&deleteAttachment={$attachmentId}">{booticon iname="fa-trash" iexplain="Delete"}</a> + <a href="{$smarty.server.SCRIPT_NAME}?{$smarty.capture.urlArgs}&deleteAttachment={$attachmentId}">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete"}</a> {/if} {/if} </div> |
