mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:10 +01:00
29 lines
981 B
XML
29 lines
981 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>
|
|
<grid id="etemplate.link_widget.attach" template="" lang="" group="" version="0.9.15.001">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="row_on">
|
|
<description value="File"/>
|
|
<description class="like_input" no_lang="1" id="file[path]"/>
|
|
<button label="Attach" id="attach" statustext="click here to attach the file"/>
|
|
<button label="Cancel" id="new" statustext="start a new search, cancel this link"/>
|
|
</row>
|
|
<row class="row_off">
|
|
<description value="Comment"/>
|
|
<textbox size="50" maxlength="50" span="all" id="remark" statustext="optional note about the Link"/>
|
|
</row>
|
|
</rows>
|
|
<styles>
|
|
.like_input { background: white; border: medium groove black; padding-left: 3px; padding-right: 3px; }
|
|
</styles>
|
|
</grid>
|
|
</overlay>
|