mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="test.file_upload" template="" lang="" group="0" version="">
|
||
|
<vbox cols="1" rows="1">
|
||
|
<file blur="Just one" label="Select a file" id="single"/>
|
||
|
<file blur="More than one" label="Select files" id="multiple" multiple="true"/>
|
||
|
</vbox>
|
||
|
</template>
|
||
|
</overlay>
|