mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Filemanager: When share link dialog is opened, copy the link to the clipboard immediately
This commit is contained in:
parent
bce6b1a39b
commit
524d51f539
@ -2,7 +2,8 @@
|
|||||||
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="filemanager.share_dialog" template="" lang="" group="0" version="1.9.003">
|
<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"
|
<textbox id="share_link" no_lang="1" class="et2_fullWidth"
|
||||||
onclick="app.filemanager.copy_share_link">
|
onclick="app.filemanager.copy_share_link">
|
||||||
<!-- just let this click bubble -->
|
<!-- just let this click bubble -->
|
||||||
|
Loading…
Reference in New Issue
Block a user