2017-08-01 15:25:33 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2017-11-03 16:30:35 +01:00
|
|
|
<template id="filemanager.share_dialog" template="" lang="" group="0" version="1.9.003">
|
2022-10-28 18:05:03 +02:00
|
|
|
<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;
|
|
|
|
}
|
|
|
|
</styles>
|
|
|
|
</template>
|
|
|
|
</overlay>
|