forked from extern/egroupware
21 lines
898 B
XML
21 lines
898 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="filemanager.share_dialog" template="" lang="" group="0" version="1.9.003"
|
|
onload="widget = widget.widgetContainer.getWidgetById('share_link'); app.filemanager.copy_share_link(ev,widget)">
|
|
<textbox id="share_link" no_lang="1" class="et2_fullWidth"
|
|
onclick="app.filemanager.copy_share_link">
|
|
<!-- just let this click bubble -->
|
|
<et2-button slot="suffix" image="copy" noSubmit="true" statustext="Copy to clipboard"/>
|
|
</textbox>
|
|
<styles>
|
|
et2-button[slot='suffix'] {
|
|
padding-inline-end: 0;
|
|
}
|
|
et2-textbox {
|
|
min-width: 40em;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay> |