mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-21 12:51:21 +01:00
WIP framework's popup storage/restore:
- Add missing template
This commit is contained in:
parent
f6b22c3643
commit
2090d4f43a
19
api/templates/default/promptOpenedDialog.xet
Normal file
19
api/templates/default/promptOpenedDialog.xet
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||||||
|
<!-- $Id$ -->
|
||||||
|
<overlay>
|
||||||
|
<template id="api.promptOpenedDialog" template="" lang="" group="0" version="17.1">
|
||||||
|
<grid id="grid">
|
||||||
|
<columns>
|
||||||
|
<column/>
|
||||||
|
<column/>
|
||||||
|
</columns>
|
||||||
|
<rows>
|
||||||
|
<row>
|
||||||
|
<radio id="index" options="$row_cont[index]" />
|
||||||
|
<description id="${row}[label]"/>
|
||||||
|
</row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
|
</template>
|
||||||
|
</overlay>
|
Loading…
Reference in New Issue
Block a user