mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
f9e7a06bca
- Implement create new document - Add select file dialog for saving a newly created doc
33 lines
826 B
XML
33 lines
826 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>
|
|
<template id="filemanager.editor" template="" lang="" group="0" version="16.1">
|
|
<grid width="100%" height="100%">
|
|
<columns>
|
|
<column width="100%"/>
|
|
</columns>
|
|
<rows>
|
|
<row height="45" class="dialogHeader">
|
|
<box height="30">
|
|
<toolbar id="tools"/>
|
|
<textbox id="file_path" readonly="true"/>
|
|
</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>
|