forked from extern/egroupware
33 lines
772 B
Plaintext
33 lines
772 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<template id="filemanager.editor" template="" lang="" group="0" version="16.1">
|
||
|
<grid width="100%" height="100%">
|
||
|
<columns>
|
||
|
<column width="100%"/>
|
||
|
<column width="100%"/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row height="30">
|
||
|
<box>
|
||
|
<toolbar id="tools"/>
|
||
|
</box>
|
||
|
</row>
|
||
|
<row>
|
||
|
<grid height="500" width="100%" resize_ratio="1">
|
||
|
<columns>
|
||
|
<column width="100%"/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<box id = "odfEditor" height="100%" width="100%"></box>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</template>
|
||
|
</overlay>
|