mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +01:00
f68c173c30
- new sub-type to search and select an entry of a selectable or given app - more to come
20 lines
590 B
XML
20 lines
590 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="etemplate.link_widget.add" template="" lang="" group="0" version="1.3.001">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<menulist>
|
|
<menupopup id="app" statustext="Add a new entry of the selected application" label="Add new" no_lang="1"/>
|
|
</menulist>
|
|
<button label="Add" id="add" statustext="Add a new entry of the selected application" onclick="eval(this.form.elements[form::name('app')].value); return false;"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay> |