<?xml version="1.0" encoding="utf-8"?>
<templates id="template" xml:space="preserve">

<t t-name="web_editor.media_link_tools_button">
    <we-button class="fa fa-link"
        data-name="media_link_opt"
        data-set-link="true" data-no-preview="true"
        title="Redirect the user elsewhere when he clicks on the media."/>
</t>

<t t-name="web.editor.media_link_tools_fields">
    <t t-set="url_input_label">⌙ Your URL</t>
    <we-input t-att-string="url_input_label"
        data-name="media_url_opt" data-dependencies="media_link_opt"
        data-set-url="" data-no-preview="true"
        class="o_we_large" placeholder="www.example.com"
        data-request-focus="true"/>
    <t t-set="new_window_checkbox_label">⌙ Open in new window</t>
    <we-checkbox t-att-string="new_window_checkbox_label"
        data-dependencies="media_url_opt"
        data-set-new-window="true" data-no-preview="true"/>
</t>

</templates>
