2017-08-01 15:25:33 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2017-08-01 15:25:33 +02:00
|
|
|
<overlay>
|
2022-10-31 15:37:40 +01:00
|
|
|
<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)">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-textbox id="share_link" onclick="app.filemanager.copy_share_link" noLang="1">
|
2022-10-28 18:05:03 +02:00
|
|
|
<!-- just let this click bubble -->
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-button slot="suffix" image="copy" noSubmit="true" statustext="Copy to clipboard"/>
|
|
|
|
</et2-textbox>
|
2022-10-28 18:05:03 +02:00
|
|
|
<styles>
|
|
|
|
et2-button[slot='suffix'] {
|
|
|
|
padding-inline-end: 0;
|
|
|
|
}
|
2022-10-31 15:42:33 +01:00
|
|
|
et2-textbox {
|
|
|
|
min-width: 40em;
|
|
|
|
}
|
2022-10-28 18:05:03 +02:00
|
|
|
</styles>
|
|
|
|
</template>
|
|
|
|
</overlay>
|