{css}
{tab_container id="managementurls"} {tab_header content_id="managementurlspanel"} {tab_header_cell icon="lms-ui-icon-web"} {trans("Management URL's:")} {/tab_header_cell} {/tab_header} {tab_contents id="managementurlspanel"} {tab_table id="managementurltable"} {include file="managementurl/managementurllist.html"} {/tab_table} {if ConfigHelper::checkPrivilege('network_management')} {tab_button_panel id="add_management_url"} {tab_buttons} {trans("URL:")} {trans("Comment:")} {button type="link" icon="save" onclick="javascript:addManagementUrl();" tip="Add new management URL"} {button type="link" icon="cancel" onclick="javascript:hideAddManagementUrl();" tip="Cancel"} {/tab_buttons} {/tab_button_panel} {tab_button_panel id="management_url_buttons"} {tab_buttons} {/tab_buttons} {tab_buttons} {button id="managementurladdlink" onclick="javascript:showAddManagementUrl();" icon="add" tip="Add new management URL" label="Add"} {/tab_buttons} {/tab_button_panel} {/if} {/tab_contents} {/tab_container} {js}