2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2011-11-17 13:43:59 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="admin.customtranslation" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<grid id="rows">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<description value="Phrase"/>
|
|
|
|
<description value="Translation"/>
|
|
|
|
<description value="Action"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<textbox id="${row}[phrase]" size="64"/>
|
|
|
|
<textbox id="${row}[translation]" size="64"/>
|
2013-12-05 12:19:18 +01:00
|
|
|
<button align="center" label="Delete" id="delete[$row]" onclick="et2_dialog.confirm(widget,'Delete','Delete')" image="delete"/>
|
2011-11-17 13:43:59 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
<hbox>
|
|
|
|
<button label="Save" id="button[save]"/>
|
|
|
|
<button label="Apply" id="button[apply]"/>
|
|
|
|
<button label="Cancel" id="button[cancel]"/>
|
|
|
|
</hbox>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|